@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=cyrillic");
body {
  font-weight: 500;
  font-family: arial;
  line-height: 1.4;
  color: #9299a2;
}

span {
  font-family: arial;
}

strong {
  font-weight: bold;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343a40;
}

li {
  list-style-type: none;
  /* Убираем маркеры */
}

ul {
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}

.fz-12 {
  font-size: 1.2rem;
  line-height: 1.4;
}

.pr-11 {
  padding-right: 11rem;
}

.fz-06 {
  font-size: 0.6rem;
}

.fz-07 {
  font-size: 0.7rem;
}
.fz-08 {
  font-size: 0.8rem;
}

.fz-09 {
  font-size: 0.9rem;
}

.fz-09 h6 {
  font-size: 0.9rem;
}

.fz-11 {
  font-size: 1.03rem;
  line-height: 1.4;
}

.fz-13 {
  font-size: 1.3125rem;
  line-height: 1.4;
}

.fz-14 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.fz-15 {
  font-size: 1.6rem;
  line-height: 1.1;
}

.fz-16 {
  font-size: 1.9rem;
}
.fz-17 {
  font-size: 1.7rem;
}

.bg-w {
  background-color: #ffffff;
}

.bg-gray {
  background-color: rgb(247, 247, 247);
}

.active-gr {
  color: #0abb11 !important;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 210px;
}

.dva-text {
  font-size: 1rem;
  display: block;
  line-height: 20px;
}

.dva-text-0 {
  font-size: 1rem;
  display: block;
  line-height: 20px;
  padding-top: 19px;
}

.dva {
  font-size: 1.5rem;
  display: block;
  margin-top: 10px;
}

.bor-a {
  border-right: 5px solid #f6bd13;
  height: 50px;
  margin-right: 15px;
}

.img-bord {
  border: 1px solid #017056;
  padding: 5px;
  width: 62px;
  height: 62px;
  margin-right: 5px;
  border-radius: 10px 0 15px 0;
  color: #f6bd13;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.img-bord span {
  display: block;
}

h1 {
  font-size: 1.6rem;
  margin: 0 !important;
  line-height: 1.4 !important;
  padding: 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
}

.h7 {
  font-size: 1.1rem;
  color: #000;
}

small {
  color: #000;
}

a {
  text-decoration: none;
}

.card {
  border: none;
  margin-bottom: 15px;
}

.card-title {
  color: #000;
}

.card-text {
  color: #343a40;
  /* font-weight: 600; */
}

.tooltip-inner {
  background-color: #00acd6 !important;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6;
}

.rounded-img-wrap {
  -webkit-border-radius: 70px;
  border-radius: 70px;
  border: 5px #fff solid;
  overflow: hidden;
  width: 125px;
  height: 125px;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rounded-img-wrap:hover {
  border: 5px #ffc92e solid;
}

/* tooltip, который отображается слева от элемента */

.tooltip.left {
  margin-left: -33px;
  margin-top: -53px;
  /* поднимает вверх на 5px */
}

/* tooltip, который отображается справа от элемента */

.tooltip.right {
  margin-left: 33px;
  margin-top: -53px;
  /* поднимает вверх на 5px */
}

/* tooltip, который отображается снизу от элемента */

.tooltip.bottom {
  margin-top: 30px;
  /* по умолчанию 3px */
}

a:hover {
  text-decoration: none;
}

.table th {
  padding: 0px;
  border-top: 1px;
}

.table td {
  padding: 0px;
  border-top: 1px;
}

.prise table th {
  padding: 10px;
}

.prise table td {
  padding: 10px;
}

.prise-width {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: #ffffff !important;
}

.text-primary {
  color: #47b1de !important;
}

.text-primary_tel {
  color: #2d5c8e !important;
  font-size: 0.95rem;
}

.dropdown-menu {
  background-color: rgb(248, 248, 248);
}

.rem_9 {
  font-size: 0.8rem;
  color: black;
  font-weight: bold;
}

.rem_9_mt {
  font-size: 0.9rem;
  margin-top: 4px;
  height: 22px;
}

.no-gutter {
  padding-right: 0;
}

.dropdown-item {
  font-size: 0.75em;
  /* font-weight: 600; */
  color: #3c3c3c;
  padding: 0.25rem 0rem;
  font-family: "Arial", sans-serif;
  letter-spacing: normal;
}

.dropdown-toggle::after {
  display: none;
}

/* .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */

.fa-cube {
  font-size: 0.8rem !important;
}

.fa-file-text {
  font-size: 1.4rem !important;
}

.display-4 {
  font-size: 2rem;
}

.bg_button {
  text-decoration: none;
  text-align: center;
  padding: 0.3rem 1.5rem;
  border: none;
  color: #ffffff;
  background-color: #808080;
  max-width: 112px;
}

.batton_yellow {
  text-decoration: none;
  text-align: center !important;
  padding: 0.3rem 1.5rem;
  border: none;
  font-size: 0.55rem;
  color: #000;
  background-color: #ffbf00;
}

.batton_yellow:hover {
  background: #f1cc2d;
  text-decoration: none;
  color: #000;
}

.batton_yellow_gl:hover {
  background: #efc45a;
  text-decoration: none;
}

.batton_yellow_gl {
  background: #f4b311;
  text-decoration: none;
  color: #000 !important;
  border: 1px solid #a6a6a6;
  padding: 0.44rem 1.4rem;
  font-size: 0.5rem;
}

.batton_yellow_gg:hover {
  background: #f4b311;
  text-decoration: none;
}

.batton_yellow_gg {
  background: #fff;
  text-decoration: none;
  color: #000 !important;
  border: 1px solid #a6a6a6;
  padding: 0.44rem 1.4rem;
  font-size: 0.5rem;
}

.navbar-brand u:after {
  font-family: "Open Sans", sans-serif;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #178059;
  margin-top: -4px;
}

.navbar-brand {
  font-family: "Open Sans", sans-serif;
}

.main_batton {
  font-size: 0.6rem;
  border-radius: 0px;
  height: 27px;
  padding-top: 0.4rem !important;
  border-color: #dadada !important;
  width: 100px;
}

.main_button:hover {
  background: #4e4e4e;
  text-decoration: none;
  color: #ffffff;
}

.main_batton,
.nav-pills .nav-link.active {
  color: #000;
  background-color: #f4b311;
  border-radius: 0px;
  border-color: #dadada !important;
}

.main_batton,
.nav-pills .nav-link {
  background-color: #fbfbfb;
  border: 1px solid #0b0b0b;
  border-radius: 0px;
  color: #000;
  border-color: #dadada !important;
}

.main_batton_g2 {
  font-size: 0.6rem;
  border-radius: 0px;
  color: rgb(255, 255, 255);
  padding: 0.4rem 1.8rem !important;
  border-color: #dadada !important;
  background-color: rgb(28, 102, 21);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main_batton_g2:hover {
  background-color: rgb(48, 128, 41);
  cursor: pointer;
}

.main_batton_g {
  font-size: 0.6rem;
  border-radius: 0px;
  height: 27px;
  padding-top: 0.4rem !important;
  border-color: #dadada !important;
}

.main_button_g:hover {
  background: #4e4e4e;
  text-decoration: none;
  color: #ffffff;
}

.main_batton_g,
.nav-pills .nav-link.active {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 102, 21);
  border-radius: 0px;
  border-color: #dadada !important;
}

.main_batton_g,
.nav-pills .nav-link {
  background-color: #fbfbfb;
  border: 1px solid #0b0b0b;
  border-radius: 0px;
  color: #000;
  border-color: #dadada !important;
}

.main_batton_carusel {
  font-size: 1rem;
  background-color: #f4b311;
  width: 15rem;
  height: 4rem;
  cursor: pointer;
  border: 3px #ffffff solid;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
}

.main_batton_carusel:hover {
  background: #ffbf00;
}

.main_batton_long_5 {
  font-size: 0.8rem;
  background-color: #666666;
  border-radius: 3px;
  width: 17rem;
  height: 2.4rem;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* border: 1px solid #e7e7e7; */
  width: 200px;
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.main_batton_long_5:hover {
  background: #00975f;
}

.main_batton_long_6 {
  font-size: 0.8rem;
  background-color: #666666;
  border-radius: 3px;
  width: 17rem;
  height: 2.4rem;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e7e7e7;
  width: 200px;
}

.main_batton_long_6:hover {
  background: #00975f;
}

.main_batton_long_7 {
  font-size: 0.8rem;
  background-color: #00975f;
  border-radius: 3px;
  width: 17rem;
  height: 2.4rem;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e7e7e7;
  width: 200px;
}

.main_batton_long_7:hover {
  background: #666666;
}

.main_batton_long_2 {
  font-size: 0.95rem;
  background-color: #f4b311;
  width: 17rem;
  height: 2.4rem;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
}

.main_batton_long_2:hover {
  background: #ffbf00;
}

.main_batton_long_10 {
  font-size: 0.79rem;
  background-color: rgb(51, 51, 51);
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 1.1rem;
  padding: 0.6rem 3rem 0.5rem 3rem;
}

.main_batton_long_10:hover {
  background: rgb(94, 94, 94);
  color: rgb(255, 255, 255) !important;
}

.main_batton_long_11 {
  font-size: 0.79rem;
  background-color: #00975f;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 1.1rem;
  padding: 0.6rem 1rem 0.5rem 1rem;
  white-space: nowrap;
}

.main_batton_long_11:hover {
  background: #028f4d;
  color: rgb(255, 255, 255) !important;
}

div.ff1::before {
  content: "ОКНА САЛАМАНДЕР";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.ff2::before {
  content: "ДВЕРИ САЛАМАНДЕР";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.ff3::before {
  content: "ОСТЕКЛЕНИЕ БАЛКОНОВ";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fa-angle-right:before {
  content: "";
  margin-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
}

.fa-angle-down:before {
  content: "";
  margin-left: 15px;
  font-size: 15px;
}

.main_batton_long_3 {
  font-size: 0.7rem;
  background-color: #f4b311;
  width: 8rem;
  height: 1.8rem;
  cursor: pointer;
  border: 0px;
}

.blak {
  color: #000000;
}

.kvad {
  border: 1px solid #999;
  border-radius: 3px;
  min-width: 30px;
  min-height: 20px;
  text-align: center;
  background: #4d4d4d;
  color: #ffffff;
  display: block;
}

.kvad2 {
  border: 1px solid #999;
  border-radius: 3px;
  min-width: 30px;
  min-height: 20px;
  text-align: center;
  background: #c8c8c8;
  color: #ffffff;
  display: block;
}

.main_batton_long_3:hover {
  background: #ffbf00;
}

/* .main_batton_long,
.nav-pills .nav-link.active {
  color: #000;
  background-color: #F4B311;
  border-radius: 0px;
  padding-top: 0.3rem;
} */

.main_batton_long,
.nav-pills .nav-link {
  background-color: #fbfbfb;
  border: 1px solid #0b0b0b;
  border-radius: 0px;
  color: #000;
  padding-top: 0.3rem;
}

.main_batton_long {
  font-size: 0.8rem;
  border-radius: 0px;
  width: 9.8rem;
  height: 1.7rem;
  padding-top: 0.2rem;
  text-align: center;
  margin: 2px;
}

.tel {
  font-size: 0.8rem;
}

.tel_color {
  color: royalblue;
}

.nav-main li {
  font-size: 0.8rem;
}

.nav-main div {
  font-size: 0.8rem;
}

.text-sm-m {
  font-size: 0.6rem;
  color: #000;
}

.text-sm-s {
  font-size: 0.5rem;
}

.text-sm-s-bolt {
  font-size: 0.8rem;
  font-family: Arial;
}

.fa fa-eercast {
  color: aqua;
}

.fa-phone {
  font-size: 22px !important;
  color: #585858;
}

.pressbox {
  width: 0;
  height: 0;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  /* Поверх всех остальных элементов */
  z-index: 9999;
  text-align: center;
  /* Полупрозрачный серый фон */
  background: rgba(0, 0, 0, 0.7);
}

.pressbox img {
  /* изначально полностью прозрачная картинка */
  opacity: 0;
  padding: 5px;
  background: #ffffff;
  margin-top: 2%;
  /* тени */
  -webkit-box-shadow: 0px 0px 15px #444;
  -moz-box-shadow: 0px 0px 15px #444;
  box-shadow: 0px 0px 15px #444;
  /* свойство прозрачности изменяется не сразу а за четверть секунды */
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.pressbox:target {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
}

.pressbox:target img {
  opacity: 1;
}

.main_block_pop {
  max-width: 13rem !important;
  height: 6rem;
  min-width: 7.5rem !important;
}

.mt_-10 {
  margin-top: -10px;
}

.main_block_pop_2 {
  width: 19.5rem !important;
  height: 4.5rem;
}

.main_block_pop_3 {
  max-width: 240px;
  border: 1px solid #d7d7d7;
  line-height: 20px;
}

.jum {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* .footer_dv {
  width: 100%;
}

.footer_dv h4 {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

.footer_dv ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
} */

/* .footer_dv ul li:first-child {

} */

/* .footer_dv ul li {
  color: #f1f2f2;
  padding: 2px 0;
  font-size: 0.8rem;
}

.footer_dv ul li a {
  color: #999;
} */

.fix_size_t {
  color: #353535;
  font-size: 0.75rem;
}

.fix_size_t:hover {
  color: #47b1de;
  font-size: 0.75rem;
}

.bor_r {
  border-right: 1px solid #000;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.bor_l {
  border-left: 1px solid #000;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.bor_b {
  border-bottom: 1px solid #000;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.bor_t {
  border-top: 1px solid #000;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.brand-baner {
  padding: 20px 0;
  overflow: hidden;
}

.brand-baner__slider {
  position: relative;
}

.brand-baner__wp-img {
  color: #000000;
  padding-right: 5px;
}

.brand-baner__slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 50%;
  z-index: 999;
}

.brand-baner__slider .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -85px;
  width: 20px;
  height: 35px;
  background-color: #dad9d9;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
  transition: all 0.2s;
}

.brand-baner__slider .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 17px;
  background: url("../images/back.svg") 50% 50% no-repeat;
}

.brand-baner__slider .owl-nav .owl-prev:hover {
  transition: all 0.2s;
  background-color: #fff;
}

.brand-baner__slider .owl-nav .owl-prev:hover:before {
  background: url("../images/back.svg") 50% 50% no-repeat;
}

.brand-baner__slider .owl-nav .owl-next {
  position: absolute;
  right: 6px;
  top: -85px;
  width: 20px;
  height: 35px;
  font-weight: bold;
  background-color: #dad9d9;
}

.brand-baner__slider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 17px;
  background: url("../images/next.svg") 50% 50% no-repeat;
}

.brand-baner__slider .owl-nav .owl-next:hover {
  transition: all 0.2s;
  background-color: #fff;
}

.brand-baner__slider .owl-nav .owl-next:hover:before {
  background: url("../images/next.svg") 50% 50% no-repeat;
}

/*.owl-carousel .owl-item img {
  width: auto !important;
}
*/

.der-baner {
  padding: 20px 0;
  overflow: hidden;
}

.der-baner__slider {
  position: relative;
}

.der-baner__slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 50%;
  z-index: 999;
}

.der-baner__slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: -30px;
  width: 30px;
  height: 32px;
  background-color: #969696;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
  transition: all 0.2s;
  opacity: 60%;
}

.der-baner__slider .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 30px;
  height: 32px;
  font-weight: bold;
  background-color: #969696;
  opacity: 60%;
}

.der-baner__slider .owl-nav .owl-prev:hover {
  background-color: #cacaca;
  opacity: 60%;
}

.der-baner__slider .owl-nav .owl-next:hover {
  background-color: #cacaca;
  opacity: 60%;
}

.der-baner__slider .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/back.svg") 50% 50% no-repeat;
}

.der-baner__slider .owl-nav .owl-prev:hover {
  transition: all 0.2s;
  /* background-color: #fff; */
}

.der-baner__slider .owl-nav .owl-prev:hover:before {
  background: url("../images/back.svg") 50% 50% no-repeat;
}

.der-baner__slider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/next.svg") 50% 50% no-repeat;
}

.der-baner__slider .owl-nav .owl-next:hover {
  transition: all 0.2s;
  /* background-color: #fff; */
}

.der-baner__slider .owl-nav .owl-next:hover:before {
  background: url("../images/next.svg") 50% 50% no-repeat;
}

/*clients*/

.cl-baner {
  padding: 20px 0;
  overflow: hidden;
}

.cl-baner__slider {
  position: relative;
}

.cl-baner__slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 50%;
  z-index: 999;
}

.cl-baner__slider .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -25px;
  width: 20px;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
  transition: all 0.2s;
}

.cl-baner__slider .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 17px;
  background: url("https://svgshare.com/i/2Jk.svg") 50% 50% no-repeat;
}

.cl-baner__slider .owl-nav .owl-prev:hover {
  transition: all 0.2s;
}

.cl-baner__slider .owl-nav .owl-prev:hover:before {
  background: url("https://svgshare.com/i/2MZ.svg") 50% 50% no-repeat;
}

.cl-baner__slider .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -25px;
  width: 20px;
  height: 50px;
  font-weight: bold;
}

.cl-baner__slider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 17px;
  background: url("https://svgshare.com/i/2Mv.svg") 50% 50% no-repeat;
}

.cl-baner__slider .owl-nav .owl-next:hover {
  transition: all 0.2s;
}

.cl-baner__slider .owl-nav .owl-next:hover:before {
  background: url("https://svgshare.com/i/2Mj.svg") 50% 50% no-repeat;
}

/*gallery*/

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

/* .tz-gallery {
  padding: 40px;
} */

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/*gallery*/

.map-responsive {
  overflow: hidden;
  padding-bottom: 45.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*Carousel zoom*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

/*Carousel zoom*/

.widget h4 {
  cursor: pointer;
}

.modal_2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal_2 {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade .modal-dialog_2 {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog_2 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content_2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  overflow: hidden;
}

.modal-header_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-image: url(../images/calculator.jpg);
  background-position-y: -220px;
  background-size: 700px;
  background-repeat: no-repeat;
  background-position-x: 250px;
}

.modal-title_2 {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body_2 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.lwc-w-left #lwc-ext li {
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 0;
  font-size: 12px !important;
  position: relative;
  color: black;
}

#lwc-ext-limiter {
  margin-bottom: 10px !important;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

@media (min-width: 576px) {
  .modal-dialog_2 {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .modal-lg_2 {
    max-width: 980px;
  }
}

.custom-toggler.navbar-toggler {
  border-color: rgb(70, 70, 70);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(70,70,70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1200px) {
  .dro {
    border-right: none !important;
  }
  .megamenu {
    padding: 15px 1rem !important;
  }
  .navbar {
    padding: 0.5rem 1rem !important;
  }
}

.hr-fix {
  padding-left: 70px;
  margin-left: -3000px;
  padding-right: 3000px;
  margin-right: -3000px;
}

.dro {
  border-right: #ccc 1px solid;
  background-color: rgb(248, 248, 248);
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */

/* menu mega*/

.megamenu-li {
  position: static;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 0.8em;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px 3.5rem;
  font-family: "Arial", sans-serif;
  /* background-color: #f8f9fa; */
}

a.drop-it:hover {
  color: #0abb11 !important;
}

.drop-it {
  display: block;
  clear: both;
  font-weight: 600;
  color: rgb(33, 37, 41);
  text-align: inherit;
  white-space: nowrap;
  padding: 0rem 0rem 1.1rem;
  border-width: 0px;
  font-size: 0.8em;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1225px) {
  .dro {
    min-height: 400px;
  }
}

#video {
  position: relative;
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #video {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  #video {
    height: 200px;
  }
}

.fh5co-404-text h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .fh5co-404-text h2 {
    font-size: 18px;
  }
}

.fh5co-copyright {
  margin-top: 50px;
}

.btn-primary {
  border: none;
  background: #1aa59a;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #21d1c3 !important;
}

.fh5co-container {
  margin-top: 50px;
}

.overlay {
  background: url(../images/404.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
}

.overlay:after,
.overlay:before {
  content: "";
  background: #ffffff;
  height: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 20px;
}

.overlay:before {
  left: 0;
}

.overlay:after {
  right: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #0abb11;
  text-decoration: none;
  background-color: rgb(248, 248, 248);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0abb11;
  /* border-bottom: 1px solid #0abb11; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover span {
  color: #0abb11;
  /* border-bottom: 1px solid #0abb11; */
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link span {
  color: #565555;
  /* border-bottom: 1px solid #0abb11; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover i {
  color: #0abb11 !important;
  /* border-bottom: 1px solid #0abb11; */
}

.green {
  color: #0abb11 !important;
  /* border-bottom: 1px solid #0abb11; */
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link i {
  color: #565555;
  /* border-bottom: 1px solid #0abb11; */
}

.navbar {
  padding: 0.5rem 3.5rem 0;
}

.bg-light {
  background-color: #ffffff !important;
}

.navbar-nav {
  font-weight: 600;
}

.navbar-nav p {
  font-weight: 400;
}

/* .navbar-nav .nav-link small {
  font-size: .9em;

} */

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

.small,
small {
  font-size: 78%;
  font-weight: 400;
}

#arrow {
  background: transparent url(../images/pic/up.png) no-repeat;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
  /*рисуем ручку при наведении, так привычнее*/
  display: none;
}

.carousel-indicators li {
  cursor: pointer;
}

/* карусель картинки */

.akor {
  position: relative;
  max-width: 1114px;
  margin: 0 auto;
}

.akor-left-block {
  position: absolute;
  top: 23px;
  left: 56px;
}

.akor-bg-color {
  background-color: #f4f4f2;
  width: 100%;
  height: 362px;
}

.akor-bg-color2 {
  background-color: #dedde2;
  width: 100%;
  height: 362px;
}

.akor-bg-color3 {
  background-color: #e7d687;
  width: 100%;
  height: 362px;
}

.akor-bg-color4 {
  background-color: #dddce2;
  width: 100%;
  height: 362px;
}

.akor-bg-color5 {
  background-color: #c1fcfa;
  width: 100%;
  height: 362px;
}

.akor-bg-color6 {
  background-color: #ecf1f7;
  width: 100%;
  height: 362px;
}

.akor-booton-top {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #999;
  font-size: 0.6em;
  text-transform: uppercase;
  padding: 3px 16px;
  color: #000;
}

.cat-booton-top {
  display: inline-block;
  border: 1px solid #999;
  font-size: 0.7em;
  padding: 3px 16px;
  color: #000;
}

.akor-text {
  position: absolute;
  left: 0px;
  top: 37px;
  width: 516px;
  color: #666;
}

.akor-text h2 {
  font-size: 2.71em;
  color: #000;
  display: block;
  margin-bottom: 12px;
}

.akor-text p {
  font-size: 0.95em;
}

.akor-booton {
  position: absolute;
  left: 0px;
  top: 253px;
  font-size: 0.95em;
  padding: 7px 54px !important;
  color: rgb(255, 255, 255);
  background: #21b54a;
  white-space: nowrap;
}

.akor-booton:hover {
  background: #00975f;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.akor-img {
  position: absolute;
  /* width: 800px; */
  /* height: 448px; */
  left: 502px;
  top: -25px;
}

.akor-img2 {
  position: absolute;
  width: 204px;
  height: 203px;
  left: 856px;
  top: 74px;
}

.akor-img3 {
  position: absolute;
  left: 502px;
  top: 15px;
}

.akor-img4 {
  position: absolute;
  width: auto;
  height: 278px;
  left: 430px;
  top: 34px;
}

.akor-img7 {
  position: absolute;
  width: auto;
  height: 278px;
  left: 584px;
  top: 65px;
}

/* .carousel-inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-inner img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
} */

.article-15 {
  padding-right: 0px;
}

.block-article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

.block-article-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 20px;
}

.block-article-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* padding: 20px; */
}

.block-article-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 40px 20px;
}

.block-article-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 40px 16px;
}

.block-article-6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 40px 10px;
}

.block-article-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 24px 16px;
}
.block-article-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding: 30px 16px;
}

.block-article__title {
  color: #343a40;
  font-weight: bold;
  padding-bottom: 20px;
}

.block-article__title-2 {
  color: #343a40;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 30px;
}

.block-article__body {
  color: #343a40;
  padding-left: 30px;
}

.block-article__body-2 {
  max-width: 487px;
}

.block-article__body-3 {
  color: #343a40;
  padding-left: 30px;
  max-width: 487px;
}

.block-article__arrov {
  display: block;
  font-size: 40px;
  line-height: 1px;
  color: green;
  text-align: end;
  padding-bottom: 10px;
}

.block-article__arrov-usl {
  display: block;
  font-size: 40px;
  line-height: 1px;
  color: green;
  text-align: end;
  padding-bottom: 10px;
  position: absolute;
  bottom: 30px;
  right: 23px;
}

.block-article__arrov-boot {
  display: block;
  font-size: 40px;
  line-height: 1px;
  color: green;
  text-align: end;
  padding-bottom: 10px;
  position: absolute;
  bottom: 30px;
  left: 23px;
}

.block-article__arrov-boot-2 {
  display: contents;
  font-size: 40px;
  line-height: 1px;
  color: green;
  text-align: end;
  padding-bottom: 10px;
  position: absolute;
  bottom: 30px;
  left: 13px;
}

.block-article__arrov-cart {
  display: inline-block;
  font-size: 40px;
  line-height: 1px;
  color: green;
  text-align: end;
  /* padding-bottom: 10px; */
  width: 283px;
}

.block-article__fFooter {
  color: #343a40;
  padding: 30px 0px;
}

.block-article__footer-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-content: center;
  color: #343a40;
}

.block-article__footer-ul_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-content: start;
  color: #343a40;
}

.block-article__footer-li-1 {
  width: 300px;
  font-weight: bold;
}

.block-article__footer-li-2 {
  width: 300px;
}

.block-article__footer-li-3 {
  width: 300px;
  color: green;
  font-size: 0.9em;
  margin-top: 15px;
}

.line_hr {
  border: 0.5px solid rgba(148, 148, 148, 0.25);
}

.carousel-control-prev-icon {
  /* background-image: url(./../images/cont/prev.jpg); */
  position: absolute;
  bottom: 66px;
  right: 69px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  padding-left: 13px;
  padding-top: 10px;
  font-size: 44px;
  line-height: 0.3;
  color: #ababab;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 2px 2px rgba(63, 63, 63, 0.25), 0 2px 2px rgba(63, 63, 63, 0.25);
}

.carousel-control-prev-icon:hover {
  /* background-image: url(./../images/cont/prev_h.jpg); */
  background-color: rgb(210, 210, 210);
  color: #6f6f6f;
}

.carousel-control-next-icon {
  /* background-image: url(./../images/cont/next.jpg); */
  position: absolute;
  bottom: 66px;
  right: 24px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  padding-left: 13px;
  padding-top: 10px;
  font-size: 44px;
  line-height: 0.3;
  color: #ababab;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 2px 2px rgba(63, 63, 63, 0.25), 0 2px 2px rgba(63, 63, 63, 0.25);
}

.carousel-control-next-icon:hover {
  /* background-image: url(./../images/cont/next_h.jpg); */
  background-color: rgb(210, 210, 210);
  color: #6f6f6f;
}

nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

/* @media only screen and (max-device-width: 992px){
  nav.navbar .dropdown:hover > .dropdown-menu{
      display:none;
  }
} */

.dropdown-menu {
  margin: 0rem 0 0;
}

.reee {
  color: rgb(251, 7, 7) !important;
}

.height-center {
  display: flex;
  align-items: center;
}

.line-green {
  border: 2px solid rgb(27, 128, 23);
  margin-bottom: 20px;
}

.fade {
  opacity: 1;
  cursor: pointer;
}

/* .fade:hover {
  opacity: 0.8;
} */

.img-montage {
  margin-bottom: 38px;
}

.img-installation {
  margin-bottom: 19px;
}

.montage-article {
  margin-bottom: 60px;
}

.line-green_2 {
  border-bottom: 2px solid #0abb11;
}

.line-gray {
  border-bottom: 1.5px solid #c1bfbf;
  /* padding: 9px 10px 5px 9px; */
  /* display: block; */
  position: absolute;
  top: -26px;
  width: 538px;
}

.line-gray-2 {
  border-bottom: 1.5px solid #c1bfbf;
  /* padding: 9px 10px 5px 9px; */
  /* display: block; */
  position: absolute;
  top: 112px;
  width: 538px;
}

.line-gray-3 {
  border-bottom: 1.5px solid #c1bfbf;
  /* padding: 9px 10px 5px 9px; */
  /* display: block; */
  position: absolute;
  top: 10px;
  width: 538px;
}

.line-gray-4 {
  border-bottom: 1.5px solid #c1bfbf;
  /* padding: 9px 10px 5px 9px; */
  /* display: block; */
  position: absolute;
  bottom: 10px;
  width: 538px;
}

.installation-ul {
  display: block !important;
  border: none !important;
}

.installation-ul li a {
  border: none !important;
}

.installation-ul li a {
  background-color: rgb(247, 247, 247) !important;
  padding: 0.5rem 0rem !important;
  color: rgb(187, 187, 187);
}

.box {
  position: relative;
  min-height: 208px;
  box-sizing: border-box;
}

.title {
  font-size: 17px;
  padding-top: 29px;
  padding-left: 30px;
}

.text {
  font-size: 14px;
  padding-top: 21px;
  padding-left: 30px;
}

.title-window {
  font-size: 14px;
  padding-top: 24px;
  padding-left: 38px;
}

.text-window {
  font-size: 15px;
  padding-top: 19px;
  padding-left: 39px;
}

.icon {
  position: absolute;
  top: 27px;
  right: 0px;
}

.icon-window {
  position: absolute;
  top: 18px;
  right: 25px;
}

.height_fix {
  display: block;
  min-height: 145px;
}

.tab_menu {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-50 {
  margin-top: -94px;
}

.footer {
  background: rgb(247, 247, 247) none repeat scroll 0 0;
  /* border-top: 1px outset rgb(204, 203, 203); */
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.link_nav {
  display: flex;
  justify-content: space-between;
  padding-top: 37px;
  border-bottom: 1px solid #cccbcb;
  width: 100%;
}

.puz {
  flex: 1 1 auto;
  height: 264px;
}

.link_nav ul {
  display: flex;
  justify-content: space-between;
  width: 40%;
  font-family: arial;
  flex-wrap: wrap;
}

.link_nav ul li {
  padding-right: 20px;
  min-width: 81px;
}

.link_a {
  color: #009453;
  text-decoration: underline;
  font-size: 12px;
  /* line-height: 1.4; */
  font-weight: 400;
}

.link_a:hover {
  color: #696969;
}

.tel_link {
  padding-right: 17px;
}

.tel_link a {
  color: rgb(124, 124, 124);
}

.footer_gr {
  height: 50px;
  background-color: #009453;
  display: flex;
  justify-content: space-between;
  font-family: arial;
  color: rgb(255, 255, 255);
  align-items: center;
  position: relative;
}

.footer_block {
  display: flex;
  justify-content: space-between;
}

.footer_block_1-text {
  padding-top: 34px;
  font-size: 12px;
  color: rgb(124, 124, 124);
  max-width: 610px;
}

.footer_block_2-text {
  font-size: 13px;
  color: rgb(124, 124, 124);
  padding-top: 6px;
  padding-bottom: 17px;
}

.img_gr {
  position: absolute;
  top: -62px;
  right: 18px;
}

.img_gr img {
  max-width: 80px;
}
.WrapperCard {
  width: 100%;
  position: relative;
}
.img_grCard {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
}

.img_grCard img {
  width: 100px;
}
.logoCard {
  padding-top: 174px;
  margin: 0 auto;
  width: 230px;
}

.logoSalamander {
  color: #00975f;
  font-size: 1.8em;
  display: inline-block;
  font-weight: 600;
  transform: scale(1, 1.2);
  text-decoration: none;
}

.logoSalamanderWWW {
  margin-top: -8px;
  font-size: 0.66em;
  display: block;
  letter-spacing: 1.7px;
  color: black;
  padding-left: 2px;
}

.list_Capd {
  display: flex;
  flex-direction: column;
}
.tel-wrap {
  position: relative;
  height: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tel-wrap::after {
  content: "";
  border-bottom: 1px solid rgb(163, 163, 163);
  display: block;
  margin-top: 10px;
  max-width: 240px;
  margin-left: 40px;
}

.tel-wrap a {
  color: #525252;
  margin-left: 40px;
  font-weight: bold;
  font-size: 16px;
}
.tel-wrap span {
  color: rgb(163, 163, 163);
  margin-left: 40px;
  font-size: 14px;
}

.tel-wrap_2 {
  position: relative;
  height: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tel-wrap_2::after {
  content: "";
  border-bottom: 1px solid rgb(3, 111, 12);
  display: block;
  margin-top: 10px;
  max-width: 280px;
}
.tel-wrap_2 a {
  color: #525252;
  margin-left: 40px;
  font-weight: bold;
  font-size: 16px;
}
.tel-wrap_2 span {
  color: rgb(163, 163, 163);
  margin-left: 40px;
  font-size: 14px;
}
.tel-wrap_3 {
  color: #525252;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 280px;
}

.icon_poz {
  position: absolute;
  top: 8px;
  left: 0px;
}
.list_Capd span {
  display: block;
}

.WrapperCard_list {
  max-width: 280px;
  margin: 0 auto;
  height: 830px;
}

.footerLincs {
  justify-content: flex-end !important;
}

.widthMaxUslugi {
  max-width: 80%;
}

.color_blue {
  color: #0099e0;
}

.mar_38 {
  margin-top: -38px;
}

ul.radius {
  margin: 0;
  /* Обнуляем значение отступов */
  padding: 4px;
  /* Значение полей */
}

ul.radius li {
  display: inline-block;
  margin-right: 25px;
  border: 3px solid #9a9a9a;
  /* padding: 3px; */
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.bg_1 {
  background-image: url(../images/salamander/door/balcony/10.jpg);
  background-size: cover;
}

.bg_2 {
  background-image: url(../images/salamander/door/balcony/11.jpg);
  background-size: cover;
}

.bg_3 {
  background-image: url(../images/salamander/door/balcony/12.jpg);
  background-size: cover;
}

.bg_4 {
  background-image: url(../images/salamander/door/balcony/13.jpg);
  background-size: cover;
}

.bg_5 {
  background-image: url(../images/salamander/door/balcony/14.jpg);
  background-size: cover;
}

.bg_6 {
  background-image: url(../images/salamander/door/balcony/15.jpg);
  background-size: cover;
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}
.card_port {
  justify-content: space-between;
}
.card_border {
  margin-left: 0px;
  border: 1px solid #aaaaaa;
  margin-right: 40px;
  border-radius: 0px;
}
.card_border:last-child {
  margin-right: 0px;
}
.card_border_content {
  padding: 20px;
}
.green_cub {
  color: #ffffff;
  background-color: #009900;
  width: 30px;
  height: 20px;
  padding: 2px 3px;
  font-weight: 700;
  border-radius: 4px;
}
.button_rewiews {
  float: right;
  margin-top: 16px;
  color: #fff;
  padding: 8px 16px;
  border: 0;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: #666666 !important;
}
.button_rewiews:hover {
  background-color: #009900 !important;
  color: #fff;
}
.stars_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 4px;
}

.star {
  background-image: url(/images/star.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.star:not(:last-child) {
  margin-right: 4px;
}
.line_rewiews {
  position: absolute;
  width: 91%;
  top: 23px;
  left: 94px;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.line_rewiews_text {
  position: absolute;
  /* width: 8%; */
  top: 0px;
  left: 13px;
  border-bottom: 2px solid rgb(39, 39, 39);
}

/* яндекс стили для отзывов */
.data_ya {
  line-height: 12px;
  font-size: 12px;
  color: rgb(163, 163, 163);
  margin-left: 4px;
}
.data_ya_zvan {
  line-height: 12px;
  font-size: 12px;
  color: rgb(163, 163, 163);
}
.ya_dlosk {
  margin-bottom: 10px;
}

.user-icon-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
  border-radius: 50%;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-image: url(https://avatars.mds.yandex.net/get-yapic/39460/kIA87JN0hqvThPEKIDQujSE5P4-1/islands-68);
  float: left;
}

.user-icon-view_icon_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
  border-radius: 50%;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-image: url("https://avatars.mds.yandex.net/get-yapic/20706/enc-7ea2ed078a1f9862009e55c3379f43c6ba08c98141b568115898ec6baa71854f/islands-68");
  float: left;
}

.user-icon-view_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
  border-radius: 50%;
  text-decoration: none;
  width: 32px;
  height: 32px;
  float: left;
}
.ya_stars_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ya_stars_block svg {
  cursor: pointer;
}
.ya_color_label {
  color: #009900;
  padding: 0px 10px 0px 5px;
}

.info__switch {
  display: none;
}

.info__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.info__switch:checked ~ .info__body {
  max-height: 100px;
}

.info__switch:checked ~ .info__headline::before {
  transform: rotate(180deg) translateY(6px);
}

.info__headline {
  /* display: block; */
  position: relative;
  margin-bottom: 0px;
  user-select: none;
  color: #39739d;
  font-weight: normal;
  cursor: pointer;
}

.info__headline:hover {
  text-decoration: underline;
}

/* яндекс стили для отзывов */
/* .cn_authorize_tittle {
  display: none;
} */
.bg_filter:hover {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
  transition: 0.5s ease-in-out;
}

/* поп-апы мать его */

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
*[required] {
  padding-right: 10px;
  background-image: url(/images/salamander/popap/requr.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}

.gcss-button {
  background-color: #00a567;
  border-radius: 0.14286rem;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Heebo", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 1rem 3rem 0.85714rem 1.78571rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  padding: 10px;
  border: 1px solid #b7b7b7 !important;
  margin-top: 23px;
}

.modal-title {
  /* margin-bottom: 0; */
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 70px;
}
.modal-title::after {
  content: "";
  border: 0.5px solid#ced4da;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.modal-header .close {
  /* padding: 15px; */
  /* margin: -15px -9px 0px 0px; */
  position: absolute;
  right: 15px;
  top: 11px;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 0px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header::before {
  width: 80px;
  height: 101px;
  content: "";
  background: url(/images/mark.png) no-repeat center center;
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}

label {
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
  color: #000;
}
.btn-salaman {
  padding: 7px 45px;
  background-color: #00a567;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.btn-salaman:hover {
  opacity: 0.8;
}
.form-center {
  max-width: 435px;
  margin: 0 auto;
}
.form-group input {
  max-width: 380px;
  float: right;
}

.modal-content {
  padding: 0px 100px;
}
.form-control_mobfix {
  float: left !important;
  display: flex;
  width: 250px;
  /* margin-bottom: 40px; */
  /* margin: 0 auto; */
  margin-left: 60px;
  margin-bottom: 79px;
  margin-top: 23px;
}
.cursor_point {
  cursor: pointer;
}

.cadr_index {
  display: flex;
  background-color: #fff;
}
.cadr_index_text {
  min-width: 326px;
  margin-left: 20px;
}

.contact_flax {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.contact_flax a {
  color: #343a40;
}
.maxWidth300 {
  max-width: 300px;
  display: block;
}
.maxWidth350 {
  max-width: 350px;
  display: block;
}
.maxWidth400 {
  max-width: 420px;
  display: block;
}
.fix_3d_margin {
  margin-top: 30px;
  margin-left: 34px;
}
.paramText {
  padding-left: 10px;
}
.paramTextGl::after {
  content: "";
  border: 1px solid #333333;
  display: block !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article3D {
  max-width: 350px;
  display: block;
  padding-bottom: 25px;
  color: #343a40;
}
.article3D b {
  color: #343a40;
  margin-bottom: 4px;
  display: inline-block;
}
.mail_gr a {
  color: #fff;
}
.item-text {
  padding-left: 40px;
  border-left: 1px solid rgb(195, 195, 195);
  height: 100%;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-text p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-text p span {
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 25px;
}
.img-300 {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
