@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Exo', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
.podval__section__adress a {
    color: #fff;
    word-break: break-all;
}
.head {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(album/picture_header_66bd9c613ad8d6.59570477.jpg);
}

.head:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.head .row{
    display: flex;
}

.head .head__title{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.head__title__inner{
    display: flex;
    align-items: center;
    gap: 5px;
}

.head__title__inner a h1{
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.head__block{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.head__nav ul{
    display: flex;
    margin: 0;
    align-items: center;
}
 
.head nav ul li{
    display: flex;
    gap: 15px;
}

.head nav ul li a{
    color: #fff;
    font-size: 15px;
}

.head nav ul li a:hover{
    color: #257A3E;
}

.head__nav li a, .dropS__menu {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    cursor: pointer;
  }

.head__nav li.drop_menu {
    display: inline-block;
  }
  
  a.dropS__menu i {
    font-size: 12px;
  }
  
 .head__nav .drop__links {
    display: none;
    position: absolute;
    background-color:#fff;
    min-width: 160px;
    z-index: 10;
    transition: .3s;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
  }
  
 .head__nav .drop__links a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: .3s;
  }

.head__nav .drop__links.active {
    display: block;
}
  
 .head__nav .drop__links a:hover {
    background-color:#f1f1f1;
    color: #257A3E;
    transition: .5s;
}
  
 .head__nav .drop_menu:hover .drop__links {
    transition: .5s;
  }

.mobile__menu{
    display: none;
    cursor: pointer;
    padding: 14px;
}

.head__main__content{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 2;
}


.head__main__content__inner{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.head__main__content__image{
    display: flex;
    align-items: center;
    gap: 10px;
}

.head__main__content__image img{
   width: 50px !important;
   height: 50px !important;
}

.head__main__content__image h1{
    padding: 10px 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.head__main__content__title{
    padding: 10px 10px;
}

.head__main__content__title h2{
    color: #fff;
    font-size: 22px;

}

.head__main__content_open{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 10px 0;
}
.head__main__content_open_title h2{
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.head__main__content_open_time {
    color: #fff;
    font-size: 15px;
}

.head__main__content__contact{
    z-index: 2;
}

.head__main__content__contact__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.head__main__content__contact p {
    font-size: 15px;
    margin-bottom: 0;
}
.head__main__content__contact p a {
    margin-right: 20px;
    color: #fff;
    word-break: break-all;
}

.head__main__content__contact p a:hover {
    color: #257A3E;
}

.head__main__content__contact p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}


.kak-sdelat-zakaz{
    padding:  70px 0;
    background-color: #00000009;
}

.kak-sdelat-zakaz__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.kak-sdelat-zakaz__title h5{
    font-size: 24px;
    font-weight: 800;
    color: #060930;
}

.kak-sdelat-zakaz__block .kak-sdelat-zakaz__box {
    --b: 8px; 
    --s: 60px; 
    --g: 14px; 
    --c: #257A3E; 

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: calc(var(--b) + var(--g));
    background-image:
      conic-gradient(from  90deg at top    var(--b) left  var(--b),#0000 25%,var(--c) 0),
      conic-gradient(from -90deg at bottom var(--b) right var(--b),#0000 25%,var(--c) 0);
    background-position:
      var(--_p,0%) var(--_p,0%),
      calc(100% - var(--_p,0%)) calc(100% - var(--_p,0%));
    background-size: var(--s) var(--s);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 
      background-position .3s var(--_i,.3s), 
      background-size .3s calc(.3s - var(--_i,.3s));
  }

  .kak-sdelat-zakaz__block .kak-sdelat-zakaz__box:hover {
    background-size: calc(100% - var(--g)) calc(100% - var(--g));
    --_p: calc(var(--g)/2);
    --_i: 0s;
  }


.kak-sdelat-zakaz__block .kak-sdelat-zakaz__t__block{
    font-size: 19px;
    font-weight: 800;
    color:  #060930;
}

.kak-sdelat-zakaz__block i{
    font-size: 45px;
    color: #060930;
}

.kak-sdelat-zakaz__block .kak-sdelat-zakaz__text__block{
    font-size: 17px;
    text-align: center;
    color:  #060930;
}

.ggooda-plo{
    padding: 90px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.ggooda-plo__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

.ggooda-plo__title h5{
    font-size: 24px;
    font-weight: 800;
    color: #060930;
}

.ggooda-plo_inner_block{
    display: flex;
    padding: 10px 0;
}

.ggooda-plo_image{
    width: 50%;
    height: 330px !important;
    overflow: hidden;
	position: relative;
}

.ggooda-plo_content{
    width: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.ggooda-plo_image img{
    width: 100% !important;
    height: 330px !important;
    object-fit: cover;
    transition: .5s;
}

.ggooda-plo_image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}
.ggooda-plo_image img:hover {
	transform: scale(1.2);	
}

.ggooda-plo_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: 330px !important;
    padding: 5px;
}

.ggooda-plo_content_title a h2{
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #060930;
    text-align: center;
}

.ggooda-plo_content_title a h2:hover{
    color: #257A3E;
}

.ggooda-plo_content__avai{
    display: flex;
    font-size: 17px;
    gap: 5px;
    font-weight: 800;
    align-items: center;
}

.ggooda-plo_content__avai span{
    font-size: 17px;
    color: #257A3E;
}

.ggooda-plo_content__prod__code{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ggooda-plo_content__prod__code span{
    font-size: 17px;
    font-weight: 800;
}

.ggooda-plo_content_price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.ggooda-plo_content_price span{
    font-size: 17px;
    font-weight: 800;
    color: #060930;
    padding-bottom: 10px;
}

.ggooda-plo_content_price span.color_price{
    color: #FF0000;
}

.ggooda-plo_content_readM a{
    font-size: 17px;
    font-weight: 700;
    color: #257A3E;
}

.testimotional{
    padding: 90px 0;
    background-image: url(album/picture_header_66bd9c613ad8d6.59570477.jpg);
    position: relative;
}

.testimotional:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.testimotional__block{
    position: relative;
    z-index: 2;
}

.testimony-wrap {
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    margin: 0 10px;
    }
    .testimony-wrap .testimotional-text p {
      color: #fff; 
      text-align: center;
    }
    .testimony-wrap .icon {
      top: -20px;
      left: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #257A3E; 
    }
      .testimony-wrap .icon span {
        color: #fff; 
    }

    .testimotional-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .testimony-wrap .testimotional-img img{
      width: 80px !important;
      height: 80px !important;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
    }
    .testimony-wrap .testimotional-name {
      font-weight: 400;
      font-size: 20px;
      margin-bottom: 0;
      color: #fff;
      font-style: normal !important; 
    }
    .testimony-wrap .testimotional-position {
      font-size: 16px;
      color: #257A3E; 
    }
    
    .que_ans__section{
        padding: 90px 0;
    }
    
    .que_ans__section__title__inner{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .que_ans__section__title__inner h4{
        font-size: 24px;
        font-weight: 800;
    }

    .ord__form{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        padding: 10px;
    }

    .ord__form label{
        color: #060930;
    }

    .ord__title{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px 0;
    }

    .ord__title h5{
        font-size: 24px;
        font-weight: 800;
        text-align: center;
    }
    
    .ord__form .ord__form_inner {
        padding: 0 30px;
    }

    .ord__form {
        --b: 8px; 
        --s: 60px; 
        --g: 14px; 
        --c: #257A3E; 
    
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: calc(var(--b) + var(--g));
        background-image:
          conic-gradient(from  90deg at top    var(--b) left  var(--b),#0000 25%,var(--c) 0),
          conic-gradient(from -90deg at bottom var(--b) right var(--b),#0000 25%,var(--c) 0);
        background-position:
          var(--_p,0%) var(--_p,0%),
          calc(100% - var(--_p,0%)) calc(100% - var(--_p,0%));
        background-size: var(--s) var(--s);
        background-repeat: no-repeat;
        cursor: pointer;
        transition: 
          background-position .3s var(--_i,.3s), 
          background-size .3s calc(.3s - var(--_i,.3s));
      }
    
      .ord__form:hover {
        background-size: calc(100% - var(--g)) calc(100% - var(--g));
        --_p: calc(var(--g)/2);
        --_i: 0s;
      }
    
    .ord__form .filds{
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 30px;
    }
    
    .ord__form .input-n62391095{
        border: 1px solid #eee;
        border-radius: 5px;
        color: #333;
        height: 45px;
        padding: 10px 18px;
        transition: all 0.3s ease 0s;
    }

    .ord__form .input-n62391095::placeholder {
        color: #060930;
      }

    .ord__form input:focus { 
        outline: none !important;
        border-color: #257A3E;
        box-shadow: 0 0 10px #257A3E;
    }
    .ord__form textarea:focus { 
        outline: none !important;
        border-color: #257A3E;
        box-shadow: 0 0 10px #257A3E;
    }
      
    
    .ord__form .textarea-n62391095{
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: none;
        color: #333;
        padding: 10px 18px;
        height: 100px;
    }
    
    .ord__form .form-check{
        align-items: flex-start;
        padding-top: 9px;
        padding-left: 40px;
        text-align: left;
        padding-top: 6px;
        padding-left: 40px;
    }

    .ord__form .form-check-label{
        color: #060930;
    }
    
    .ord__form .form-check a{
        text-decoration: underline;
        color:#257A3E; 
    }
    
    .ord__form_btn{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    

    .que_ans_section_block{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .que_ans__section__item {
        margin: 5px auto;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }
    .que_ans__section__item .que_ans__section__title {
        position: relative;
        display: block;
        padding: 13px 60px 15px 13px;
        margin-bottom: 2px;
        color: #202020;
        font-size: 28px;
        text-decoration: none;
        background-color: #fff;
        border-radius: 3px;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
      cursor: pointer;
    }
    .que_ans__section__item .que_ans__section__title:hover {
        background-color: #257A3E;
        color: #fff;
        transition: all 0.5s ease-out;
    }
    .que_ans__section__item .que_ans__section-active {
        background-color: #257A3E;
        color: #fff;
    }
    .que_ans__section__item .que_ans__section__title .que_ans__section__arrow {
        position: absolute;
        top: 13px; right: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        font-weight: 700;
        margin-right: 5px;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: 10px 0;
    }
    .que_ans__section__item .que_ans__section__rotate {
        transform: rotate(225deg);
    }
    .que_ans__section__item .que_ans__section__content {
        padding: 30px;
        margin-bottom: 2px;
        font-size: 14px;
        display: none;
        background-color: #fff;
    }
    .que_ans__section__item .que_ans__section__arrow-item {
        color: #000;
        font-weight: 700;
    }

    .que_ans__section .que_ans__section__item  .que_ans__section__rotate .que_ans__section__arrow-item{
        color: #fff;
    }

    .que_ans__section span.que_ans__section__title-text{
        font-size: 18px;
        font-weight: 700;
    }
    
    .que_ans__section .que_ans__section__content{
        font-size: 17px;
    }

    .podval__section{
        padding-top: 60px;
        padding-bottom: 40px;
        background: url(bg/0-SoftBgOverlay-WeTF.png) no-repeat center/cover;
        background-color: #060930;
    }


    .podval__section_open_title{
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .podval__section_open_logo{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .podval__section_open_logo a{
        text-decoration: none;
    }
    .podval__section_open_logo a h4{
        color: #fff;
    }

    .podval__section_open_logo a img{
        width: 50px !important;
        height: 50px !important;
    }
    
    .podval__section_open_title h2{
        font-size: 20px;
        font-weight: 800;
    }

    .podval__section__adress{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .podval__section__adress p {
        color: #fff;
    }
    
    .podval__section__block{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

    }
    
    .podval__poli{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .podval__section_poli  a{
        color: #fff;
        text-decoration: none;
    }
    
    .podval__section_poli  a:hover{
        color: #257A3E;
    }
    
    .podval__bottom{
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #fff;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 20px 0px 20px 0px;
    }

    .podval__bottom__cards{
        display: flex;
    }

    .podval__bottom__cards img{
        height: 70px !important;
    }

    .podval__section-about-market{
        font-size: 30px;
        color: #fff;
    }

    .podval__section-about-market p{
        font-size: 16px;
        color: #fff;
    }

    .dop__page{
        padding: 90px 0;
    }

    .dop__page__content__title{
        padding-bottom: 40px;
    }
    .dop__page__content__title h5{
        font-size: 24px; 
        letter-spacing:2px;
        text-align:center;
        font-weight: 800;
        color: #060930;
    }

    .dop_page__content_inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 5px;
        box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;

    }

    .dop__page__productCode{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .dop__page__productCode span{
        font-size: 19px;
        font-weight: 800;
    }
    
    .dop__page_rating{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .dop__page_rating span{
        font-size: 19px;
        font-weight: 800;
    }
    
    .dop__page_rating  i{
        font-size: 25px;
        color: #257A3E;
    }
    
    .dop__page_delivery{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    
    .dop__page_delivery span{
        font-size: 19px;
        font-weight: 800;
    }
    
    .dop__page__image img{
        width: 100% !important;
        max-width: 100%;
        object-fit: cover;
    }
    
    .dop__page__main__content strong{
        color: #060930;
    }

    .dop__page__main__content h2{
        font-size: 16px;
        font-weight: 800;
    }
    
    .dop__page__main__content h5{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #060930;
    }
    
    .dop__page_price{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 10px;
    }
    
    .dop__page_price span{
        font-size: 22px;
        font-weight: 800;
        color: #060930;
        padding-bottom: 10px;
    }

    .dop__page_price .color_price{
        color: #FF0000;
    }

    .dop__page__form label{
        color: #060930;
    }
    
    .dop__page__form .dop__pagee__from__block {
        border-radius: 20px;
        padding: 0 30px;
    }
    
    .dop__page__form .fild{
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 30px;
    }
    
    .dop__page__form .input-n62391095{
        border: 1px solid #eee;
        border-radius: 5px;
        color: #333;
        height: 45px;
        padding: 10px 18px;
        transition: all 0.3s ease 0s;
    }
    
    .dop__page__form .textarea-n62391095{
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: none;
        color: #333;
        padding: 10px 18px;
        height: 100px;
    }
    
    .dop__page__form .form-check{
        align-items: flex-start;
        padding-top: 9px;
        padding-left: 40px;
        text-align: left;
        padding-top: 6px;
        padding-left: 40px;
    }
    
    .dop__page__form .form-check a{
        text-decoration: underline;
        color:#257A3E; 
    }

    .dop__page_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .dop__page__related{
        padding: 90px 0;
        background-color: #00000002;
    }
    
    .dop__page__related .row{
        display: flex;
        flex-wrap: wrap;
    }
    
    .dop__page__related .dop__page__related__title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
    }
    
    .dop__page__related .dop__page__related__title h5{
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        padding-bottom: 30px;
    }
    
    .dop__page__related .bPar{
        display: flex;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        cursor: pointer;
    }
    
    .dop__page__related .dop__page__related__box {
        margin-bottom: 30px;
        transition: .5s;
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
   
    .dop__page__related .dop__page__related__box:hover{
        box-shadow: 15px 0 40px rgb(0 0 0 / 12%);
      }
      .dop__page__related .dop__page__related__box:hover:before{
        opacity: 1;
        transform: scale(1.0);
      }
      .dop__page__related .dop__page__related__image {
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 370px !important;
      }
   
      .dop__page__related__image img{
          width: 100% !important;
          height: 370px !important;
          object-fit: cover;
      }
    
       .dop__page__related .dop__page__related__content {
          background: #fff;
          box-shadow: 15px 0 40px rgb(0 0 0 / 3%);
          padding: 10px 10px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          width: 50%;
          height: 370px !important;
      }
    
    
      .dop__page__related .dop__page__related__link__title a h2:hover {
        color:#257A3E;
      }
    
      .dop__page__related .dop__page__related__link__title a{
            text-decoration: none;
      }
    
      .dop__page__related .dop__page__related__link__title a h2 {
          font-size: 17px;
          font-weight: bold;
          margin: 10px 0 20px;
          color: #000;
      }
     
      .dop__page__related .dop__page__related_btn a {
          padding-top: 10px;
          text-align: center;
          font-size: 17px;
          font-weight: 800;
          display: inline-block;
          transition: .5s;
          color: #257A3E;
          position: relative;
          z-index: 1;
          text-decoration: none;
      }

        .cont__adress__info {
            padding: 90px 0 80px;
            background-color: #00000002;
        }
    
        .d_flex_par{
            display: flex;
        }

        .cont__adress__block {
            display: flex;
            text-align: center;
            padding: 50px 35px 45px;
            margin-bottom: 20px;
            
        }

        .cont__adress__block__content {
            --b: 8px; 
            --s: 60px; 
            --g: 14px; 
            --c: #257A3E; 
        
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding: calc(var(--b) + var(--g));
            background-image:
              conic-gradient(from  90deg at top    var(--b) left  var(--b),#0000 25%,var(--c) 0),
              conic-gradient(from -90deg at bottom var(--b) right var(--b),#0000 25%,var(--c) 0);
            background-position:
              var(--_p,0%) var(--_p,0%),
              calc(100% - var(--_p,0%)) calc(100% - var(--_p,0%));
            background-size: var(--s) var(--s);
            background-repeat: no-repeat;
            cursor: pointer;
            transition: 
              background-position .3s var(--_i,.3s), 
              background-size .3s calc(.3s - var(--_i,.3s));
              flex: 1;
          }
        
          .cont__adress__block__content:hover {
            background-size: calc(100% - var(--g)) calc(100% - var(--g));
            --_p: calc(var(--g)/2);
            --_i: 0s;
          }
        .cont__adress__info .cont__adress__block i {
            font-size: 30px;
            color: #257A3E;
        }
        .cont__adress__info .cont__adress__block h3 {
            padding: 15px 0 10px;
        }
        
        .cont__adress__info .cont__adress__block:hover .cont__adress__block__content p {
            color: #616161;
        }
        .cont__adress__info .cont__adress__block__content p {
            color: #616161;
            margin-bottom:0;
        }
        .cont__adress__info .cont__adress__block:hover {
            background-color: transparent;
        }
        .cont__adress__info .cont__adress__block:hover .cont__adress__block__content h3 {
            color: #060930;
        }
        
        .cont__adress__block__content p a {
            word-break: break-all;
        }

       .cont_form{
           padding: 90px 0;
       }
        
        .cont_form label{
            color: #060930;
        }

        .cont_form__box {
            --b: 8px; 
            --s: 60px; 
            --g: 14px; 
            --c: #257A3E; 
        
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            padding: calc(var(--b) + var(--g));
            background-image:
              conic-gradient(from  90deg at top    var(--b) left  var(--b),#0000 25%,var(--c) 0),
              conic-gradient(from -90deg at bottom var(--b) right var(--b),#0000 25%,var(--c) 0);
            background-position:
              var(--_p,0%) var(--_p,0%),
              calc(100% - var(--_p,0%)) calc(100% - var(--_p,0%));
            background-size: var(--s) var(--s);
            background-repeat: no-repeat;
            cursor: pointer;
            transition: 
              background-position .3s var(--_i,.3s), 
              background-size .3s calc(.3s - var(--_i,.3s));
          }
        
          .cont_form__box:hover {
            background-size: calc(100% - var(--g)) calc(100% - var(--g));
            --_p: calc(var(--g)/2);
          }
        
        .cont_form__box__inner{
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            padding: 20px 0;
        }

        .cont_form__box__inner h5{
            font-size: 24px;
            font-weight: 800;
            text-align: center;
        }
        
        .cont_form .form-groups .input{
            border: 1px solid #eee;
            border-radius: 5px;
            color: #333;
            height: 45px;
            padding: 10px 18px;
            transition: all 0.3s ease 0s;
        }
        
        .cont_form .field{
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-top: 30px;
        }
        
        .cont_form .form-groups .textarea{
            border: 1px solid #eee;
            border-radius: 5px;
            box-shadow: none;
            color: #333;
            padding: 10px 18px;
            height: 100px;
        }
        
        .cont_form .form-check{
            align-items: flex-start;
            padding-top: 9px;
            padding-left: 40px;
            text-align: left;
            padding-top: 6px;
            padding-left: 40px;
        }
        
        .cont_form .form-check a{
            color: #257A3E;
        }
        
        .cont_form___btn{
            display: inline-block;
        }

        .google__map{
            overflow: hidden;
        }

        .politics_section{
            padding: 88px 88px;
        }
        
        .politics_section h1.politics_section__title{
            font-size: 24px;
            font-weight: 800;
        }
        
        .politics_section h1,h2,h3{
            font-size: 19px;
            font-weight: 800;
        }
        
        .politics_section .politics_section__content  a{
            text-decoration: underline;
            color: #060930 !important;
        }
        
        .politics_section .politics_section__content ol li {
            color: #060930 !important;
        }

       
        .button-1 {
            background-image: linear-gradient(-180deg, #257A3E 0%, #212121 100%);
            border-radius: .5rem;
            box-sizing: border-box;
            color: #FFFFFF;
            display: flex;
            font-size: 16px;
            justify-content: center;
            padding: 10px 10px;
            text-decoration: none;
            border: 0;
            cursor: pointer;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }

        .button-1:hover {
            color: #060930;
            background-image: linear-gradient(-180deg, #fad586 0%, #060930 100%);
        }

      
        .button-2 {
            background-color: transparent;
            border: 2px solid #257A3E;
            box-sizing: border-box;
            color: #fff;
            font-size: 16px;
            padding: 10px 15px;
            position: relative;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }

        .button-2:hover,
        .button-2:active {
         outline: 0;
        }

        .button-2:hover {
            background-color: transparent;
            cursor: pointer;
        }

        .button-2:before {
            background-color: #060930;
            content: "";
            height: calc(100% + 3px);
            position: absolute;
            right: -7px;
            top: -9px;
            transition: background-color 300ms ease-in;
            width: 100%;
            z-index: -1;
        }

        .button-2:hover:before {
            background-color:#257A3E;
            border: 2px solid #060930;
        }

        .button-3 {
            align-items: center;
            background-color: #060930;
            border: 2px solid #257A3E;
            border-radius: 8px;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: flex;
            font-size: 16px;
            height: 48px;
            justify-content: center;
            line-height: 24px;
            max-width: 100%;
            padding: 0 25px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }

        .button-3:after {
            background-color: #257A3E;
            border-radius: 8px;
            content: "";
            display: block;
            height: 48px;
            left: 0;
            width: 100%;
            position: absolute;
            top: -2px;
            transform: translate(8px, 8px);
            transition: transform .2s ease-out;
            z-index: -1;
        }

        .button-3:hover:after {
            transform: translate(0, 0);
        }

        .button-3:active {
            background-color: #257A3E;
            outline: 0;
        }

        .button-3:hover {
            outline: 0;
            color: #fff;
        }

        .button-4 {
            --c: #fff;
            background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
                #257A3E;
            color: #0000;
            border: none;
            transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
            text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
                calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
            outline-offset: .1em;
            transition: 0.3s;
        }

        .button-4:hover,
        .button-4:focus-visible {
            --_p: 0%;
            --_i: 1;
        }

        .button-4:active {
            text-shadow: none;
            color: var(--c);
            box-shadow: inset 0 0 9e9q #0005;
            transition: 0s;
        }

        .button-4 {
            font-weight: bold;
            font-size: 16px;
            margin: 0;
            cursor: pointer;
        }

        .button-5 {
            appearance: none;
            background-color: #060930;
            border: 2px solid #257A3E;
            border-radius: 15px;
            box-sizing: border-box;
            color: #FFFFFF;
            cursor: pointer;
            font-size: 16px;
            margin: 0;
            min-height: 60px;
            min-width: 0;
            outline: none;
            padding: 15px 15px;
            text-align: center;
            text-decoration: none;
            transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            will-change: transform;
        }

        .button-5:disabled {
            pointer-events: none;
        }

        .button-5:hover {
            box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
            transform: translateY(-2px);
            color: #fff;
        }

        .button-5:active {
            box-shadow: none;
            transform: translateY(0);
        }

        .slick-slider .slick-track, .slick-slider .slick-list{
            direction: ltr;
        }


        @media(max-width: 992px){
            
            .head nav ul li {
                margin-top: 25px;
            }
        
            .head ul {
                display: none; 
                padding: 10px;
            }
        
            .head .drop__links.active  {
                display: block;
            }
        
            .head .drop__links{
                display: none;
                width: 300px;
            }
        
            .head .dropS__menu {
                display: block;
            }
        
            .drop__links a.drop_menu-item{
                font-size: 14px !important;
                white-space: normal;
            }
        
            .head nav ul li a {
                color: #fff;
            }
        
            .head nav ul li a:hover {
                color: #fff;
            }
        
            .mobile__menu {
                display: block; 
                z-index: 999;
                position: relative;
            }
        
            .mobile__menu span{
                display: block;
                width: 25px;
                height: 3px;
                background-color: #fff;
                margin-bottom: 5px;
            }
        
            .sh .show {
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                background-color: #257A3E;
                z-index: 999;
            }

            .que_ans__section .sw{
                display: flex;
                flex-direction: column !important;
                gap: 25px;
            }

            .ord_form_hide{
                display: flex!important;
                justify-content: center;
                align-items: center;
                width: 100% !important;

            }

            .que_ans_section_block{
                width: 100% !important;
            }

            .podval__section .allWidth{
                flex-direction: column !important;
                gap: 20px;
            }

            .open_vs_logo{
                width: 100% !important;
            }

            .adr{
                width: 100% !important;
                justify-content: center !important;
            }

            .podval__section_poli{
                width: 100% !important; 
            }

            .podval__section .podval__bottom {
                display: flex;
                flex-direction: column !important;
                gap: 15px;
                align-items: center;
                justify-content: center;
            }
        }

  
        @media(max-width: 768px){
            .d_flex_par{
                flex-direction: column !important;
            }

            .dop__page__related__box {
                flex-direction: column !important;
            }

            .dop__page__related__image{
                width: 100% !important;
            }

            .dop__page__related__content{
                width: 100% !important;
            }
        }

        @media(max-width: 575px){
            .ggooda-plo_inner_block {
                flex-direction: column !important;
            }

            .ggooda-plo_image{
                width: 100% !important;
            }

            .ggooda-plo_content{
                width: 100% !important;
            }
        }

        @media (max-width: 550px){
            .politics_section {
                padding: 113px 40px !important;
            }
        }

        @media(max-width: 500px){
            .head__main__content__contact__inner{
                flex-direction: column;
                gap: 5px;
            }

            .testimotional-content{
                flex-direction: column !important;
                text-align: center;
            }
        }

        @media(max-width: 425px){
            .pdBot{
                display: flex!important;
                align-content: center;
                justify-content: center;
            }

            .podval__bottom__cards img {
                width: 50% !important;
            }
        }

        