

/* Start:/local/templates/flypeople/components/bitrix/news.list/main_slider/style.css?176638435982*/
.popup_ttl{
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/flypeople/components/timetofly/calculator/.default/style.css?1772706782930*/
.buySlider__frameOpt{
	margin-top: 25px;
}
.form_field__checkbox input {
  display: none; }
  .form_field__checkbox input:checked ~ label:after {
    opacity: 1; }
.blue-car{
  
}
.blue-car img{
  width: 30px;
  margin-bottom: 10px;
}
.form_field__checkbox label {
  padding-left: 30px;
  position: relative;
  cursor: pointer; }
  .form_field__checkbox label:before, .form_field__checkbox label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: all .2s ease-in-out; }
  .form_field__checkbox label:before {
    background: transparent;
    border: 1px solid #499aeb;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    box-sizing: border-box; }
  .form_field__checkbox label:after {
    background-color: #499aeb;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 4px;
    left: 4px;
    opacity: 0; }
/* End */


/* Start:/local/templates/flypeople/components/ds/item.list/main_reviews/style.css?17858308243489*/
.rewiews_video {
  background: #050507;
  padding: 90px 0 150px;
  overflow: hidden;
}

.rewiews_video-inner {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 30px;
}

.rewiews_video h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 36px;
  line-height: 1.18;
}

.rewiews_video-desc {
  color: rgba(255,255,255,.65);
  text-align: center;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 34px;
}

.rewiews_video-items2:not(.slick-initialized) {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.rewiews_video .slick-list {
  overflow: hidden;
}

.rewiews_video .slick-track {
  display: flex;
  align-items: stretch;
}

.rewiews_video .slick-slide {
  height: auto;
}

.rewiews_video .slick-prev,
.rewiews_video .slick-next {
    width: 44px; height: 44px;
    background: rgb(255, 255, 255, 0.5);
    border: 1.5px solid #333;
    border-radius: 50%;
    z-index: 10;
    color: #333;
    transition: background 0.4s, border-color 0.4s;
}
.rewiews_video .slick-prev:focus,
.rewiews_video .slick-prev:hover,
.rewiews_video .slick-next:focus,
.rewiews_video .slick-next:hover {
  color: #fff;
  background:  rgb(255, 255, 255, 0.8);
}
.rewiews_video .slick-prev { left: -14px; }
.rewiews_video .slick-next { right: -14px; }
.rewiews_video .slick-prev::before,
.rewiews_video .slick-next::before {
    color: #333;
    font-size: 16px;
    opacity: 1;
}


.rewiews_video-item {
  position: relative;
  height: 312px;
  margin: 0 10px;
  border-radius: 14px;
  overflow: hidden;
  background: #16161a;
  cursor: pointer;
}

.rewiews_video-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.rewiews_video-item:hover img {
  transform: scale(1.04);
  opacity: .88;
}

.rewiews_video-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.rewiews_video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(0,0,0,.58);
  transform: translate(-50%, -50%);
  transition: background .25s ease, transform .25s ease;
}

.rewiews_video-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 3px;
  border-left: 17px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transform: translate(-50%, -50%);
}

.rewiews_video-item:hover .rewiews_video-btn:before {
  background: rgba(0,0,0,.78);
  transform: translate(-50%, -50%) scale(1.08);
}

.rewiews_video-video {
  width: min(900px, calc(100vw - 40px));
  margin: 40px auto;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid #333;
}
 .mfp-close-btn-in .rewiews_video-video .mfp-close {
  top: 10px;
  right: 10px;
  z-index: 5;
}

.rewiews_video-video .video-foreground {
  width: 100%;
  background: #000;
}

.rewiews_video-video .mfp-video {
  width: 100%;
  max-height: 80vh;
  display: block;
  background: #000;
}

@media (max-width: 991px) {
  .rewiews_video {
    padding: 52px 0 58px;
  }

  .rewiews_video h2 {
    font-size: 30px;
  }

  .rewiews_video-item {
    height: 290px;
  }
}

@media (max-width: 575px) {
  .rewiews_video-inner {
    padding: 0 20px;
  }

  .rewiews_video h2 {
    font-size: 24px;
  }

  .rewiews_video-desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .rewiews_video-item {
    height: 360px;
    margin: 0 6px;
  }
}
/* End */


/* Start:/local/templates/flypeople/components/ds/item.single/video_widget/style.css?17706223907527*/
.video-widget {
    display: none;
    position: fixed;
    left: 0;
    z-index: 999;
    bottom: 0;
}

.video-widget__container {
    z-index: 999;
    overflow: hidden;
    border-style: solid;
    background: transparent;
    -webkit-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    outline: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    border-radius: 20px;
    border-width: 3px;
    width: 200px;
    height: 300px;
    border-color: #009dff;
}

.video-widget__container:hover {
    -webkit-transform: scale(1.05) translate(5px, -5px);
    -moz-transform: scale(1.05) translate(5px, -5px);
    -ms-transform: scale(1.05) translate(5px, -5px);
    -o-transform: scale(1.05) translate(5px, -5px);
    transform: scale(1.05) translate(5px, -5px);
    border-color: #007bff;
}

.video-widget__video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 200;
    -webkit-transition: opacity .4s ease-in-out 0s;
    -o-transition: opacity .4s ease-in-out 0s;
    -moz-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s;
    opacity: 1;
}

.video-widget__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
    -moz-transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -moz-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s, -moz-transform .3s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
}

.video-widget__close:after, .video-widget__close:before {
    position: absolute;
    left: 9px;
    top: 1px;
    content: "";
    height: 18px;
    width: 2px;
    background: #000;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
    box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
}

.video-widget__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.video-widget__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video-widget__container:hover .video-widget__close {
    opacity: .6;
}

.video-widget.video-widget[data-state=opened] .video-widget__container {
    width: 280px;
    height: 420px;
    border-radius: 25px;
    border-color: ;
}

.video-widget.video-widget[data-state=opened] .video-widget__close {
    opacity: .5;
}

.video-widget.video-widget[data-state=opened] .video-widget__close:before {
    display: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__close:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-widget.video-widget[data-state=opened] .video-widget__close:hover {
    opacity: 1;
}

.video-widget__button {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    height: 45px;
    width: 200px;
    border-radius: 10px;
    z-index: 300;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
    box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    visibility: hidden;
    background-color: #009dff;
    font-size: 12px;
    font-weight: 100;
    color: #ffffff !important;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    text-transform: uppercase;
    opacity: 0
}

@media screen and (max-width: 480px) {
    .video-widget__button {
        font-size: 8px;
    }
}

.video-widget__button:hover {
    background-color: #009dff;
    text-decoration: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__button {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1023px) {
    .video-widget__close {
        opacity: .5;
    }
}

@media only screen and (max-width: 480px) {
    .video-widget__container {
        right: -1px;
        bottom: 15px;
        width: 90px;
        height: 125px;
    }
    .video-widget__button {
        bottom: 15px;
        right: 15px;
        left: 15px;
        height: 35px;
        line-height: 35px;
    }

    .video-widget.video-widget[data-state=opened] .video-widget__container {
        width: 50vw;
        height: 80vw;
    }
}
/* End */
/* /local/templates/flypeople/components/bitrix/news.list/main_slider/style.css?176638435982 */
/* /local/templates/flypeople/components/timetofly/calculator/.default/style.css?1772706782930 */
/* /local/templates/flypeople/components/ds/item.list/main_reviews/style.css?17858308243489 */
/* /local/templates/flypeople/components/ds/item.single/video_widget/style.css?17706223907527 */
