*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Baloo Paaji 2", Sans-serif;
    background: #36763b;
}
.header213_menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #36763b;
    flex-wrap: wrap;
    position: fixed;
    z-index: 50000;
    width: 100%;
    padding: 20px 0;
}

.box{
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 15px;
    margin: 0 auto;
  }
  .card{
    position: relative;
    width: 300px;
    height: 350px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
  }
  .card:before,
  .card:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.5s;
    z-index:-1;
  }
  .card:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
  }
  
  .card:hover .imgBx
  {
    bottom: 80px;
  }

  .card .imgBx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .card .details{
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      height: 70px;
      text-align: center;
  }

  .card .details h2{
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 17px;
   color: #777;
  } 

  .card .details h2 span{
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: 5px;
   } 
#posl, #form{
    padding-top: 85px;
}
.logo_p{
    width: 350px;
}
.header213_logo img{
    width: 281px;
    height: 42px;
}
.polit2{
    width: 100%;
    height: 100vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menurt33_item{
    text-decoration: none;
    margin: 0 10px;
    color: #bbb8b5;
    font-size: 16px;
    line-height: 1.5;
}
.header213_phone a{
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    color: #bbb8b5;
}
.header213_we{
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:100vh;
    background-position-y: -400px;
    display: flex;
    align-items: center;
    position: relative;
}
.about_img img{
    width: 500px;
    height: 566px;
}
.header213_we::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .65;
    z-index: 0;
}
.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #36763b7e; 
    z-index: 100050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none; 
    margin: 0;
    padding: 0;
}
.modal:target {
    opacity: 1; 
	  pointer-events: auto; 
    overflow-y: auto; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    background-color: #d0cecb;
    text-align: center;
    padding: 40px 25px;
    border-radius: 30px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto;
      margin-top: 110px;
  }
} 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #c8c5c2;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
.form_logo{
    font-size: 36px;
    line-height: 1.23;
    font-weight: 700;
}
.form_txt{
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    max-width: 420px;
    padding: 15px 0;
    margin: 0 auto;
}
.label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
.label input{
    color: #000000;
    border: 1px solid #c9c9c9;
    height: 60px;
    font-size: 16px;
    line-height: 1.33;
    width: 60%;
    border-radius: 50px;
    margin: 0 auto;
}
.label label{
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    padding-bottom: 5px;
    margin: 0 auto;
}
.close2{
    color: #ffffff;
    background-color: #36763b;
    width: 320px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 auto;
}
.close{
    color: #ffffff;
    background-color: #36763b;
    width: 500px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    margin: 0 auto;
    width: 320px;
    font-weight: 600;
    border-radius: 50px;
}
.header213_wrap{
    max-width: 550px;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    position: relative;
    z-index: 1000;
    padding-top: 30px;
}
.prelogo{
    font-size: 16px;
    font-weight: 700;
    color: #d0cdca;
}
.log{
    color: #d0cdca;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.7px;
    position: relative;
}
input{
    padding: 10px;
}
.log::after{
    content: '';
    position: absolute;
    width: 84px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #d0cdca;
}
.log_txt{
    font-size: 14px;
    font-weight: 500;
    color: #d0cdca;
    letter-spacing: 1.5px;
    padding: 20px 0;
}
.log_but{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #d0cdca;
    text-decoration: none;
    width: 150px;
    height: 40px;
    border-radius: 30px;
}
.about{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.about_wrap{
    max-width: 500px;
}
.ab_logo{
    position: relative;
    color: #ffffff;
    font-size: 45px;
    padding: 15px 0 0 0;
    font-weight: 900;
}
.ab_logo::after{
    content: "";
    position: absolute;
    width: 84px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #ffffff;
}
.ab_text{
    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #d0cdca;
    letter-spacing: 1.5px;
}
.ab_text p{
    padding-top: 25px;
}
.renefits{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    background-image: url(../img/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.renefits::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #36763b;
    opacity: 0.5;
    z-index: 0;
}
.renefits_log{
    position: relative;
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
    z-index: 10000;
}
.renefits_text{
    padding: 20px 0 ;
    color: #bbb8b5;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    z-index: 10000;
}
.renefits_items{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10000;
}
.renefits_item{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    width: 540px;
    border: 3px solid #333;
    margin:  0 20px 20px 20px;
    text-align: center;
}
.renefits_item_logo{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.renefits_item_text{
    font-size: 16px;
    color: #555554;
    font-weight: 700;
}
.priserqe{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 20px 0;
}
.priserq_log{
    position: relative;
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
}
.priserq_log::after{
    content: '';
    position: absolute;
    width: 84px;
    height: 4px;
    right: 0;
    bottom: -5px;
    background-color: #ffffff;
}
.priserq_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.priserq_item{
    max-width: 370px;
    margin: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.priserq_item_logo{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-align: center;
}
.priserq{
    padding: 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #333;
}
.priserq_item_text{
    color: #908f8d;
    padding-bottom: 20px;
}
.priserq_item_text p{
    padding-bottom: 20px;
}
.priserq_item_btn{
    align-items: center;
    display: flex;
    height: 30px;
    width: 150px;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-radius: 30px;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: 1.4px;
}
.forma{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/support4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.forma::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #36763b;
    opacity: 0.4;
    z-index: 0;
}
.support_logo{
    color: #f6f5f5;
    font-size: 36px;
    position: relative;
    z-index: 10000;
    font-weight: 800;
    line-height: 38px;
    margin: 0 auto;
    max-width: 950px;
    text-align: center;
    padding: 20px 0;
}
.form_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10000;
}
.inp_one{
    color: #797878;
    border: 2px solid #000000;
    background-color: #ffffff;
    height: 60px;
    padding: 0 20px;
    width: 420px;
    font-size: 20px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.inp_two{
    color: #797878;
    border: 2px solid #000000;
    background-color: #ffffff;
    height: 105px;
    padding: 0 20px;
    border-radius: 32px;
    width: 420px;
    font-size: 20px;
    margin-bottom: 30px;
}
.form_buuton{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 20px;
    color: #000;
    background-color: #ffffff;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
}
.footer_cont{
    display: flex;
    justify-content: space-around;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    line-height: 35px;
    flex-wrap: wrap;
}
.urger-menurt33_button {
    position: fixed;
    top: 21px;
    right: 15px;
    z-index: 30;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: none;
}

.urger-menurt33_lines::before,
.urger-menurt33_lines::after,
.urger-menurt33_lines {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #d0cdcd;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.urger-menurt33_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.urger-menurt33_lines::before {
    content: '';
    top: -12px;
}
.urger-menurt33_lines::after {
    content: '';
    top: 12px;
}
.urger-menurt33_active .urger-menurt33_lines {
    background-color: transparent;
}
.urger-menurt33_active .urger-menurt33_lines::before {
    top: 0;
    transform: rotate(45deg);
}
.urger-menurt33_active .urger-menurt33_lines::after{
    top: 0;
    transform: rotate(-45deg);
}

.urger-menurt33_nav {
    padding-top: 120px;
    position: fixed;
    top: 0;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    right: -120%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.urger-menurt33_active .urger-menurt33_nav {
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.urger-menurt33_link {
    padding: 18px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #000;
}
.urger-menurt33_link:first-child {
    border-top: 1px solid #000;
}
.urger-menurt33_link:hover {
    filter: brightness(0.9);
}
.urger-menurt33_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}
.urger-menurt33_active .urger-menurt33_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}  
.footer_menurt33__item{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
#zwerxu{
    display: flex;
    padding: 30px 0;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.er a{
    font-size: 20px;
    color: #ffffff;
    padding: 0 26px;
    text-decoration: none;
}
.polit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.polit h1{
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.polit p{
    line-height: 25px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    animation: fade .6s;
    overflow: auto;
    display: flex;
    text-align: center;
    display: none;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 80%;
    max-width: 462px;
    position: absolute;
    padding: 50px 20px;
    border: 10px solid #d0cdca;
    color: #d0cdca;
    background: #36763b;
    z-index: 1000;
    border-radius: 40px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    animation: fade .6s;
}
.close {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #d0cdca;
    cursor: pointer;
    outline: none;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-top: 20px;
}
  @media (max-width: 1200px){
    .box{
        max-width: 350px;
      }
    }
@media (max-width: 1000px){
.header213_we{
        justify-content: center;
        background-position-y: 0px;
    }
}
@media (max-width: 920px){
    .header213_wrap {
        padding-left: 150px;
    }
    .header213_we{
        justify-content: center;
        background-position-y: 0px;
    }
    .prelogo{
        padding-top: 45px;
    }
}
@media (max-width: 700px){
    .menu1{
        display: none;
    }
    .urger-menurt33_button {
        display: block;
    }
    .header213_wrap {
        padding-left: 0px;
    }
    
}
@media (max-width: 560px){
    .urger-menurt33_button{
        right: 0;
    }
}
@media (max-width: 540px){
    .urger-menurt33_button{
        right: 0;
    }
    .renefits_text{
        text-align: center;
    }
    .footer_cont{
        text-align: center;
    }
    .renefits_item{
        width: 340px;
    }
    .header213_wrap {
        max-width: 430px;
    }
    .about_img img {
        width: 350px;
        height: 366px;
    }
    .about_wrap {
        max-width: 340px;
    }
    .log {
        font-size: 30px;
        letter-spacing: 0.8px;
    }
    .priserq_log, .renefits_log, .support_logo{
        font-size: 35px;
        text-align: center;
    }
    .header213_phone1{
        padding-right: 30px;
    }
    .inp_two, .inp_one{
        width: 320px;
    }
    .renefits_item{
        margin: 20px 0;
        width: 290px;
    }
}
@media (max-width: 420px){
    .header213_phone1{
        padding-right: 50px;
    }
    .priserq_item{
        margin: 20px 0;
        max-width: 340px;
        padding: 20px 5px;
    }
    .inp_two, .inp_one {
        width: 300px;
    }
    .form_buuton{
        margin-bottom: 45px;
    }
    .header213_wrap {
        max-width: 340px;
    }
    .support_logo {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .log {
        font-size: 25px;
    }
    .header213_wrap{
        padding-top: 40px;
    }
    .priserq_item_logo {
        letter-spacing: 0.8px;
    }
    .renefits_item_logo {
        font-size: 20px;
    }
    .forma::after {
        opacity: 0.7;
    }
}
@media (max-width: 380px){
    .close2, .close{
        width: 270px;
    }
    .header213_menu{
        padding: 30px 0;
    }
    .prelogo{
        padding-top: 15px;
    }
    .card:before{
        display: none;
        }
        .card:after{
            display: none;
        }
        .card .imgBx
  {
    bottom: 80px;
  }
}