

/* Start:/bitrix/templates/travelline2/src/css/fix/tl-ms-price.css?17599883116061*/
.price-cards__selector-new {
    display: flex;
    margin: 0 auto;
    border: 1px solid #ABC3E5;
    border-radius: 5px;
}
.price-cards__selector-new li {
    position: relative;
    color: #296DCB;
    padding: 8px 14px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}
.price-cards__selector-new .active {
    color: #fff;
    background: #6B88B2;
    font-weight: bold;
}
.tooltip {
    position: absolute;
    display: none;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1.5ch;
    border-radius: 5px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #f02759;
    color: #fff;
    z-index: 1000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    left: 17%;
    top: -65%;
}
.tooltip::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
    border-bottom-width: 0;
    border-top-color: #f02759;
}
.slide-container  label[for="account1"] .tooltip {
    background: #ECF1F6;
    color: #ABC3E5;
    left: 117%;
}
.slide-container  label[for="account1"] .tooltip:before {
    border-top-color: #ECF1F6;
}

.tl-multiswitch {
    padding: 50px 0;
}
.tl-multiswitch input {
    position: absolute;
    left: -200vw;
}

.tl-multiswitch .slide-container {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    display: flex;
    max-width: 38em;
    line-height: 2em;
    user-select: none;
}

.tl-multiswitch .slide-container label {
    width: 50%;
    text-align: center;
    padding: 4px 0;
    z-index: 2;
}

.tl-multiswitch .slide-container a {
    position: absolute;
    left: 50%;
    z-index: 1;
    height: 100%;
    width: 50%;
    transition: left 0.1s ease-out;
}

.tl-multiswitch label:nth-last-child(6),
.tl-multiswitch label:nth-last-child(6) ~ label,
.tl-multiswitch label:nth-last-child(6) ~ a {
    width: 33.3334%;
}

.tl-multiswitch label:nth-last-child(8),
.tl-multiswitch label:nth-last-child(8) ~ label,
.tl-multiswitch label:nth-last-child(8) ~ a {
    width: 25%;
}

.tl-multiswitch label:nth-last-child(10),
.tl-multiswitch label:nth-last-child(10) ~ label,
.tl-multiswitch label:nth-last-child(10) ~ a {
    width: 20%;
}

.tl-multiswitch label:nth-last-child(12),
.tl-multiswitch label:nth-last-child(12) ~ label,
.tl-multiswitch label:nth-last-child(12) ~ a {
    width: 16.6667%;
}

/* all options, first selected */
.tl-multiswitch input:checked ~ a {
    left: 0;
}
/* 2 options, 2nd selected */
.tl-multiswitch label:nth-last-child(4) ~ input:nth-child(3):checked ~ a {
    left: 50%;
}
/* 3 options, 2nd selected */
.tl-multiswitch label:nth-last-child(6) ~ input:nth-child(3):checked ~ a {
    left: 33.3334%;
}
/* 3 options, 3rd selected */
.tl-multiswitch label:nth-last-child(6) ~ input:nth-child(5):checked ~ a {
    left: 66.6667%;
}
/* 4 options, 2nd selected */
.tl-multiswitch label:nth-last-child(8) ~ input:nth-child(3):checked ~ a {
    left: 25%;
}
/* 4 options, 3rd selected */
.tl-multiswitch label:nth-last-child(8) ~ input:nth-child(5):checked ~ a {
    left: 50%;
}
/* 4 options, 4th selected */
.tl-multiswitch label:nth-last-child(8) ~ input:nth-child(7):checked ~ a {
    left: 75%;
}
/* 5 options, 2nd selected */
.tl-multiswitch label:nth-last-child(10) ~ input:nth-child(3):checked ~ a {
    left: 20%;
}
/* 5 options, 3rd selected */
.tl-multiswitch label:nth-last-child(10) ~ input:nth-child(5):checked ~ a {
    left: 40%;
}
/* 5 options, 4th selected */
.tl-multiswitch label:nth-last-child(10) ~ input:nth-child(7):checked ~ a {
    left: 60%;
}
/* 5 options, 5th selected */
.tl-multiswitch label:nth-last-child(10) ~ input:nth-child(9):checked ~ a {
    left: 80%;
}
/* 6 options, 2nd selected */
.tl-multiswitch label:nth-last-child(12) ~ input:nth-child(3):checked ~ a {
    left: 16.6667%;
}
/* 6 options, 3rd selected */
.tl-multiswitch label:nth-last-child(12) ~ input:nth-child(5):checked ~ a {
    left: 33.3334%;
}
/* 6 options, 4th selected */
.tl-multiswitch label:nth-last-child(12) ~ input:nth-child(7):checked ~ a {
    left: 50%;
}
/* 6 options, 5th selected */
.tl-multiswitch label:nth-last-child(12) ~ input:nth-child(9):checked ~ a {
    left: 66.6667%;
}
/* 6 options, 6th selected */
.tl-multiswitch label:nth-last-child(12) ~ input:nth-child(11):checked ~ a {
    left: 83.3334%;
}

body {
    color: #333;
}

fieldset {
    border: 0;
    padding: 0;
}

.tl-multiswitch .slide-container {
    background: #fff;
    color: #296DCB;
    border: 1px solid #ABC3E5;
    border-radius: 5px;
}

.tl-multiswitch .slide-container label {
    cursor: pointer;
}

.tl-multiswitch .slide-container a {
    background: #6B88B2;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    outline: none;
}


.tl-multiswitch input:checked + label {
    position: relative;
    color: #fff;
}

.tl-multiswitch input:checked + label .tooltip {
    display: block;
    -webkit-animation:ttshow 300ms ease-out forwards;
    -moz-animation: ttshow 300ms ease-out forwards;
    animation: ttshow 300ms ease-out forwards;
}
@keyframes ttshow {
    to {
        opacity: .9;
        transform: translate(0,-50%);
    }
}
@media (max-width: 800px) {
    .tl-multiswitch .slide-container {
        font-size: 12px;
    }
    .tl-multiswitch .slide-container a {
        height: 32px;
    }
    .tooltip {
        left: 7%;
    }
    .slide-container  label[for="account1"] .tooltip {
        left: 107%;
    }

}
@media (max-width: 570px) {
    .tooltip {
        left: 0;
        font-size: 10px;
    }
    .slide-container  label[for="account1"] .tooltip {
        left: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/travelline2/src/css/fix/tabs-block.css?17599883114675*/
.product-control__wrapper.tabs--ver3 .product-control__list-value {
  padding: 0 0 36px;
  width:  100%;
}
.tabs--ver3 .product-control__list-block {
  width: 44%;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.tabs--ver3 .tabs-content {
  width: 56%;
  min-height: auto;
}

.tabs--ver3 {
  max-width: 1536px;
  margin: 172px auto 0;
  background: #ECF1F6;
  border-radius: 16px;
  color: #2B3D56;
  flex-direction: column;
  padding: 172px 0 96px;
}

.tabs--ver3.pb0 {
  padding-bottom: 0;
}

.tabs--ver3-white {
  margin: 0 auto;
  background: #fff;
  padding: 0 0 120px;
}

.tabs--ver3 .tabs-content img {
  filter: drop-shadow(0px 16px 32px rgba(107, 136, 178, 0.25));
  border-radius: 8px;
}

.tabs--ver3.aside {
  margin: 0 auto;
  padding: 70px 0 120px;
}
.product-control--ver3 {
  padding-bottom: 0;
  max-width: none;
}
.tabs--ver3 .strip__text {
  padding-bottom: 72px;
}

.tabs--ver3 .tabs-content .content-item {
  top: 0;
  max-width: 722px;
}

.nav-item.active .product-control__text-block--ver3 {
  box-shadow: 0px 8px 16px 0px rgba(107, 136, 178, 0.10);
}

.product-control__text-block--ver3 {
  background: #fff;
  cursor: pointer;
  padding: 24px 36px;
  max-width: 500px;
  border: 1px transparent solid;
  border-radius: 8px;
  width: 100%;
}
.tabs--ver3-white .product-control__text-block--ver3 {
  background: #ECF1F6;
}

.product-control__text-block--ver3:hover {
  box-shadow: 0px 8px 16px 0px rgba(107, 136, 178, 0.10);
}

.product-control__item-new--ver3.active .product-control__text-block--ver3 {
  background: #227BDD;
  border-radius: 8px;
  color: #fff;
}

.product-control__item-new--ver3.active h3 {
  margin-bottom: 16px;
}
.product-control__item-new--ver3:hover {
  color: inherit;
}
.product-control__item-new--ver3.active:after {
  border-top: 0;
}

.product-control__item-new--ver3 .nav-item__text {
  display:none;
}
.product-control__item-new--ver3.active .nav-item__text {
  display: block;
}

.product-control__item-new--ver3 {
  border-right: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-control__item-new--ver3:not(:last-child) {
  margin-bottom: 16px;
}
.product-control__text-block--ver3 h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.tabs--ver3__wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.tl-badge {
  border-radius: 100px;
  background: #F0285A;
  padding: 4px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  width: fit-content;
  margin: 0 auto 20px;
}
.notice {
  max-width: 500px;
  margin-bottom: 16px;
}
.analytics-block--ver3 {
  padding: 0;
  z-index: 1;
}
.analytics-block--ver3 .analytics-block__items {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}

.analytics-block--ver3 .analytics-block__items.arrow-totop {
   position: relative;
 }

.analytics-block--ver3 .analytics-block__items.arrow-totop:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 76px;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/upload/images/products/tl-hotel/gms/to-top.png');
}

.nav-item__img-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .analytics-block--ver3 .analytics-block__items {
    border-radius: 0;
    position: relative;
  }
  .tabs--ver3 .tabs-content .content-item {
    padding-right: 15px;
  }
  .tabs--ver3 {
    border-radius: 0;
    padding: 120px 0;
    margin: 0 auto;
  }
  .tabs--ver3 .product-control__list-block {
    padding: 0 0 0 15px;
  }
  .product-control--ver3 {
    padding: 0;
  }
  .product-control__wrapper.tabs--ver3 .product-control__list-value {
    padding: 0 14px 36px;
    width: 100%;
  }
  .strip_type-gms-control .tabs--ver3 {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .product-control__text-block--ver3 {
    max-width: none;
  }
  .tabs--ver3 {
    padding: 120px 0 96px;
  }
  .product-control__text-block--ver3 {
    padding: 24px 36px;
  }
  .tabs--ver3 .product-control__list-block {
    padding: 0 15px;
  }
  .product-control__text-block--ver3:hover {
    border: 0;
  }
  .product-control__wrapper.tabs--ver3 .product-control__list-value {
    padding: 0 0 36px;
  }
  .tabs--ver3 .product-control__list-block {
    width: 100%;
  }
  .nav-item.active .nav-item__img-mobile {
    display: block;
    margin-top: 24px;
  }
}
/* End */
/* /bitrix/templates/travelline2/src/css/fix/tl-ms-price.css?17599883116061 */
/* /bitrix/templates/travelline2/src/css/fix/tabs-block.css?17599883114675 */
