.sb_block_help {
  margin: 40px 30px 60px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #990000;
  padding: 20px 40px; }
  .sb_block_help.no-padding {
    margin: 40px 15px 60px; }
  .sb_block_help .sb_block_pc {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sb_block_help .sb_block_pc .sb_social {
        display: none; } }
  .sb_block_help .sb_block_img {
    max-width: 160px;
    border-radius: 100px; }
    .sb_block_help .sb_block_img img {
      border-radius: 100px; }
      @media screen and (max-width: 768px) {
        .sb_block_help .sb_block_img img {
          max-height: 90px; } }
  .sb_block_help .sb_block_text {
    width: 80%; }
    .sb_block_help .sb_block_text .title, .sb_block_help .sb_block_text .text, .sb_block_help .sb_block_text .phone {
      font-family: 'Montserrat';
      font-style: normal;
      font-size: 15px;
      line-height: 18px;
      color: #000000; }
    .sb_block_help .sb_block_text .title {
      font-weight: 400;
      font-size: 32px;
      line-height: 39px; }
      @media screen and (max-width: 768px) {
        .sb_block_help .sb_block_text .title {
          font-size: 20px;
          line-height: 24px;
          margin: 0 0 0 10px; } }
    .sb_block_help .sb_block_text .text {
      font-weight: 400; }
    .sb_block_help .sb_block_text .phone {
      font-weight: 700; }
  .sb_block_help .sb_block_text_xs {
    display: none; }
    @media screen and (max-width: 768px) {
      .sb_block_help .sb_block_text_xs {
        display: block;
        padding-top: 10px; } }
    .sb_block_help .sb_block_text_xs .text {
      display: block;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
  .sb_block_help .sb_social {
    display: flex;
    flex-wrap: wrap;
    width: 40px; }
    @media screen and (max-width: 768px) {
      .sb_block_help .sb_social {
        flex-wrap: initial; }
        .sb_block_help .sb_social a {
          margin-right: 20px; } }
    .sb_block_help .sb_social .sb_wa {
      margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .sb_block_help {
      margin: 15px 0px 15px;
      padding: 20px; } }

.sb_block_work {
  min-height: 744px;
  background: #EBEAEA;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .sb_block_work {
      min-height: 260px; } }
  .sb_block_work .sb_titel {
    padding-top: 15px;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #555555;
    text-align: center; }
  .sb_block_work .sb_block_item1,
  .sb_block_work .sb_block_item2,
  .sb_block_work .sb_block_item3,
  .sb_block_work .sb_block_item4,
  .sb_block_work .sb_block_item5,
  .sb_block_work .sb_block_item6,
  .sb_block_work .sb_block_item7,
  .sb_block_work .sb_block_item8,
  .sb_block_work .sb_block_item9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background: #F5F5F5;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 250px;
    min-height: 169px;
    position: absolute;
    cursor: pointer; }
  .sb_block_work .sb_line_svg {
    position: absolute;
    top: 40%;
    left: 0; }
  .sb_block_work .sb_text {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #555555; }
  @media screen and (min-width: 769px) {
    .sb_block_work .sb_block_item1 {
      left: calc(50% - 250px / 2 - 504px);
      top: calc(50% - 205px / 2 - 174.5px); }
    .sb_block_work .sb_block_item2 {
      left: calc(50% - 250px / 2 - 168px);
      top: calc(50% - 169px / 2 - 123.5px); }
    .sb_block_work .sb_block_item3 {
      left: calc(50% - 250px / 2 + 168px);
      top: calc(50% - 187px / 2 - 204.5px); }
    .sb_block_work .sb_block_item4 {
      left: calc(50% - 250px / 2 + 504px);
      top: calc(50% - 205px / 2 - 156.5px); }
    .sb_block_work .sb_block_item5 {
      left: calc(50% - 250px / 2 - 546px);
      top: calc(50% - 187px / 2 + 199.5px); }
    .sb_block_work .sb_block_item6 {
      left: calc(50% - 250px / 2 - 273px);
      top: calc(50% - 187px / 2 + 258.5px); }
    .sb_block_work .sb_block_item7 {
      left: calc(50% - 250px / 2);
      top: calc(50% - 187px / 2 + 157.5px); }
    .sb_block_work .sb_block_item8 {
      left: calc(50% - 250px / 2 + 273px);
      top: calc(50% - 169px / 2 + 220.5px); }
    .sb_block_work .sb_block_item9 {
      left: calc(50% - 250px / 2 + 546px);
      top: calc(50% - 187px / 2 + 164.5px); } }

.sb_block_garant {
  margin: 40px 30px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #FFFFFF;
  border: 1px solid #990000; }
  @media screen and (max-width: 768px) {
    .sb_block_garant {
      flex-wrap: wrap;
      margin: 15px 0px 15px 0px;
      padding: 15px; } }
  .sb_block_garant .sb_block_left {
    padding-right: 40px; }
    @media screen and (max-width: 768px) {
      .sb_block_garant .sb_block_left {
        padding-right: 0px; } }
    .sb_block_garant .sb_block_left .sb_title {
      color: #555555;
      font-weight: 400;
      font-size: 32px;
      line-height: 39px; }
      @media screen and (max-width: 768px) {
        .sb_block_garant .sb_block_left .sb_title {
          font-size: 20px;
          line-height: 24px; } }
    .sb_block_garant .sb_block_left .sb_content {
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      color: #555555; }
      @media screen and (max-width: 768px) {
        .sb_block_garant .sb_block_left .sb_content {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .sb_block_garant .sb_block_left .sb_content .row {
          margin: 0 !important; } }
    .sb_block_garant .sb_block_left .sb_action .btn_red {
      background-color: #900;
      border-color: #900; }
      @media screen and (max-width: 768px) {
        .sb_block_garant .sb_block_left .sb_action .btn_red {
          width: 100%; } }
  .sb_block_garant .sb_block_right .sb_img {
    width: 160px;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.sb_block_content .sb_content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #555555; }
  .sb_block_content .sb_content .sb_ul {
    margin: 0 !important; }

.sb_block_benefits .sb_content .sb_block_col {
  padding-left: 10px;
  padding-right: 10px; }
@media screen and (max-width: 768px) {
  .sb_block_benefits .sb_content .row {
    margin: 0 !important; } }
.sb_block_benefits .sb_content .sb_item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 14px;
  gap: 20px;
  max-width: 322px;
  min-height: 218px;
  background: #F5F5F5;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .sb_block_benefits .sb_content .sb_item {
      padding: 15px 22px;
      gap: 5px;
      min-height: 148px;
      max-width: initial; } }
  .sb_block_benefits .sb_content .sb_item .sb_title {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #555555; }
  .sb_block_benefits .sb_content .sb_item .sb_body {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000; }

.sb_block_benefits,
.sb_block_portfolio,
.sb_block_sections {
  padding: 20px 30px; }
  @media screen and (max-width: 768px) {
    .sb_block_benefits,
    .sb_block_portfolio,
    .sb_block_sections {
      padding: 0px; } }
  .sb_block_benefits .sb_title,
  .sb_block_portfolio .sb_title,
  .sb_block_sections .sb_title {
    color: #555555;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px; }
    @media screen and (max-width: 768px) {
      .sb_block_benefits .sb_title,
      .sb_block_portfolio .sb_title,
      .sb_block_sections .sb_title {
        font-size: 20px;
        line-height: 24px; } }

.sb_block_portfolio .sb_title {
  margin-top: 20px; }
@media screen and (max-width: 768px) {
  .sb_block_portfolio {
    margin-bottom: 20px; } }
.sb_block_portfolio .sb_block_component_profile .row {
  margin: 0; }
.sb_block_portfolio .sb_block_menu_nav {
  margin-bottom: 20px; }
  .sb_block_portfolio .sb_block_menu_nav .nav-item {
    margin-right: 10px; }
    .sb_block_portfolio .sb_block_menu_nav .nav-item .nav-link {
      padding: 20px 15px;
      height: 57px;
      background: #FFFFFF;
      border: 1px solid #555555;
      border-radius: 2px;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #555555; }
      .sb_block_portfolio .sb_block_menu_nav .nav-item .nav-link:hover {
        border: 1px solid #990000;
        color: #990000; }
    .sb_block_portfolio .sb_block_menu_nav .nav-item.active .nav-link {
      background: #990000;
      border: 1px solid #990000;
      color: #fff; }
.sb_block_portfolio .tab-content .sb_item_pic {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .sb_block_portfolio .tab-content .sb_item_pic .sb_detail_pic:hover .sb_pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .sb_block_portfolio .tab-content .sb_item_pic .sb_pic {
    max-width: 100%;
    width: 322px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .sb_block_portfolio .tab-content .sb_item_pic .sb_pic {
        width: 150px;
        height: 100px; } }

.sb_block_sections .sb_section_item {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  gap: 20px;
  background: #FFFFFF;
  border: 0.5px solid #F5F5F5;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }
  @media screen and (max-width: 768px) {
    .sb_block_sections .sb_section_item {
      padding: 15px; } }
  .sb_block_sections .sb_section_item .pic {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 100%; }
  .sb_block_sections .sb_section_item .title {
    width: calc(100% - 135px);
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px; }
  .sb_block_sections .sb_section_item:hover {
    background: #FFFFFF;
    border: 0.5px solid #E0E0E0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
.sb_block_sections .sb_mt20 {
  margin-bottom: 20px !important; }

#svg-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  #svg-line .line {
    stroke: #990000; }

.sb_point {
  cursor: pointer; }

.sb_line_1, .sb_line_2, .sb_line_3, .sb_line_4, .sb_line_5, .sb_line_6, .sb_line_7, .sb_line_8, .sb_line_9 {
  opacity: 0; }

.sb_line_1, .sb_line_2, .sb_line_3, .sb_line_4, .sb_line_5, .sb_line_6, .sb_line_7, .sb_line_8, .sb_line_9,
.sb_point_1, .sb_point_2, .sb_point_3, .sb_point_4, .sb_point_5, .sb_point_6, .sb_point_7, .sb_point_8, .sb_point_9 {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.sb_map_pc {
  width: 100%;
  height: auto;
  display: block; }
  @media screen and (max-width: 768px) {
    .sb_map_pc {
      display: none; } }

.sb_mobile_work {
  display: none;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    .sb_mobile_work {
      display: block; } }

.sb_banner_zabori .sb_block_banner {
  margin-left: 15px;
  margin-right: 15px;
  background: #555555;
  backdrop-filter: blur(2px);
  padding: 15px 100px;
  gap: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: left;
  max-height: 100px; }
  @media screen and (max-width: 768px) {
    .sb_banner_zabori .sb_block_banner {
      max-height: 320px;
      height: 320px;
      padding: 15px 20px;
      gap: 15px;
      flex-wrap: wrap;
      display: block; } }
  @media screen and (max-width: 768px) {
    .sb_banner_zabori .sb_block_banner .sb_img img {
      margin: 0 !important; } }
  .sb_banner_zabori .sb_block_banner .sb_block_text .sb_text {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px; }
    @media screen and (max-width: 768px) {
      .sb_banner_zabori .sb_block_banner .sb_block_text .sb_text {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px; } }
  .sb_banner_zabori .sb_block_banner .sb_block_text .sb_price {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px; }
    @media screen and (max-width: 768px) {
      .sb_banner_zabori .sb_block_banner .sb_block_text .sb_price {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px; } }

.sb_block_peculiarities {
  margin-left: 15px;
  margin-right: 15px; }
  .sb_block_peculiarities .sb_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px; }
  .sb_block_peculiarities .banners_slider_wrap .sb_block_banner {
    max-height: 404px;
    padding: initial;
    background: transparent; }
  .sb_block_peculiarities .owl-prev, .sb_block_peculiarities .owl-next {
    width: 40px;
    height: 40px;
    background: #FFFFFF !important;
    border-radius: 3px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25)); }
    .sb_block_peculiarities .owl-prev i, .sb_block_peculiarities .owl-next i {
      display: flex;
      align-items: center;
      justify-content: center; }

.sb_block_video {
  margin-bottom: 40px; }

[data-toggle="tooltip"] {
  cursor: pointer;
  text-decoration: dotted;
  text-decoration-color: #4252af;
  text-decoration-line: underline; }

@media screen and (max-width: 768px) {
  .sb_mobile_hide {
    display: none; } }

.sb_pc_hide {
  display: none; }
  @media screen and (max-width: 768px) {
    .sb_pc_hide {
      display: block; } }

.owl-nav {
  z-index: 10; }

.sb_block_form form {
  display: flex;
  align-items: flex-end;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .sb_block_form form {
      display: block;
      align-items: flex-end;
      width: 100%; } }
  .sb_block_form form .form-control {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0px; }
    @media screen and (max-width: 768px) {
      .sb_block_form form .form-control {
        width: 100%;
        margin-bottom: 20px; } }
    .sb_block_form form .form-control input {
      height: 40px; }
  .sb_block_form form .btn {
    max-height: 48px;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .sb_block_form form .btn {
        width: 100%; } }

.sb_block_form_zamer {
  position: absolute;
  top: 50px;
  z-index: 1;
  background: white;
  padding: 30px;
  right: 7%;
  max-width: 400px; }
  .sb_block_form_zamer .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #555555;
    margin-bottom: 15px; }
  .sb_block_form_zamer .btn {
    min-height: 47px;
    background: #222222 !important;
    border-radius: 2px;
    width: 100%;
    color: white; }
  .sb_block_form_zamer .sb_policy {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #555555;
    margin-top: 15px; }
    .sb_block_form_zamer .sb_policy a {
      color: #990000;
      text-decoration: none; }

.top_big_one_banner {
  position: relative; }
  @media screen and (max-width: 768px) {
    .top_big_one_banner .top_slider_wrapp {
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .top_big_one_banner .top_slider_wrapp .swiper-container.main-slider {
      height: 465px; } }
  @media screen and (max-width: 768px) {
    .top_big_one_banner .sb_block_form_zamer {
      max-width: 320px;
      top: 10px; } }
