:root {
  --color-orange: #F68B23;
  --color-grey: #383838;
}
.n_main {
  width: 100%;
}
.b-header {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  z-index: 100;
}
.b-header::before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background: #4c5866;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.b-header .header__wrapper {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  height: 236px;
}
.b-header ul.sf-menu,
.b-header ul.sf-menu1 {
  padding: 0;
  float: none;
}
.b-header ul.sf-menu li {
  float: none;
  display: inline-block;
}
.b-header .header__menu-top {
  position: absolute;
  left: -7px;
  top: 3px;
}
.b-header ul.sf-menu1 li {
  float: none;
  display: inline-block;
}
.b-header ul.sf-menu1 li:last-child ul {
  left: 50%;
  transform: translateX(-50%);
}
.b-header .header__whatsapp {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 420px;
  height: fit-content;
}
.b-header .header__feedback {
  position: absolute;
  right: 20px;
  top: 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
.b-header .header__callback a:link,
.b-header .header__callback a:visited,
.b-header .header__callback a:active,
.b-header .header__callback a:hover {
  color: #ff9630;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
}
.b-header .header__callback a:hover {
  text-decoration: none;
}
.b-header .header__time {
  color: #ececec;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  width: 47px;
}
.b-header .header__menu-bottom {
  position: absolute;
  left: -7px;
  bottom: 14px;
}
.b-header .header__menu-bottom--2 {
  position: absolute;
  top: 100%;
}
.b-header .header__logo {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
}
.b-header .header__logo img {
  max-width: 100%;
}
.b-header .header__rehau-logo {
  position: absolute;
  width: 150px;
  height: auto;
  top: 75px;
  left: 210px;
}
.b-header .header__rehau-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.b-header .header__text {
  position: absolute;
  top: 100px;
  left: 385px;
  box-sizing: border-box;
  padding-left: 27px;
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.b-header .header__text::before {
  content: "";
  display: block;
  width: 1px;
  height: 51px;
  background: #c3c3c3;
  position: absolute;
  top: -10px;
  left: 0;
}
.b-header .header__btns {
  position: absolute;
  top: 100px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.b-header .header__btn {
}
.b-header .header__btn a:link,
.b-header .header__btn a:visited,
.b-header .header__btn a:hover,
.b-header .header__btn a:active {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 17px 12px 17px 57px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}
.b-header .header__btn--calculator a {
  background: #7f8d97;
}
.b-header .header__btn--call a {
  background: #f68b23;
}
.b-header .header__btn a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.b-header .header__btn--calculator a::before {
  background-image: url(./images/reshokna-calc-pic.svg);
}
.b-header .header__btn--call a::before {
  background-image: url(./images/reshokna-zam-pic.svg);
}
.b-header .menu1__lvl1-drop {
  padding-right: 44px;
  position: relative;
}
.b-header .menu1__lvl1-drop::before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background-image: url("./images/reshokna-menu-bottom-drop.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.b-header .header__adaptive {
  display: none;
}
.b-header .header__burder {
  position: absolute;
  right: 20px;
  top: 19px;
}
.b-header .header__burder {
  display: block;

  cursor: pointer;
}
.b-header .header__burder > span {
  display: block;
  margin-bottom: 3px;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: width 0.2s ease, transform 0.2s ease;
}
.b-header .n_mobile-menu {
  top: 110px;
  position: absolute;
}
.b-header .header__burder > a.active span {
}
.b-header .header__burder > a.active span:nth-child(1) {
  position: relative;
  transform: rotate(45deg);
  top: 6px;
}
.b-header .header__burder > a.active span:nth-child(2) {
  width: 0;
}
.b-header .header__burder > a.active span:nth-child(3) {
  position: relative;
  transform: rotate(-45deg);
  top: -6px;
}

/*--------------------------------*/
.b-whatsapp-header {
  transition: opacity 0.2s ease;
  box-sizing: border-box;
  height: 20px;
}
.b-whatsapp-header:hover {
  opacity: 0.8;
}
/*--------------------------------*/
.b-phone a:link,
.b-phone a:visited,
.b-phone a:active,
.b-phone a:hover {
  display: flex;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  align-items: center;
}
.b-phone a:hover {
  text-decoration: underline;
}
.b-phone .phone__icon {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 8px;
}
/*--------------------------------*/

@media (max-width: 1239px) and (min-width: 768px) {
  .b-header::before {
    height: 50px;
  }
  .b-header .header__wrapper {
    height: 160px;
  }
  .b-header .header__adaptive {
    display: block;
  }
  .b-header ul.sf-menu1 {
    width: 100%;
  }
  .b-header .header__menu-bottom {
    left: 15px;
    display: none;
  }
  .b-header .header__btns {
    top: 10px;
    right: auto;
    left: 20px;
  }
  .b-header ul.sf-menu > li a {
    padding: 11px 5px 8px 0;
  }
  .b-header .header__logo {
    top: 75px;
  }
  .b-header .header__rehau-logo {
    top: 75px;
    width: 100px;
  }
  .b-header .header__text {
    top: 85px;
    left: 328px;
    padding-left: 15px;
    font-size: 12px;
  }
  .b-header .header__text::before {
   
  }
  .b-header .header__feedback {
    top: 60px;
    flex-direction: column;
    text-align: left;
  }
  .b-header .header__whatsapp {
    right: 20px;
  }
  .b-header .ul.sf-menu li {
    font-size: 16px;
  }
  .b-header .header__menu-top {
    display: none;
    left: 20px;
  }
  /*-----------------------*/
  .b-header .header__callback {
    width: 100%;
  }
  .b-header .header__time {
    color: #000;
    width: 100%;
    text-align: left;
  }
  .b-header .header__btns {
    right: auto;
    left: 20px;
    top: 5px;
  }
  .b-header .header__btn a:link,
  .b-header .header__btn a:visited,
  .b-header .header__btn a:hover,
  .b-header .header__btn a:active {
    padding: 12px 12px 12px 40px;
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }
  .b-header .header__btn a::before {
    background-size: 15px;
    width: 30px;
    height: 30px;
  }
  .b-header .header__whatsapp {
    right: 61px;
    top: 16px;
  }
  .b-whatsapp-header {
  }
  /*-----------------------*/
  /*-----------------------*/
  .b-phone .phone__icon svg path {
    stroke: #000;
  }
  .b-phone a:link,
  .b-phone a:visited,
  .b-phone a:active,
  .b-phone a:hover {
    color: #000;
  }
  /*-----------------------*/
  /*-----------------------*/
}

@media (max-width: 767px) {
  .b-header {
    min-height: auto;
    display: block;
  }
  .b-header .header__wrapper {
    height: 110px;
  }
  .b-header::before {
    height: 50px;
  }
  .b-header .header__logo {
    width: 170px;
    top: 55px;
    left: 10px;
  }
  .b-header .header__whatsapp {
    right: 61px;
    top: 16px;
  }
  .b-header .header__adaptive {
    display: block;
  }
  .b-header .header__text,
  .b-header .header__time,
  .b-header .header__menu-bottom,
  .b-header .header__menu-top,
  .b-header .header__rehau-logo {
    display: none;
  }
  .b-header .header__btns {
    right: auto;
    left: 20px;
    top: 10px;
  }
  .b-header .header__btn a:link,
  .b-header .header__btn a:visited,
  .b-header .header__btn a:hover,
  .b-header .header__btn a:active {
    padding: 5px 8px 5px 31px;
    font-size: 8px;
    line-height: normal;
    max-width: 100px;
    text-align: left;
  }
  .b-header .header__btn a::before {
    background-size: 15px;
    width: 20px;
    height: 20px;
  }
  .b-header .header__feedback {
    top: 62px;
    right: 20px;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  /*--------------------------*/
  .b-phone a:link,
  .b-phone a:visited,
  .b-phone a:active,
  .b-phone a:hover {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
  }
  .b-phone .phone__icon svg path {
    stroke: #000;
  }
  .b-header .header__callback a:link,
  .b-header .header__callback a:visited,
  .b-header .header__callback a:active,
  .b-header .header__callback a:hover {
    font-size: 12px;
  }
  /*--------------------------*/
}
/*--------------------------*/
.b-sidebar-fon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.b-sidebar-fon.open {
  opacity: 1;
  visibility: visible;
}
.b-sidebar {
  top: 0;
  left: -500px;
  position: fixed;
  z-index: 998;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: left 0.5s ease-out;
}
.b-sidebar.open {
  left: 0;
  transition: left 0.5s ease-out;
}
.b-sidebar .sidebar__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
}
.b-sidebar .sidebar__logo img {
  vertical-align: middle;
  max-width: 100%;
}
.b-sidebar .sidebar__logo {
  margin-bottom: 30px;
}
.b-sidebar .sidebar__menu-item {
  margin-bottom: 14px;
}
.b-sidebar .sidebar__menu-item:last-child {
  margin-bottom: 0;
}
.b-sidebar .sidebar__menu-item ul.sf-menu {
  float: none;
}
.b-sidebar .sidebar__menu-item ul.sf-menu li {
  float: none;
}
/*--------------------------*/
.b-sidebar .sidebar__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.b-sidebar .sidebar__btn {
}
.b-sidebar .sidebar__btn a:link,
.b-sidebar .sidebar__btn a:visited,
.b-sidebar .sidebar__btn a:hover,
.b-sidebar .sidebar__btn a:active {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 8px 10px 47px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}
.b-sidebar .sidebar__btn--calculator a {
  background: #7f8d97;
}
.b-sidebar .sidebar__btn--call a {
  background: #f68b23;
}
.b-sidebar .sidebar__btn a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 20px;
}
.b-sidebar .sidebar__btn--calculator a::before {
  background-image: url(./images/reshokna-calc-pic.svg);
}
.b-sidebar .sidebar__btn--call a::before {
  background-image: url(./images/reshokna-zam-pic.svg);
}
.b-sidebar .sidebar__menu-list {
  position: relative;
  padding: 10px 0;
}
.b-sidebar .sidebar__menu-list::before,
.b-sidebar .sidebar__menu-list::after {
  content: "";
  height: 1px;
  background: #4c5866;
  position: absolute;
  left: -20px;
  right: -20px;
}
.b-sidebar .sidebar__menu-list::before {
  top: 0;
}
.b-sidebar .sidebar__menu-list::after {
  bottom: 0;
}
/*--------------------------*/
.b-sidebar .sidebar__feedback {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 20px;
}
.b-sidebar .b-phone a:link,
.b-sidebar .b-phone a:visited,
.b-sidebar .b-phone a:active,
.b-sidebar .b-phone a:hover {
  font-size: 20px;
  font-weight: 600;
}
.b-sidebar .sidebar__time {
  font-size: 18px;
}
.b-sidebar .sidebar__callback a:link,
.b-sidebar .sidebar__callback a:visited,
.b-sidebar .sidebar__callback a:active,
.b-sidebar .sidebar__callback a:hover {
  font-size: 18px;
}
.b-sidebar .sidebar__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
}
.b-sidebar .sidebar__close span {
  background: #000;
  width: 25px;
  height: 3px;
  display: block;
}
.b-sidebar .sidebar__close span:nth-child(1) {
  position: relative;
  transform: rotate(45deg);
  top: 55%;
  left: 30%;
}
.b-sidebar .sidebar__close span:nth-child(2) {
  position: relative;
  transform: rotate(-45deg);
  top: 50%;
  left: 30%;
}
/*--------------------------*/
.b-sidebar-menu .sidebar-menu__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.b-sidebar-menu .sidebar-menu__item > a:link,
.b-sidebar-menu .sidebar-menu__item > a:active,
.b-sidebar-menu .sidebar-menu__item > a:visited,
.b-sidebar-menu .sidebar-menu__item > a:active {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.b-sidebar-menu .sidebar-menu__item > a:hover {
  text-decoration: underline;
}
/*--------------------------*/
.b-sidebar .b-whatsapp-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.b-sidebar .b-whatsapp-header a:link,
.b-sidebar .b-whatsapp-header a:visited,
.b-sidebar .b-whatsapp-header a:active,
.b-sidebar .b-whatsapp-header a:hover {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #000;
  font-size: 16px;
}
/*--------------------------*/
.g-ov-h {
  overflow: hidden;
}
/*--------------------------*/
.b-fixed-head {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 996;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  top: -200px;
  transition: top .5s ease;
}
.b-fixed-head--on {
  top: 0;
}
.b-fixed-head::before {
  content: '';
  display: block;
  height: 47px;
  background: #4C5866;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-fixed-head .fixed-head__wrapper {
  max-width: 1187px;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.b-fixed-head .fixed-head__logo {
  width: 140px;
  position: absolute;
  top: 20px;
  left: 7px;
}
.b-fixed-head .fixed-head__logo img {
  max-width: 100%;
  vertical-align: middle;
}
.b-fixed-head .fixed-head__feedback {
  box-sizing: border-box;
  display: flex;
  gap: 10px 30px;
  box-sizing: border-box;
  width: fit-content;
  padding: 10px 12px;
  background: #F5F5F5;
  border-radius: 6px;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 180px;
}
.b-fixed-head .b-phone .phone__icon svg path {
  stroke: #000;
}
.b-fixed-head .b-phone a:link,
.b-fixed-head .b-phone a:visited,
.b-fixed-head .b-phone a:active,
.b-fixed-head .b-phone a:hover {
  color: #000;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.b-fixed-head .fixed-head__time,
.b-fixed-head .fixed-head__callback {
  display: flex;
  align-items: center;
}
.b-fixed-head .fixed-head__time {
  max-width: 56px;
  text-align: center;
  font-size: 12px;
}
.b-fixed-head .fixed-head__callback a:link,
.b-fixed-head .fixed-head__callback a:visited,
.b-fixed-head .fixed-head__callback a:active,
.b-fixed-head .fixed-head__callback a:hover {
  font-size: 14px;
}
.b-fixed-head .fixed-head__btns {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 10px;
}
.b-fixed-head .fixed-head__btn {
}
.b-fixed-head .fixed-head__btn a:link,
.b-fixed-head .fixed-head__btn a:visited,
.b-fixed-head .fixed-head__btn a:hover,
.b-fixed-head .fixed-head__btn a:active {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 17px 12px 17px 57px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}
.b-fixed-head .fixed-head__btn--calculator a {
  background: #7f8d97;
}
.b-fixed-head .fixed-head__btn--call a {
  background: #f68b23;
}
.b-fixed-head .fixed-head__btn a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.b-fixed-head .fixed-head__btn--calculator a::before {
  background-image: url(./images/reshokna-calc-pic.svg);
}
.b-fixed-head .fixed-head__btn--call a::before {
  background-image: url(./images/reshokna-zam-pic.svg);
}
.b-fixed-head .fixed-head__menu {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 87px;
}
.b-fixed-head .fixed-head__burger {
  position: absolute;
  right: 20px;
  top: 19px;
  display: none;
  cursor: pointer;
}
.b-fixed-head .fixed-head__burger > span {
  display: block;
  margin-bottom: 3px;
  width: 25px;
  height: 3px;
  background: #000;
  transition: width 0.2s ease, transform 0.2s ease;
}

/*--------------------------*/
@media (max-width: 1239px) and (min-width: 768px) {
  .b-fixed-head .fixed-head__burger {
    display: block;
  }
  .b-fixed-head {
    height: 60px;
  }
  .b-fixed-head .fixed-head__logo {
    top: 15px;
    left: 7px;
    width: 140px;
  }
  .b-fixed-head .fixed-head__menu {
    display: none;
  } 
  .b-fixed-head::before {
    content: none;
  }
  
  .b-fixed-head .fixed-head__feedback {
    padding: 6px 10px;
    left: 156px;
    gap: 10px;
    top: 17px;
  }
  .b-fixed-head .fixed-head__btns { 
    right: 60px;
    top: 13px;
  }
  .b-fixed-head .fixed-head__btn a:link, 
  .b-fixed-head .fixed-head__btn a:visited, 
  .b-fixed-head .fixed-head__btn a:hover, 
  .b-fixed-head .fixed-head__btn a:active {
    padding: 10px 12px 10px 30px;
    font-size: 8px;
    line-height: normal;
    text-align: left;
  }
  .b-fixed-head .fixed-head__btn a::before {
    width: 20px;
    height: 20px;
    background-size: 15px;
  }
  .b-fixed-head .b-phone a:link, 
  .b-fixed-head .b-phone a:visited, 
  .b-fixed-head .b-phone a:active, 
  .b-fixed-head .b-phone a:hover {
    font-size: 14px;
  }
  .b-phone .phone__icon svg {
    width: 13px;
    height: 13px;
  }
  .b-fixed-head .fixed-head__time {
    display: none;
  }
}
/*--------------------------*/
@media (max-width: 767px) and (min-width: 320px) {
  .b-fixed-head .fixed-head__burger {
    display: block;
  }
  .b-fixed-head {
    height: 50px;
  }
  .b-fixed-head::before {
    content: none;
  }
  .b-fixed-head .fixed-head__logo {
    width: 120px;
    top: 10px;
    left: 10px;
  }
  .b-fixed-head .fixed-head__btns {
    display: none;
  }
  .b-fixed-head .fixed-head__feedback {
    gap: 2px 12px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    left: auto;
    right: 70px;
    top: 13px;
    display: grid;
    grid-template-areas: 
      'whatsapp phone'
      'whatsapp callback'
    ;
  }
  .b-fixed-head .fixed-head__time,
  .b-fixed-head .fixed-head__menu,
  .b-fixed-head .b-phone .phone__icon {
    display: none;
  }
  .b-fixed-head .b-phone a:link, 
  .b-fixed-head .b-phone a:visited, 
  .b-fixed-head .b-phone a:active, 
  .b-fixed-head .b-phone a:hover {
    font-size: 14px;
  }
  .b-fixed-head .fixed-head__callback a:link, 
  .b-fixed-head .fixed-head__callback a:visited, 
  .b-fixed-head .fixed-head__callback a:active, 
  .b-fixed-head .fixed-head__callback a:hover {
    font-size: 12px
  }
  .b-fixed-head .fixed-head__callback {
    width: 100%;
  }
  .b-fixed-head .b-whatsapp-header {
  }
  .b-fixed-head .fixed-head__phone {
    grid-area: phone;
  }
  .b-fixed-head .fixed-head__callback {
    grid-area: callback;
  }
  .b-fixed-head .fixed-head__whatsapp {
    grid-area: whatsapp;
  }
}
/*--------------------------*/
.b-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-form-bottom .form-bottom__policy {
  margin-top: 30PX;
}
.b-form-bottom .form-bottom__policy a:link,
.b-form-bottom .form-bottom__policy a:visited,
.b-form-bottom .form-bottom__policy a:active,
.b-form-bottom .form-bottom__policy a:hover {
  font-size: 20px;
}
.b-form-bottom input[type="submit"] {
  margin: 30px auto 0;
}
/*--------------------------*/
.b-form-bottom--min .form-bottom__policy {
  margin-top: 0;
  padding: 0 3px;
}
.b-form-bottom--min .form-bottom__policy a:link,
.b-form-bottom--min .form-bottom__policy a:visited,
.b-form-bottom--min .form-bottom__policy a:active,
.b-form-bottom--min .form-bottom__policy a:hover {
  font-size: 14px;
}
.b-form-bottom--min input[type="submit"] {
  margin: 10px auto 0;
}
/*--------------------------*/
.b-form-review .uploadfile {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: auto;
  margin: 0;
  padding: 0;
}
/*--------------------------*/
.wincalc-form-contents span {
  line-height: 1.2;
}
/*--------------------------*/
.b-advantages-windows .n_title {
  margin-bottom: 117px;
}
.b-advantages-windows {
  padding: 80px 0;
  position: relative;
}
.b-advantages-windows::before {
  content: '';
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F7F8FC;
}
.b-advantages-windows .advantages-windows__wrapper,
.b-advantages-windows .completed-work__title {
  position: relative;
  z-index: 1;
}
.b-advantages-windows .advantages-windows__wrapper {
  max-width: 686px;
  margin: 0 auto;
}
.b-advantages-windows .advantages-windows__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.b-advantages-windows .advantages-windows__name {
  color: #686868;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  max-width: 170px;
} 
.b-advantages-windows .advantages-windows__pic {
  width: 86px;
  height: 86px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.b-advantages-windows .advantages-windows__mainpic {
  width: 100%;
  max-width: 686px;
  height: 346px;
  background:url('data:image/svg+xml;utf8,<svg  viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="49.5" stroke="rgba(255, 153, 0, 1)" stroke-dasharray="2 2"/></svg>') 0 0 / cover no-repeat;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 5px;
  position: relative;
  margin: 0 auto;
}
.b-advantages-windows .advantages-windows__mainpic::before {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F68B23;
}
.b-advantages-windows .advantages-windows__items {
  margin: 0 auto;
  max-width: 686px;
}
.b-advantages-windows .advantages-windows__item {
  position: absolute;
}
.b-advantages-windows .advantages-windows__item:nth-child(1) {
  left: -29%;
  bottom: 35px;
}
.b-advantages-windows .advantages-windows__item:nth-child(2) {
  left: -20%;
  bottom: 178px;
}
.b-advantages-windows .advantages-windows__item:nth-child(3) {
  left: -3%;
  bottom: 291px;
}
.b-advantages-windows .advantages-windows__item:nth-child(4) {
  flex-direction: row-reverse;
  right: -3%;
  bottom: 291px;
}
.b-advantages-windows .advantages-windows__item:nth-child(5) {
  flex-direction: row-reverse;
  right: -20%;
  bottom: 178px;
}
.b-advantages-windows .advantages-windows__item:nth-child(6) {
  flex-direction: row-reverse;
  right: -30%;
  bottom: 35px;
}
/*--------------------------*/
.b-advantages {
  padding: 80px 0;
  --items-gap: 110px;
  position: relative;
}
.b-advantages::before {
  content: '';
  display: block;
  width: 100vw;
  background-color: #F7F8FC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}
.b-advantages .advantages__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--items-gap));
}
.b-advantages .advantages__item {
  width: calc(100% / 3 - var(--items-gap));
  margin-left: var(--items-gap);
  margin-bottom: 35px;
}
.b-advantages .advantages__icon {
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
}
.b-advantages .advantages__title {
  font-family: 'Bebas', sans-serif;
  color: #1E1E1E;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.30;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b-advantages .advantages__description {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}
/*--------------------------*/
/* .b-promo {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-promo .promo__content {
  max-width: 605px;
  box-sizing: border-box;
  padding: 30px 55px;
  border-left: 6px solid var(--color-orange);
  background-color: #fff;
}
.b-promo .promo__title {
  color: var(--color-orange);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  margin-top: 0;
}
.b-promo .promo__description {
  color: var(--color-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 15px;
  max-width: 475px;
}
.b-promo .promo__bottom {
  display: flex;
  align-items: center;
}
.b-promo .promo__price {
  margin-right: 75px;
  color: var(--color-grey);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.b-promo .promo__price--big {
  font-size: 34px;
}
.b-promo .promo__btn {
  padding: 16px 25px;
} */
/*--------------------------*/
.btn {
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.btn-orange {
  background-color: var(--color-orange);
  color: #FFF;
}
/*--------------------------*/
.b-products-list {
  --items-gap: 15px;
  display: flex;
  margin-left: calc(-1 * var(--items-gap));
  flex-wrap: wrap;
}
.b-products-list .products-list__item {
  background-color: #F7F8FC;
  padding: 30px;
  margin-left: var(--items-gap);
  width: calc(100% / 3 - var(--items-gap));
  margin-bottom: var(--items-gap);
  box-sizing: border-box;
}
.b-products-list .products-list__img {
  text-align: center;
  margin-bottom: 38px;
}
.b-products-list .products-list__img img {
  max-width: 100%;
}
.b-products-list .products-list__name {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b-products-list .products-list__prices {
  display: flex;
  align-items: flex-start;
}
.b-products-list .products-list__new-price {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.b-products-list .products-list__old-price {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  transform: translateY(-50%);
}
.b-products-list ul {
  padding-left: 15px;
  margin: 15px 0;
}
.b-products-list ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.b-products-list .products-list__btn {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  padding: 12px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.b-products-list .products-list__btn:hover {
  background-color: var(--color-orange);
  color: #fff;
}
/*--------------------------*/
.b-text-content {
  padding: 80px 0 0;
}
.b-text-content .n_title {
  margin-bottom: 42px;
}
.b-text-content p {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.b-text-content--padding {
  padding: 80px 0;
}
/*--------------------------*/
.b-tags {
  padding: 55px 0 70px;
}
.b-tags h5 {
  color: var(--color-orange);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 0;
}
.b-tags .tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.b-tags .tags__item {
  margin-left: 10px;
  margin-bottom: 10px;
}
.b-tags .tags__link {
  display: inline-block;
  padding: 13px 29px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  background-color: #F7F8FC;
  border-radius: 6px;
}
/*--------------------------*/
@media (max-width: 1239px) and (min-width: 768px) {
  .b-advantages-windows .n_title {
    margin-bottom: 100px;
  }
  .b-advantages-windows .advantages-windows__item {
    gap: 10px;
  }
  .b-advantages-windows .advantages-windows__pic {
    width: 70px;
    height: 70px;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(1) {
    flex-direction: row-reverse;
    left: -3%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(2) {
    flex-direction: row-reverse;
    left: 6%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(3) {
    flex-direction: row;
    left: 12%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(4) {
    flex-direction: row-reverse;
    right: 12%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(5) {
    flex-direction: row;
    right: 6%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(6) {
    flex-direction: row;
    right: -3%;
  }
  .b-advantages-windows .advantages-windows__name {
    font-size: 18px;
    max-width: 110px;
  }
  .b-advantages {
    --items-gap: 30px;
  }
  .b-advantages .advantages__item {
    width: calc(100% / 2 - var(--items-gap));
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .b-advantages-windows {
    padding: 50px 0;
  }
  .b-advantages-windows .n_title {
    margin-bottom: 40px;
  }
  .b-advantages-windows .advantages-windows__item {
    position: static;
    gap: 10px;
    width: calc(50% - 10px);
  }
  .b-advantages-windows .advantages-windows__mainpic {
    height: auto;
    margin-bottom: 30px;
  }
  .b-advantages-windows .advantages-windows__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .b-advantages-windows .advantages-windows__pic {
    width: 50px;
    height: 50px;
  }
  .b-advantages-windows .advantages-windows__pic svg {
    max-width: 20px;
  }
  .b-advantages-windows .advantages-windows__name  {
    font-size: 20px;
    line-height: 1.2;
  }
  .b-advantages-windows .advantages-windows__name {
    max-width: calc(100% - 60px);
    width: 100%;
  }
  .b-advantages-windows .advantages-windows__item:nth-child(1),
  .b-advantages-windows .advantages-windows__item:nth-child(2),
  .b-advantages-windows .advantages-windows__item:nth-child(3),
  .b-advantages-windows .advantages-windows__item:nth-child(4),
  .b-advantages-windows .advantages-windows__item:nth-child(5),
  .b-advantages-windows .advantages-windows__item:nth-child(6) { 
    flex-direction: row;
  }
  .b-advantages .advantages__item {
    width: 100%;
    text-align: center;
  }
  .b-advantages .advantages__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .b-products-list .products-list__item {
    width: 100%;
  }
  /*--------------------------*/
  /* .b-promo {
    padding: 90px 0;
  }
  .b-promo .promo__content {
    padding: 15px 25px;
  }
  .b-promo .promo__title {
    font-size: 28px;
  }
  .b-promo .promo__bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
  .b-promo .promo__price {
    margin-right: 0;
  } */
  /*--------------------------*/
  .b-advantages {
    padding-bottom: 0;
  }
  .b-text-content {
    padding: 40px 0 0;
  }
  b-text-content--padding {
    padding: 40px 0;
  }
  /*--------------------------*/
  .b-tags .tags__link {
    font-size: 14px;
  }
  .b-tags .tags__link {
    padding: 13px 20px;
  }
  /*--------------------------*/
}
@media (max-width: 540px) and (min-width: 320px) {
  .b-advantages-windows .advantages-windows__items {
    gap: 20px 10px;
  }
  .b-advantages-windows .advantages-windows__name {
    font-size: 14px;
  }
  .b-advantages-windows .advantages-windows__pic {
    width: 35px;
    height: 35px;
  }
  .b-advantages-windows .advantages-windows__pic svg {
    max-width: 16px;
  }
}
.b-video .video__link {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.b-video .video__play {
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F68B23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity .2s ease;
}
.b-video .video__link:hover .video__play {
  opacity: .7;
}
.b-video img {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.s-video {
  padding-bottom: 80px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .s-video {
    padding-bottom: 30px;
  }
}