

/* Start:/local/templates/sapset_2021/css/catalog.css?17658924647084*/

.pack-item {
    transition: all .15s ease-in-out;
}

.pack-img {
    width: 117px;
    height: 117px;
    position: relative;
    background: #EDECF0;
    border: 1px solid #CDD3DE;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .15s ease-in-out;
    margin: auto;
}

.pack-img-ico {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 64px;
    height: 55px;
    right: 0;
    margin: auto;
}

.pack-item:hover .pack-img {
    background: linear-gradient(226.7deg, #7AC142 0%, #006633 144.14%);
}

.pack-item:hover .pack-img-ico svg path {
    fill: #fff !important;
}

.head-section {
    margin-bottom: 30px;
}

.pack-img-ico svg {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pack-t {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    text-align: center;
    color: #1F2338;
}

.pack-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    justify-content: space-between;
}

/* START CATALOG  */

.partners-home {
    background: #F3F4F6;
    padding: 75px 0;
}

.partners-h-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    justify-content: space-between;
}

.partners-h-item {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.partners-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-global-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    
}

.catalog-col-4 {
    
}

.catalog-col-4 .cat-global-item {
    height: 100%;
    width: 100%;
}

.catalog-col-4  .row { 
    margin-bottom: -30px;
}

.catalog-col-4  .row [class^="col-"] { 
	align-items: stretch;
	display: flex;
        margin-bottom: 30px;

}

.catalog-col-4  .gl-list { 
    display: flex;
    flex-direction: column;
}

     
.global-img {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    width: 290px;
    height: 270px;
    position: relative;
}

.catalog-col-4 .global-img {
    width: 180px;
    height: 180px; 
}

.catalog-col-4 .global-cnt { 
    width: calc(100% - 180px);
    padding-left: 30px;
}

.global-img img {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.global-img:before {
    width: 327px;
    height: 327px;
    border-radius: 50%;
    content: '';
    display: block;
    background: linear-gradient(225deg, #7AC142 0%, #006633 100%), #FFFFFF;
    position: absolute;
    left: -137px;
    top: 20px;
}

.global-cnt {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    position: relative;
    width: calc(100% - 290px);
}

.gl-t {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
}

.gl-list {
    margin-top: 17px;
}

.gl-list {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6D7390;
}

.gl-list a {
    color: #6D7390;
    margin-bottom: 11px;
    position: relative;
    display: block;
       padding-left: 17px;
}

.gl-list a:after {
    content: '';
    border-radius: 50%;
    width: 3px;
    top: -2px;
    position: relative;
    display: inline-block;
    height: 3px;
    background: #6D7391;
    margin-left: 9px;
    margin-right: 9px;
}

/*
.gl-list a:last-child:after {
    display: none;
}
*/


.catalog-col-4 .gl-list a:after {  
    width: 5px;
    top: 6px;
    position: absolute; 
    height: 5px; 
    margin-left: 0;
    margin-right: 0;
    left: 0;
}

.gl-t:hover,
.gl-list a:hover {
    color: #7ac142;
}

.cat-global-item {
    background: linear-gradient(216.42deg, #EDECF0 0%, #EEEDF1 78.77%);
    border: 1px solid #CDD3DE;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    min-height: 304px;
    margin-bottom: 30px;
}

.cat-global-all {
    background-image: url(/local/templates/sapset_2021/css/../images/c.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cat-global-all .global-img img {
    right: inherit;
    left: -20px;
    min-width: 360px;
}

.cat-global-all .global-img:before {
    display: none;
}

.catalog-col-4 .cat-global-all .global-img img { 
    left: -70px;
    min-width: 300px;
}


/* END CATALOG */


/* RESPONSIVE START */

@media (max-width:340px) {}

@media (max-width:767px) {
    .catalog-col-4 .global-img {
        width: 100%;
        padding: 0;
        -ms-flex-order: 4;
        order: 4;
    }
   .catalog-col-4 .global-cnt {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0;
    }
  .catalog-col-4  .gl-list {
        font-size: 12px;
        margin-top: 25px;
    }
   .catalog-col-4 .gl-list a {
        margin-bottom: 15px;
    }
  .catalog-col-4  .global-img {
        height: 190px;
    }
   .catalog-col-4 .global-img img {
        height: 170px;
        width: auto;
    }
   .catalog-col-4 .cat-global-all .global-img img {
        height: auto;
    }
    .pack-item {
    margin-bottom: 40px;
}
     .pack-list {
    justify-content: space-evenly;
}
    .pack-img {
    width: 140px;
    height: 140px;
}
/*
      .subcatalog-list-touch {
        -webkit-overflow-scrolling: touch;
    }

    .subcatalog-list-touch .tabber-head::-webkit-scrollbar,
    .subcatalog-list-touch::-webkit-scrollbar {
        display: none;
    }

    .subcatalog-list-touch .tabber-head .tabber-head-item {
        flex: 0 0 auto;
        width: auto;
        max-width: 85%;
    }

    .subcatalog-list-touch .tabber-head {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
*/
  
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .cat-global-all {
        background-position: left center;
    }
    .pack-item {
    margin-bottom: 40px;
}
    .pack-list {
    justify-content: space-evenly;
}
    .catalog-col-4 .global-cnt {  
    padding-left: 100px;
}
}

@media (min-width:992px) and (max-width:1199px) {
    .pack-item {
    margin-bottom: 40px;
    width: 160px;
}
    .pack-list {
    justify-content: space-evenly;
}
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}


/* RESPONSIVE END */
/* End */
/* /local/templates/sapset_2021/css/catalog.css?17658924647084 */
