.calc-site {
    /*margin-bottom:3em;*/
    /*margin-bottom: 50px;*/
}

.calc-site .nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .calc-site .nav {
        flex-direction: column;
    }
}

.calc-site .nav > li {
    text-align:center;
    flex-grow: 1;
    flex-basis: 0;
}

.calc-site .nav > li a {
    font-size:26px;
    color:#000;
    border-bottom:2px solid transparent;
}

.calc-site .nav > li.active a {
    border-bottom: 2px solid #74b64a;
    background-color: #eee;
}

.calc-site__about {
    padding: 2em 1em;
    text-align:center;
    font-size: 16px;
}

.calc-site__about--small {
    max-width: 1000px;
    margin: 0 auto;
}

.calc-site__filter {
    border: 1px solid #b6b6b6;
    /*padding: 15px;*/
    padding: 10px;
    /*margin-bottom: 25px;*/
    margin-bottom: 15px;
}

.calc-site__label {
    display: flex;
    gap: 6px;
    padding: 5px 10px 4px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
    align-items: center;
    /* border: 1px solid red; */
}

@media (max-width: 991px) {
    .calc-site__label {
        padding-right: 60px;
    }
}

.calc-site__label--select {
    color: #74b64a;
}

.calc-size__filter-item {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    /*padding: 10px;*/
    display: table;
}

.calc-size__filter-item .far {
    font-size: 22px;
    /*margin-right: 10px;*/
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: top;
}

.calc-size__filter-item span {
    /*padding: 10px;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}

.calc-size__filter-item--active {
    color: #74b64a;
}

.calc-site__tooltip__info {
    display: inline-flex;
}

.calc-site__label input {
    display: none;
}

.calc-site__label input + .far {
    text-align: left;
    width: 1em;
}

/*.calc-site__label-checked {
    border: 1px solid red;
}*/

.calc-site__label-checked input + .far {
    opacity: 1;
}

.calc-site__label input:checked + .far:before {
    content: '\f14a';
    /*color: #74b64a;*/
}

.calc-site__title .calc-site__label input:checked + .far:before {
    content: '\f14a';
    color: #74b64a;
}

.calc-site__title .calc-site__label input:checked ~ span {
    color: #74b64a;
}

/*.calc-site__title .calc-site__label input:checked ~ .calc__level1__price {
    color: #74b64a;
}*/

.calc-site__label__wrapper .calc-site__label input:checked ~ .far:before {
    color: #74b64a;
}

.calc-site__label__wrapper .calc-site__label input:checked ~ span {
    color: #74b64a;
}

.calc-site__label__wrapper .calc-site__label input:checked ~ .calc-site__tooltip__info {
    color: #74b64a;
}

.calc-site__label__wrapper .calc-site__label input:checked ~ .calc__level2__price {
    color: #74b64a;
}

.calc-form__summary__wrapper {
    white-space: nowrap;
}

.calc-form__summary {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}
.calc-form__summary__cena {
    font-size: 34px;
    font-weight: 600;
}
.calc-form__summary span {
    font-size: 34px;
    font-weight: 600;
}

.calc-site .tooltip {
    opacity: 1 !important;
    /*width: 100%;*/
    /*left: 0 !important;*/
    /*right: 0 !important;*/
    /*border: 1px solid red;*/
    /*margin: 0;*/
    /*pointer-events: none;*/
}
.calc-site .tooltip-inner {
    word-break: break-word;
    max-width: 350px;
    /*display: block;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    padding: 15px;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0,0,0, 0.5);
}
.calc-site .tooltip.top .tooltip-arrow {border-top-color: #ccc;}
.calc-site .tooltip.bottom .tooltip-arrow {border-bottom-color: #ccc;}
.calc-site__title {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    cursor: pointer !important;
    border: 1px solid #b6b6b6;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.calc-site__title .calc-site__label {
    /* border: 1px solid red; */
}

.calc-site__title .calc-site__label > .far {
    font-size: 22px;
    /* vertical-align: middle;
    margin-right: 4px; */
    /* margin-top: -2px; */
}

.calc-site__title .total-all {
    font-weight: 600;
    color: #74b64a;
}

.calc-site__description .calc-site__label__wrapper {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    width: 100%;
    min-height: 30px;
}

.calc-site__description .calc-site__label {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 991px) {
    .calc-site__description .calc-site__label {
        padding-right: 10px;
    }
}

.calc-site__description .calc-site__label > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.calc-site__description .calc-site__label > div .calc-site__tooltip__info {
    font-size: 12px;
}

.calc-site__description .calc-site__label__wrapper:last-child {
    border: none;
}

.calc-site__description .calc-site__label__wrapper .far {
    font-size: 18px;
    vertical-align: middle;
    /* margin-right: 10px;
    margin-top: -4px; */
}

.calc-site__box {
    margin-bottom: 15px;
}

.calc-site__title {
    cursor: pointer;
    border: 1px solid #b6b6b6;
}

.calc-site__description {
    border: 1px solid #e0e0e0;
    border-top: none;
    /*display: none;*/
    /*visibility: hidden;*/
    opacity: 0;
    height: 0;
    /*overflow: hidden;*/
    /*transition: visibility 0.5s, opacity 0.5s linear;*/
    /*transition: opacity 0.3s ease-out, height 1s linear;*/
    transition: height 2s linear;
}
.calc-site__description__inner {
    /*padding: 15px 25px 10px;*/
    padding: 15px 10px 10px;
}
.calc-site__box.calc-site__open .calc-site__description {
    /*display: block;*/
    /*visibility: visible;*/
    opacity: 1;
    height: auto;
}
/*.calc-site__toggle {
    pointer-events: none;
}*/

.calc-site__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .calc-site__row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        padding: 15px 10px;
    }

    .calc-site__row--w100 {
        flex-direction: row !important;
        justify-content: space-between;
    }
}

.calc-site__toggle__icon {
    position: absolute;
    /*background: rgba(248,248,248,1);*/
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    /*z-index: 2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    /* border: 1px solid #b6b6b6; */
    /*border-left: 0;*/
    border: none;
    /* pointer-events: none; */
}

.calc-site__toggle__icon .fas {
    /*margin-top: -5px;*/
    margin-top: -8px;
}

.calc-site__box.calc-site__open .calc-site__toggle__icon .fas:before {
    content:'\f0de';
}

.calc-site__box.calc-site__open .calc-site__toggle__icon .fas {
    margin-top: 10px;
    /*margin-bottom: -8px;*/
}

.calc__level1__price {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .calc__level1__price {
        padding: 5px 60px 4px 10px;
    }

    .calc-site__row--w100 .calc__level1__price {
        padding-right: 10px;
        white-space: nowrap;
    }
}

.calc__level2__price {
    white-space: nowrap;
}
/*.calc-site__tooltip {
	position: relative;
	background: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
    padding: 25px 25px 15px;
}

.calc-site__tooltip:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.16);
}*/
/*.calc-site__tooltip {
    width: 100%;
    margin: 50px auto;
    border: 4px solid #00bfb6;
    padding: 25px 25px 15px;
    text-align: center;
    font-weight: 900;
    color: #00bfb6;
    font-family: arial;
    position: relative;
}
.calc-site__tooltip__option:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  right: 50%;
  bottom: -23px;
}

.calc-site__tooltip__option:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 50%;
  bottom: -18px;
}*/
.calc-site__tooltip__item {

}
.calc-site__tooltip__wrapper {
    position: absolute;
    left: -30px;
    /*right: 0;*/
    /*top: -100%;*/
    /*top: auto;*/
    /*bottom: 50px;*/
    bottom: 30px;
    /*margin-bottom: -65px;*/
    z-index: 99;
    pointer-events: none;
    color: #000000;
}
@media(min-width: 992px) {
    .calc-site__tooltip__wrapper {
        /*width: 100%;*/
        width: 768px;
    }
}
.calc-site__tooltip {
    font-size: 16px;
    background-color: #ffffff;
    /*border-radius: 5px;*/
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    display: block;
    padding: 25px 25px 15px;
    position: relative;
    vertical-align: top;
}

.calc-site__tooltip::before {
    background-color: #ffffff;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    bottom: 0;
    transform: rotate(-45deg);
    /*transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);*/
    width: 16px;
}
.calc-site__tooltip__option {
    /*float: left;*/
    /*margin: 5px 45px 5px 20px;*/
}

.calc-site__tooltip__option::before {
    box-shadow: -2px 2px 2px 0 rgba(0,0,0,.16);
    /*left: -9px;*/
    bottom: -8px;
    left: 25px;
    /*margin-left: -10px;*/
}
/*.calc-site__tooltip__item:hover .calc-site__tooltip__wrapper {
    display: block;
}*/
.calc-size__title__total--inline {
    display: inline;
}
.calc2__right-side {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
