

    body {
        font-family: 'Montserrat', sans-serif !important;
        background-color: #fff;
    }

    .wrapper {
        height: auto;
    }

    .btn {
        font-weight: 700;
        border-radius: 100px;
        background: linear-gradient(346deg, #603088 18.53%, #B98BDF 46.39%, #603088 80.52%);
        font-size: 20px;
        color: #FFF;
    }

    .span-mini {
        color: #603088;
        font-weight: 700;
    }

    .p {
        color: #000;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .header {
        background: #603088;
        max-height: 53px;
        margin-bottom: 75px;
    }

    .container {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 15px;
    }


    .nav-menu__list {
        display: flex;
        padding-top: 18px;
        padding-bottom: 18px;
        justify-content: space-between;
    }

    .menu__item a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }

    .gl-calculate {
        padding-top: 74px;
    }



    .calculate-text {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;

    }


    .calculate-text span {
        color: #603088;
        font-weight: 700;
        border-bottom: 2px solid #603088;


    }

    .calculate-coll {
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
        justify-content: center;
        /* column-gap: 98px; */
    }


    .raschet-p {
        margin-bottom: 60px;
        color: #000;
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
    }

    .raschet-p span {
        color: #603088;
        font-weight: 700;
    }

    .dateMatrica {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .knopka-date {
        margin-bottom: 25px;
        width: 100%;
        border-radius: 100px;
        border: 1px solid #9C9C9C;
        background: #FFF;
        padding: 18px 28px;
        color: #696969;
        font-size: 20px;
        font-weight: 400;

    }

    .knopka-subm {
        padding: 18px 68px;
        color: #FFF;
        font-size: 20px;


    }




    /* 
     */

    .strelkas {
        margin-left: 14px;
        margin-right: 50px;
        margin-bottom: 50px;
        background-image: url("../images/vector-4.svg");
    }

    .strelkas img:last-child {
        display: none;
    }

    .kn {
        display: flex;
        justify-content: center;
    }

    .kn-up {
        position: absolute;
        width: 255px;
        height: 60px;
        transform: rotate(-177.698deg);
        flex-shrink: 0;
        border-radius: 100px;
        border: 1px solid #000;
        pointer-events: none;
    }

    .kn-down {
        position: absolute;
        width: 255px;
        height: 60px;
        flex-shrink: 0;
        transform: rotate(358deg);
        border-radius: 100px;
        border: 1px solid #000;
        pointer-events: none;

    }

    /*  */
    @media (max-width:960px) {
        .calculate-text h1 {
            font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1500 - 320)));
            text-align: center;

        }


        .calculate-text {
            margin-bottom: calc(23px + (50 - 23) * ((100vw - 320px) / (1500 - 320)));
        }

        .header {
            margin-bottom: calc(28px + (75 - 28) * ((100vw - 320px) / (1500 - 320)));
        }

        .matrica-img img {

            width: 250px;
            height: 250px;
            margin-bottom: 35px;
        }

        .matrica-img {
            text-align: center;
        }

        .raschet-p {
            text-align: center;
            font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1500 - 320)));
            margin-bottom: calc(22px + (60 - 22) * ((100vw - 320px) / (1500 - 320)));
        }

        .knopka-date {
            font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1500 - 320)));
            padding-top: calc(18px + (28 - 18) * ((100vw - 320px) / (1500 - 320)));
            padding-bottom: calc(18px + (28 - 18) * ((100vw - 320px) / (1500 - 320)));
            margin-bottom: calc(30px + (25 - 30) * ((100vw - 320px) / (1500 - 320)));

        }

        .knopka-subm {
            font-size: calc(15px + (20 - 12) * ((100vw - 320px) / (1500 - 320)));
            padding-top: calc(14px + (18 - 14) * ((100vw - 320px) / (1500 - 320)));
            padding-bottom: calc(14px + (18 - 14) * ((100vw - 320px) / (1500 - 320)));
        }

        .kn-up,
        .kn-down {
            width: calc(232px + (244 - 232) * ((100vw - 320px) / (1500 - 320)));
            height: calc(44px + (60 - 44) * ((100vw - 320px) / (1500 - 320)));
        }

        .btn {
            font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1500 - 320)));
        }
    }



    /* free-rash */
    .free-raash {
        position: relative;
        padding-top: 99px;
        padding-bottom: 122px;
    }

    .free-title {
        margin-bottom: 70px;
        color: #603088;
        font-size: 40px;
        font-weight: 700;
    }

    .free-pw {
        margin-bottom: 74px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .free-p {
        max-width: 708px;
        text-align: center;
        color: #000;
        font-family: Inter;
        font-size: 32px;
        font-weight: 400;
    }

    .free-btn {
        text-align: center;
        position: relative;
    }

    .free-button {
        padding: 18px 87px;
    }

    .kn-up-free {
        width: 482px;
        height: 60px;
        transform: rotate(181.5deg);
    }

    @media (max-width:960px) {
        .free-raash {
            padding-bottom: calc(93px + (122 - 93) * ((100vw - 320px) / (1500 - 320)));
            padding-top: calc(125px + (99 - 125) * ((100vw - 320px) / (1500 - 320)));
        }

        .free-title {
            font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1500 - 320)));
            margin-bottom: calc(30px + (80 - 30) * ((100vw - 320px) / (1500 - 320)));
        }

        .free-p {
            font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1500 - 320)));
        }

        .free-pw {
            margin-bottom: calc(30px + (74 - 30) * ((100vw - 320px) / (1500 - 320)));
        }

        .kn-up-free {
            width: calc(272px + (482 - 272) * ((100vw - 320px) / (1500 - 320)));
            height: calc(38px + (60 - 38) * ((100vw - 320px) / (1500 - 320)));
        }
    }

    /*  */

    .secret {
        padding: 35px 0;
        position: relative;
    }



    .secret-tittle {
        margin-bottom: 69px;
        color: #603088;
        text-align: left;
        font-size: 40px;
        font-weight: 700;
    }


    .secret-card {
        margin-bottom: 78px;
        display: flex;
        column-gap: 14px;
    }

    .card-img img {
        width: 55px;
        height: 55px;
    }

    .card1 {
        margin-left: 55px;
    }

    .card2 {
        justify-content: center;
    }

    .card3 {
        justify-content: flex-end;
    }

    .card-p {
        max-width: 500px;
        color: #000;
        font-size: 24px;
        font-weight: 400;
    }

    .secret-plus {
        display: flex;
        column-gap: 40px;
    }

    .secrer-plus-min {
        display: flex;
        align-items: center;
    }

    .plu,
    .minus {
        color: #603088;
        font-family: Inter;
        font-size: 128px;
        font-weight: 400;

    }

    .or {
        color: #000;
        font-size: 48px;
        font-weight: 300;
        transform: rotate(-90deg);
    }



    .secret-opisanie {
        border-radius: 30px;
        border: 3px solid #000;
        padding: 42px 21px 36px 21px;
    }

    .p {
        margin-bottom: 25px;
        color: #000;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .kn-up-secr {
        transform: rotate(179deg);
    }


    @media (max-width:960px) {
        .secret-tittle {
            font-size: calc(17px + (40 - 17) * ((100vw - 320px) / (1500 - 320)));
            text-align: center;
        }

        .card1 {
            margin-left: calc(0px + (55 - 0) * ((100vw - 320px) / (1500 - 320)));
        }

        .card-p {
            font-size: calc(15px + (24 - 15) * ((100vw - 320px) / (1500 - 320)));
            max-width: calc(200px + (500 - 200) * ((100vw - 320px) / (1500 - 320)));
        }

        .card-img img {
            width: calc(23px + (55 - 23) * ((100vw - 320px) / (1500 - 320)));
            height: calc(23px + (55 - 23) * ((100vw - 320px) / (1500 - 320)));
        }

        .secret-card {
            margin-bottom: calc(30px + (78 - 30) * ((100vw - 320px) / (1500 - 320)));
        }

        .p {
            font-size: calc(15px + (24 - 15) * ((100vw - 320px) / (1500 - 320)));
        }

        .plu,
        .minus {
            font-size: calc(80px + (128 - 80) * ((100vw - 320px) / (1500 - 320)));
        }

        .or {
            font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (1500 - 320)));
        }
    }


    /*  */

    .znanie {
        position: relative;
        padding-top: 87px;
        padding-bottom: 69px;
    }


    .znanie-tittle {
        margin-bottom: 59px;
    }

    .znanie-p {
        text-align: left;
        list-style: disc;
    }

    .znanie-block {
        display: flex;
        column-gap: 53px;
        margin-bottom: 57px;
        justify-content: center;
    }

    .znanie-image img {

        border-radius: 100px;
        border: 1px solid #000;
        width: 320px;
        height: 619px;
    }

    .znanie-image {
        position: relative;
        justify-content: space-evenly;
        display: flex;
    }

    .znanie-btn {
        text-align: center;
    }

    .znan-up {
        display: flex;
        border-radius: 100px;
        border: 1px solid #000;
        width: 338px;
        height: 619px;
        position: absolute;
        flex-shrink: 0;
    }

    .kn-up-znan {
        width: 618px;
        transform: rotate(181deg);

    }

    .znanie-tittle-none {
        display: none;
    }


    @media (max-width:960px) {
        .kn-up-znan {
            width: calc(319px + (638 - 319) * ((100vw - 320px) / (1500 - 320)));
            height: calc(53px + (60 - 53) * ((100vw - 320px) / (1500 - 320)));
        }

        .znanie-block {
            margin-bottom: calc(26px + (57 - 26) * ((100vw - 320px) / (1500 - 320)));
        }

        .znanie {
            padding-top: calc(44px + (87 - 44) * ((100vw - 320px) / (1500 - 320)));
        }

        .znanie-image img {
            width: calc(202px + (320 - 202) * ((100vw - 320px) / (1500 - 320)));
            height: calc(392px + (619 - 392) * ((100vw - 320px) / (1500 - 320)));
        }

        .znan-up {
            width: calc(214px + (338 - 214) * ((100vw - 320px) / (1500 - 320)));
            height: calc(392px + (619 - 392) * ((100vw - 320px) / (1500 - 320)));
        }

        .container {
            max-width: calc(330px + (960 - 330) * ((100vw - 320px) / (1500 - 320)));
        }
    }

    /*  */


    .marricas-wrapper {
        padding: 68px 0;
    }

    .matricas {
        position: relative;
    }


    .matricas-card {
        margin-bottom: 36px;
        display: flex;
    }

    .matricas-card1 {
        column-gap: 40px;
    }

    .mcard-title {
        margin-bottom: 30px;
        color: #000;
        font-size: 24px;
        font-weight: 700;
    }



    .mcard-list {
        text-align: left;
    }

    .mcard-ul-ul {
        margin-bottom: 44px;
    }


    .mcard-kn {
        margin-bottom: 55px;
        justify-content: flex-start;
    }

    .kn-up-mcard {
        width: 396px;
    }

    .razdelit {
        margin-bottom: 60px;
        stroke-width: 2px;
        stroke: #000;
        border: 2px solid #000;
    }

    .mscard-img img {
        width: 320px;
    }



    @media (max-width:960px) {
        .marricas-wrapper {
            padding-top: calc(0px + (68 - 0) * ((100vw - 320px) / (1500 - 320)));
            padding-bottom: calc(0px + (68 - 0) * ((100vw - 320px) / (1500 - 320)));
        }

        .kn-up-mcard {
            width: calc(209px + (396 - 209) * ((100vw - 320px) / (1500 - 320)));
        }

        .mscard-img img {
            width: calc(200px + (320 - 200) * ((100vw - 320px) / (1500 - 320)));
        }

        .mcard-title {
            font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1500 - 320)));

        }

        .razdelit {
            margin-bottom: calc(40px + (60 - 40) * ((100vw - 320px) / (1500 - 320)));
        }
    }


    /*  */

    .price {
        position: relative;
    }


    .price-tittle {
        text-align: left;
    }

    .price-card {
        border-radius: 30px;
        border: 3px solid #000;
        background: #FFF;
        margin-bottom: 80px;
    }



    .price-card-text {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 58px 0;
    }

    .price-kn {
        position: relative;
        top: -30px;
    }


    .prices-btn {
        padding-left: 153px;
        padding-right: 153px;
    }


    .price-btn {
        padding: 5px 36px;
        color: #603088;
        font-size: 40px;
        font-weight: 700;
        border-radius: 100px;
        border: 3px solid #000;
    }


    .price-card-li {
        text-align: left;
        color: #8A5AB1;
    }

    .price-card-li span {

        color: #000000;
    }


    @media (max-width:960px) {
        .price-btn {
            font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1500 - 320)));
        }

        .price-card-text {
            padding-top: calc(20px + (58 - 20) * ((100vw - 320px) / (1500 - 320)));
            padding-bottom: calc(35px + (58 - 35) * ((100vw - 320px) / (1500 - 320)));
        }

        .price-card {
            margin-bottom: calc(55px + (80 - 55) * ((100vw - 320px) / (1500 - 320)));
        }
    }




    /*  */

    .podpiska {
        position: relative;
        padding-top: 58px;
        padding-bottom: 83px;
    }


    .podpiska-card {
        margin: 0 auto;
        padding: 36px 58px;
        border-radius: 40px;
        border: 3px solid #000;
        max-width: 722px;
    }



    .podpiska-p {
        margin-bottom: 10px;
        font-weight: 500;
    }

    .podpiska-p span {

        border-bottom: 2px solid #603088;


    }

    .podpiska-icon {
        margin-bottom: -10px;
        text-align: center;
    }



    .kn-up-price,
    .kn-down-price {
        width: 420px;

    }


    .kn-up-prices,
    .kn-down-prices {
        width: 610px;
    }


    .kn-up-podp,
    .kn-down-podp {
        width: 340px;

    }


    @media (max-width:960px) {
        .podpiska-card {
            padding-right: calc(29px + (58 - 29) * ((100vw - 320px) / (1500 - 320)));
            padding-left: calc(29px + (58 - 29) * ((100vw - 320px) / (1500 - 320)));
        }

        .podpiska {
            padding-top: calc(0px + (58 - 0) * ((100vw - 320px) / (1500 - 320)));
        }

        .kn-down-price,
        .kn-up-price {
            width: calc(372px + (420 - 372) * ((100vw - 320px) / (1500 - 320)));


        }

        .kn-down-prices,
        .kn-up-prices {
            width: calc(372px + (610 - 372) * ((100vw - 320px) / (1500 - 320)));

        }


        .kn-up-podp,
        .kn-down-podp {
            width: calc(155px + (340 - 155) * ((100vw - 320px) / (1500 - 320)));


        }

    }






    @media (max-width: 700px) {
        .strelkas {
            display: none;
        }

        .free-button {
            padding: 13px 25px;

        }

        .kn-up-free {
            padding: 13px 25px;
        }

        .secret-plus {
            justify-content: center;
        }

        .secrer-plus-min {
            margin-top: 33px;
        }

        .secret-plus {
            flex-wrap: wrap-reverse;
        }

        .znanie-block {
            flex-wrap: wrap-reverse;
        }

        .znanie-text {
            padding: 0 0 0 30px;
        }

        .znanie-image img {
            margin-bottom: 51px;
        }

        .znanie-tittle-none {
            display: block;
        }

        .znanie-tittle {
            display: none;
        }

        .matricas-card {
            flex-wrap: wrap;
            justify-content: center;
        }

        .matricas-card1 {
            flex-wrap: wrap-reverse;
        }

        .mcard-kn {
            justify-content: center;
        }

        .price-card-text {
            flex-wrap: wrap-reverse;
            flex-direction: column-reverse;
        }

        .prices-btn {
            width: 90%;
            text-align: center;
        }

        .price-card-ul {
            margin-bottom: 21px;
        }
        
        
        .matrick-da h1{
                line-height: 1;
        }
    }



    .gl-calculate {
        position: relative;
    }

    .fon-gl-up {
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
    }



    .fon-gl-down {
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
    }



    .secret-up {
        transform: rotate(359deg);
    }

    .secret-down {
        bottom: 40%;
    }

    .fon-mob {
        display: none;
    }

    .znanie-down {
        right: 0;
        left: auto;
    }

    .matricas-up {
        top: 30%;
    }

    .price-m {
        top: 20%;
    }

    .price-d {
        top: 50%;
    }





    @media (max-width:600px) {
        .fon-gl-up {
            display: none;
        }

        .fon-gl-down {
            display: none;
        }

        .fon-mob {
            display: block;
        }

        .fon-gl-midd {
            bottom: 25% !important;
        }

        .free-mobi {
            right: 0;
            transform: rotate(343deg);
            left: auto;
        }

        .free-up-m {
            right: auto;
            left: 0;
        }
        
          .bg-img{
 height:250px;
    }

    }
    
.knopka-r,
.knopka-l{
    color: #603088;
}





     

        
        .zag-fiolet{
       
color: #603088;
font-family: Montserrat;
font-weight: 700;
line-height: 101.4%;;
font-size:28px;
        }
        
        .free-btn {
            text-align: center;
            position: relative;
        }
        
           
        
      
        .title-obv-up{
        position:absolute;
        border-radius: 100px;
border: 1px solid #000;
width: 286.54px;
height: 93.512px;
transform: rotate(356deg);
flex-shrink: 0;
        }
        
        .title-obv-down{
        position:absolute;
        border-radius: 100px;
border: 1px solid #000;
width: 286.54px;
height: 93.512px;
transform: rotate(181deg);
flex-shrink: 0;
        }
        
      
        
/*Блог*/



       .blod{
        display: flex;
flex-wrap:wrap;
    justify-content: space-between;   
       } 
       
       .blog-p{
           font-size: 20px;
               padding: 24px 69px;
       }
       
       .blog-categ h3{
       text-align: right;
       font-size: 36px;
       }
       
       
       
       .blog-obv-up{
    position: absolute;
    border-radius: 100px;
    border: 1px solid #000;
    transform: rotate(356deg);
    flex-shrink: 0;
    width: 203.86px;
    height: 71.188px;
     
       }
       
       
      .blog-obv-down{
              position: absolute;
    width: 203.86px;
    border-radius: 100px;
    border: 1px solid #000;
    transform: rotate(181deg);
    flex-shrink: 0;
    width: 203.86px;
    height: 71.188px;
}

.blog-wrapper{
    margin-bottom:37px;

    
}






.blog-cards-wrapper{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    row-gap:65px;
    gap:20px;
    
}




.blog-card{
    width: 410px;
min-height: 386px;
flex-shrink: 0;
border-radius: 30px;
border: 2px solid rgb(163, 118, 255);
word-wrap: break-word;

flex-basis: 45%;
    text-align: center;
position:relative;

}


.dat-bl{
    position:absolute;
    top:0;
    left:42%;
    background: rgb(163, 118, 255);
    padding:5px;
    color:white;
    
}


.blogcard-img{
    height: 300px;
   background-position: center;
    background-size: cover;
    border-radius: 28px 28px 0 0;
}
.blogcard-img img{
    border-radius: 25px 25px 0 0;
     width: 100%;
    height: 100%;
}

.blod-card-title{
    border-radius: 0px 0px 27px 27px;
    /*border: 3px solid #FFF;*/
    max-height:100%;
   background: rgb(163, 118, 255);
}
    
  .blod-card-title p{
        color: #FFF;
font-size: 27px;
font-weight: 600;
padding: 21px 12px;
  }  
  
  .blog-cards{
      z-index: 9;
      margin-bottom: 120px;
      }
      
     
    .cust-blog-icon{
        width:100%;
        text-align:center;
    }
    
    @media(max-width: 600px){
   
    .blog-card{
        flex-basis: 100%;
    }
}
    
    
    










 .cust-podcherc:before {
    background-color: #735ff4;
    content: '';
    height: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -8px;
    }
    
    
    .cust-podcherc{
         position: relative;
    }
    
    .mb-25, .mb-20{
        margin-bottom:25px;
    }
    
    .blog-details{
        margin:60px 0;
    }
    
    
    .bg-img{
         height:0px;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
         position: relative;
         /*background-attachment: fixed;*/
    }
    
    
    .hero-content{
        position:absolute;
        top:50%;
            border-radius: 30px;
    border: 3px solid #603088;
    padding: 15px;
    }
    
    .hero-text-title{
        font-size:40px;
        color:white;
          font-weight: 800;
    }
    
    
    
    .bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(346deg, #60308854 18.53%, #b98bdf78 46.39%, #6030886e 80.52%);
   /*background-color: #0000005e;*/
}
    
    .blog-posts-section{
             position: relative;
    }
    
    .blogpost-content span:has(img),
    .blogpost-content span img
    {
     max-width:100%;
     object-fit: contain;
    }
    
    .blogpost-content{
      margin-bottom: 20px;   
          z-index: 99;
    position: relative;
    font-size: 20px!important;
    }
    
    .blogpost-content p,
    .blogpost-content span{
        font-size: 18px!important; 
        
    }
    .blogpost-content ul,
     .blogpost-content ol{
        margin-left:20px;
        margin-bottom:20px;
    }
    
    
    
    .blogpost-content  p{
         /*margin-bottom:20px;*/
    }
    
    .blogpost-content h2 span{
             font-size: 24px!important;  
             font-weight:600;
    }
    
    
    .blog-date{
       
        text-decoration: underline;
    color: black;
    font-weight: 700;
    }
 
    /*блог на главной*/
    
    .gl-blog{
        margin-bottom:140px;
        position:relative;
    }
    
    .gl-blog-card {
        border: 3px solid rgb(0, 0, 0);
border-radius: 30px;
    }

.gl-blog-img {
    height:290px;
     border-bottom: 3px solid rgb(0, 0, 0);
     background-image:url(../images/gl-blog54.png);
     border-radius: 30px 30px 0 0;
     background-size:cover;
}

.gl-blog-content {
    padding:50px;
}

.gl-blog-content h3{
    margin-bottom:30px;
    font-size: 48px;
font-weight: 600;
text-align: left;

}
    
.gl-blog-content p{
  font-weight: 500;  
text-align: left;
max-width:100%;
font-family: 'Montserrat', sans-serif !important;

}
    
.gl-blog-text{
    margin-bottom:50px;
}

.blog-btn a{
    max-width: 400px;
    width: 340px;
}

.blog-gl-i{
    background-image:url(../images/pngwing.png);
    top: 90%!important;
    left: 40%;
    width: 432px;
    height: 207px;
}
    
        @media (max-width:600px) {
      
         .blog-cards-wrapper{
            row-gap:40px;
        }
        
        
        
    .hero-text-title{
        font-size:30px;
       
    }
    
    .cust-blog-icon{
        display:none;
    }
    
    .blog-categ{
        margin-top:15px;
    }
    
    .gl-blog-img {
    height:152px;
    }
    
    .gl-blog-content h3{
        font-size:24px;
    }
    
    .blog-btn a{
    
    width: 250px;
}
    

    }



#fincodAnticod{
position:relative;
z-index:99;
}




 .int-wrapp{
    padding: 50px 0;
    position:relative;
    height: 100%;
 }
 
 
 .blog-gap{
     row-gap:35px;
 }
 
 
 
 
 /* Стили для выделения фокуса */
.punkt:focus {
       border: 1px #b79a63 solid;
    border-radius: 30px;
    padding: 10px;
}

a.arkans-item{color:#b79a63!important}