@import url("_components.css");
@import url("_button.css");

:root {
    --main-bg-color: #E84700;
    --secondary-bg-color: #F5F5F5;

    --main-text-color: #2A282D;

    --link-color: #FF7900;
    --link-color-hover: #FFB048;
    --link-color-active: #E84700;
    --link-color-visited: #FF7900;
    --link-color-disabled: #B7B7B7;

    --input-color-active: #6E6EE5;
    --input-color-invalid: #F81E00;

    --input-check-radio-color: #2A282D;
    --input-check-radio-color-hover: #E84700;
    --input-check-radio-color-checked: #FF7900;
    --input-check-radio-color-disabled: #B7B7B7;

    --main-btn-color: #e84700;
    --secondary-btn-color: #fff;
}

@font-face {
    font-family: Figtree;
    src: url(../fonts/Figtree-VariableFont_wght.ttf);
}

body {
    font-family: 'Figtree', sans-serif;
    font-display: swap;
    font-size: 18px;
    font-weight: 400;
    color: var(--main-text-color);
    width: 100vw;
    overflow-x: hidden;
    /*background: var(--secondary-bg-color);*/
}

.input-container {
	margin: 15px 0;
}

.input-container__item {
	background: white;
	border: 0px solid #DFDFDF;
	border-radius: 8px;
}

.input-group img{
	margin: 10px
}

table, ul {
	font-size: 1rem;
}

.rating-component {
    font-family: 'Figtree';
    margin-bottom: 32px;
}

.header-row {
    background-color: #2a282d;
    border-radius: 12px 12px 0 0;
}

.header-item {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}

.rounded-top-left {
    border-top-left-radius: 12px;
}

.rounded-top-right {
    border-top-right-radius: 12px;
}

.content-row {
    background-color: #f5f5f5;
    border-top: none;
}

.rating__stars2 {
    display: flex;
    justify-content: center;
    margin: 6px 0;
    margin-top: 26px;
}

.rating__stars2 img {
    margin: 0 1px;
}

.rating-component__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.rating-component .col-2,
.rating-component .col-3,
.rating-component .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.sum-container .text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-row .col-3, .content-row .col-6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.rating__stars2 + p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.content-row small {
    font-size: 11px;
}

.rating-image img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .rating-image {
        margin-top: 20px;
    }
    .content-row .btn {
        margin-bottom: 15px;
    }
}

.header-row .header-item:not(:last-child) {
    border-right: 1px solid white;
}

.border-mobile {
    border-right: none;
}

.border-desktop {
    border-right: 1px solid white;
}

@media screen and (max-width: 768px) {
    .border-mobile {
        border-right: 1px solid white;
    }
    .border-desktop {
        border-right: none;
    }
}

.rating__h2{
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .rating__h2 {
        font-size: 20px;
        padding-left: 10px;
    }
    .sum-container .btn.btn-primary-outline.btn-xl {
        font-size: 14px;
        padding: 8px 16px;
        width: 150px;
        height: 50px;
    }
    .sum-container{
        display: flex;
        flex-direction: column;
    }
}

.sum-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sum-container .btn.btn-primary-outline.btn-xl {
    border: 2px solid #e84700;
}

.rating-component__row .link a {
    color: #e84700;
    text-decoration: underline;
}

.rating-component__row .link a:hover {
    color: #ffb048 !important;
}

.calc-error{
    background: none;
}

[type='checkbox']:disabled:not(:checked) + label:before, [type='checkbox']:disabled:checked + label:before {
     background: none;
}

.input-container .disabled:hover::before {
    border: 2px solid #B7B7B7 !important;
}

.input-container .hover-off input[type='checkbox']:hover+label {
    color: #2A282D;
}

@media screen and (max-width: 768px) {
  .mb-o-1 { order: 1; }
  .mb-o-2 { order: 2; }
  .mb-o-3 { order: 3; }
  .mb-o-4 { order: 4; }
  .mb-o-5 { order: 5; }
}

.doc-store h2 {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 700;
    margin-bottom: 18px;
}

.doc-store h2:first-child {
    margin-top: 10px;
}

.partner-slider .slick-track{
    display: flex;
    align-items: center;
}

.partner-logo-height{
    height: 55px;
}

#cookie-bar {
  z-index: 1000;
  padding: 8px  6px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #e84700;
  border-top: 1px  solid #ccc;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

#cookie-bar a{
  color:#fff;
  text-decoration:underline
}
#cookie-bar #close{
  text-decoration:none;
  font-weight:400;
  color:#000;
  font-size:12px;
  cursor:pointer;
  display:inline-block;
  margin-left:10px;
  padding:9px 10px;
  background-color:#eee;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-image:linear-gradient(#f9f9f9,#f9f9f9,#dcdcdc,#dcdcdc);
}

@media screen and (min-width: 767px) {
    .margin-top{
        margin-top: 94px;
    }
}