@charset "UTF-8";
.header_new {
  position: relative;
  height: auto;
  padding: 10px 0;
}

@media (max-width: 575.98px) {
  .header_new {
    position: fixed;
  }
}

.header_new .header_conteiner {
  max-width: 1200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .header_new .header_conteiner {
    padding: 0 15px;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .header_new .header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_new .header_logo a {
  position: relative;
  left: auto;
  top: auto;
  z-index: 100;
}

.header_new .header_logo a img {
  width: 88px;
}

@media (max-width: 575.98px) {
  .header_new .header_logo a img {
    width: 64px;
  }
}

@media (max-width: 321px) {
  .header_new .header_logo a img {
    width: 34px;
  }
}

.header_new .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .header_new .navigation {
    z-index: 9;
  }
}

.header_new .navigation .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header_new .navigation .navbar-nav a {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  margin-left: 32px;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_new .navigation .navbar-nav a:nth-child(1):hover ~ .line {
  left: 52px !important;
}

.header_new .navigation .navbar-nav a:nth-child(2):hover ~ .line {
  left: 175px !important;
}

.header_new .navigation .navbar-nav a:nth-child(3):hover ~ .line {
  left: 270px !important;
}

.header_new .navigation .navbar-nav a:nth-child(4):hover ~ .line {
  left: 362px !important;
}

.header_new .navigation .navbar-nav a:nth-child(5):hover ~ .line {
  left: 454px !important;
}

.header_new .navigation .navbar-nav a:nth-child(6):hover ~ .line {
  left: 545px !important;
}

.header_new .navigation .navbar-nav a.all-nav-plus {
  display: none !important;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
          box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-animation: plus-animation-reverse .5s ease-out forwards;
  animation: plus-animation-reverse .5s ease-out forwards;
  background: #F8FAFD;
}

.header_new .navigation .navbar-nav a.all-nav-plus::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #1E323A;
  width: 2px;
  height: 8px;
}

.header_new .navigation .navbar-nav a.all-nav-plus::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #1E323A;
  width: 8px;
  height: 2px;
}

.header_new .navigation .navbar-nav a.all-nav-plus.active {
  -webkit-animation: plus-animation .5s ease-out forwards;
  animation: plus-animation .5s ease-out forwards;
}

.header_new .navigation .navbar-nav a.bold {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
}

.header_new .navigation .navbar-nav.hide_menu {
  display: none;
}

.header_new .navigation .navbar-nav.hide_menu.active {
  display: block;
}

.header_new .navigation .navbar-nav .line {
  color: #FF463C;
  text-align: center;
  top: 19px;
  width: 100px;
  left: 52px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 575.98px) {
  .header_new .navigation .navbar-nav {
    display: none;
  }
}

.header_new .navigation .dropdown_phones {
  margin-left: 56px;
  width: 205px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .header_new .navigation .dropdown_phones {
    margin-left: unset;
  }
}

.header_new .navigation .dropdown_phones .drop-down {
  list-style: none;
  overflow: hidden;
  height: 125px;
  background: #F8FAFD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 163px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.header_new .navigation .dropdown_phones .drop-down .lili {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 13px;
}

.header_new .navigation .dropdown_phones .drop-down .lili svg {
  margin-right: 8px;
}

.header_new .navigation .dropdown_phones .drop-down .lili svg.chevron_down {
  margin-right: 0px;
  float: right;
  margin-left: auto;
}

.header_new .navigation .dropdown_phones .drop-down .lili a {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
}

.header_new .navigation .dropdown_phones .drop-down > a {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 13px;
}

.header_new .navigation .dropdown_phones .drop-down > a svg {
  margin-right: 8px;
}

.header_new .navigation .dropdown_phones .drop-down.closed {
  height: 40px;
}

.header_new .navigation .dropdown_phones .button_drop_down_phone {
  width: 38px;
  height: 38px;
  background: #F8FAFD;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_new .navigation .burger-container {
  display: none;
}

@media (max-width: 575.98px) {
  .header_new .navigation .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
}

.header_new .navigation .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.header_new .navigation .burger-container #burger .bar-burger {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #EC5938;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header_new .navigation .burger-container #burger .bar-burger.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}

.header_new .navigation .burger-container #burger .bar-burger.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.header_new .navigation .burger-container.menu-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_new .navigation .burger-container.menu-open #burger .bar-burger {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.header_new .navigation .burger-container.menu-open #burger .bar-burger.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

.header_new .navigation .burger-container.menu-open #burger .bar-burger.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

.header_new .menu-burger {
  display: none;
}

@media (max-width: 575.98px) {
  .header_new .menu-burger {
    position: relative;
    display: none;
    padding: 0px 7px 0;
    list-style: none;
    z-index: -1;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.header_new .menu-burger li {
  opacity: 0;
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  border-bottom: 1px solid #f8f8f8;
  outline: none !important;
  background: transparent !important;
}

.header_new .menu-burger li:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.header_new .menu-burger li:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.header_new .menu-burger li:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.header_new .menu-burger li:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.header_new .menu-burger li:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.header_new .menu-burger li:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.header_new .menu-burger li:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.header_new .menu-burger li a {
  display: block;
  position: relative;
  color: #ec5938;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
  outline: none !important;
  background: transparent !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
}

.header_new .menu-burger.menu-open {
  display: block;
  height: 100%;
  height: 100vh;
  left: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.header_new .menu-burger.menu-open li {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
  height: auto;
}

.header_new .menu-burger.menu-open li:nth-child(1) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.header_new .menu-burger.menu-open li:nth-child(2) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.header_new .menu-burger.menu-open li:nth-child(3) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.header_new .menu-burger.menu-open li:nth-child(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.header_new .menu-burger.menu-open li:nth-child(5) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.header_new .menu-burger.menu-open li:nth-child(6) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.header_new .menu-burger.menu-open li:nth-child(7) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

.calculation_container {
  max-width: 1200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.calculation_screen_1 {
  min-height: 550px;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 {
    padding: 100px 16px 0;
    height: unset;
    min-height: unset;
  }
}

.calculation_screen_1 .offers_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_text_block {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.calculation_screen_1 .offers_text_block .offers_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  color: #1E323A;
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_text_block .offers_title {
    font-size: 16px;
  }
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_text_block .offers_title {
    font-size: 15px;
    line-height: 22px;
  }
}

.calculation_screen_1 .offers_text_block .offers_title span {
  color: #EC5938;
}

.calculation_screen_1 .offers_text_block .offers_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  margin-bottom: 32px;
}

.calculation_screen_1 .offers_text_block .offers_desc span {
  color: #EC5938;
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_text_block .offers_desc {
    font-size: 13px;
  }
}

.calculation_screen_1 .offers_text_block .offers_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculation_screen_1 .offers_text_block .offers_buttons .offers_cslculation {
  background: #EC5938;
  width: 247px;
  height: 52px;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.calculation_screen_1 .offers_text_block .offers_buttons .offers_why_us {
  background: #F8FAFD;
  width: 128px;
  height: 52px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_text_block .offers_buttons .offers_why_us {
    display: none;
  }
}

.calculation_screen_1 .offers_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

.calculation_screen_1 .offers_img img {
  width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img {
    display: none;
  }
}

.calculation_screen_1 .offers_img_new {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.calculation_screen_1 .offers_img_new img {
  width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img_new {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.calculation_screen_1 .offers_img_new .slider_block {
  position: relative;
  margin-right: -4px;
  margin-left: -4px;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img_new .slider_block {
    margin-top: 24px;
  }
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_img_new .slider_block {
    margin-top: 16px;
  }
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.8;
  width: 185px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 32px;
  left: 32px;
  color: #1E323A;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 9px;
  }
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 9px;
  }
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist span {
    display: none;
  }
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist span {
    display: none;
  }
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist svg {
  fill: #1E323A;
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist svg {
    margin-right: 0px;
  }
}

@media (max-width: 321px) {
  .calculation_screen_1 .offers_img_new .slider_block .wishlist svg {
    margin-right: 0px;
  }
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist path {
  fill: #1E323A;
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist.clicked {
  color: #EC5938;
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist.clicked path {
  fill: #EC5938;
}

.calculation_screen_1 .offers_img_new .slider_block .wishlist:hover {
  opacity: 1;
}

.calculation_screen_1 .offers_img_new .slider_desging {
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.calculation_screen_1 .offers_img_new .slider_desging .slider_design_kitchen {
  display: none;
}

.calculation_screen_1 .offers_img_new .slider_desging .slider_design_kitchen:first-child {
  display: block;
}

.calculation_screen_1 .offers_img_new .slider_desging.slick-initialized .slider_design_kitchen {
  display: block;
}

.calculation_screen_1 .offers_img_new .slider_desgn_thumb {
  margin-top: 16px;
}

.calculation_screen_1 .offers_img_new .slider_desgn_thumb .slick-next,
.calculation_screen_1 .offers_img_new .slider_desgn_thumb .slick-prev {
  display: none !important;
}

.calculation_screen_1 .offers_img_new .slider_desgn_thumb .slider_design_kitchen {
  display: none;
}

.calculation_screen_1 .offers_img_new .slider_desgn_thumb.slick-initialized .slider_design_kitchen {
  display: block;
  padding-left: 4px;
  padding-right: 4px;
}

.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  /* фон затемнения */
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  /* фиксированное поцизионирование */
  cursor: default;
  /* тип курсара */
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}

.offers_modal_about_us {
  padding: 48px;
  background: #FFFFFF;
  font-size: 14px;
  z-index: 1000;
  display: block;
  visibility: hidden;
  margin: 0 auto;
  width: 839px;
  height: 400px;
  position: fixed;
  background-color: #FFFFFF;
  /* внешняя тень блока */
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  /* полная прозрачность окна, появление при клике */
  opacity: 0;
  /* эффект перехода (появление) */
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.offers_modal_about_us .about_us_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 0px;
  margin-left: 30px;
}

.offers_modal_about_us ul {
  list-style-type: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.offers_modal_about_us ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  margin-left: 30px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.offers_modal_about_us ul li span {
  position: relative;
  left: inherit;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.offers_modal_about_us ul li.bold {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  display: block;
  padding-top: 16px;
}

.offers_modal_about_us ul li.bold span {
  position: relative;
  left: inherit;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ec5938;
}

.offers_modal_about_us ul li.bold .sumbol {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #ec5938;
  position: absolute;
  left: -30px;
}

.offers_modal_about_us ul span.number {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #1E323A;
  position: absolute;
  left: -30px;
}

.offers_modal_about_us .about_desc_images_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.offers_modal_about_us .about_desc_images_block .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
}

.offers_modal_about_us .about_desc_images_block .benefits .benefits_img {
  background: #F8FAFD;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.offers_modal_about_us .about_desc_images_block .benefits .benefits_img img {
  width: 24px;
  height: 24px;
}

.offers_modal_about_us .about_desc_images_block .benefits .benefits_title {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

.offers_modal_about_us.show {
  bottom: 17%;
  visibility: visible;
  opacity: 1;
  right: 5%;
}

.calculation_orandge_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #1E323A;
  border-top: 1px solid #EC5938;
}

@media (max-width: 575.98px) {
  .calculation_orandge_line {
    opacity: 0;
    height: 0px;
    overflow: hidden;
  }
}

.calculation_orandge_line .calculation_container {
  position: relative;
}

.calculation_orandge_line .orandge_line_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1E323A;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calculation_orandge_line .orandge_line_title svg {
  position: absolute;
  left: -27px;
}

.calculation_orandge_line .orandge_line_title svg path {
  fill: #1E323A;
}

.calculation_orandge_line .orandge_line_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calculation_orandge_line .orandge_line_desc .orandge_desc_big {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.calculation_orandge_line .orandge_line_desc .orandge_desc_big img {
  height: 100%;
}

.calculation_orandge_line .orandge_line_desc .orandge_desc_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.calculation_orandge_line .orandge_line_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculation_orandge_line .orandge_line_img img {
  position: absolute;
  right: 0;
}

@media (max-width: 575.98px) {
  .calculation_form {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}

.calculation_form .calculation_form_block {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 {
  padding-top: 66px;
  padding-bottom: 64px;
  border-bottom: 1px solid #C4CFE2;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-list:focus {
  outline: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slider .slick-track,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-track:before {
  display: table;
  content: "";
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-loading .slick-track {
  visibility: hidden;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 [dir='rtl'] .slick-slide {
  float: right;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slide img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slide.slick-loading img {
  display: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slide.dragging img {
  pointer-events: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-slide:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-initialized .slick-slide {
  display: block;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-loading .slick-slide {
  visibility: hidden;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-arrow.slick-hidden {
  display: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
  left: 0;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-next {
  right: 0;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider {
  margin-left: 90px;
  max-width: 100%;
  border: 1px solid #ccc;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider__item img {
  display: block;
  max-width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav {
  float: left;
  width: 80px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav__item {
  margin: 5px 0;
  height: 100px;
  cursor: pointer;
  opacity: 0.6;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav__item:first-child {
  margin-top: 0px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav__item:hover,
.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav__item.slick-active {
  opacity: 1;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider-nav__item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-next,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background: rgba(255, 255, 255, 0.5) url("arrow.png") no-repeat center;
  background-size: 18px auto;
  outline: none;
  width: 48px;
  height: 64px;
  font-size: 0;
  display: block !important;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-next {
  right: 32px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slick-next {
    right: 12px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slick-next {
    right: 12px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
  left: 32px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
    left: 12px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
    left: 12px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-next svg,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev svg {
  display: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-next:hover,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-next,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-prev {
  top: auto;
  bottom: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  margin-top: -25px;
  border: none;
  background: rgba(255, 255, 255, 0.5) url("../img/arrow.png") no-repeat center;
  background-size: 18px auto;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-next:hover,
.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slick-vertical .slick-prev {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: 1rem;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block {
  position: relative;
  margin-right: -4px;
  margin-left: -4px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block {
    margin-top: 24px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block {
    margin-top: 16px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.8;
  width: 185px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 32px;
  left: 32px;
  color: #1E323A;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 9px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 9px;
  }
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist span {
    display: none;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist span {
    display: none;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist svg {
  fill: #1E323A;
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist svg {
    margin-right: 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist svg {
    margin-right: 0px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist path {
  fill: #1E323A;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist.clicked {
  color: #EC5938;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist.clicked path {
  fill: #EC5938;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_block .wishlist:hover {
  opacity: 1;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desgn_thumb {
  margin-top: 16px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desgn_thumb .slick-next,
.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desgn_thumb .slick-prev {
  display: none !important;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desgn_thumb .slider_design_kitchen {
  display: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desgn_thumb.slick-initialized .slider_design_kitchen {
  display: block;
  padding-left: 4px;
  padding-right: 4px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desging {
  padding-left: 4px;
  padding-right: 4px;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desging .slider_design_kitchen {
  display: none;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desging .slider_design_kitchen:first-child {
  display: block;
}

.calculation_form .calculation_form_block .culculation_form_block_1 .slider_desging.slick-initialized .slider_design_kitchen {
  display: block;
}

.calculation_form .calculation_form_block .culculation_form_block_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_title {
    margin: 0px 12px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_title {
    margin: 0px 12px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_title span {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  position: absolute;
  left: 0;
}

.calculation_form .calculation_form_block .culculation_form_block_title .title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 4px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_title .title {
    font-size: 13px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_title .title {
    font-size: 13px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_title .desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
}

.calculation_form .calculation_form_block .culculation_form_block_2 {
  padding-top: 66px;
  padding-bottom: 64px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 {
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 {
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block {
  margin-bottom: 64px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block {
    margin-bottom: 0px;
    padding-bottom: 32px;
    margin-top: 24px;
    border-bottom: 1px solid #C4CFE2;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block {
    margin-bottom: 0px;
    padding-bottom: 32px;
    margin-top: 24px;
    border-bottom: 1px solid #C4CFE2;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block .format_kitchen_select {
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block .format_kitchen_select {
    margin-bottom: 8px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block .format_kitchen_select {
    margin-bottom: 8px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li .img_format_kitchen {
  width: 96px;
  height: 96px;
  border: 1px solid #C4CFE2;
  margin-bottom: 16px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li .img_format_kitchen img {
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li span {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  margin-bottom: 8px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li .select {
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_block ul li.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block {
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
            flex: 0 0 27%;
    max-width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
            flex: 0 0 27%;
    max-width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block .sumbol {
  margin-right: 8px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block input {
  border: 1px solid #C4CFE2;
  width: 112px;
  height: 28px;
  padding-left: 16px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block input {
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block input {
    width: 100%;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block .size {
  margin-left: 8px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block .size {
    display: none;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block .size {
    display: none;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block:nth-child(2) {
  margin-left: 0px;
  border-left: 1px solid #C4CFE2;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .format_kitche_input .format_kitche_input_block:last-child {
  border-right: none;
  margin-right: 0px;
  border-left: 1px solid #C4CFE2;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height {
  position: relative;
  margin-top: 48px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_height_block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 72px;
  height: 144px;
  margin: 0 auto;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_height_block_img img {
  height: auto;
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_form_height_margin {
  width: 90%;
  margin: 0 auto;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 32px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_block_select_click {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: absolute;
  height: 230px;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #1E323A;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .line {
  margin-bottom: 24px;
  border: 1px solid #C4CFE2;
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .select {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: -7px;
  background-color: #fff;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height {
  position: relative;
  margin-top: 48px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_height_block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 96px;
  height: 144px;
  margin: 0 auto;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_height_block_img img {
  height: auto;
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_form_height_margin {
  width: 90%;
  margin: 0 auto;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 32px;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_block_select_click {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: absolute;
  height: 230px;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
    height: 37px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
    height: 37px;
  }
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #1E323A;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .line {
  margin-bottom: 24px;
  border: 1px solid #C4CFE2;
  width: 100%;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .select {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: -7px;
  background-color: #fff;
}

.calculation_form .calculation_form_block .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_block_full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_title {
    margin: 0px 12px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_title {
    margin: 0px 12px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_title span {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  position: absolute;
  left: 0;
}

.calculation_form .calculation_form_block_full .culculation_form_block_title .title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  color: #1E323A;
  margin-bottom: 4px;
  height: 16px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_title .title {
    font-size: 13px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_title .title {
    font-size: 13px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_title .desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 {
  padding-top: 49px;
  padding-bottom: 32px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block {
  margin-bottom: 22px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 24px;
    border-bottom: 0px solid #C4CFE2;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 24px;
    border-bottom: 0px solid #C4CFE2;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block .format_kitchen_select {
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block .format_kitchen_select {
    margin-bottom: 8px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block .format_kitchen_select {
    margin-bottom: 8px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li .img_format_kitchen {
  width: 96px;
  height: 96px;
  border: 1px solid #C4CFE2;
  margin-bottom: 16px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li .img_format_kitchen img {
  width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li span {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  margin-bottom: 8px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li .select {
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_block ul li.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block {
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
            flex: 0 0 27%;
    max-width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
            flex: 0 0 27%;
    max-width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block .sumbol {
  margin-right: 8px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block input {
  border: 1px solid #C4CFE2;
  width: 112px;
  height: 28px;
  padding-left: 16px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block input {
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block input {
    width: 100%;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block .size {
  margin-left: 8px;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block .size {
    display: none;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block .size {
    display: none;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block:nth-child(2) {
  margin-left: 0px;
  border-left: 1px solid #C4CFE2;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .format_kitche .format_kitche_input .format_kitche_input_block:last-child {
  border-right: none;
  margin-right: 0px;
  border-left: 1px solid #C4CFE2;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height {
  position: relative;
  margin-top: 0px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_height_block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 72px;
  height: 144px;
  margin: 0 auto;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_height_block_img img {
  height: auto;
  width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_form_height .kitchen_form_height_margin {
  width: 90%;
  margin: 0 auto;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 32px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_block_select_click {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: absolute;
  height: 230px;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #1E323A;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .line {
  margin-bottom: 24px;
  border: 1px solid #C4CFE2;
  width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .select {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: -7px;
  background-color: #fff;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitchen_height .kitchen_height_block_select_block .kitchen_height_block_select.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #C4CFE2;
    padding: 32px 0px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height {
  position: relative;
  margin-top: -17px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_height_block_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 96px;
  height: 144px;
  margin: 0 auto;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_height_block_img img {
  height: auto;
  width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_form_height .kitchen_form_height_margin {
  width: 90%;
  margin: 0 auto;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 32px;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_block_select_click {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: absolute;
  height: 230px;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
    height: 37px;
  }
}

@media (max-width: 321px) {
  .calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc {
    height: 37px;
  }
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_height_desc span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #1E323A;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .line {
  margin-bottom: 24px;
  border: 1px solid #C4CFE2;
  width: 100%;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select .kitchen_block_line .select {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  top: -7px;
  background-color: #fff;
}

.calculation_form .calculation_form_block_full .culculation_form_block_2 .kitchen_block_height_remont .kitche_remont .kitchen_height_block_select_block .kitchen_height_block_select.active .select span {
  width: 8px;
  height: 8px;
  background: #EC5938;
  border-radius: 50%;
  margin-bottom: unset;
  line-height: unset;
}

.calculation_form .calculation_form_check {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  .calculation_form .calculation_form_check {
    display: none;
  }
}

.calculation_form .calculation_form_check .calculation_form_progress {
  width: 240px;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  margin-bottom: 8px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_sale {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_sale span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #EC5938;
  padding-left: 4px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_check_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  flex-direction: column;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status .ok_status {
  display: none;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status span {
  margin-left: 8px;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_button {
  width: 240px;
  height: 52px;
  background: #C4CFE2;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.calculation_form .calculation_form_check .calculation_form_progress .form_progress_button.active {
  background: #EC5938;
}

.calculation_form .calculation_form_check .calculation_form_progress.fixed {
  position: fixed;
  bottom: 33vw;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .calculation_form .calculation_form_check .calculation_form_progress.fixed {
    bottom: 15vw;
  }
}

@media (min-width: 1400px) {
  .calculation_form .calculation_form_check .calculation_form_progress.fixed {
    bottom: 28vw;
  }
}

@media (min-width: 1600px) {
  .calculation_form .calculation_form_check .calculation_form_progress.fixed {
    bottom: 23vw;
  }
}

@media (min-width: 2100px) {
  .calculation_form .calculation_form_check .calculation_form_progress.fixed {
    bottom: 12vw;
  }
}

.calculation_form .calculation_form_check .calculation_form_progress.positionabsolute {
  position: absolute;
  bottom: 64px;
}

.calculation_form_grey {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calculation_form_grey .culculation_form_block_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .culculation_form_block_title {
    margin: 0px 12px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .culculation_form_block_title {
    margin: 0px 12px;
  }
}

.calculation_form_grey .culculation_form_block_title span {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  position: absolute;
  left: 0;
}

.calculation_form_grey .culculation_form_block_title .title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #1E323A;
  margin-bottom: 4px;
}

.calculation_form_grey .culculation_form_block_title .desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
}

.calculation_form_grey .culculation_form_block_title .desc span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  position: relative;
  left: unset;
}

.calculation_form_grey .calculation_form_block {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
          flex: 0 0 70%;
  max-width: 70%;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 {
  padding-top: 66px;
  padding-bottom: 64px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3.new {
  padding-top: 30px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3.new .culculation_form_block_title {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 {
    padding-top: 32px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 {
    padding-top: 32px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey {
  position: relative;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input {
    padding-top: 24px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input {
    padding-top: 24px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 31px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 18px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 18px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name .form_phone_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding-left: 8px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name .form_phone_desc {
    margin-bottom: 8px;
    width: 276px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name .form_phone_desc {
    margin-bottom: 8px;
    width: 276px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name .form_phone_desc span {
  margin-left: 8px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name input {
  border: 1px solid #C4CFE2;
  width: 290px;
  height: 40px;
  padding-left: 16px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_name .phone_number_eroor {
  display: none;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 31px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .form_phone_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding-left: 8px;
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .form_phone_desc {
    padding-left: 26px;
  }
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .form_phone_desc {
    padding-left: 26px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .form_phone_desc span {
  margin-left: 8px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone input {
  border: 1px solid #C4CFE2;
  width: 290px;
  height: 40px;
  padding-left: 16px;
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone input {
    margin-left: 16px;
  }
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone input {
    margin-left: 16px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone svg {
  display: none;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone svg {
    position: absolute;
    right: 7px;
    top: 37px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone svg {
    position: absolute;
    right: 7px;
    top: 37px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .phone_number_eroor {
  position: absolute;
  width: 198px;
  height: 45px;
  right: -79px;
  top: 24px;
  color: #FF0000;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  display: none;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .phone_number_eroor {
    text-align: right;
    right: 22px;
    top: -23px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .calculation_form_input .form_phone .phone_number_eroor {
    text-align: right;
    right: 22px;
    top: -23px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 18px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 18px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .salon_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  margin-bottom: 17px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .salon_name img {
  margin-right: 8px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .salon_name span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .form_salon_radio .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  height: 30px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .form_salon_radio .item label {
  padding-left: 38px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_salon .form_salon_radio .item .radio {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  display: block;
  background: url("radio_calc.png") no-repeat;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 18px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 18px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .tehnika_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  margin-bottom: 17px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .tehnika_name img {
  margin-right: 8px;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .tehnika_name span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .own_tehnika_yes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .own_tehnika_yes label {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  padding-left: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .sink_faucet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .sink_faucet label {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  padding-left: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculation_form_grey .calculation_form_block .culculation_form_block_3 .culculation_form_grey .form_tehnika .checkbox {
  position: relative;
  height: 25px;
  width: 25px;
  display: block;
  background: url("checkbox_calc.png") no-repeat;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.calculation_form_grey .calculation_form_check {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_check {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 321px) {
  .calculation_form_grey .calculation_form_check {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.calculation_form_grey .calculation_form_check .calculation_form_progress {
  width: 240px;
  padding: 66px 24px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_title {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  margin-bottom: 8px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_title {
    display: none;
  }
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_sale {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_sale {
    display: none;
  }
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_sale span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #EC5938;
  padding-left: 4px;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  flex-direction: column;
}

@media (max-width: 575.98px) {
  .calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block {
    display: none;
  }
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status .ok_status {
  display: none;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_check_block .check_lines .check_status span {
  margin-left: 8px;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_button {
  width: 240px;
  height: 52px;
  background: #C4CFE2;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.calculation_form_grey .calculation_form_check .calculation_form_progress .form_progress_button.active {
  background: #EC5938;
}

.culculation_line_status {
  background: #1E323A;
  height: 96px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .culculation_line_status {
    display: none;
  }
}

@media (max-width: 321px) {
  .culculation_line_status {
    display: none;
  }
}

.culculation_line_status.fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.culculation_line_status .calculation_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.culculation_line_status .line_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.culculation_line_status .line_status .good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.culculation_line_status .line_status .status_title_good {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culculation_line_status .line_status .status_title_error {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culculation_line_status .line_status .none {
  display: none;
}

.culculation_line_status .status_desc {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}

.culculation_line_status .good_button {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culculation_line_status .good_button .form_progress_button {
  width: 240px;
  height: 52px;
  background: #EC5938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 16px;
}

.culculation_line_status .good_button .form_button_back {
  width: 182px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1E323A;
  cursor: pointer;
  background: #FFFFFF;
}

.culculation_line_status_mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .culculation_line_status_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1e323aeb;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    height: 92px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 321px) {
  .culculation_line_status_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1e323aeb;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    height: 124px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.culculation_line_status_mobile .line_status_mobile {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  padding-left: 16px;
}

.culculation_line_status_mobile .line_status_mobile .bold {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
}

.calculation_line_project {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1E323A;
  height: 128px;
  display: flex;
  margin-bottom: 48px;
  width: 100%;
  background: #f8fafd;
}

@media (max-width: 575.98px) {
  .calculation_line_project {
    display: none;
  }
}

@media (max-width: 321px) {
  .calculation_line_project {
    display: none;
  }
}

.calculation_line_project .calculation_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculation_line_project .garanty {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1E323A;
  margin-right: 235px;
  padding: 0;
}

.calculation_line_project .counter_project {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 134px;
  color: #1E323A;
  margin-right: 8px;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.calculation_line_project .counter_project_desc {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1E323A;
}

.calculation_description {
  position: relative;
}

.calculation_description .calculation_tabs {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .calculation_description .calculation_tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 8px;
  }
}

@media (max-width: 321px) {
  .calculation_description .calculation_tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 8px;
  }
}

.calculation_description .calculation_tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8FAFD;
  border-radius: 8px;
  width: 256px;
  height: 128px;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  margin-right: 24px;
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  .calculation_description .calculation_tabs .tab {
    -ms-flex: 0 0 46%;
    -webkit-box-flex: 0;
    flex: 0 0 46%;
    max-width: 46%;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

@media (max-width: 321px) {
  .calculation_description .calculation_tabs .tab {
    -ms-flex: 0 0 46%;
    -webkit-box-flex: 0;
    flex: 0 0 46%;
    max-width: 46%;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
}

.calculation_description .calculation_tabs .tab:nth-child(4n) {
  margin-right: 0;
}

.calculation_description .calculation_tabs .tab svg {
  margin-right: 16px;
}

.calculation_description .calculation_description_block {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  padding: 16px;
}

.calculation_description .calculation_description_block p {
  margin-bottom: 15px;
}

.calculation_description .calculation_description_block h2 {
  margin-bottom: 15px;
}

.calculation_description .calculation_description_block ul {
  padding-left: 24px;
  margin-bottom: 15px;
}

.calculation_reviews {
  display: none;
}

.footer_main_new {
  background: #F8FAFD;
  border-top: 1px solid #1E323A;
  margin-top: 100px;
  padding-top: 74px;
  padding-bottom: 64px;
}

@media (max-width: 575.98px) {
  .footer_main_new {
    padding: 49px 15px 120px;
  }
}

.footer_main_new .footer_new {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_main_new .footer_new .first_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .first_part {
    width: 100%;
  }
}

.footer_main_new .footer_new .first_part .logo {
  margin-bottom: 24px;
  position: relative;
  left: unset;
  top: unset;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_main_new .footer_new .first_part .logo img {
  width: 88px;
  height: 88px;
}

.footer_main_new .footer_new .first_part .call_back {
  width: 256px;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .first_part .call_back {
    display: none;
  }
}

.footer_main_new .footer_new .first_part .call_back p {
  font-size: 16px;
  line-height: 140%;
  color: #1E323A;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
}

.footer_main_new .footer_new .first_part .call_back p span {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
}

.footer_main_new .footer_new .first_part .call_back .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer_main_new .footer_new .first_part .call_back .form input {
  height: 52px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

.footer_main_new .footer_new .first_part .call_back .form button {
  background: #EC5938;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 8px;
}

.footer_main_new .footer_new .first_part .call_back .form .b24-form .b24-form-wrapper {
  border: none;
  background-color: transparent;
  min-height: unset;
}

.footer_main_new .footer_new .first_part .call_back .form .b24-form .b24-form-content {
  padding: 0;
}

.footer_main_new .footer_new .second_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    position: relative;
  }
}

.footer_main_new .footer_new .second_part .info {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.footer_main_new .footer_new .second_part .info .block {
  margin: 8px 0px 18px 0px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #1E323A;
}

.footer_main_new .footer_new .second_part .info .block a {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  color: #EC5938;
  text-decoration: none;
  border-bottom: 1px solid #EC5938;
  padding-bottom: 6px;
}

.footer_main_new .footer_new .second_part .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.footer_main_new .footer_new .second_part .adress .item {
  border: 1px solid #1E323A;
  width: 187px;
  text-align: center;
  margin-right: 16px;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .adress .item {
    margin-bottom: 16px;
    max-width: 96%;
  }
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .adress .item:nth-child(2) {
    margin-bottom: 0px;
  }
}

.footer_main_new .footer_new .second_part .adress .item .block {
  font-size: 12px;
  line-height: 17px;
  color: #1E323A;
  margin-top: 2px;
  margin-bottom: 6px;
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_main_new .footer_new .second_part .adress .item .block.bold {
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #1E323A;
  margin: 0px;
}

.footer_main_new .footer_new .second_part .adress .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 26px;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .adress .social {
    position: absolute;
    bottom: -78px;
    margin: 0;
    width: 100%;
  }
}

.footer_main_new .footer_new .second_part .adress .social .social_title {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin: 0px;
  margin-bottom: 16px;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .adress .social .social_title {
    display: none;
  }
}

.footer_main_new .footer_new .second_part .adress .social .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_main_new .footer_new .second_part .adress .social .list a {
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
}

.footer_main_new .footer_new .second_part .adress .social .list a.black {
  background: #1E323A;
}

.footer_main_new .footer_new .second_part .adress .social .list a.flame {
  background: #EC5938;
}

.footer_main_new .footer_new .second_part .adress .social .list a:first-child {
  margin-left: 0px;
}

.footer_main_new .footer_new .second_part .phone {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone {
    width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}

.footer_main_new .footer_new .second_part .phone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer_main_new .footer_new .second_part .phone .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

.footer_main_new .footer_new .second_part .phone .list .item:first-child {
  margin-left: 0px;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone .list .item {
    margin-left: 0px;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.footer_main_new .footer_new .second_part .phone .list .item a {
  font-size: 14px;
  line-height: 140%;
  color: #1E323A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone .list .item a {
    font-size: 17px;
  }
}

@media (max-width: 321px) {
  .footer_main_new .footer_new .second_part .phone .list .item a {
    font-size: 14px;
  }
}

.footer_main_new .footer_new .second_part .phone .list .item a svg {
  margin-right: 8px;
}

.footer_main_new .footer_new .second_part .phone .item > a {
  font-size: 14px;
  line-height: 140%;
  color: #1E323A;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

.footer_main_new .footer_new .second_part .phone .item > a:first-child {
  margin-left: 0px;
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone .item > a {
    margin-left: 0px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .footer_main_new .footer_new .second_part .phone .item > a {
    font-size: 17px;
  }
}

@media (max-width: 321px) {
  .footer_main_new .footer_new .second_part .phone .item > a {
    font-size: 14px;
  }
}

.footer_main_new .footer_new .second_part .phone .item > a svg {
  margin-right: 8px;
}

.copyright {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #C4CFE2;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.morenav {
  z-index: 1000;
}

.mask_morenav {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  cursor: default;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mask_morenav.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

@-webkit-keyframes plus-animation {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  20% {
    -webkit-transform: rotate(60deg) scale(0.93);
    transform: rotate(60deg) scale(0.93);
  }
  55% {
    -webkit-transform: rotate(35deg) scale(0.97);
    transform: rotate(35deg) scale(0.97);
  }
  80% {
    -webkit-transform: rotate(48deg) scale(0.94);
    transform: rotate(48deg) scale(0.94);
  }
  100% {
    -webkit-transform: rotate(45deg) scale(0.95);
    transform: rotate(45deg) scale(0.95);
  }
}

@-webkit-keyframes plus-animation-reverse {
  0% {
    -webkit-transform: rotate(45deg) scale(0.95);
    transform: rotate(45deg) scale(0.95);
  }
  20% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  55% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

.telegram_fixed {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: fixed;
  right: 44px;
  z-index: 1000;
  bottom: 136px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575.98px) {
  .telegram_fixed {
    bottom: 22px;
    right: 81px;
  }
}

.viber_fixed {
  position: fixed;
  right: 44px;
  z-index: 1000;
  bottom: 189px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .viber_fixed {
    bottom: 22px;
    right: 25px;
  }
}

.phone_popup_mini {
  position: fixed;
  width: 88px;
  height: 96px;
  right: 24px;
  bottom: 259px;
  z-index: 999;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .phone_popup_mini {
    bottom: 22px;
    right: 135px;
    width: 48px;
    height: 48px;
  }
}

.phone_popup_mini .phone_popup_mini_bg {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #ec59385e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 1px #0000001a;
          box-shadow: 0px 0px 1px 1px #0000001a;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}

@media (max-width: 575.98px) {
  .phone_popup_mini .phone_popup_mini_bg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}

.phone_popup_mini img {
  margin-bottom: 8px;
}

@media (max-width: 575.98px) {
  .phone_popup_mini img {
    margin-bottom: 0px;
  }
}

.phone_popup_mini .phone_desc {
  text-align: center;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #EC5938;
}

@media (max-width: 575.98px) {
  .phone_popup_mini .phone_desc {
    display: none;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(238, 88, 47, 0.2);
            box-shadow: 0 0 0 0px rgba(238, 88, 47, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(238, 88, 47, 0.2);
            box-shadow: 0 0 0 0px rgba(238, 88, 47, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.phone_popup_mini_open_block {
  display: none;
  z-index: 99;
}

.phone_popup_mini_open_block .phone_popup_mini_open {
  z-index: 99;
  right: 24px;
  bottom: 259px;
  position: fixed;
  width: 360px;
  height: 380px;
  background: #FFFFFF;
  border: 1px solid #EC5938;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .phone_popup_mini_open_block .phone_popup_mini_open {
    right: 24px;
    bottom: 98px;
  }
}

.phone_popup_mini_open_block .phone_popup_mini_open img {
  margin-bottom: 8px;
}

.phone_popup_mini_open_block .phone_popup_mini_open .phone_desc {
  text-align: center;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #EC5938;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input {
  position: relative;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input .b24-form-header-padding {
  padding: 0;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input .b24-form-wrapper {
  border: 0;
  min-height: unset;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input .b24-form-content {
  padding: 0;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input input {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input .b24-form-btn-block {
  padding: 0;
}

.phone_popup_mini_open_block .phone_popup_mini_open .block_phone_input .b24-form-btn-block button {
  background: #EC5938;
  border-radius: 0;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-family: 'Plumb Bold';
  font-style: normal;
  font-weight: normal;
}

.out.menu-open {
  position: fixed;
}
/*# sourceMappingURL=newstyle.css.map */