.paragraph-8{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.btn_get_page_2{
    margin: 30px auto;
    background: #196712;
    border-radius: 6px;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 700px;
    transition: 0.25s;
    padding: 15px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.text_action_nm{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.heading-4{
    font-weight: 700
}

.w-nav-link.w--current{
    color: unset
}
.text-block-7{
    font-weight: 500!important
}

.btn_get_page_2:hover{
    background-color: #3a3a3a;
    transition: 0.25s;
    cursor: pointer
}

form .w-button{
    transition: 0.25s;
    cursor: pointer
}
form .w-button:hover{
    background-color: #252424;
    transition: 0.25s;
    cursor: pointer
}

.div-block-11:hover .text-block-5{
    cursor: pointer;
    color: #196712;
    transition: 0.25s
}

.div-block-25:hover .text-block-14{
    cursor: pointer;
    color: #196712;
    transition: 0.25s
}

.div-block-25:hover{
    cursor: pointer;
}


.item_jk:hover .text-block{
    color: #196712;
    transition: 0.25s
}
.item_jk:hover{
    cursor: pointer
}
.div-block-11:hover{
    cursor: pointer
}
.div-block-39:hover{
    cursor: pointer
}

.image-9{
    height: 100%;
    right: 5%
}

.submit-button-6, .form_block_form_button, .submit-button-2, .submit-button-5, .submit-button-3, .submit-button-4{
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-block-14:hover, .link-3:hover, .div-block-42:hover, .icon-3:hover, .link:hover{
    cursor: pointer;
}


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
.mistakes_block {
    position: fixed;
    right: -110%;
    top: 30px;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 18%);
    z-index: 5555;
    width: fit-content;
    padding: 15px;
    border-radius: 3px;
    transition: 0.2s;
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .icon_mistakes_block_drrr {
    background: url(/images/check-p-130x130q80.png) no-repeat center;
    background-size: 57% auto;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }

  .popover{
    background: white ;
    width: fit-content;
    height: fit-content;
    /* padding: 5px; */
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
}

.popover * img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.title_pop_m_jk{
    padding: 8px 10px 3px;
    font-weight: 600;
}

.text_pop_m_jk{
    padding: 0 10px 8px;
    color: #a7a7a7;
    font-weight: 400;
}

.close{
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 2px;
    background: white;
    color: black;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: block;
}

#modal-container {
    position: fixed;
    padding: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    
    /* to show it above other content */
    z-index: 999; 
    
    /* to allow scrolling if the screen is not high enough*/
    overflow: auto; 
    
    /* this is used to center the modal */
    display: grid;
    text-align: center;
  }
  
  .modal {
    margin: auto;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border-radius: 8px;
    padding: 25px 50px;
    width: 100%;
    max-width: 700px;
    text-align: left;
  }
  
  .modal-close {
    float: right;
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: #777;
    text-decoration: underline;
  }

  .text_modal_block_nm1{
    padding: 20px 0;
  }
  
@media(max-width: 1024px){

    .modal {
        margin: auto;
        display: inline-block;
        box-sizing: border-box;
        background: #fff;
        position: relative;
        border-radius: 8px;
        padding: 15px;
        width: 100%;
        max-width: 700px;
        text-align: left;
      }
      #modal-container{
        padding-top: 80px;
      }

      #modal-container .div-block-42{
        margin-top: 15px;
      }
      .title_modal_block_nm1{
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
}

.div-block-17{
    WIDTH: 100%;
}
.image-11{
    height: 55vw;
    max-height: 310px;
}


html.w-mod-touch * {
    background-attachment: scroll !important;
}


    .map, .foot_map{
        height: 60vw!important;
        max-height: 700px!important;
        min-height: 400px!important;
    }

    .section-2{
        height: 400px;
    }
}


.title_arrows_block_nm1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.arrow_right_nm1, .arrow_left_nm1 {
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #196712;
    border-radius: 5px;
    color: #313131;
    font-size: 16px;
}
.h2_title_nm1{
    width: calc(100% - 120px);
}

.arrows_block_nm1{
    display: flex;
    align-items: center;

}

.arrow_left_nm1{
    margin-right: 10px;
}