.imgBoxWithDesc{
    display: grid;
    padding-top: 70px !important;
    width: 100%;
    height: 200px;
    background-color: whit;
    place-items: center;
}
.nameForPage {
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 300;
    text-align: center;
}
.allcontent {
    display: grid;
    grid-template-columns: 100%;
    font-family: 'Montserrat';
    font-size: 18px;
}
.previl{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
}
.items_type1 {
    display: grid;
    grid-template-columns: 100%;
    padding: 30px;
    text-align: center;
    place-items: center;
    padding-top: 0px;
}
.iconItem {
    display: grid;
    height: 100px;
    width:100px;
    background-color: white;
    place-items: center;
    margin-bottom: 10px;
}
.details{
    display: grid;
    justify-items: center;
    font-weight: 600;
    margin-top: 20px;
    height: 40px;
    margin-bottom: 10px;
}
.details2 {
    font-size: 14px;
    height: 140px;
    padding-top: 20px;
}
.serviceItem {
    display: grid;
    grid-template-columns: 300px auto 200px;
    gap: 20px;
}

.blockInfo{
    display: grid;
    grid-template-columns: 100%;
}
.blockTag {
    display: grid;
    place-items: center;
    padding: 10px;
}
.blockTagItem {
    text-align: center;
    height: fit-content;
    width: fit-content;
    border: 1px solid rgb(255, 213, 0);
    background-color: rgb(255, 213, 0);
    padding: 10px;
    border-radius: 10px;
}
#fix{padding-top: 30px !important;}
#hidenDesc {display: none;}




@media screen and (max-width: 800px) {
    .previl{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .serviceItem {
        grid-template-columns: 100%;
    }
    .blockTag{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        
    }
    .blockTagItem {
        display: grid;
        place-items: center;
        height: 50px;
        
    }
    .blockInfo{
        display: grid;
        grid-template-columns: 100%;
        padding-left: 20px;
        padding-right: 20px;
        
    }
    #imgBlock {
        margin: 0 auto;
        height: 340px;
        border-radius:0;
        width: 100%;
        height: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    #hidenDesc{display: grid;}
    #hiden2 {display: none;}
    #fix{padding-top: 15px !important;}
  }

 
  
 a.btn {
	 background: rgb(255, 213, 0);
	 border-radius: 4px;
	 box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
	 color: #ffffff;
	 display: inline-block;
	 padding: 6px 30px 8px;
	 position: relative;
	 text-decoration: none;
	 transition: all 0.1s 0s ease-out;
}
 .no-touch a.btn:hover {
	 background: rgb(255, 213, 0);
	 box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
	 transform: translateY(-2px);
	 transition: all 0.25s 0s ease-out;
}
 .no-touch a.btn:active, a.btn:active {
	 background: rgb(255, 213, 0);
	 box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
	 transform: translate3d(0,1px,0);
	 transition: all 0.025s 0s ease-out;
}
 div.cards {
	 width: 100%;
	 display: grid;
     grid-template-columns: auto auto auto;
     align-items: start;
     gap: 50px;
     justify-content: center;
     margin-bottom: 50px;
     font-family: 'Montserrat' !important;
}
 div.card {
	 background: #ffffff;
	 display: inline-block;
	 margin: 8px;
	 max-width: 300px;
	 perspective: 1000;
	 position: relative;
	 text-align: left;
	 transition: all 0.3s 0s ease-in;
	 width: 300px;
	 z-index: 1;
     height: 485px;
}
 div.card img {
	 max-width: 300px;
}
 div.card .card__image-holder {
	 background: rgba(0,0,0,0.1);
	 height: 140px;
	 padding-bottom: 75%;
}
 div.card div.card-title {
     font-family: 'Montserrat' !important;
	 background: #ffffff;
	 padding: 6px 15px 10px;
	 position: relative;
	 z-index: 0;
     
}
 div.card div.card-title a.toggle-info {
	 border-radius: 32px;
	 height: 32px;
	 padding: 0;
	 position: absolute;
	 right: 15px;
	 top: 10px;
	 width: 32px;
}
 div.card div.card-title a.toggle-info span {
	 background: #ffffff;
	 display: block;
	 height: 2px;
	 position: absolute;
	 top: 16px;
	 transition: all 0.15s 0s ease-out;
	 width: 12px;
}
 div.card div.card-title a.toggle-info span.left {
	 right: 14px;
	 transform: rotate(45deg);
}
 div.card div.card-title a.toggle-info span.right {
	 left: 14px;
	 transform: rotate(-45deg);
}
 div.card div.card-title h2 {
	 font-size: 20px;
	 font-weight: 300;
	 letter-spacing: -0.05em;
	 margin: 0;
	 padding: 0;
}
 div.card div.card-title h2 small {
	 display: block;
	 font-size: 12px;
	 font-weight: 600;
	 letter-spacing: -0.025em;
}
 div.card div.card-description {
	 padding: 0 15px 10px;
	 position: relative;
	 font-size: 14px;
}
 div.card div.card-actions {
	 box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
	 padding: 10px 15px 20px;
	 text-align: center;
}
 div.card div.card-flap {
	 background: #d9d9d9;
	 position: absolute;
	 width: 100%;
	 transform-origin: top;
	 transform: rotateX(-90deg);
}
 div.card div.flap1 {
	 transition: all 0.3s 0.3s ease-out;
	 z-index: -1;
}
 div.card div.flap2 {
	 transition: all 0.3s 0s ease-out;
	 z-index: -2;
}
 div.cards.showing div.card {
	 cursor: pointer;
	 opacity: 0.6;
	 transform: scale(0.88);
}
 .no-touch div.cards.showing div.card:hover {
	 opacity: 0.94;
	 transform: scale(0.92);
}
 div.card.show {
	 opacity: 1 !important;
	 transform: scale(1) !important;
}
 div.card.show div.card-title a.toggle-info {
	 background: #ff6666 !important;
}
 div.card.show div.card-title a.toggle-info span {
	 top: 15px;
}
 div.card.show div.card-title a.toggle-info span.left {
	 right: 10px;
}
 div.card.show div.card-title a.toggle-info span.right {
	 left: 10px;
}
 div.card.show div.card-flap {
	 background: #ffffff;
	 transform: rotateX(0deg);
}
 div.card.show div.flap1 {
	 transition: all 0.3s 0s ease-out;
}
 div.card.show div.flap2 {
	 transition: all 0.3s 0.2s ease-out;
}
/*-----------*/
.logicInfo{
    display: grid;
    grid-template-columns: 40% 40%;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 945px){
    div.cards {
        
        grid-template-columns: auto auto;
        align-items: start;
        justify-content: center;
        margin-bottom: 50px;
        gap: 5px;
   }
}
@media screen and (max-width: 630px){
    div.cards {
        
        grid-template-columns: auto;
        align-items: start;
        justify-content: center;
        margin-bottom: 50px;
        gap: 5px;
   }
   .logicInfo{
        display: grid;
        grid-template-columns: auto;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: ;: 20px;
    }
}
 