.sections-flow{
  display: none !important;
}
.free-test-v2{
  display: none !important;
}

.certpage h1{
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1200px) {
  .certpage h1{
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .certpage{
    margin: 0 -35px;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .certpage h1{
    font-size: 28px;
  }
}

.certcompany{
  position: relative;
  z-index: 0;
  background-color: #EAEBED;
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1920px auto;
  background-image: url(/img/p/certify/research/top_gradient.jpg);
}
.certcompany__container{
  margin: 0 auto;
  padding: 89px 16px 96px;
  max-width: 1232px;
}
.certcompany h1{
  text-align: center;
}
.certcompany__text{
  text-align: center;
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.2;
}
.certcompany__filters{
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.certcompany__filters h4{
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .certcompany__container{
    padding-top: 48px;
  }
  .certcompany__text{
    margin-top: 10px;
  }
  .certcompany__filters{
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .certcompany__text{
    margin-top: 16px;
    font-size: 14px;
  }
}

.cc-filters{
  display: flex;
  align-items: flex-end;
}
.cc-filters__block{
  margin-right: 8px;

  position: relative;
  /* max-width: 320px; */
}
.cc-filters__block:nth-child(1){
  z-index: 3;
width: 18%;
}
.cc-filters__block:nth-child(2){
  z-index: 2;
width: 42.6%;
}
.cc-filters__block:nth-child(3){
  z-index: 1;
flex: 1;
  margin-right: 0;
}
.cc-filters__block > span{
  display: block;
  color: #8A979B;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.cc-filters__block input,
.cc-filters__block select{
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E1E3E6;
  background-color: #fff;
  padding: 0 14px;
  font-family: "Gotham Pro";
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #383838;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-filters__block input:active,
.cc-filters__block select:active
.cc-filters__block input:focus,
.cc-filters__block select:focus{
  border-color: rgba(0,0,0,0.25) !important;
}
.cc-filters__block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 46px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center right 14px;
  background-image: url(/img/p/certify/company/arrow.svg);
}
.cc-filters__selwflag select.checked{
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 24px auto, 8px auto;
  background-position: center right 14px, center left 14px;
  background-image: url(/img/p/certify/company/arrow.svg), url(/img/p/certify/company/flag/ru.svg);
}
.cc-filters__block select::-ms-expand {
  display: none;
}
.cc-filters__button-wrap{
  margin-left: 16px;
  position: relative;
  z-index: 0;
  display: none;
}
.cc-filters__button{
  border-radius: 8px;
  background-color: #58C341;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  height: 40px;
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s;
  user-select: none;
}
.cc-filters__button:hover{
  background-color: #46A758;
}
.cc-filters__button:active{
  background-color: #297C3B;
}
.cc-filters__button::before{
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translate(0,-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.2925 20.7072C19.683 21.0977 20.3162 21.0977 20.7067 20.7072C21.0973 20.3167 21.0973 19.6835 20.7067 19.293L19.2925 20.7072ZM17.2066 15.7929L16.4995 15.0858L15.0853 16.5L15.7924 17.2071L17.2066 15.7929ZM20.7067 19.293L17.2066 15.7929L15.7924 17.2071L19.2925 20.7072L20.7067 19.293Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.certcompany__list{
  margin-top: 48px;
  position: relative;
  z-index: 0;
  min-height: 250px;
}
@media (max-width: 1200px) {
  .cc-filters{
    flex-wrap: wrap;
  }
  .cc-filters__button-wrap{
    width: 100%;
    margin: 24px 0 0;
  }
  .cc-filters__button{
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
    height: 48px;
    font-size: 15px;
  }
  .cc-filters__block{
    margin: 0 0 0 8px;

  }
  .cc-filters__block:first-child{
    margin: 0;
  }
  .cc-filters__block input,
  .cc-filters__block select{
    height: 48px;
  }
}
@media (max-width: 992px) {
  .cc-filters__block > span{
    display: none;
  }
  .cc-filters__block{
    width: 100% !important;
    flex: none !important;
    margin: 16px 0 0;
    max-width: unset;
  }
  .cc-filters__block:first-child{
    margin: 0;
  }
  .cc-filters__block input,
  .cc-filters__block select{
    font-size: 15px;
  }
  .cc-filters__button-wrap{
    margin-top: 32px;
  }
  .cc-filters__button{
    max-width: unset;
  }
}

.cc-list__header{
  background: rgba(207,217,224,0.8);
  display: flex;
  height: 48px;
  border-radius: 8px 8px 0 0;
  color: #383838;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cc-list__list{
  position: relative;
  z-index: 0;
}
.cc-list__col{
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-list__header .cc-list__col{
  border-right: 2px solid transparent;
  user-select: none;
}
.cc-list__header .cc-list__col.sortcol{
  cursor: pointer;
}
.cc-list__header .cc-list__col > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-list__header .cc-list__col > div{
  cursor: pointer;
  color: #8A979B;
}
.cc-list__header .cc-list__col.active > div{
  color: #383838;
}
.cc-list__header .cc-list__col1,
.cc-list__header .cc-list__col3,
.cc-list__header .cc-list__col4{
  border-color: #EFF0F2;
}
.cc-list__header .cc-list__col3{
  justify-content: center;
}
.cc-list__col1{
  width: 15.7%;
}
.cc-list__col2{
  width: 17%;
  justify-content: flex-start;
  padding: 10px 0;
}
.cc-list__col2 > div{
  border: 1px solid rgba(54, 77, 89, 0.3);
  border-radius: 8px;
  padding: 0px 12px;
}

.cc-list__col3{
  width: 27.5%;
  justify-content: flex-start;
}
.cc-list__col4{
  width: 18.4%;



}
.cc-list__list .cc-list__col4 > div{
  display: flex;
  align-items: center;
}
.cc-list__col5{
  flex: 1;
}
.cc-list__list .cc-list__col5{
  justify-content: flex-start;
}
.cc-list__col5-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc-list__morebutton{
  margin-left: 16px;
  border-radius: 6px;
  border: 1px solid #909CA3;
  padding: 11px 13px;
  color: #290029;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.cc-list__morebutton::after{
  content: '';
  margin-left: 6px;
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='7.81023' height='1.46277' rx='0.731383' transform='matrix(0.62036 0.784317 -0.789495 0.613757 1.1543 0)' fill='%23909CA3'/%3E%3Crect width='7.76849' height='1.46277' rx='0.731383' transform='matrix(0.62036 -0.784317 0.789495 0.613757 0.0234375 11.1025)' fill='%23909CA3'/%3E%3C/svg%3E%0A");
}
.cc-list__morebutton:hover{
  border-color: #56BC20;
  color: #56BC20;
}
.cc-list__morebutton:hover::after{
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='7.81023' height='1.46277' rx='0.731383' transform='matrix(0.62036 0.784317 -0.789495 0.613757 1.1543 0)' fill='%2356BC20'/%3E%3Crect width='7.76849' height='1.46277' rx='0.731383' transform='matrix(0.62036 -0.784317 0.789495 0.613757 0.0234375 11.1025)' fill='%2356BC20'/%3E%3C/svg%3E%0A");
}
.cc-list__sort{
  margin-left: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='black' fill-opacity='0'/%3E%3C/svg%3E%0A");
}
.cc-list__header .cc-list__col.active .cc-list__sort,
.cc-list__header .cc-list__col:hover .cc-list__sort{
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
/* .cc-list__list .cc-list__col1{
  justify-content: flex-start;
} */
.cc-list__sort.down{
  transform: scale(1,-1);
}
.cc-list__item{
  position: relative;
  border-bottom: 2px solid #EAEBED;
  color: #000;
}
.cc-list__item:not(.open):hover{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 200 !important;
}
.cc-list__item:hover .cc-list__item-top,
.cc-list__item.open .cc-list__item-top{
  border-color: #58C341;
}
/* .cc-list__item.hidden{
  display: none;
} */
.cc-list__item.no{
  display: none;
}
.cc-list.onlynew .cc-list__item.old{
  /*display: none;*/
}
.cc-list__item-top{
  background-color: #fff;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.25px;

  user-select: none;
  border-left: 5px solid #fff;
  min-height: 80px;
}
.cc-list__item-content{
  background-color: #F5F6F7;
  position: relative;
  display: none;
}
.cc-list__item-content::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, #FFFFFF 100%);
  mix-blend-mode: normal;
  opacity: 0.05;
}
.cc-list__logo{
  margin: 10px 0;
  width: 153px;
  height: 39px;
  object-fit: contain;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.cc-list__col2 > div:hover .cc-list__logo{
  filter: grayscale(0);
}
.cc-list__flag{
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url(/img/p/certify/company/flag/ru_full.svg);
}
.cc-list__listarrow{
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin: 0 -1px 0 7px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url(/img/p/certify/company/listarrow.svg);
  transition: transform 0.5s;
}
.cc-list__col1 .cc-list__listarrow{
  display: none;
}
.cc-list__col4 .cc-list__listarrow{
  margin: 0 7px 0 -7px;
}
.cc-list__name{
  padding-right: 15px;
  font-size: 17px;
}
@font-face {
  font-family: 'PF Din Text Comp Pro';
  src: url('/fonts/PFDinTextCompPro-Regular.woff2') format('woff2'),
      url('/fonts/PFDinTextCompPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PF Din Text Cond Pro';
  src: url('/fonts/PFDinTextCondPro-Regular.woff2') format('woff2'),
      url('/fonts/PFDinTextCondPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.cclcert{
  position: relative;
  font-family: 'PF Din Text Cond Pro';
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.cclcert__listwrap{
  position: absolute;
  z-index: 2;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  background: #fff;
  border-radius: 8px;
  padding: 40px 8px 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.cclcert.open .cclcert__listwrap{
  opacity: 1;
}
.cclcert__cert{
  position: relative;
  width: 120px;
  height: 32px;
  cursor: default;
  transition: opacity 0.5s;
}
.cclcert__listwrap .cclcert__cert{
  opacity: 0.5;
}
.cclcert__cert span{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/p/certify/company/certificate_short.svg);
}
.cclcert__listwrap .cclcert__cert{
  margin-top: 8px;
}
.cclcert__cert{
  z-index: 3;
}
.cclcert__cert::before,
.cclcert__cert::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: opacity 0.5s;
  opacity: 0;
}
.cclcert__cert::before{
  background: rgba(54,77,89,0.3);
}
.cclcert__cert::after{
  background: rgba(54,77,89,0.5);
  transform: translate(0,-4px);
  z-index: 1;
}
.multiple .cclcert__cert::before,
.multiple .cclcert__cert::after{
  opacity: 1;
}
.cclcert__cert::before{
  transform: translate(0,-8px);
  z-index: 0;
}
.old .cclcert__cert{
  opacity: 0.5;
}
.cc-list__item-gallery{
  width: 402px;
  margin: 0 0 0 36px;
  padding: 36px 0;
}
.cclgallery img{
  width: 100%;
  /* height: 248px; */
  height: 226px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.cclgallery__nav{
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cclgallery__nav_1{
  display: none;
}
.cclgallery__pagination{
  display: flex;
  align-items: center;
  width: fit-content !important;
  margin: 0 24px;
}
.cclgallery__pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #C4CCCF;
  opacity: 1;
  border-radius: 50%;
}
.cclgallery__pagination .swiper-pagination-bullet-active{
  width: 16px;
  height: 16px;
  background: #61C13A;
}
.cclgallery__prev,
.cclgallery__next{
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/p/certify/company/swiperarrow.svg);
  cursor: pointer;
}
.cclgallery__prev{
  transform: scale(-1,1);
}
.cc-list__item-text{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  padding: 36px 80px 52px;
  display: flex;
  flex-direction: column;
}
.cc-list__item-text p:not(:last-child){
  margin: 0 0 12px;
}
.cc-list__item-gallery + .cc-list__item-text{
  /* max-width: 604px; */
  flex: 1;
  padding: 36px 80px 32px 36px;
  min-height: 294px;
}
.cc-list__speaker{
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}
.cc-list__speaker div:first-child{
  font-weight: 700;
}
.cc-list__item-text_hrefs {
  display: flex;
  flex: 1;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 16px;
}
.cc-list__link{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #61C13A !important;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.cc-list__link::after{
  content: '';
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/p/certify/company/linkarrow.svg);
}
.cc-list__item-wrap{
  display: flex;
  align-items: flex-start;
}
.cc-list__item.open .cc-list__listarrow{
  transform: rotate(-90deg);
}
.cc-list__button{
  margin: 54px auto 0;
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  background: #58C341;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0..02em;
  padding: 0 16px;
  transition: background-color 0.5s;
  white-space: nowrap;
  user-select: none;
}
.cc-list__button .num{
  margin: 0 5px;
}
.cc-list__button:hover{
  background-color: #46A758;
}
.cc-list__button:active{
  background-color: #297C3B;
}
@media (max-width: 1200px) {

















  .cc-list__item-gallery{
    margin-right: 66px;
    width: 312px;
  }
  .cclgallery img{
    /* height: 209px; */
    height: 176px;
  }
  .cc-list__item-text{
    padding: 36px 16px;
  }
  .cc-list__item-gallery + .cc-list__item-text{
    padding: 36px 82px 36px 0;
    max-width: unset;
    min-height: 248px;
  }
  .cclgallery__nav{
    margin: 24px 0 0;
    padding: 0 12px;
    justify-content: space-between;
  }
  .cclgallery__prev,
  .cclgallery__next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .cc-list__header{
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .cc-list__header .cc-list__col{
    display: none;
    width: 100% !important;
    border: none;
  }
  .cc-list__header .cc-list__col.active{
    display: flex;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center right 14px;
    background-image: url(/img/p/certify/company/arrow.svg);
  }
  .cc-list__item-top{

    position: relative;
    padding: 4px 0 4px 169px;
  flex-direction: column;
    justify-content: center;
  }
  .cc-list__item .cc-list__col1{
    display: none;








  }
  .cc-list__item .cc-list__col2{
    text-align: center;
    position: absolute;
    top: 4px;
    height: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -21px;
    width: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cc-list__item .cc-list__col3{
    padding: 0 68px 0 0;

    width: 100%;
    justify-content: flex-start;

  }
  .cc-list__name{
    padding: 0;
    font-size: 14px;
  }
  .cc-list__item .cc-list__col4{
    position: absolute;
    top: 50%;
    left: 14px;
    width: 120px;
    height: 60px;
    padding: 0;
    transform: translate(0,-50%);

  }
  .cc-list__item .cc-list__col5{
    padding: 0 68px 0 0;
    font-size: 12px;



    margin-top: 4px;
    flex: none;
  }
  .cc-list__item .cc-list__col5 > div{
    display: flex;
    align-items: center;
  }
  .cc-list__morebutton{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border-color: #D5DDE2;
    padding: 0;
  }
  .cc-list__morebutton::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 47.6%;
    height: 47.6%;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C0.447715 7 4.82823e-08 7.44772 0 8C-4.82823e-08 8.55228 0.447715 9 1 9L1 7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928933C12.9526 0.538409 12.3195 0.538409 11.9289 0.928933C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9L19 9L19 7L1 7L1 9Z' fill='%23909CA3'/%3E%3C/svg%3E%0A");
  }
  .cc-list__morebutton:hover::after{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C0.447715 7 4.82823e-08 7.44772 0 8C-4.82823e-08 8.55228 0.447715 9 1 9L1 7ZM19.7071 8.70711C20.0976 8.31658 20.0976 7.68342 19.7071 7.29289L13.3431 0.928933C12.9526 0.538409 12.3195 0.538409 11.9289 0.928933C11.5384 1.31946 11.5384 1.95262 11.9289 2.34315L17.5858 8L11.9289 13.6569C11.5384 14.0474 11.5384 14.6805 11.9289 15.0711C12.3195 15.4616 12.9526 15.4616 13.3431 15.0711L19.7071 8.70711ZM1 9L19 9L19 7L1 7L1 9Z' fill='%2356BC20'/%3E%3C/svg%3E%0A");
  }
  .cc-list__item .cc-list__col2 > div{
    padding: 0 10px;
    width: 90%;
  }
  .cc-list__logo {
    width: 100%;
    margin: 5px 0;
    height: 40px;
    object-position: center;
  }
  .cclcert{
    font-size: 16px;
  }
  .cclcert__cert {
    width: 120px;
    height: 32px;
  }
  .cclcert__cert::before,
  .cclcert__cert::after{
    border-radius: 4px;
  }
  .cclcert__cert span {
    background-image: url(/img/p/certify/company/certificate_mob.svg);
    padding-left: 41px;
  }
  .cc-list__item{
    border: none;
    margin-top: 8px;
  }
  .cc-list__item-top{
    border-radius: 4px;
  }
  .cc-list__button{
    height: 48px;
  }
  .cc-list__item.open .cc-list__item-top{
    border-radius: 4px 4px 0 0;
  }
  .cc-list__item-content{
    border-radius: 0 0 4px 4px;
  }
  .cc-list__item-content::before{
    height: 8px;
  }
  .cc-list__item-wrap{
    display: block;
  }
  .cc-list__item-gallery{
    margin: 0 auto;
    padding: 16px 0 12px;
    width: 100%;
    max-width: 480px;
  }
  .cc-list__item-gallery .swiper-slide{
    padding: 0 16px;
  }
  .cclgallery img{
    height: 47vw;
    max-height: 271px;
  }
  .cc-list__item-gallery .swiper-wrapper{
    height: 47vw;
    max-height: 271px;
  }
  .cc-list__item-text,
  .cc-list__item-gallery + .cc-list__item-text{
    padding: 12px 16px 24px;
    width: 100%;
    max-width: unset;
    min-height: unset;
  }
  .cc-list__listarrow{
    margin: 0;
  }
  .cc-list__col1 .cc-list__listarrow{
    display: inline-block;
  }
  .cc-list__col4 .cc-list__listarrow{
    display: none;
  }
  .cclgallery img{
    border-radius: 8px;
  }

  .cc-list__item:not(.open):hover{
    box-shadow: none;
  }
  .cc-list__item-top,
  .cc-list__item:hover .cc-list__item-top,
  .cc-list__item.open .cc-list__item-top{
    border-left: none;
  }
  .certcompany__list{
    margin-top: 32px;
  }
  .cc-list__item-text_hrefs {
    flex-wrap: wrap;
  }
}

.cc-select{
  position: relative;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #383838;
  user-select: none;
}
.cc-select__value{
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #E1E3E6;
  background: #fff;
  border-radius: 8px;
  padding: 0 9px 0 12px;
  color: #848484;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.cc-select__value .value{
  display: none;
}
.cc-select.checked .cc-select__value{
  color: #383838;
}
.cc-select__value span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.cc-select__arrow{
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/img/p/certify/company/arrow.svg);

}
.cc-select__close{
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cscript xmlns=''/%3E%3Cpath d='M23.3839 8.38388C23.872 7.89573 23.872 7.10427 23.3839 6.61612C22.8957 6.12796 22.1043 6.12796 21.6161 6.61612L15 13.2322L8.38388 6.61612C7.89573 6.12796 7.10427 6.12796 6.61612 6.61612C6.12796 7.10427 6.12796 7.89573 6.61612 8.38388L13.2322 15L6.61612 21.6161C6.12796 22.1043 6.12796 22.8957 6.61612 23.3839C7.10427 23.872 7.89573 23.872 8.38388 23.3839L15 16.7678L21.6161 23.3839C22.1043 23.872 22.8957 23.872 23.3839 23.3839C23.872 22.8957 23.872 22.1043 23.3839 21.6161L16.7678 15L23.3839 8.38388Z' fill='%239696A2'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
  margin-left: 8px;
  cursor: pointer;
  user-select: none;
  display: none;
}
.cc-select__close:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cscript xmlns=''/%3E%3Cpath d='M23.3839 8.38388C23.872 7.89573 23.872 7.10427 23.3839 6.61612C22.8957 6.12796 22.1043 6.12796 21.6161 6.61612L15 13.2322L8.38388 6.61612C7.89573 6.12796 7.10427 6.12796 6.61612 6.61612C6.12796 7.10427 6.12796 7.89573 6.61612 8.38388L13.2322 15L6.61612 21.6161C6.12796 22.1043 6.12796 22.8957 6.61612 23.3839C7.10427 23.872 7.89573 23.872 8.38388 23.3839L15 16.7678L21.6161 23.3839C22.1043 23.872 22.8957 23.872 23.3839 23.3839C23.872 22.8957 23.872 22.1043 23.3839 21.6161L16.7678 15L23.3839 8.38388Z' fill='%2358C341'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
}
.cc-select__num{
  width: 28px;
  height: 28px;
  margin-left: 8px;
  border-radius: 6px;
  user-select: none;
  background-color: #F1F1F1;
  color: #59595E;
  font-size: 15px;
  line-height: 1;
  display: none;
  justify-content: center;
  align-items: center;
}
.cc-select__content{
  display: none;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #E1E3E6;
  background: #fff;
  padding-top: 40px;
  border-radius: 8px;
}
.cc-select.open .cc-select__close,
.cc-select.open .cc-select__content{
  display: block;
}
.cc-select.open .cc-select__value{
  cursor: default;
}
.cc-select.open .cc-select__arrow{
  transform: scale(1,-1);
}
.cc-select__sort{
  border-top: 1px solid #E1E3E6;
  padding: 8px;
}
.cc-select__sort div{
  display: block;
  padding: 10px 8px;
  border-radius: 8px;
  width: 100%;
  color: #232324;
  cursor: pointer;
}
.cc-select__sort div::before{
  content: '';
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='2.66675' width='10.6667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='6.66675' width='6.66667' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='%238A979B'/%3E%3Crect x='2.66675' y='10.6667' width='4' height='2.66667' rx='0.666667' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.cc-select__sort div.down::before{
  transform: scale(1,-1);
}
.cc-select__sort div.active{
  background-color: #F1F1F1;
}
.cc-select__switch-wrap{
  padding: 16px;
  display: flex;
  border-top: 1px solid #E1E3E6;
}
.cc-select__switch{
  width: 31px;
  height: 13px;
  border-radius: 10px;
  position: relative;
  top: 3px;
  background: #EAEAEC;
  border: 1px solid #EAEAEC;
  cursor: pointer;
}
.cc-select__switch span:first-child{
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #AFF592;
  border: 1px solid #C3E9B4;
  border-radius: 10px;
  transition: width 0.3s;
}
.cc-select__switch span:last-child{
  position: absolute;
  z-index: 11;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
  width: 19px;
  height: 19px;
  background: #61C13A;
  border-radius: 50%;
  transition: transform 0.3s, background 0.3s;
}
.cc-select__switch.off span:first-child{
  width: 0;
}
.cc-select__switch.off span:last-child{
  transform: translate(-13px,-50%);
  background: #C0C0C7;
}
.cc-select__switch-text{
  margin-left: 10px;
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.cc-select__switch-text span{
  font-size: 0.857em;
  color: #8A979B;
}
.cc-select__button-wrap{
  padding: 16px;
  border-top: 1px solid #E1E3E6;
  /* display: none; */
}
.cc-select__button{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #58C341;
  cursor: pointer;
  transition: background-color 0.5s;
  user-select: none;
}
.cc-select__button:hover{
  background-color: #46A758;
}
.cc-select__button:active{
  background-color: #297C3B;
}
.cc-select__options{
  padding: 8px;
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.cc-select__options label{
  display: flex;
  align-items: center;
  position: relative;
  margin: 8px 0 0;
  cursor: pointer;
  user-select: none;
}
.cc-select__options label.checkbox{
  padding-left: 12px;
  padding-right: 12px;
}
.cc-select__options label:first-child{
  margin: 0;
}
.cc-select__options label input{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.cc-select__options label span{
  display: block;
  padding: 10px 8px;
  border-radius: 8px;
  width: 100%;
  color: #232324;
}
.cc-select__options label span i{
  font-style: normal;
  font-weight: 400;
  color: #8A979B;
}
.cc-select__options label span::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/img/p/certify/company/radio.svg);
  margin-right: 10px;
}
.cc-select__options label input:checked ~ span{
  background: #F1F1F1;
  font-weight: 700;
}
.cc-select__options label input:checked ~ span::before{
  background-image: url(/img/p/certify/company/radio_checked.svg);
}
.cc-select__options label.checkbox{
  margin: 0;
}
.cc-select__options label.checkbox span{
  padding: 8px 0;
}
.cc-select__options label.checkbox span::before{
  background-image: url(/img/p/certify/company/checkbox.svg);
}
.cc-select__options label.checkbox input:checked ~ span{
  background: none;
  font-weight: 400;
}
.cc-select__options > label.checkbox input:checked ~ span{
  font-weight: 700;
}
.cc-select__options label.checkbox input:checked ~ span::before{
  background-image: url(/img/p/certify/company/checkbox_checked.svg);
}
.cc-select__doplist{
  padding: 0 25px;
  display: none;
}
.cc-list__header .cc-select{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  text-align: left;
  display: none;
}
.cc-list__header.openselect .cc-select{
  display: block;
}
.cc-list__header .cc-select__value .value{
  display: none !important;
}
.cc-list__header .cc-select__value{
  color: #383838;
  height: 48px;
}
.cc-list__header .cc-select__content {
  padding-top: 48px;
}
.cc-list__header .cc-select__content,
.cc-list__header .cc-select__close,
.cc-list__header .cc-select__value .placeholder{
  display: block !important;
}
.cc-list__header .cc-select__arrow{
  transform: scale(1,-1);
}

@media (max-width: 1200px){
  .cc-select{
    font-size: 15px;
  }
  .cc-select__value,
  .cc-select__button{
    height: 48px;
  }
  .cc-select__content{
    padding-top: 48px;
  }
  .cc-select__close{
    width: 30px;
    height: 30px;
  }
}



@media (min-width: 993px){
  #cclitem00052 .cc-list__logo{
    height: 70px;
    margin: 5px 0;
  }
}
@media (max-width: 460px){
  .cc-list__item .cc-list__col4{
    width: 92px;
    height: 25px;
  }
  .cclcert__cert {
    width: 92px;
    height: 25px;
  }
  .cclcert__cert span{
    padding-left: 31px;
  }
  .cclcert {
    font-size: 12px;
  }
  .cc-list__item-top{
    padding-left: 124px;
  }
  .cc-list__item .cc-list__col3,
  .cc-list__item .cc-list__col5{
    padding-right: 50px;
  }
  .cc-list__flag{
    margin-right: 4px;
  }
  .cc-list__morebutton{
    right: 12px;
    width: 36px;
    height: 36px;
  }
}
