.const_types {margin: 1.5rem 0;}

.const_types_wrapper .type {
    width: 16.6666666%;
}

.const_types_wrapper .type:nth-child(n+7) {
    margin-top: 0.5rem;
}

.const_types_wrapper .type .name {margin-top: 0.7rem;}


@media screen and (max-width: 1199px) {

.const_types_wrapper .type {
    width: calc(25% - 0.4rem);
}

.const_types_wrapper .type:nth-child(n+5) {
    margin-top: 1.5rem;
}

.const_types_wrapper.row {justify-content: space-evenly;}
    
}


@media screen and (max-width: 767px) {
  
  .const_types_wrapper.row {display: flex;}
  
  .const_types_wrapper .type {
    width: calc(33% - 0.4rem);
}

.const_types_wrapper .type:nth-child(n+4) {
    margin-top: 1.5rem;
}

.const_types_wrapper .ra-1_1_5::before {
    padding-top: 85%;
}

.const_types_wrapper .type .name {
    font-size: 16px;
}
    
}


@media screen and (max-width: 575px) {
 
 .const_types_wrapper .type {
    width: calc(50% - 0.5rem);
}

.const_types_wrapper .type:nth-child(n+3) {
    margin-top: 1.5rem;
}
    
}


@media screen and (max-width: 359px) {
 
    .const_types_wrapper.row {display: block;}
    
 .const_types_wrapper .type {
    width: 100%;
}

.const_types_wrapper .type:nth-child(n+2) {
    margin-top: 1.5rem;
}

.const_types_wrapper .ra-1_1_5::before {
    padding-top: 62%;
}

.const_types_wrapper .type .name {
    text-align: center;
}
    
}


.const_types_wrapper.row-3 .type{width: 32%;}
.const_types_wrapper.row-3 .ra-1_1_5:before{padding-top:75%;}
@media all and (max-width: 500px) {
.const_types_wrapper.row-3 .type{width: 100%;}
.const_types_wrapper.row-3 .ra-1_1_5:before{padding-top:60%;}
}
