.comparison-table.comparison-table--type_horizontal-1.comparison-table--button_color_default .button,
.comparison-table.comparison-table--type_horizontal-2.comparison-table--button_color_default .button,
.comparison-table--button_color_black .comparison-table__wrap .button{
  background: #0D0D07;
  color: #FFFFFF;
  border-color: #63B0C9;
  transition: all 0.25s ease-out;
}
.comparison-table.comparison-table--type_horizontal-1.comparison-table--button_color_default .button:hover,
.comparison-table.comparison-table--type_horizontal-2.comparison-table--button_color_default .button:hover,
.comparison-table--button_color_black .comparison-table__wrap .button:hover{
  background: #333333;
  color: #FFFFFF;
}
.comparison-table--button_color_blue .comparison-table__wrap .button, .comparison-table .button{
  color: #0D0D07;
  background: linear-gradient(134.05deg, var(--button-color-e) -9.24%, var(--button-color-h) 40.07%, var(--button-color-b) 91.27%);
  transition: --button-color-e 0.25s, --button-color-h 0.25s, --button-color-b 0.25s;
}
.comparison-table--button_color_blue .comparison-table__wrap .button:hover, .comparison-table .button:hover{
  --button-color-e: #3ec1ea;
  --button-color-h: #5ac6e8;
  --button-color-b: #3d95b2;
}
.comparison-table--button_color_yellow .comparison-table__wrap .button{
  background: #F7CC35;
  color: #0D0D07;
  transition: all 0.25s ease-out;
}
.comparison-table--button_color_yellow .comparison-table__wrap .button:hover{
  background: rgb(250.3028571429, 225.0557142857, 136.3971428571);
  color: #0D0D07;
}
.comparison-table .button{
  padding: 0.8125rem 2.5rem;
  border: 0 !important;
}
.comparison-table .button{
  padding: max(0.5rem, 8px) max(1.5rem, 32px);
  font-size: max(0.6875rem, 11px);
}
.comparison-table {
  margin: 3em 0;
}
.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  overflow-x: auto;  
  word-break: break-word;
}
.comparison-table .button {
  min-width: 0;
  white-space: nowrap;
  width: 100%;
  padding-left: max(0.75rem, 12px);
  padding-right: max(0.75rem, 12px);
}
.comparison-table__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 4rem;
  margin-bottom: 0.375rem;
}
.comparison-table__logo img,
.comparison-table__logo picture {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.comparison-table--type_horizontal-2 .comparison-table__logo {
  justify-content: center;
}
.comparison-table__wrap {
  border-radius: 1.25rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: auto;
}
.comparison-table--color_black .comparison-table__wrap {
  background-color: #000000;
  color: #FFFFFF;
}
.comparison-table--color_black .comparison-table__wrap td {
  border-color: #FFFFFF;
}
.comparison-table--color_white .comparison-table__wrap {
  background-color: #FFFFFF;
}
.comparison-table--color_grey .comparison-table__wrap {
  background-color: #F8F8F8;
}
.comparison-table.comparison-table--type_big {
  text-align: center;
}
.comparison-table.comparison-table--type_big .comparison-table__wrap {
  max-width: 692px;
  padding: 2rem 1.5rem;
  font: 700 normal 14px/1.71 "Mangueira";
  letter-spacing: 0.31px;
}
.comparison-table.comparison-table--type_big .star-rating {
  display: inline-flex;
  margin-top: 0.5rem;
}
.comparison-table.comparison-table--type_big td,
.comparison-table.comparison-table--type_big th {
  border: 1px solid #C8CCD1;
  padding: 1rem;
}
.comparison-table.comparison-table--type_big td:first-child,
.comparison-table.comparison-table--type_big th:first-child {
  width: 7rem;
  text-align: left;
}
.comparison-table.comparison-table--type_big th {
  border-top: 0;
  padding-top: 0;
}
.comparison-table.comparison-table--type_big tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.comparison-table.comparison-table--type_big td:first-child, .comparison-table.comparison-table--type_big th:first-child {
  border-left: 0;
}
.comparison-table.comparison-table--type_big td:last-child, .comparison-table.comparison-table--type_big th:last-child {
  border-right: 0;
}
.comparison-table.comparison-table--type_big .comparison-table__link {
  margin-top: 0.75rem;
}
.comparison-table.comparison-table--type_big .comparison-table__link:hover {
  text-decoration: underline;
}
.comparison-table.comparison-table--type_big.comparison-table--color_black .button {
  font-size: max(0.6875rem, 11px);
  border: 0;
  padding: max(0.5rem, 8px) max(1rem, 16px);
  min-width: 0;
  width: 100%;
}
.comparison-table.comparison-table--type_small {
  font: 700 normal 14px/1.71 "Mangueira";
  letter-spacing: 0.31px;
}
.comparison-table.comparison-table--type_small .comparison-table__wrap {
  max-width: 656px;
  padding: 1.625rem 0;
}
.comparison-table.comparison-table--type_small .star-rating {
  justify-content: center;
}
.comparison-table.comparison-table--type_small td, .comparison-table.comparison-table--type_small th {
  border: 1px solid #C8CCD1;
  border-bottom: 0;
  border-top: 0;
  padding: 1rem 2rem;
}
.comparison-table.comparison-table--type_small td:first-child, .comparison-table.comparison-table--type_small th:first-child {
  border-left: 0;
  padding-right: 2rem;
}
.comparison-table.comparison-table--type_small td:last-child, .comparison-table.comparison-table--type_small th:last-child {
  border-right: 0;
  padding-left: 2rem;
}
.comparison-table.comparison-table--type_small tr:last-child td {
  padding-bottom: 0;
}
.comparison-table.comparison-table--type_small th {
  border-bottom: 1px solid #C8CCD1;
  padding-top: 0;
}
.comparison-table.comparison-table--type_small .comparison-table__link {
  text-align: center;
  margin-top: 0.75rem;
}
.comparison-table.comparison-table--type_small .comparison-table__link:hover {
  text-decoration: underline;
}

.comparison-table.comparison-table--type_horizontal-2 {
  font: 700 normal 14px/1.71 "Mangueira";
  letter-spacing: 0.31px;
  text-align: center;
}
.comparison-table.comparison-table--type_horizontal-2 .comparison-table__wrap {
  max-width: 768px;
  padding: 1.625rem;
}
.comparison-table.comparison-table--type_horizontal-2 td, .comparison-table.comparison-table--type_horizontal-2 th {
  border: 1px solid #C8CCD1;
  border-bottom: 0;
  border-top: 0;
  padding: 1rem 1.125rem;
}
.comparison-table.comparison-table--type_horizontal-2 td:first-child, .comparison-table.comparison-table--type_horizontal-2 th:first-child {
  border-left: 0;
  padding-right: 1.125rem;
}
.comparison-table.comparison-table--type_horizontal-2 td:last-child, .comparison-table.comparison-table--type_horizontal-2 th:last-child {
  border-right: 0;
  padding-left: 1.125rem;
  width: max(10.625rem, 150px);
  overflow: hidden;
}
.comparison-table.comparison-table--type_horizontal-2 td {
  border-bottom: 1px solid #C8CCD1;
}
.comparison-table.comparison-table--type_horizontal-2 tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.comparison-table.comparison-table--type_horizontal-2 th {
  border-bottom: 1px solid #C8CCD1;
  font: 700 normal 1rem/1.4 "Mangueira";
  font-size: max(1rem, 14px);
  letter-spacing: 0;
}
.comparison-table.comparison-table--type_horizontal-2 .comparison-table__link {
  margin-top: 0.75em;
}

.comparison-table.comparison-table--type_horizontal-1 {
  font: 700 normal 14px/1.71 "Mangueira";
  letter-spacing: 0.31px;
  text-align: center;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__wrap {  
  padding: 1rem;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item {
  display: flex;
  border-bottom: 1px solid #C8CCD1;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item:last-child {
  border-bottom: 0;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-logo {
  flex-shrink: 0;
  width: 8.75rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-body {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #C8CCD1;
  border-left: 1px solid #C8CCD1;
  flex: 1;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem;
  padding-right: 0;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__link {
  margin-top: 0.75em;
}
.star-rating {
  display: flex;
  position: relative;
}
.star-rating__item {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background-image: url("../../assets/img/Star-empty.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3.5px;
}
.star-rating__item:last-child {
  margin-right: 0;
}
.star-rating__item.star-rating__item--fill {
  background-image: url("../../assets/img/star.svg");
}
.comparison-table table td ul,
.comparison-table .comparison-table__item-body ul,
.ff-ct-big ul,
.ff-ct-small ul{
  padding-left: max(1rem, 14px);
}
body .comparison-table table td li,
.ff-ct-big li,
.ff-ct-small li{
    text-align: left;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-body{
  display: block;
  text-align: left;
}
.comparison-table.comparison-table--type_horizontal-1 .comparison-table__logo{
  justify-content: center;
}
.ff-ct-big{
  display: grid;
  /*grid-template-columns: 7rem 1fr 1fr;*/
  grid-auto-flow: column;
  /*grid-template-rows: repeat(6,auto); */
  overflow-x: auto;
  word-break: break-word;
}
.ct-big-column{
  /*display: grid;
  grid-auto-rows: 1fr;*/
  display: contents;  
}
/*.ct-big-column:first-child{
  border-left: none;
}*/
.ct-big-cell{
  border-bottom: 1px solid #C8CCD1;
  border-left: 1px solid #C8CCD1;
  padding: 1rem;
}
.ct-big-column:first-child .ct-big-cell{
  width: 7rem;
  border-left: none;
  text-align: left;
}
.ct-big-cell:last-child{
  border-bottom: none;
}
.ff-ct-small{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3,auto);
  overflow-x: auto;
  word-break: break-word;
}
.ct-small-column{
  display: contents;  
}
.ct-small-cell{
  border-left: 1px solid #C8CCD1;
  padding: 1rem 2rem;
}
.ct-small-column:first-child .ct-small-cell{  
  border-left: none;  
}
.ct-small-cell:first-child{
  border-bottom: 1px solid #C8CCD1;
}
@media print, screen and (max-width: 767px){
  .resposive-table {
    overflow-x: auto;
    padding: 1.5rem;
    margin: -1.5rem;
  }
  /*.comparison-table__wrap {
    min-width: 42rem;
  }*/
  .comparison-table.comparison-table--type_big .comparison-table__wrap {
    font-size: 0.8125rem;
  }
  .comparison-table.comparison-table--type_small {
    font-size: 0.8125rem;
  }
  .comparison-table.comparison-table--type_horizontal-2 {
    font-size: 0.8125rem;
  }
  .comparison-table.comparison-table--type_horizontal-1 {
    font-size: 0.8125rem;
  }
  .comparison-table.comparison-table--type_horizontal-2 table thead{
    display: none;
  }
  .comparison-table.comparison-table--type_horizontal-2 table tr{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #C8CCD1;   
  }
  .comparison-table.comparison-table--type_horizontal-2 table tr:last-child{
    border-bottom: 0;
  }
  /*body .comparison-table.comparison-table--type_big table,
  body .comparison-table.comparison-table--type_big table thead,
  body .comparison-table.comparison-table--type_big table tbody,
  body .comparison-table.comparison-table--type_big table tr,
  body .comparison-table.comparison-table--type_big table tr td,
  body .comparison-table.comparison-table--type_big table tr th{
    display: block;
  }  */
  body .comparison-table.comparison-table--type_horizontal-2 table td,
  body .comparison-table.comparison-table--type_big table tr td,
  body .comparison-table.comparison-table--type_big table tr th{
    width: 100%;
    border: none;    
  }
  body .comparison-table.comparison-table--type_big table tr td,
  body .comparison-table.comparison-table--type_big table tr th{
    padding: 0.5rem;
  }
  body .comparison-table.comparison-table--type_big table tr td:first-child,
  body .comparison-table.comparison-table--type_big table tr th:first-child{
    display: none;
  }
  body .comparison-table table td li{
    text-align: left;
  }
  .comparison-table.comparison-table--type_big .comparison-table__wrap {
    padding: 1.5rem 1rem;
  }
  .comparison-table.comparison-table--type_small td, 
  .comparison-table.comparison-table--type_small th,
  .comparison-table.comparison-table--type_small td:first-child, 
  .comparison-table.comparison-table--type_small th:first-child,
  .comparison-table.comparison-table--type_small td:last-child, 
  .comparison-table.comparison-table--type_small th:last-child{
    padding: 1rem;
  }
  .comparison-table.comparison-table--type_horizontal-1 .comparison-table__items{
    display: flex;
    flex-direction: column;
  }
  .comparison-table.comparison-table--type_horizontal-1 .comparison-table__item{
    flex-direction: column;
    align-items: center;
  }
  .comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-body{
    border: none;
  }
  .comparison-table.comparison-table--type_horizontal-1 .comparison-table__item-footer{
    padding: 1.25rem;
  }
  /*.comparison-table td:last-child,
  .comparison-table.comparison-table--type_horizontal-2 td:last-child{
    width: 100%;
  }*/
  .ff-ct-big{
    display: flex;
    flex-direction: column;
  }
  .ct-big-column{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #C8CCD1;  
  }
  .ct-big-column:first-child{
    display: none;
  }
  .ct-big-column:last-child{
    border: none;
  }
  .ct-big-cell{
    border: none;
  }
  .ff-ct-small{
    display: flex;
    flex-direction: column;
  }
  .ct-small-column{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #C8CCD1;  
  }
  .ct-small-column:last-child{
    border: none;
  }
  .ct-small-cell,
  .ct-small-cell:first-child{
    border: none;
  }
}