

/* Start:/local/templates/2018/svg/svg.css?16873390482022*/
.icon{display:inline-block;vertical-align:middle;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.icon--logo{width:3.0986328125em}.icon--logout{width:0.9267578125em}.icon--avatar{width:0.8505859375em}.icon--teamprofi{width:2.888671875em}.icon--vk{width:1.7138671875em}.icon--yt{width:1.400390625em}.icon--fb{width:0.5em}.icon--arr{width:0.5283203125em}.icon--arr-big{width:0.5068359375em}.icon--brill{width:1.400390625em}.icon--favorite{width:1.087890625em}.icon--share{width:0.953125em}.icon--arr-tail-left{width:1.25em}.icon--map{width:0.8017578125em}.icon--car{width:1.5em}.icon--almaz{width:1.5em}

/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAic3ZnLmNzcyIsCgkic291cmNlcyI6IFsKCQkic3ZnLnNjc3MiCgldLAoJIm5hbWVzIjogW10sCgkibWFwcGluZ3MiOiAiQUFBQSxBQUFBLEtBQUssQUFBQyxDQUNMLE9BQU8sQ0FBRSxZQUFZLENBQ3JCLGNBQWMsQ0FBRSxNQUFNLENBQ3RCLEtBQUssQ0FBRSxHQUFHLENBQ1YsTUFBTSxDQUFFLEdBQUcsQ0FDWCxZQUFZLENBQUUsQ0FBQyxDQUNmLE1BQU0sQ0FBRSxZQUFZLENBQ3BCLElBQUksQ0FBRSxZQUFZLENBa0RsQixBQWhEQyxBQUFELFdBQU8sQUFBQyxDQUNQLEtBQUssQ0FBRSxjQUFjLENBQ3JCLEFBQ0EsQUFBRCxhQUFTLEFBQUMsQ0FDVCxLQUFLLENBQUUsY0FBYyxDQUNyQixBQUNBLEFBQUQsYUFBUyxBQUFDLENBQ1QsS0FBSyxDQUFFLGNBQWMsQ0FDckIsQUFDQSxBQUFELGdCQUFZLEFBQUMsQ0FDWixLQUFLLENBQUUsYUFBYSxDQUNwQixBQUNBLEFBQUQsU0FBSyxBQUFDLENBQ0wsS0FBSyxDQUFFLGNBQWMsQ0FDckIsQUFDQSxBQUFELFNBQUssQUFBQyxDQUNMLEtBQUssQ0FBRSxhQUFhLENBQ3BCLEFBQ0EsQUFBRCxTQUFLLEFBQUMsQ0FDTCxLQUFLLENBQUUsS0FBSyxDQUNaLEFBQ0EsQUFBRCxVQUFNLEFBQUMsQ0FDTixLQUFLLENBQUUsY0FBYyxDQUNyQixBQUNBLEFBQUQsY0FBVSxBQUFDLENBQ1YsS0FBSyxDQUFFLGNBQWMsQ0FDckIsQUFDQSxBQUFELFlBQVEsQUFBQyxDQUNSLEtBQUssQ0FBRSxhQUFhLENBQ3BCLEFBQ0EsQUFBRCxlQUFXLEFBQUMsQ0FDWCxLQUFLLENBQUUsYUFBYSxDQUNwQixBQUNBLEFBQUQsWUFBUSxBQUFDLENBQ1IsS0FBSyxDQUFFLFVBQVUsQ0FDakIsQUFDQSxBQUFELG9CQUFnQixBQUFDLENBQ2hCLEtBQUssQ0FBRSxNQUFNLENBQ2IsQUFDQSxBQUFELFVBQU0sQUFBQyxDQUNOLEtBQUssQ0FBRSxjQUFjLENBQ3JCLEFBQ0EsQUFBRCxVQUFNLEFBQUMsQ0FDTCxLQUFLLENBQUUsS0FBSyxDQUNiLEFBQ0EsQUFBRCxZQUFRLEFBQUMsQ0FDUixLQUFLLENBQUUsS0FBSyxDQUNaIgp9 */
/* End */


/* Start:/local/templates/2018/css/custom/modals.css?177219585012915*/
@font-face {
  font-family: Bona Nova;
  src: url(/local/templates/2018/fonts/bona_nova/BonaNova-Regular.otf) format('otf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Gotham Pro;
  src: url(/local/templates/2018/fonts/gothamPro/GothamPro.woff) format('woff');
  font-style: normal;
  font-weight: normal;
}

.why-leave {
  max-width: 440px !important;
  border-radius: 0 !important;
  padding: 52px 22px 59px 43px !important;
  background-image: url("/images/star_modal.png") !important;
  background-position: calc(100% + 45px) calc(100% + 25px) !important;
  background-repeat: no-repeat !important;
}

.m-show {
  display: none;
}

.m-hidden {
  display: block;
}

@media (max-width: 576px) {
  .m-hidden {
    display: none;
  }

  .m-show {
    display: block;
  }
}

.why-leave__heading {
  font-family: Bona Nova;
  font-weight: 300;
  font-size: 52px;
  line-height: 96%;
  color: #1B1B1B;
  margin-bottom: 33px;
}

.why-leave__form-container {
  display: flex;
  flex-wrap: wrap;
}

.why-leave__form-container label {
  cursor: pointer;
}

.why-leave__form-container input {
  display: none;
}
.why-leave__form-container label{width:100%;font-family:Gotham Pro;font-size:16px;line-height:135%;color:#464A4A;margin:11px 0;}.why-leave__form-container input[type="radio"]:checked+label::before{border:none;background:url("/local/templates/2018/svg/radio_modal.svg");}.why-leave__form-container input[type="radio"]+label::before{content:"";display:inline-block;height:13px;width:13px;border:1px solid #28DDD2;padding:5px;border-radius:100%;margin-right:11px;background:none;}.modal a.close-modal.why-leave__close{background-image:url("/local/templates/2018/svg/modal_close.svg");background-repeat:no-repeat;background-size:cover;background-position:center;width:20px;height:20px;position:absolute;top:25px;right:25px;}.irs-bar--single{height:5px!important;background-color:#28DDD2!important;width:50%;margin-top:-2px;}.irs-line{position:relative;width:100%;height:2px!important;background:#E2E2E2!important;}.irs--flat{margin-bottom:4px;width:95.4%;}.irs--flat .irs-handle>i:first-child{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);background-image:url("/images/range_svg.png");background-repeat:no-repeat;background-position:center;background-color:transparent!important;height:26px!important;width:26px!important;cursor:pointer;}.irs-min,.irs-max{display:none!important;}.irs-single{background:#28DDD2!important;font-size:14px!important;top:-15px!important;border-radius:10px!important;padding:3px 10px!important;}.irs-single:before{content:none!important;}.sub{padding:32px 30px!important;font-family:Gotham Pro;border-radius:0!important;width:800px!important;max-width:none!important;}.sub_steps{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;line-height:135%;color:#818181;}.rotate180:after{-webkit-transform:translateY(-50%) rotateX(180deg)!important;transform:translateY(-50%) rotateX(180deg)!important;}.sub__select{position:relative;border:1px solid #CBCBCB;border-radius:2px;font-size:16px;line-height:135%;color:#1B1B1B;margin-bottom:22px;width:96.5%;}.sub__desc{font-size:16px;line-height:135%;color:#464A4A;margin-bottom:25px;}.sub__heading{font-family:Bona Nova;font-weight:300;font-size:32px;line-height:96%;color:#1B1B1B;margin-bottom:15px;letter-spacing:1.3px;}.sub__select-heading{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;padding:14px;font-size:16px;line-height:135%;color:#1B1B1B;cursor:pointer;}.sub__range-heading{font-size:16px;line-height:135%;color:#1B1B1B;margin-bottom:-5px;}.sub__select-heading:after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:14px;background-image:url('/local/templates/2018/svg/sub_vector.svg');background-position:center;background-size:cover;background-repeat:no-repeat;width:17px;height:8px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}.sub__select-ul{display:none;position:absolute;top:100%;left:0;background-color:#FFFFFF;z-index:9999999;width:100%;height:200px;overflow-y:scroll;margin-top:1px;-webkit-box-shadow:0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.1);box-shadow:0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.1);border-radius:2px;}.sub__select-ul li{list-style:none;margin:16px 32px;}.sub__select-ul input[type="checkbox"]+label{position:relative;cursor:pointer;}.sub__select-ul input[type="checkbox"]+label:before{content:'';position:absolute;width:23px;height:23px;border:1px solid #DADADA;border-radius:2px;left:-16px;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.sub__select-ul input[type="checkbox"]:checked+label:before{background-image:url("/local/templates/2018/svg/checkbox_checked.svg");background-repeat:no-repeat;background-size:cover;background-position:center;border:none;}.sub__terms input[type="checkbox"],.sub__mailing input[type="checkbox"]{display:none;}.sub__terms input[type="checkbox"]+label{position:relative;cursor:pointer;}.sub__terms input[type="checkbox"]+label:before{content:'';position:absolute;width:20px;height:20px;border:1px solid #DADADA;border-radius:2px;left:-14px;top:29%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.sub__terms input[type="checkbox"]:checked+label:before{background-image:url("/local/templates/2018/svg/checkbox_checked.svg");background-repeat:no-repeat;background-size:cover;background-position:center;border:none;}.sub__mailing input[type="checkbox"]+label{position:relative;cursor:pointer;}.sub__mailing input[type="checkbox"]+label:before{content:'';position:absolute;width:20px;height:20px;border:1px solid #DADADA;border-radius:2px;left:-14px;top:29%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.sub__mailing input[type="checkbox"]:checked+label:before{background-image:url("/local/templates/2018/svg/checkbox_checked.svg");background-repeat:no-repeat;background-size:cover;background-position:center;border:none;}.sub-right-container{padding:26px 24px;background-image:url("/images/sub_fon.png");position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:49.9%;left:81.2%;width:459px;z-index:1;}.sub-form-heading{font-size:16px;line-height:135%;color:#464A4A;margin-bottom:40px;}.sub-form-input::-webkit-input-placeholder{font-size:16px;line-height:135%;color:#8E989B;}.sub-form-input::-moz-placeholder{font-size:16px;line-height:135%;color:#8E989B;}.sub-form-input:-ms-input-placeholder{font-size:16px;line-height:135%;color:#8E989B;}.sub-form-input::-ms-input-placeholder{font-size:16px;line-height:135%;color:#8E989B;}.sub-form-input::placeholder{font-size:16px;line-height:135%;color:#8E989B;}.sub-form-input{font-size:16px;line-height:135%;color:#1B1B1B;border-bottom:1px solid #8E989B;margin-bottom:24px;outline:none;border-left:none;border-right:none;border-top:none;padding-bottom:15px;background-color:transparent;width:100%;}.sub-left-container{width:50%;}.sub__bottom-img{background-image:url('/images/sub_ring.png');width:306px;height:190px;background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;left:29%;bottom:0;}.sub__terms a{color:#28DDD2;}.sub__terms{position:relative;font-size:12px;line-height:135%;color:#464A4A;z-index:999999;margin-left:20px;}.sub__mailing{position:relative;font-size:12px;line-height:135%;color:#464A4A;margin-bottom:105px;z-index:999999;margin-left:20px;}@media (max-width:991px){.sub__mailing{margin-bottom:15px}}.sub__bottom-line{height:51px;background:#28DDD2;position:absolute;width:100%;bottom:0;left:0;}.sub__black-bottom-line{position:absolute;background:#000;bottom:0;right:0;height:51px;width:50%;}.sub__form-container{margin-bottom:15px;}.sub-form-submit{cursor:pointer;background-color:#1B1B1B;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 28px;outline:none;border:none;width:94.5%;margin-top:5px;font-weight:500;font-size:16px;line-height:100%;letter-spacing:.2em;text-transform:uppercase;background-image:url('/images/star_modal_submit.png');background-repeat:no-repeat;background-position:8% 50%;}.sub-form-submit-before:before{position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;background-image:url("/images/star_modal_submit.png");background-repeat:no-repeat;background-size:cover;background-position:center;width:15px;height:15px;}.sub-form-submit-before{position:relative;}.sub-form-input-container{position:relative;}.sub__error{display:none;position:absolute;bottom:100%;left:0;font-size:12px;line-height:135%;color:#FFFFFF;background:#D14B4B;padding:6px 10px;}.sub__error:before{content:'';position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:-10px;left:2px;height:8px;width:13px;background-image:url('/images/sub_error.png');background-repeat:no-repeat;background-position:center;background-size:cover;}.blocker{z-index:999999!important;}@media (max-width:991px){.sub-form-heading{margin-bottom:20px}.sub-form-input{margin-bottom:12px}.blocker{padding:0!important}.sub{height:100%!important;width:100%!important}.sub-left-container{width:100%}.sub-right-container{position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:100%;margin-bottom:50px}.sub__bottom-img{display:none;bottom:0}}@media (max-width:576px){.blocker{padding:0!important}.why-leave{width:100%!important}.sub{padding:30px 15px!important}.sub__heading{font-size:30px}.sub__desc{font-size:12px}.sub__select{width:100%}.sub__select-heading{font-size:14px}.irs--flat{width:100%}.sub-form-input{font-size:14px}.sub-form-input::-webkit-input-placeholder{font-size:14px}.sub-form-input::-moz-placeholder{font-size:14px}.sub-form-input:-ms-input-placeholder{font-size:14px}.sub-form-input::-ms-input-placeholder{font-size:14px}.sub-form-input::placeholder{font-size:14px}.sub_steps{font-size:12px}.sub-right-container{padding:15px;width:100vw;margin-left:-15px}.sub-form-heading{font-size:14px}.sub-form-submit{width:100%;font-size:12px;padding:20px 16px;background-position:4% 50%}.why-leave__close{width:15px;height:15px;top:15px;right:15px}.sub__bottom-img{width:190px;height:120px}}
/* 27.02.2026 Task: 141884 */
.header-mobile__open{overflow-y:auto;max-height:100vh;max-height:100dvh;}.header-mobile__icons .header-mobile__icon span:before{display:none;}.footer__contacts .footer__yandex,.footer__contacts .footer__iframe_yandex{text-align:right;padding-top:10px;margin-top:0;}@media screen and (max-width:1300px){main.main{padding-top:0}}@media screen and (max-width:576px){.footer__contacts-container{margin-left:auto}.footer__contacts .footer__number,.footer__contacts .footer__email{text-align:right}}.content .breadcrumb{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width:567px){.content .breadcrumb>span,.content .breadcrumb .point-sep:before{display:block;line-height:1}.content .breadcrumb .breadcrumb__item{font-size:12px;line-height:15px}.footer__contacts .footer__yandex,.footer__contacts .footer__iframe_yandex{text-align:right}}#iframe{height:45px;}.ttw-header-sub-nav{z-index:1;}.header__search-line-container{position:absolute;z-index:3;left:50%;width:100%;padding:0 15px;top:calc(100% + 10px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}@media screen and (min-width:1467px){.header__search-line-container{max-width:1467px}}.header__search-line-container .header__search-line{max-width:100%!important;background-color:#fff;-ms-flex-wrap:wrap;flex-wrap:wrap;}.header__search-line>div:last-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.header__search-line>div:last-child:empty{display:none;}.header__search-line>input.header__input-search{width:calc(100% - 70px)!important;}div.title-search-result{left:50%!important;width:calc(100% - 30px)!important;max-width:calc(100% - 30px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}@media screen and (min-width:1467px){div.title-search-result{max-width:1437px}}div.title-search-result table.title-search-result{width:100%!important;}div.title-search-result div.title-search-fader{display:none!important;left:auto!important;right:0!important;}
/* 27.02.2026 END */
/* End */


/* Start:/local/templates/2018/css/bootstrap/bootstrap.css?168733904853920*/
@charset "UTF-8";
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 568px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1018px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 568px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1018px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1240px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 568px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1018px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 100; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 568px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1018px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 568px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1018px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-italic {
  font-style: italic !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: none; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@media (max-width: 567px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 1017px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1239px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 568px) {
    .container {
      max-width: 538px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 710px; } }
  @media (min-width: 1018px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1240px) {
    .container {
      max-width: 1180px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 568px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1018px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.img-fluid {
  max-width: 100%;
  height: auto; }

/* End */


/* Start:/local/templates/2018/js/plugins/magnific.popup/magnific-popup.css?16873390487341*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2010;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }
  .mfp-inline-holder .mfp-content .mfp-close,
  .mfp-ajax-holder .mfp-content .mfp-close {
    top: 10px;
    right: 10px; }
    .mfp-inline-holder .mfp-content .mfp-close .icon,
    .mfp-ajax-holder .mfp-content .mfp-close .icon {
      color: #b2b2b2; }

.mfp-full-width .mfp-content {
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ffffff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ffffff; }

.mfp-preloader a:hover {
  color: #ffffff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
  line-height: 0; }
  @media only screen and (max-width: 567px) {
    .mfp-close {
      top: 10px; } }
  .mfp-close .icon {
    font-size: 24px;
    color: #ffffff; }
    @media only screen and (max-width: 567px) {
      .mfp-close .icon {
        font-size: 20px; } }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  font-size: 60px; }
  @media only screen and (max-width: 567px) {
    .mfp-arrow {
      display: none !important; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) {
    .mfp-arrow {
      display: none !important; } }
  .mfp-arrow .icon {
    pointer-events: none; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff; }

.mfp-figure small {
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #ffffff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  	 * Remove all paddings around the image on small screen
  	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.popup-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  fill: #ffffff;
  color: #ffffff; }
  .popup-arrow--prev {
    left: 30px; }
  .popup-arrow--next {
    right: 30px; }

/* End */


/* Start:/local/templates/2018/js/plugins/slick/slick.min.css?16873390481472*/
.slick-slider { position: relative; display: block; -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-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; } .slick-arrow.slick-hidden { display: none; }
/* End */


/* Start:/local/templates/2018/js/plugins/select2/scss/core.css?168733904815495*/
@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  /**
   * подключаем доп. стили
   */
  /**
   * grid
   */
  /**
   * colors
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */ }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none; }
    @media only screen and (max-width: 567px) {
      .select2-container .select2-selection--single {
        height: 32px; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 10px;
      padding-right: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 26px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #0d3b53;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 2050; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 5px 10px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0;
  animation: display-none-transition 0.2s ease-out; }

@keyframes display-none-transition {
  0% {
    opacity: 0; } }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 5px; }
  .select2-search--dropdown .select2-search__field {
    padding: 5px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  visibility: hidden; }

/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.select2-container--default {
  /**
   * подключаем доп. стили
   */
  /**
   * grid
   */
  /**
   * colors
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */
  /**
   * подключаем доп. стили
   */
  /**
   * grid
   */
  /**
   * colors
   */
  /**
   * медиа-запрос для 1 интервала
   */
  /**
   * медиа-запрос для 1 интервала, включая все интервалы ниже
   * либо для нескольких интервалов, строго для каждого
   */
  /**
   * hover на десктопной версии и active на мобильной
   */
  /**
   * размер
   */
  /**
   * круг, можно задать цвет, границу и также ее цвет
   */
  /**
   * placeholder для разных браузеров
   */
  /**
   * gradient
   */
  /**
   * clearfix
   */ }
  .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #f0efed;
    border-radius: 2px;
    transition: border-color 0.2s ease-out; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #3a3a3a;
      line-height: 36px;
      font-weight: 300; }
      @media only screen and (max-width: 567px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 32px; } }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 34px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 26px; }
      @media only screen and (max-width: 567px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 30px; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #0d3b53; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: #f0efed; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-color: #f0efed; }
  .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid #f0efed;
    border-radius: 2px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 10px;
      width: 100%; }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #ffffff;
      border: 1px solid #f0efed;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c4c4c4; }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #8a8a8a; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0efed; }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0d3b53;
    color: #ffffff; }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

/* End */


/* Start:/local/templates/2018/js/plugins/nouislider/nouislider.css?16873390485448*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
  margin: 0 9px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -17px;
  top: -8px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -9px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #f0efed; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #0d3b53; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #ffffff;
  cursor: default;
  border: 1px solid #0d3b53;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }

.noUi-active {
  border-color: #0d3b53;
  background-color: #0d3b53; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/* End */


/* Start:/local/templates/2018/js/plugins/tooltipster/tooltipster.css?168733904810449*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 1px solid #f0efed;
  border-radius: 2px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05); }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  padding: 15px 20px; }
  @media only screen and (max-width: 567px) {
    .tooltipster-sidetip .tooltipster-content {
      padding: 10px 15px; } }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: -1px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: -1px;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: -1px;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #ffffff;
  left: 0;
  top: 1px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #ffffff;
  left: -1px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #ffffff;
  left: 1px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff;
  left: 0;
  top: -1px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #f0efed; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #f0efed; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #f0efed; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #f0efed; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* End */


/* Start:/local/templates/2018/js/plugins/fancybox/jquery.fancybox.css?168733904817412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/2018/js/plugins/jquery-modal-master/jquery.modal.min.css?16873390483201*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* End */


/* Start:/local/templates/2018/js/plugins/rangeSlider/ion.rangeSlider.min.css?168733904811084*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/* End */


/* Start:/local/templates/2018/css/custom/account.css?173986692629069*/
:root{--ttw-accent-light-color:#C2F8F4;--ttw-accent-light-color_darken:#28ddd2;--ttw-accent-dark-color:#0D3B53;--ttw-accent-dark-color_lighten:#184e6b;--ttw-cabinet-block-radius:30px;--ttw-buttons-radius:11px;--ttw-buttons-radius_more:26px}@media screen and (min-width:480px){:root{--ttw-cabinet-block-radius:44px}}/*@font-face{font-family:'Anek Kannada';src:url('/local/templates/2018/css/custom/../fonts/AnekKannada-Regular.woff2') format('woff2'),url('/local/templates/2018/css/custom/../fonts/AnekKannada-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Anek Kannada';src:url('/local/templates/2018/css/custom/../fonts/AnekKannada-Bold.woff2') format('woff2'),url('/local/templates/2018/css/custom/../fonts/AnekKannada-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap}*/@font-face{font-family:'ttw-nav-angles';src:url('/local/templates/2018/css/custom/../fonts/ttw-nav-angles.eot?tywp8g');src:url('/local/templates/2018/css/custom/../fonts/ttw-nav-angles.eot?tywp8g#iefix') format('embedded-opentype'),url('/local/templates/2018/css/custom/../fonts/ttw-nav-angles.ttf?tywp8g') format('truetype'),url('/local/templates/2018/css/custom/../fonts/ttw-nav-angles.woff?tywp8g') format('woff'),url('/local/templates/2018/css/custom/../fonts/ttw-nav-angles.svg?tywp8g#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ttw-icon-"],[class*=" ttw-icon-"]{font-family:'ttw-nav-angles'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ttw-icon-angle-left:before{content:"\e900"}.ttw-icon-angle-right:before{content:"\e901"}@media screen and (min-width:1540px){.ttw-cabinet-sidebar{padding-right:32px}.ttw-cabinet-content{padding-left:32px}}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;list-style:none;padding:30px 20px 20px;border:1px solid #E7E7E7}@media screen and (min-width:992px){.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav{gap:25px;padding:55px 30px 15px}}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav li{padding:0;margin:0}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav li::before{display:none}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav li:last-child{margin-top:55px}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav .ttw-cabinet-sidebar-nav__link{font-size:16px;line-height:27px}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav .ttw-cabinet-sidebar-nav__link_active{font-weight:bold}.ttw-cabinet-sidebar .ttw-cabinet-sidebar-nav .ttw-cabinet-sidebar-nav__link:not(:hover){color:#000;text-decoration:none}.ttw-cabinet,.ttw-cabinet *,.ttw-auth,.ttw-auth *,.ttw-account,.ttw-account *{font-family:'Anek Kannada',sans-serif}.ttw-cabinet-block{color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 25px 40px;border-radius:30px;width:100%;max-width:440px;background-color:var(--ttw-accent-light-color)}@media screen and (min-width:480px){.ttw-cabinet-block{padding:30px 34px 40px;border-radius:var(--ttw-cabinet-block-radius)}}@media screen and (min-width:480px){.ttw-cabinet-block.ttw-auth{padding:30px 35px 50px}}.ttw-cabinet .ttw-cabinet__heading,.ttw-auth .ttw-cabinet__heading{margin-top:0!important;margin-bottom:25px;font-weight:bold;font-size:20px;line-height:33px;padding:0 12px}.ttw-cabinet-content .ttw-cabinet__heading{padding:0}.ttw-cabinet-content h2{font-size:20px}@media screen and (min-width:1200px){.ttw-cabinet-content h2{margin-bottom:30px}}.ttw-cabinet-content h2,.ttw-cabinet-content h3,.ttw-cabinet-content h4,.ttw-cabinet-content h5,.ttw-cabinet-content h6{font-weight:bold}.ttw-form,.ttw-auth-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.ttw-form.ttw-form_data{max-width:325px}}.ttw-form__field,.ttw-auth-form__field{position:relative}.ttw-form__field:not(:last-child){margin-bottom:20px}.ttw-auth-form__field:not(:last-child){margin-bottom:15px}.ttw-form__label,.ttw-auth-form__label,.ttw-auth-form .ttw-auth-form__top-description{padding-left:12px;padding-right:12px}.ttw-form__label,.ttw-auth-form__label{display:block;font-size:16px;line-height:27px;margin-bottom:0}.ttw-auth-form .ttw-auth-form__top-description{margin-top:0;margin-bottom:15px;font-size:12px;line-height:20px}.ttw-form__input,.ttw-auth-form__input{display:block;width:100%;border-radius:var(--ttw-buttons-radius);padding:16px 12px 14px;font-size:16px;line-height:1;border:0;background-color:#fff}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none!important;appearance:none!important;margin:0}input[type="number"]{-moz-appearance:textfield!important}.ttw-form__input{border:1px solid #D9D9D9}.ttw-auth-form-input-wrapper{position:relative}.ttw-auth-form-input-wrapper .ttw-auth-form__input{padding-right:48px}.ttw-auth-form-input-wrapper__btn{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none;cursor:pointer;padding:0;position:absolute;top:50%;right:14px;width:32px;height:32px;border:0;background:transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ttw-auth-form__clear-btn{border-radius:50%;background-color:#D9D9D9;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.ttw-auth-form__clear-btn:hover{background-color:#cdcdcd}.ttw-auth-form__clear-btn::before,.ttw-auth-form__clear-btn::after{position:absolute;display:block;inset:0;margin:auto;content:'';width:20px;height:2px;border-radius:5px;background-color:#fff}.ttw-auth-form__clear-btn::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ttw-auth-form__clear-btn::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ttw-auth-form__password-appearance-btn{background:url('/local/templates/2018/css/custom/../images/ttw-form-eye-icon.webp') no-repeat center;background-size:100%;display:block;height:18px;-webkit-transition:-webkit-filter .2s;transition:-webkit-filter .2s;-o-transition:filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.ttw-auth-form__password-appearance-btn:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.ttw-auth-form__password-appearance-btn:before{position:absolute;display:block;opacity:0;content:'';height:140%;width:3px;border-radius:5px;inset:0;margin:auto;-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg);background-color:#d0d0d0}.ttw-auth-form__password-appearance-btn_active:before{opacity:1}.ttw-form .ttw-form__field-note,.ttw-auth-form .ttw-auth-form__field-note,.ttw-auth-form .ttw-auth-form__error-message{font-size:12px;padding-left:12px;padding-right:12px;margin:0}.ttw-form .ttw-form__field-note,.ttw-auth-form .ttw-auth-form__field-note{padding-top:4px;line-height:15px;color:#797979}.ttw-auth-form .ttw-auth-form__field-note{text-align:left}.ttw-form .ttw-form__error-message,.ttw-auth-form .ttw-auth-form__error-message{display:none;line-height:1.2;padding-top:3px;color:#d71616}.ttw-auth-btn,.ttw-cabinet-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:pointer;border:0;width:100%;padding:15px 25px 12px;font-size:16px;max-width:250px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff!important;text-decoration:none!important;background-color:var(--ttw-accent-dark-color);border-radius:var(--ttw-buttons-radius);-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.ttw-auth-btn:hover,.ttw-cabinet-btn:hover{color:#fff!important;background-color:var(--ttw-accent-dark-color_lighten)}.ttw-auth-btn.ttw-auth-btn_alter,.ttw-cabinet-btn.ttw-cabinet-btn_alter{color:#000!important;background-color:#fff}.ttw-auth-btn.ttw-auth-btn_alter:hover,.ttw-cabinet-btn.ttw-cabinet-btn_alter:hover{color:#fff!important;background-color:var(--ttw-accent-light-color_darken)}.ttw-cabinet-btn.ttw-cabinet-btn_rounded{border-radius:var(--ttw-buttons-radius_more)}.ttw-cabinet-btn.ttw-cabinet-btn_light{color:#000!important;background-color:var(--ttw-accent-light-color)}.ttw-cabinet-btn.ttw-cabinet-btn_light:hover{color:#fff!important;background-color:var(--ttw-accent-light-color_darken)}.ttw-auth-form .ttw-auth-form__resending-code-btn,.ttw-auth-form .ttw-auth-form__remind-password-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;cursor:pointer;border:0;padding:0 12px;font-size:12px;line-height:20px;color:#000;background:transparent;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ttw-auth-form .ttw-auth-form__remind-password-btn{padding-top:5px}.ttw-auth-form .ttw-auth-form__resending-code-btn:hover,.ttw-auth-form .ttw-auth-form__remind-password-btn:hover{text-decoration:underline!important;color:#000}.ttw-auth-form__buttons{padding-top:15px}.ttw-auth-form__change-method{position:relative;padding-top:30px}.ttw-auth-form__change-method::before{display:block;color:#797979;font-size:16px;line-height:27px;text-align:center;content:attr(data-title)}.ttw-auth-form__change-method .ttw-auth-btn{max-width:100%;padding-top:17px;padding-bottom:14px}.ttw-user .ttw-user__header{font-size:16px;line-height:27px;padding:16px 38px 12px;text-align:center;margin-bottom:28px;background-color:#fff;border-radius:var(--ttw-buttons-radius)}.ttw-user__name{color:#797979}.ttw-user-bonuses{color:#fff;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:3px solid #FFFFFF;border-radius:var(--ttw-cabinet-block-radius);background-color:var(--ttw-accent-dark-color)}@media screen and (min-width:480px){.ttw-user-bonuses{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:45px;padding:30px 40px 30px 0}}.ttw-user-bonuses__img,.ttw-user-bonuses__info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ttw-user-bonuses__img{font-size:0;text-align:center}@media screen and (min-width:480px){.ttw-user-bonuses__img{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px;max-width:170px}}.ttw-user-bonuses__img img{display:block;max-width:100%;height:auto}.ttw-user-bonuses__info{text-align:center}@media screen and (min-width:480px){.ttw-user-bonuses__info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 170px);flex:0 0 calc(100% - 170px);max-width:calc(100% - 170px)}}.ttw-user-bonuses__quantity,.ttw-user-bonuses__quantity-text,.ttw-user-bonuses__expiring{display:block}.ttw-user-bonuses__quantity{font-size:40px;line-height:1}.ttw-user-bonuses__quantity-text{font-size:24px;line-height:1;margin-bottom:5px}.ttw-user-bonuses__expiring{font-size:12px;line-height:16px}.ttw-form_data .ttw-form__field_submit{padding-top:25px}.ttw-form-checkbox,.ttw-form-radio{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;cursor:pointer;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}.ttw-form-checkbox__input,.ttw-form-radio__input{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:-1px}.ttw-form-checkbox__box{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;width:36px;height:15px;opacity:.8;background-color:#fff;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;background-color:#f0f0f0;border-radius:var(--ttw-cabinet-block-radius)}.ttw-form-checkbox__box:before{position:absolute;display:block;content:'';top:50%;left:0;width:13px;height:13px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:left .3s;-o-transition:left .3s;transition:left .3s;background-color:var(--ttw-accent-dark-color_lighten)}.ttw-form-checkbox__input:checked+.ttw-form-checkbox__box{background-color:var(--ttw-accent-light-color)}.ttw-form-checkbox__input:checked+.ttw-form-checkbox__box:before{left:calc(100% - 13px);background-color:var(--ttw-accent-dark-color)}.ttw-form-checkbox__label,.ttw-form-radio__label{display:block;position:relative;z-index:1;font-size:16px;line-height:27px;padding-left:31px;padding-top:5px}.ttw-form-checkbox.ttw-form-checkbox_alter .ttw-form-checkbox__label{font-weight:normal;font-size:12px;line-height:20px;margin-right:5px;padding:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;white-space:nowrap}.ttw-form-radio__label:before{position:absolute;display:block;content:'';left:0;top:50%;width:23px;height:23px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #000;background-color:#fefefe;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;will-change:background-color}.ttw-form-radio:hover .ttw-form-radio__label:before,.ttw-form-radio__input:checked+.ttw-form-radio__label:before{border-color:var(--ttw-accent-dark-color)}.ttw-form-radio__input:checked+.ttw-form-radio__label:before{background-color:var(--ttw-accent-dark-color)}.ttw-form-gender{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ttw-form-gender__title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:15px;padding:0}.ttw-form-gender__radio_male{padding-left:8px}.ttw-form-gender__radio_female{padding-right:8px}.ttw-cabinet-orders-carousel .slick-arrow{position:absolute;z-index:10;top:50%;width:19px;height:34px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ttw-cabinet-orders-carousel .slick-arrow::before{font-size:20px;color:#D9D9D9;font-family:'ttw-nav-angles'!important}@media screen and (min-width:480px){.ttw-cabinet-orders-carousel .slick-arrow::before{font-size:30px}}.ttw-cabinet-orders-carousel .slick-arrow:hover::before{color:var(--ttw-accent-light-color_darken)}.ttw-cabinet-orders-carousel .slick-prev{left:-20px}.ttw-cabinet-orders-carousel .slick-prev::before{content:"\e900"}.ttw-cabinet-orders-carousel .slick-next{right:-20px}.ttw-cabinet-orders-carousel .slick-next::before{content:"\e901"}@media screen and (min-width:480px) and (max-width:1539px){.ttw-cabinet-orders-carousel .slick-prev{left:0}.ttw-cabinet-orders-carousel .slick-next{right:0}}@media screen and (min-width:1540px){.ttw-cabinet-orders-carousel .slick-prev{left:-38px}.ttw-cabinet-orders-carousel .slick-next{right:-38px}}.ttw-cabinet-orders-carousel{padding-left:0;padding-right:0}@media screen and (min-width:480px) and (max-width:1539px){.ttw-cabinet-orders-carousel{padding-left:38px;padding-right:38px}}.ttw-cabinet-orders-carousel .slick-list{margin-left:-10px;margin-right:-10px}.ttw-cabinet-orders-carousel .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.ttw-cabinet-orders-carousel .slick-track::before,.ttw-cabinet-orders-carousel .slick-track::after{display:none}.ttw-cabinet-orders-carousel:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.ttw-cabinet-orders-carousel:not(.slick-initialized)::-webkit-scrollbar{width:6px;height:6px}.ttw-cabinet-orders-carousel:not(.slick-initialized)::-webkit-scrollbar-track{background:#f7f7f7}.ttw-cabinet-orders-carousel:not(.slick-initialized)::-webkit-scrollbar-thumb{background:var(--ttw-accent-dark-color)}@supports not selector(::-webkit-scrollbar){.ttw-cabinet-orders-carousel:not(.slick-initialized){scrollbar-width:thin;scrollbar-color:var(--ttw-accent-dark-color) #f7f7f7}}@media screen and (min-width:1018px){.ttw-cabinet-orders-carousel .slick-list{margin-left:-20px;margin-right:-20px}.ttw-cabinet-orders-carousel:not(.slick-initialized){gap:40px}}.ttw-cabinet-orders-carousel .slick-slide{-webkit-box-flex:1;-ms-flex:auto;flex:auto;height:auto;margin:0 10px}@media screen and (min-width:1018px){.ttw-cabinet-orders-carousel .slick-slide{margin:0 20px}}.ttw-cabinet-orders-carousel:not(.slick-initialized)>.ttw-cabinet-orders-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:1018px){.ttw-cabinet-orders-carousel:not(.slick-initialized)>.ttw-cabinet-orders-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 40px) / 2);flex:0 0 calc((100% - 40px) / 2);max-width:calc((100% - 40px) / 2)}}.ttw-cabinet-orders-carousel .ttw-cabinet-orders-carousel-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex!important;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;border:1px solid #D9D9D9;padding:55px 30px 20px 30px;-webkit-transition:border-color .2s;-o-transition:border-color .2s;transition:border-color .2s;border-radius:var(--ttw-cabinet-block-radius)}.ttw-cabinet-orders-carousel .ttw-cabinet-orders-carousel-item:hover{border-color:var(--ttw-accent-dark-color)}@media screen and (min-width:1200px){.ttw-cabinet-orders-carousel .ttw-cabinet-orders-carousel-item{padding-top:70px;padding-right:16px}}.ttw-cabinet-orders-carousel-item:before{position:absolute;z-index:0;top:15px;left:15px;display:block;padding:6px 15px 4px;color:#000;font-size:12px;line-height:20px;content:attr(data-status);border-radius:var(--ttw-cabinet-block-radius)}@media screen and (min-width:1200px){.ttw-cabinet-orders-carousel-item:before{top:23px;left:21px;padding:8px 25px 5px}}.ttw-cabinet-orders-carousel-item_placed:before{background-color:var(--ttw-accent-light-color)}.ttw-cabinet-orders-carousel-item_completed:before{background-color:#D9D9D9}.ttw-cabinet-orders-carousel-item_cancelled:before{background-color:#eea4a4}.ttw-cabinet-orders-carousel-item__title,.ttw-cabinet-orders-carousel-item__date,.ttw-cabinet-orders-carousel-item__price,.ttw-cabinet-orders-carousel-item__bonuses{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ttw-cabinet-orders-carousel-item__title,.ttw-cabinet-orders-carousel-item__date,.ttw-cabinet-orders-carousel-item__number,.ttw-cabinet-orders-carousel-item__price,.ttw-cabinet-orders-carousel-item__bonuses{position:relative;z-index:2}.ttw-cabinet-orders-carousel-item__price{padding-top:8px}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__title{font-size:16px;line-height:27px;margin-bottom:0;margin-top:0}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__date{margin-bottom:5px;font-size:12px;line-height:16px}.ttw-cabinet-orders-carousel-item__img{-webkit-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%}.ttw-cabinet-orders-carousel-item__img img{width:100%;height:auto;display:block}@media screen and (min-width:731px){.ttw-cabinet-orders-carousel-item__img{-webkit-box-flex:0;-ms-flex:0 0 44.5%;flex:0 0 44.5%;max-width:44.5%}}.ttw-cabinet-orders-carousel-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(62% - 20px);flex:0 0 calc(62% - 20px);max-width:calc(62% - 20px)}@media screen and (min-width:731px){.ttw-cabinet-orders-carousel-item__info{-webkit-box-flex:0;-ms-flex:0 0 calc(55.5% - 20px);flex:0 0 calc(55.5% - 20px);max-width:calc(55.5% - 20px)}}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__name{display:block;font-size:13px;line-height:20px;margin-bottom:4px;text-decoration:none;text-wrap:balance;color:#000}.ttw-cabinet-orders-carousel-item:hover .ttw-cabinet-orders-carousel-item__name{color:var(--ttw-accent-dark-color)}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__name>span{position:relative;z-index:2}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__name:before{position:absolute;display:block;content:'';z-index:1;inset:0}.ttw-cabinet-orders-carousel-item__number{font-size:12px;line-height:20px}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__price{font-size:16px;line-height:27px;margin:0}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__bonuses{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 10px;margin:0}.ttw-cabinet-orders-carousel-item .ttw-cabinet-orders-carousel-item__bonuses li{padding-left:0;margin:0;font-size:12px;line-height:16px;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 5px);flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);text-wrap:balance}.ttw-cabinet-orders-carousel-item__bonuses li::before{display:none}.ttw-cabinet-bonuses{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--ttw-accent-light-color);border-radius:var(--ttw-cabinet-block-radius);margin-bottom:40px}@media screen and (min-width:1200px){.ttw-cabinet-bonuses{margin-bottom:70px}}.ttw-cabinet-bonuses__left,.ttw-cabinet-bonuses__right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ttw-cabinet-bonuses__left{border:0;margin:0}@media screen and (min-width:650px) and (max-width:767px){.ttw-cabinet-bonuses__left{-webkit-box-flex:0;-ms-flex:0 0 356px;flex:0 0 356px;max-width:356px}}@media screen and (min-width:940px){.ttw-cabinet-bonuses__left{-webkit-box-flex:0;-ms-flex:0 0 356px;flex:0 0 356px;max-width:356px}}.ttw-cabinet-bonuses__right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px;text-align:center}@media screen and (min-width:650px) and (max-width:767px){.ttw-cabinet-bonuses__right{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 356px);flex:0 0 calc(100% - 356px);max-width:calc(100% - 356px)}}@media screen and (min-width:940px){.ttw-cabinet-bonuses__right{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 356px);flex:0 0 calc(100% - 356px);max-width:calc(100% - 356px)}}.ttw-cabinet-bonuses__right p{margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ttw-cabinet-bonuses__expiring{font-size:18px;line-height:1.2}@media screen and (min-width:1018px){.ttw-cabinet-bonuses__expiring{font-size:20px;line-height:40px}}.ttw-cabinet-bonuses__quantity{font-size:36px;line-height:1.3}@media screen and (min-width:1018px){.ttw-cabinet-bonuses__quantity{font-size:40px;line-height:66px}}.ttw-cabinet-bonuses-history{border:1px solid #E7E7E7}.ttw-cabinet-bonuses-history .ttw-cabinet-bonuses-history-table{border:0;width:auto;min-width:100%;max-width:unset}.ttw-cabinet-bonuses-history .ttw-cabinet-bonuses-history-table tr{border-bottom:1px solid #E7E7E7}.ttw-cabinet-bonuses-history .ttw-cabinet-bonuses-history-table tr:nth-child(n) td{background-color:transparent;padding:15px 20px 12px}@media screen and (min-width:1200px){.ttw-cabinet-bonuses-history .ttw-cabinet-bonuses-history-table tr:nth-child(n) td{padding:20px 55px 17px}}.ttw-cabinet-bonuses-history-table__name{font-size:12px;line-height:20px;min-width:220px}.ttw-cabinet-bonuses-history-table__name span{display:block;font-size:16px;line-height:27px}.ttw-cabinet-bonuses-history-table__quantity{font-size:20px;line-height:33px;text-align:right;white-space:nowrap}.ttw-cabinet-bonuses-history-more{display:none}.ttw-cabinet-bonuses-history__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 30px}.ttw-cabinet-bonus-program{display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:35px}@media screen and (min-width:1301px){.ttw-cabinet-bonus-program{gap:70px}}.ttw-cabinet-bonus-program__col{font-size:16px;line-height:27px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ttw-cabinet-bonus-program__col ul:not([class]){list-style:none}.ttw-cabinet-bonus-program__col ul:not([class]) li{padding-left:18px;font-size:inherit;line-height:inherit;margin:0}.ttw-cabinet-bonus-program__col ul:not([class]) li:before{position:absolute;display:block;content:'';left:7px;top:.55em;width:3px;height:3px;border-radius:50%;background-color:#000}@media screen and (min-width:640px){.ttw-cabinet-bonus-program__col_values{-webkit-box-flex:0;-ms-flex:0 0 490px;flex:0 0 490px;max-width:100%}}@media screen and (min-width:992px){.ttw-cabinet-bonus-program__col_values{max-width:490px}}@media screen and (min-width:1200px){.ttw-cabinet-bonus-program__col_text{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 525px);flex:0 0 calc(100% - 525px);max-width:calc(100% - 525px)}}@media screen and (min-width:1301px){.ttw-cabinet-bonus-program__col_text{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 560px);flex:0 0 calc(100% - 560px);max-width:calc(100% - 560px);padding-left:55px}}.ttw-cabinet-bonus-rules{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ttw-cabinet-bonus-rules-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:192px}.ttw-cabinet-bonus-rules-item::before{position:absolute;display:block;content:'';top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ttw-cabinet-bonus-rules-item_right::before{right:0;width:0;height:0;border-style:solid;border-width:96px 0 96px 113px;border-color:transparent transparent transparent var(--ttw-accent-light-color)}.ttw-cabinet-bonus-rules-item_left::before{left:0;width:0;height:0;border-style:solid;border-width:96px 113px 96px 0;border-color:transparent var(--ttw-accent-light-color) transparent transparent}.ttw-cabinet-bonus-rules-item__img{position:absolute;z-index:1;width:36.5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:550px){.ttw-cabinet-bonus-rules-item__img{top:auto;bottom:0;-webkit-transform:none;-ms-transform:none;transform:none}}.ttw-cabinet-bonus-rules-item__img img{display:block;max-width:100%;height:auto}.ttw-cabinet-bonus-rules-item__info{position:relative;z-index:0;text-align:center;padding:10px 6%;width:calc(100% - 100px);background-color:var(--ttw-accent-light-color)}.ttw-cabinet-bonus-rules-item__info p{margin:0}.ttw-cabinet-bonus-rules-item__title{font-size:35px;line-height:1;padding-top:5px}@media screen and (min-width:550px){.ttw-cabinet-bonus-rules-item__title{font-size:40px}}.ttw-cabinet-bonus-rules-item .ttw-cabinet-bonus-rules-item__description{font-size:12px;line-height:1.2;text-wrap:balance}@media screen and (min-width:550px){.ttw-cabinet-bonus-rules-item .ttw-cabinet-bonus-rules-item__description{line-height:20px}}.ttw-cabinet-bonus-rules-item_right .ttw-cabinet-bonus-rules-item__img{right:10%;width:45%}@media screen and (min-width:640px){.ttw-cabinet-bonus-rules-item_right .ttw-cabinet-bonus-rules-item__img{right:5%}}.ttw-cabinet-bonus-rules-item_left .ttw-cabinet-bonus-rules-item__img{left:15%}@media screen and (min-width:640px){.ttw-cabinet-bonus-rules-item_left .ttw-cabinet-bonus-rules-item__img{left:23%;bottom:20%}}.ttw-cabinet-bonus-rules-item_right .ttw-cabinet-bonus-rules-item__info{padding-right:18%;padding-left:8%}@media screen and (min-width:480px){.ttw-cabinet-bonus-rules-item_right .ttw-cabinet-bonus-rules-item__info{padding-right:29%;padding-left:10%}}.ttw-cabinet-bonus-rules-item_left .ttw-cabinet-bonus-rules-item__info{padding-left:18%;margin-left:auto}@media screen and (min-width:480px){.ttw-cabinet-bonus-rules-item_left .ttw-cabinet-bonus-rules-item__info{padding-left:32%}}@media screen and (max-width:767px){.basket-item-block-info .ttw-form-checkbox{padding-left:10px}}.ttw-hidden{display:none}.ttw-bold-font{font-weight:bold}

.ttw-form__field small {padding-left: 12px}
.ttw-form__field .calendar-icon {position: absolute;    right: 15px;    bottom: 17px;}
/* End */


/* Start:/local/templates/2018/css/custom/video.css?17316770885202*/
.ttw-video-carousel{margin-left:auto;margin-right:auto}.ttw-video-carousel::-webkit-scrollbar{width:6px;height:6px}.ttw-video-carousel::-webkit-scrollbar-track{background:#f7f7f7}.ttw-video-carousel::-webkit-scrollbar-thumb{background:#28ddd2}@supports not selector(::-webkit-scrollbar){.ttw-video-carousel{scrollbar-width:thin;scrollbar-color:#28ddd2 #f7f7f7}}.ttw-video-carousel .slick-arrow:not(.slick-disabled){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ttw-video-carousel .slick-arrow{padding:0;z-index:10;width:30px;height:30px;font-size:0;border-radius:50%;background-color:#D9F3F1;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}@media screen and (min-width:992px){.ttw-video-carousel .slick-arrow{width:40px;height:40px}}.ttw-video-carousel .slick-arrow:hover{background-color:#cbecea}.ttw-video-carousel .slick-arrow svg{width:8px;height:12px}.ttw-video-carousel .slick-prev{left:-25px}.ttw-video-carousel .slick-next{right:-25px}@media screen and (min-width:992px) and (max-width:1439px){.ttw-video-carousel_vertical .slick-prev{left:0}.ttw-video-carousel_vertical .slick-next{right:0}}@media screen and (min-width:992px){.ttw-video-carousel_horizontal .slick-prev{left:0}.ttw-video-carousel_horizontal .slick-next{right:0}}.ttw-video-carousel:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.ttw-video-carousel_vertical:not(.slick-initialized){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ttw-video-carousel_vertical:not(.slick-initialized)>.ttw-video-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 282px;flex:0 0 282px;max-width:282px}.ttw-video-carousel_horizontal:not(.slick-initialized)>.ttw-video-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.ttw-video-carousel_vertical{margin-bottom:50px;padding-left:13px;padding-right:13px;margin-left:-6px;margin-right:-6px}@media screen and (max-width:991px){.ttw-video-carousel_vertical{padding-top:40px}.ttw-video-carousel_vertical .slick-prev{left:-20px}.ttw-video-carousel_vertical .slick-next{right:-20px}}@media screen and (min-width:768px){.ttw-video-carousel_vertical{padding-left:50px;padding-right:50px;margin-left:auto;margin-right:auto}}@media screen and (min-width:1440px){.ttw-video-carousel_vertical{padding-left:105px;padding-right:105px;max-width:81.957%}}@media screen and (min-width:1200px){.ttw-video-carousel_vertical{margin-bottom:80px}}@media screen and (min-width:576px) and (max-width:767px){.ttw-video-carousel_vertical .slick-list{padding-left:15vw!important;padding-right:15vw!important}}@media screen and (min-width:992px){.ttw-video-carousel_vertical .slick-list{padding-left:0!important;padding-right:0!important}}.ttw-video-carousel-item{position:relative;overflow:hidden;display:grid!important;grid-template-areas:'ttwVideoCarouselItemInner'}.ttw-video-carousel_vertical .ttw-video-carousel-item{aspect-ratio:282 / 500;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}@media screen and (min-width:992px){.ttw-video-carousel_vertical .ttw-video-carousel-item{-webkit-transform:scale(.783);-ms-transform:scale(.783);transform:scale(.783)}}.ttw-video-carousel_vertical .slick-slide{margin-left:5px;margin-right:5px}@media screen and (min-width:992px){.ttw-video-carousel_vertical .slick-slide{margin-left:20px;margin-right:20px}}.ttw-video-carousel_vertical .ttw-video-carousel-item::before{position:absolute;display:block;inset:0;content:'';width:100%;height:100%;z-index:20;opacity:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;background-color:rgba(255,255,255,.5)}.ttw-video-carousel_vertical .slick-slide.slick-center .ttw-video-carousel-item::before{opacity:0;pointer-events:none}.ttw-video-carousel_vertical .slick-slide.slick-center .ttw-video-carousel-item{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ttw-video-carousel-item__preview,.ttw-video-carousel-item__video{grid-area:ttwVideoCarouselItemInner}.ttw-video-carousel-item__preview{z-index:1;opacity:1;cursor:pointer;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.ttw-video-carousel-item__preview.ttw-video-carousel-item__preview_hidden{opacity:0}.ttw-video-carousel-item__preview img,.ttw-video-carousel-item__video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ttw-video-carousel-item__video{z-index:0}.ttw-video-carousel .ttw-video-carousel__title{position:absolute;display:block;color:#fff;bottom:0;margin:0;font-size:14px;line-height:20px;padding:0 10px 15px;text-wrap:balance}@media screen and (min-width:768px){.ttw-video-carousel .ttw-video-carousel__title{font-size:16px;line-height:24px;padding:0 24px 34px}}.ttw-video-carousel_horizontal{padding-left:13px;padding-right:13px}@media screen and (min-width:992px){.ttw-video-carousel_horizontal{padding-left:68px;padding-right:68px}}
/* End */


/* Start:/local/templates/2018/css/custom/custom.css?178613400216560*/
.ttw-cart .bx-sbb-empty-cart-text{line-height:1.2}.ttw-cart.ttw-cart_empty .ttw-cabinet-content{padding:0}@media screen and (max-width:480px){.ttw-cart.ttw-cart_empty .bx-sbb-empty-cart-text{font-size:30px}}.ttw-cart.ttw-cart_full{padding:30px}.ttw-cart.ttw-cart_full .ttw-cabinet-content{padding:0}.ttw-cart.ttw-cart_full,.ttw-cart.ttw-cart_full .ttw-cabinet-content{width:100%;max-width:100%}.ttw-cart.ttw-cart_full h1{margin-top:0}.ttw-cart.ttw-cart_full .ttw-cabinet-content:last-child,.ttw-cart.ttw-cart_full .basket-checkout-container:last-child{margin-bottom:0!important}.ttw-cart.ttw-cart_full .basket-items-list{padding:0}.ttw-cart.ttw-cart_full .basket-items-list,.ttw-cart.ttw-cart_full .basket-items-list-container{min-height:unset!important}.ttw-cart.ttw-cart_full .basket-items-list-wrapper,.ttw-cart.ttw-cart_full .basket-checkout-container{border:0}.ttw-cart.ttw-cart_full .basket-item-block-info{-ms-flex-item-align:center;align-self:center}.ttw-cart.ttw-cart_full .basket-item-info-name{margin-top:0!important}@media screen and (min-width:568px) and (max-width:767px){.ttw-cart.ttw-cart_full .basket-item-block-actions{opacity:1}}@media screen and (max-width:567px){.ttw-cart.ttw-cart_full .basket-item-block-actions.hidden-xs{display:none!important}}@media screen and (max-width:767px){.ttw-cart.ttw-cart_full .basket-items-list-item-container{background-color:#fff}.ttw-cart.ttw-cart_full .basket-items-list-item-remove{margin-left:auto!important;margin-right:15px!important}}.ttw-cart.ttw-cart_full .bx-soa-more{border-top-color:#0d3b53}.ttw-cart.ttw-cart_full .bx-soa-section,.ttw-cart.ttw-cart_full .bx-soa-cart-total,.ttw-cart.ttw-cart_full .bx-soa-section.bx-soa-section.bx-step-completed,.ttw-cart.ttw-cart_full .bx-soa-item-table .bx-soa-item-td,.ttw-cart.ttw-cart_full .bx-soa-cart-total .bx-soa-cart-total-line,.ttw-cart.ttw-cart_full .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2){border-color:#0d3b53}
.ttw-wide-banners .swiper-slide img {width: 100%;}@media screen and (max-width:425px){.header-mobile__burger{margin-right:15px;}.header-mobile__logo-mobile svg{width:120px;}}.top-5-list{margin-top:20px;border:1px solid #f0efed;}.section-sitemap{padding:40px 0 100px}.section-sitemap ul{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;list-style:disc}.section-sitemap ul li a{color:#000;display:inline-block;padding-top:5px;padding-bottom:5px;border-bottom:2px solid transparent}.section-sitemap ul li::marker{color:#d9f3f1}.section-sitemap ul li a:hover{border-bottom:2px solid #d9f3f1}.content .section-sitemap ul li:before{content:unset}.content .section-sitemap ul,.content .section-sitemap ol{margin-bottom:0}
/* 22.01.2025 Task: 126577 */
.catalog-detail>.row:nth-child(2)>[class*="col-"]>.row.h-100{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.catalog-detail .detail-slider{position:relative!important;height:auto}.catalog-detail .detail-slider-wrap{padding-top:0}.catalog-detail .detail-slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-detail .detail-slider .slick-track::before,.catalog-detail .detail-slider .slick-track::after{display:none}.catalog-detail .detail-slider .slick-slide{height:auto}.catalog-detail .detail-slider__item .img-fluid{top:0;-webkit-transform:none;-ms-transform:none;transform:none}
/* 22.01.2025 END */
/* 25.03.2025 Task: 128929 */
.ttw-d-none{display:none!important}.ttw-categories{display:grid;padding-top:60px;grid-gap:15px;margin-bottom:30px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:360px){.ttw-categories{grid-gap:30px 20px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:360px) and (max-width:390px){.ttw-categories{margin-left:-15px;margin-right:-15px}}@media screen and (min-width:360px) and (max-width:479px){.ttw-categories .ttw-categories-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:360px) and (max-width:767px){.ttw-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px 20px}}@media screen and (min-width:480px) and (max-width:767px){.ttw-categories .ttw-categories-item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 30px) / 2);flex:0 0 calc((100% - 30px) / 2);max-width:calc((100% - 30px) / 2)}}@media screen and (min-width:768px){.ttw-categories{padding-top:100px;grid-gap:20px 30px;margin-bottom:68px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.ttw-categories{grid-template-columns:repeat(4,1fr)}}.ttw-categories .ttw-categories-item{display:block;text-decoration:none}@media screen and (min-width:768px){.ttw-categories .ttw-categories-item{display:block!important}}@media screen and (max-width:767px){.ttw-categories-item.ttw-categories-item_hidden-mobile{display:none}}.ttw-categories .ttw-categories-item:hover{color:#000}.ttw-categories-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ttw-categories-item__img{height:40px;width:40px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:768px){.ttw-categories-item__img{height:50px;width:50px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px}}.ttw-categories-item__title{display:block;font-size:14px!important;line-height:1.2!important;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:calc(100% - 50px)}@media screen and (min-width:576px){.ttw-categories-item__title{font-size:14px!important;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 60px);flex:0 0 calc(100% - 60px);max-width:calc(100% - 60px)}}.ttw-categories-more-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;padding:2px 5px;margin:0 auto 30px;font-size:14px;line-height:1.2;border:0;background:transparent}.ttw-categories-more-btn{display:none}@media screen and (min-width:768px){.ttw-categories-more-btn{display:none}}.favorite-btn_mobile{display:none!important;}@media screen and (max-width:568px){.favorite-btn_mobile{display:block!important;position:absolute;top:10px}}
/* 25.03.2025 END */
/* 30.01.2025 Task: 126913 */
@media screen and (min-width:1018px){.catalog-detail__img-inner-col{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px)}}
/* 30.01.2025 END */
.slick-next{left:auto;right:17px!important;width:33px!important;background-image:url('/app/img/svg/arrow_next.svg')!important;background-position:center!important;background-repeat:no-repeat!important;height:15px}.slick-prev{right:auto;left:17px!important;width:33px!important;background-image:url('/app/img/svg/arrow_prev.svg')!important;background-position:center!important;background-repeat:no-repeat!important;height:15px;z-index:99}.catalog-top-left{margin:30px 0 15px;font-size:21px;line-height:25px;font-weight:300}
/* 20.06.2025 Task: 132501 */
.ttw-special-img-catalog-eksklyuziv{display:block;height:auto;max-width:100%;margin:0 auto 15px}@media screen and (min-width:768px){.ttw-special-img-catalog-eksklyuziv{max-width:40%}}@media screen and (min-width:1200px){.ttw-special-img-catalog-eksklyuziv{max-width:23%}}@media screen and (max-width:767px){.section-head .js-catalog-sort{text-align:center}}
/* 20.06.2025 END */
.header .ttw-header-nav-toggle-btn{display:none;}.header__menu,.header-mobile .header__nav{position:relative;overflow-x:clip}.header__nav-item-link{display:block}.header__nav-item.header__nav-item_parent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__nav-item.header__nav-item_parent>a{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 18px);flex:0 0 calc(100% - 18px);max-width:calc(100% - 18px)}.header__menu .header__nav-item.header__nav-item_parent::after,.header-mobile .header__nav .header__nav-item.header__nav-item_parent .ttw-header-nav-toggle-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;display:block;content:'';width:15px;height:15px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24taWNvbiBsdWNpZGUtY2hldnJvbi1kb3duIj48cGF0aCBkPSJtNiA5IDYgNiA2LTYiLz48L3N2Zz4=') no-repeat center;background-size:contain;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header__nav-item.header__nav-item_parent.header__nav-item_parent-active::after,.header-mobile .header__nav .header__nav-item.header__nav-item_parent.header__nav-item_parent-active .ttw-header-nav-toggle-btn{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);will-change:transform}.ttw-header-sub-nav{position:absolute;display:none;top:100%;left:50%;overflow-y:scroll;width:100%;height:475px;padding:10px 10px 20px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;-webkit-box-shadow:0 1rem 1rem -.75rem rgba(0,0,0,.05);box-shadow:0 1rem 1rem -.75rem rgba(0,0,0,.05)}.ttw-header-sub-nav .ttw-categories{padding:0;margin:0 auto;max-width:1467px}@media screen and (max-width:430px){.header-mobile .ttw-header-sub-nav{padding:10px 0}.ttw-header-sub-nav .ttw-categories{gap:15px}.ttw-header-sub-nav .ttw-categories-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.ttw-header-sub-nav .ttw-categories-item__title{text-align:left}.ttw-categories-item:hover, .ttw-categories-item a:active{color:#0d3b53;text-decoration:none!important;}
@media screen and (max-width:567px){.favotite_page .select2-selection--single{position:relative;}.favotite_page .d-md-none{max-width:100%!important;}.beauty-of-kostroma-land .page-projects__preview-third .page-projects__preview-images{padding-right:0!important;}}
.cart-div {position: relative}
.cart-div .header__menu-button-favorites {left: -17px;    top: 0; line-height: 12px;}
@media (min-width: 1300px){
.cart-div .header__menu-button-favorites {width: 20px;    height: 20px;    background-color: #0d3b53;font-size: 12px;    line-height: 20px;    font-weight: 500;top: -5px; right: -5px; left: auto}
}
@media (max-width:576px){.cart-div .header__menu-button-favorites{top:0!important;left:13px;-webkit-transform:none;-ms-transform:none;transform:none}}
@media (max-width: 767px){.header-fixed{position:fixed!important;top:0;left:0;background-color:#ffff;width:100%;z-index:1000;}}
.ttw-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin:0}
.ttw-check__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;min-width: 22px;cursor:pointer;border:1px solid #000; margin-right: 5px;}
.ttw-check__box:hover{border-color:#28DDD2}
.ttw-check__box::before{display:block;content:'';width:100%;height:100%;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZWNrLWljb24gbHVjaWRlLWNoZWNrIj48cGF0aCBkPSJNMjAgNiA5IDE3bC01LTUiLz48L3N2Zz4=') no-repeat center;background-size:80%;opacity:0;-webkit-filter:invert(1);filter:invert(1)}
.ttw-check__input:checked+.ttw-check__box{background-color:#28DDD2;border-color:#28DDD2}
.ttw-check__input:checked+.ttw-check__box::before{opacity:1}
.ttw-check__label{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 39px);flex:0 0 calc(100% - 40px);max-width:calc(100% - 40px);color:#000;font-size:.75rem;line-height:1.2;font-size:clamp(.75rem,.641vw + .606rem,1.375rem)}
.ttw-check__label a{color:inherit;text-decoration:underline}
.ttw-check__label a:hover{text-decoration:none}
.ttw-check{margin-bottom:50px}
.modal-popup .ttw-check {-webkit-box-align:start;-ms-flex-align:start;align-items:start;}
.modal-popup .ttw-check .ttw-check__label {font-size: 14px;}
.modal-popup .ttw-check .ttw-check__box {margin-top: 5px;}
@media screen and (min-width:768px){.ttw-check{margin-bottom:40px}}
/* 27.02.2026 Task: 141884 */
.header-mobile__open{overflow-y:auto;max-height:100vh;max-height:100dvh;}.header-mobile__icons .header-mobile__icon span:before{display:none;}.footer__contacts .footer__yandex,.footer__contacts .footer__iframe_yandex{text-align:right;padding-top:10px;margin-top:0;}@media screen and (max-width:1300px){main.main{padding-top:0}}@media screen and (max-width:576px){.footer__contacts-container{display:flex;flex-direction:column;align-items:center;width:100%}.footer__contacts .footer__number,.footer__contacts .footer__email{text-align:right}}.content .breadcrumb{-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width:567px){.content .breadcrumb>span,.content .breadcrumb .point-sep:before{display:block;line-height:1}.content .breadcrumb .breadcrumb__item{font-size:12px;line-height:15px}.footer__contacts .footer__yandex,.footer__contacts .footer__iframe_yandex{text-align:right}}#iframe{height:45px;}.ttw-header-sub-nav{z-index:1;}.header__search-line-container{position:absolute;z-index:3;left:50%;width:100%;padding:0 15px;top:calc(100% + 10px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}@media screen and (min-width:1467px){.header__search-line-container{max-width:1467px}}.header__search-line-container .header__search-line{max-width:100%!important;background-color:#fff;-ms-flex-wrap:wrap;flex-wrap:wrap;}.header__search-line>div:last-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.header__search-line>div:last-child:empty{display:none;}.header__search-line>input.header__input-search{width:calc(100% - 70px)!important;}div.title-search-result{left:50%!important;width:calc(100% - 30px)!important;max-width:calc(100% - 30px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}@media screen and (min-width:1467px){div.title-search-result{max-width:1437px}}div.title-search-result table.title-search-result{width:100%!important;}div.title-search-result div.title-search-fader{display:none!important;left:auto!important;right:0!important;}
/* 27.02.2026 END */
.header-mobile__icons .cart-div{position:unset;}
.header__menu-button--favorites .header__menu-button-favorites {
  color: #000;
}
/* 23.06.2026 Task: 148927 */
.detail-warranty .tab{font-size:1rem;line-height:1.3!important;font-size:clamp(1rem,.833rem + .741vw,1.5rem)!important}@media screen and (max-width:1024px){.detail-warranty-layout{padding-top:1.5rem;gap:1rem}.detail-warranty-layout h2{font-family:'Bona Nova';font-weight:normal;font-size:1.5rem}.detail-warranty-layout img{-ms-flex-item-align:center;align-self:center}}@media screen and (min-width:1025px){.detail-warranty-layout{display:grid;gap:1.5rem;gap:clamp(1.5rem,1rem + 2.222vw,3rem);grid-template-columns:16.25rem 1fr;grid-template-columns:clamp(16.25rem,6rem + 16vw,25rem) 1fr}}
/* 23.06.2026 END */
/* 05.08.2026 Task: 149875 */
.tooltip .right .desc--detail{max-height:unset!important;padding-right:40px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;}.tooltip .right .link{cursor:pointer;}.tooltip .right .link .icon{fill:#fff!important;}.tooltip .right .link:hover .icon{fill:#b2b2b2!important;}
/* 05.08.2026 END */


.news-detail-eye {
    display: inline-block;
    width: 45px;
    height: 20px;
    background: url(/local/templates/2018/images/eye2.png) no-repeat center;
    vertical-align: top;
    background-position: left center;
    font-size: 14px;
    background-size: 25px;
    color: #a6b1b7;
    text-align: left;
    padding-left: 30px;
    margin-right: 25px;
    position: absolute;
    right: 0;
}
/* End */


/* Start:/local/templates/2018/css/jBox.all.min.css?175395264218226*/
.jBox-wrapper{text-align:left;box-sizing:border-box}.jBox-container,.jBox-content,.jBox-title{position:relative;word-break:break-word;box-sizing:border-box}.jBox-container{background:#fff}.jBox-content{padding:8px 12px;overflow-x:hidden;overflow-y:auto;transition:opacity .2s}.jBox-footer{box-sizing:border-box}.jBox-Mouse .jBox-container,.jBox-Tooltip .jBox-container{border-radius:4px;box-shadow:0 0 3px rgba(0,0,0,.25)}.jBox-Mouse .jBox-title,.jBox-Tooltip .jBox-title{padding:8px 10px 0;font-weight:700}.jBox-Mouse.jBox-hasTitle .jBox-content,.jBox-Tooltip.jBox-hasTitle .jBox-content{padding-top:5px}.jBox-Mouse{pointer-events:none}.jBox-pointer{position:absolute;overflow:hidden;box-sizing:border-box}.jBox-pointer:after{content:'';width:20px;height:20px;position:absolute;background:#fff;transform:rotate(45deg);box-sizing:border-box}.jBox-pointer-top{top:0}.jBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-right{right:0}.jBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-left{left:0}.jBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom{bottom:0}.jBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom,.jBox-pointer-top{width:30px;height:12px}.jBox-pointer-left,.jBox-pointer-right{width:12px;height:30px}.jBox-Modal .jBox-container{border-radius:4px}.jBox-Modal .jBox-container,.jBox-Modal.jBox-closeButton-box:before{box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}.jBox-Modal .jBox-content{padding:15px 20px}.jBox-Modal .jBox-title{border-radius:4px 4px 0 0;padding:15px 20px;background:#fafafa;border-bottom:1px solid #eee}.jBox-Modal.jBox-closeButton-title .jBox-title{padding-right:65px}.jBox-Modal .jBox-footer{border-radius:0 0 4px 4px}.jBox-closeButton{z-index:1;cursor:pointer;position:absolute;box-sizing:border-box}.jBox-closeButton svg{position:absolute;top:50%;right:50%}.jBox-closeButton path{fill:#aaa;transition:fill .2s}.jBox-closeButton:hover path{fill:#888}.jBox-overlay .jBox-closeButton{top:0;right:0;width:40px;height:40px}.jBox-overlay .jBox-closeButton svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}.jBox-overlay .jBox-closeButton path{fill:#ddd}.jBox-overlay .jBox-closeButton:hover path{fill:#fff}.jBox-closeButton-title .jBox-closeButton{top:0;right:0;bottom:0;width:50px}.jBox-closeButton-title svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}.jBox-closeButton-box{box-sizing:border-box}.jBox-closeButton-box .jBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.jBox-closeButton-box .jBox-closeButton svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}.jBox-closeButton-box:before{content:'';position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}.jBox-closeButton-box.jBox-pointerPosition-top:before{top:5px}.jBox-closeButton-box.jBox-pointerPosition-right:before{right:2px}.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton{background:#fafafa}.jBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.82)}.jBox-footer{background:#fafafa;border-top:1px solid #eee;padding:8px 10px;border-radius:0 0 3px 3px}body[class*=" jBox-blockScroll-"],body[class^=jBox-blockScroll-]{overflow:hidden}.jBox-draggable{cursor:move}@keyframes jBoxLoading{to{transform:rotate(360deg)}}.jBox-loading .jBox-content{opacity:.2}.jBox-loading-spinner .jBox-content{min-height:38px!important;min-width:38px!important;opacity:0}.jBox-spinner{box-sizing:border-box;position:absolute;top:50%;left:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px}.jBox-spinner:before{display:block;box-sizing:border-box;content:'';width:24px;height:24px;border-radius:50%;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.8);animation:jBoxLoading .6s linear infinite}.jBox-countdown{border-radius:4px 4px 0 0;z-index:0;background:#000;opacity:.2;position:absolute;top:0;left:0;right:0;height:3px;overflow:hidden}.jBox-countdown-inner{top:0;right:0;width:100%;height:3px;position:absolute;background:#fff}[class*=" jBox-animated-"],[class^=jBox-animated-]{animation-fill-mode:both}@keyframes jBox-tada{0%{transform:scale(1)}10%,20%{transform:scale(.8) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.2) rotate(4deg)}40%,60%,80%{transform:scale(1.2) rotate(-4deg)}100%{transform:scale(1) rotate(0)}}.jBox-animated-tada{animation:jBox-tada 1s}@keyframes jBox-tadaSmall{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-2deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(2deg)}40%,60%,80%{transform:scale(1.1) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}.jBox-animated-tadaSmall{animation:jBox-tadaSmall 1s}@keyframes jBox-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.jBox-animated-flash{animation:jBox-flash .5s}@keyframes jBox-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.jBox-animated-shake{animation:jBox-shake .4s}@keyframes jBox-pulseUp{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.jBox-animated-pulseUp{animation:jBox-pulseUp .25s}@keyframes jBox-pulseDown{0%{transform:scale(1)}50%{transform:scale(.85)}100%{transform:scale(1)}}.jBox-animated-pulseDown{animation:jBox-pulseDown .25s}@keyframes jBox-popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.jBox-animated-popIn{animation:jBox-popIn .25s}@keyframes jBox-popOut{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(0)}}.jBox-animated-popOut{animation:jBox-popOut .25s}@keyframes jBox-fadeIn{0%{opacity:0}100%{opacity:1}}.jBox-animated-fadeIn{animation:jBox-fadeIn .2s}@keyframes jBox-fadeOut{0%{opacity:1}100%{opacity:0}}.jBox-animated-fadeOut{animation:jBox-fadeOut .2s}@keyframes jBox-slideUp{0%{transform:translateY(0)}100%{transform:translateY(-300px);opacity:0}}.jBox-animated-slideUp{animation:jBox-slideUp .4s}@keyframes jBox-slideRight{0%{transform:translateX(0)}100%{transform:translateX(300px);opacity:0}}.jBox-animated-slideRight{animation:jBox-slideRight .4s}@keyframes jBox-slideDown{0%{transform:translateY(0)}100%{transform:translateY(300px);opacity:0}}.jBox-animated-slideDown{animation:jBox-slideDown .4s}@keyframes jBox-slideLeft{0%{transform:translateX(0)}100%{transform:translateX(-300px);opacity:0}}.jBox-animated-slideLeft{animation:jBox-slideLeft .4s}.jBox-Confirm .jBox-content{text-align:center;padding:46px 35px}@media (max-width:500px){.jBox-Confirm .jBox-content{padding:32px 20px}}.jBox-Confirm-footer{height:46px}.jBox-Confirm-button{display:block;float:left;cursor:pointer;text-align:center;width:50%;line-height:46px;height:46px;overflow:hidden;padding:0 10px;transition:color .2s,background-color .2s;box-sizing:border-box}.jBox-Confirm-button-cancel{border-bottom-left-radius:4px;background:#ddd;color:#666}.jBox-Confirm-button-cancel:active,.jBox-Confirm-button-cancel:hover{background:#ccc}.jBox-Confirm-button-cancel:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.jBox-Confirm-button-submit{border-bottom-right-radius:4px;background:#7d0;color:#fff}.jBox-Confirm-button-submit:active,.jBox-Confirm-button-submit:hover{background:#6c0}.jBox-Confirm-button-submit:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.jBox-Image .jBox-container{background-color:transparent}.jBox-Image .jBox-content{padding:0;width:100%;height:100%}.jBox-image-container{background:center center no-repeat;position:absolute;width:100%;height:100%;opacity:0}.jBox-image-label-wrapper{position:absolute;top:100%;left:0;right:0;height:40px;z-index:100;display:flex}.jBox-image-label-container{position:relative;flex:1}.jBox-image-label{box-sizing:border-box;position:absolute;left:0;bottom:0;width:100%;text-align:center;color:#fff;padding:8px 12px;font-size:15px;line-height:24px;transition:opacity .36s;opacity:0;z-index:0;pointer-events:none}.jBox-image-label.expanded{background:#000}.jBox-image-label:not(.expanded){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jBox-image-label.active{opacity:1;pointer-events:all}@media (max-width:600px){.jBox-image-label{font-size:13px}}.jBox-image-pointer-next,.jBox-image-pointer-prev{flex-shrink:0;width:40px;height:40px;cursor:pointer;opacity:.8;transition:opacity .2s;background:no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);background-size:11px auto;user-select:none;z-index:1}.jBox-image-pointer-next:hover,.jBox-image-pointer-prev:hover{opacity:1}.jBox-image-pointer-next{transform:scaleX(-1)}.jBox-image-counter-container{flex-shrink:0;white-space:nowrap;height:40px;line-height:40px;font-size:13px;color:#fff;text-align:right;display:none}.jBox-image-has-counter .jBox-image-counter-container{display:block}.jBox-overlay.jBox-overlay-Image{background:#000}.jBox-image-not-found{background:#000}.jBox-image-not-found:before{content:'';box-sizing:border-box;display:block;width:80px;height:80px;margin-top:-40px;margin-left:-40px;position:absolute;top:50%;left:50%;border:5px solid #222;border-radius:50%}.jBox-image-not-found:after{content:'';display:block;box-sizing:content-box;z-index:auto;width:6px;height:74px;margin-top:-37px;margin-left:-3px;position:absolute;top:50%;left:50%;background:#222;transform:rotateZ(45deg);transform-origin:50% 50% 0}.jBox-image-download-button-wrapper{position:absolute;top:-40px;right:35px;height:40px;display:flex;cursor:pointer;opacity:.8;transition:opacity .2s}.jBox-image-download-button-wrapper:hover{opacity:1}.jBox-image-download-button-icon{width:40px;height:40px;background:center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);background-size:60%}.jBox-image-download-button-text{white-space:nowrap;line-height:40px;padding:0 10px 0 0;color:#fff;font-size:14px}@keyframes jBoxImageLoading{to{transform:rotate(360deg)}}.jBox-image-loading:before{content:'';position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;border:4px solid #333;border-bottom-color:#666;animation:jBoxImageLoading 1.2s linear infinite;border-radius:50%}.jBox-Notice{transition:margin .2s}.jBox-Notice .jBox-container{border-radius:4px;box-shadow:inset 1px 1px 0 0 rgba(255,255,255,.25),inset -1px -1px 0 0 rgba(0,0,0,.1)}.jBox-Notice .jBox-content{border-radius:4px;padding:12px 20px}@media (max-width:768px){.jBox-Notice .jBox-content{padding:10px 15px}}@media (max-width:500px){.jBox-Notice .jBox-content{padding:8px 10px}}.jBox-Notice.jBox-hasTitle .jBox-content{padding-top:5px}@media (max-width:500px){.jBox-Notice.jBox-hasTitle .jBox-content{padding-top:0}}.jBox-Notice.jBox-hasTitle .jBox-title{padding:12px 20px 0;font-weight:700}@media (max-width:768px){.jBox-Notice.jBox-hasTitle .jBox-title{padding:10px 15px 0}}@media (max-width:500px){.jBox-Notice.jBox-hasTitle .jBox-title{padding:8px 10px 0}}.jBox-Notice.jBox-closeButton-title .jBox-title{padding-right:55px}.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton{width:40px}.jBox-Notice.jBox-Notice-black .jBox-container{color:#fff;background:#000}.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#fff}.jBox-Notice.jBox-Notice-gray .jBox-container{color:#222;background:#f6f6f6}.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#222}.jBox-Notice.jBox-Notice-red .jBox-container{color:#fff;background:#d00}.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#fff}.jBox-Notice.jBox-Notice-green .jBox-container{color:#fff;background:#5d0}.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#fff}.jBox-Notice.jBox-Notice-blue .jBox-container{color:#fff;background:#49d}.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#fff}.jBox-Notice.jBox-Notice-yellow .jBox-container{color:#000;background:#fd0}.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path{fill:#fff}.jBox-NoticeFancy .jBox-content,.jBox-NoticeFancy .jBox-title{padding-left:25px}.jBox-NoticeFancy.jBox-Notice-color .jBox-container{color:#fff;background:#000}.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after{content:'';position:absolute;top:0;left:0;bottom:0;width:8px;border-radius:4px 0 0 4px;background-image:linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:14px 14px}.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after{background-color:#888}.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after{background-color:#e00}.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after{background-color:#6c0}.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after{background-color:#49d}.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after{background-color:#fb0}.jBox-NoticeFancy .jBox-countdown{left:8px;border-radius:0 4px 0 0}.jBox-TooltipBorder .jBox-container,.jBox-TooltipBorder .jBox-pointer:after{border:2px solid #49d}.jBox-TooltipBorder .jBox-pointer:after{width:22px;height:22px}.jBox-TooltipBorder .jBox-pointer-bottom,.jBox-TooltipBorder .jBox-pointer-top{width:34px;height:13px}.jBox-TooltipBorder .jBox-pointer-bottom:after,.jBox-TooltipBorder .jBox-pointer-top:after{left:6px}.jBox-TooltipBorder .jBox-pointer-left,.jBox-TooltipBorder .jBox-pointer-right{width:13px;height:34px}.jBox-TooltipBorder .jBox-pointer-left:after,.jBox-TooltipBorder .jBox-pointer-right:after{top:6px}.jBox-TooltipBorder.jBox-closeButton-box:before{width:28px;height:28px;background:#49d}.jBox-TooltipBorderThick .jBox-container{box-shadow:none;border-radius:8px;border:4px solid #ccc}.jBox-TooltipBorderThick .jBox-pointer:after{box-shadow:none;border:4px solid #ccc;width:24px;height:24px}.jBox-TooltipBorderThick .jBox-pointer-bottom,.jBox-TooltipBorderThick .jBox-pointer-top{width:38px;height:13px}.jBox-TooltipBorderThick .jBox-pointer-left,.jBox-TooltipBorderThick .jBox-pointer-right{width:13px;height:38px}.jBox-TooltipBorderThick.jBox-closeButton-box:before{width:32px;height:32px;background:#ccc}.jBox-TooltipDark .jBox-container{border-radius:4px;background:#000;color:#fff;box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark .jBox-pointer:after{background:#000}.jBox-TooltipDark .jBox-closeButton{background:#000}.jBox-TooltipDark.jBox-closeButton-box:before{box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path{fill:#ddd}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path{fill:#fff}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path{fill:#bbb}.jBox-TooltipError{pointer-events:none}.jBox-TooltipError .jBox-container{border-radius:2px;background:#d00;color:#fff;font-weight:700;font-size:13px}.jBox-TooltipError .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipError .jBox-pointer:after{background:#d00;width:20px;height:20px}.jBox-TooltipError .jBox-pointer-bottom,.jBox-TooltipError .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipError .jBox-pointer-left,.jBox-TooltipError .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipError .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipError .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipError .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipError .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmall{pointer-events:none}.jBox-TooltipSmall .jBox-container{border-radius:2px}.jBox-TooltipSmall .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipSmall .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmall .jBox-pointer-bottom,.jBox-TooltipSmall .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmall .jBox-pointer-left,.jBox-TooltipSmall .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmall .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipSmall .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmall .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipSmall .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmallGray{pointer-events:none}.jBox-TooltipSmallGray .jBox-container{font-size:13px;line-height:24px;border-radius:12px;background-image:linear-gradient(to bottom,#fafafa,#f2f2f2)}.jBox-TooltipSmallGray .jBox-content{padding:0 10px}.jBox-TooltipSmallGray .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmallGray .jBox-pointer-bottom,.jBox-TooltipSmallGray .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmallGray .jBox-pointer-left,.jBox-TooltipSmallGray .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmallGray .jBox-pointer-top:after{background:#fafafa;left:1px;top:6px}.jBox-TooltipSmallGray .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmallGray .jBox-pointer-bottom:after{background:#f2f2f2;left:1px;bottom:6px}.jBox-TooltipSmallGray .jBox-pointer-left:after{top:1px;left:6px}
/* End */


/* Start:/local/templates/2018/css/request.css?176550848415178*/
@media screen and (max-width:767px){.ttw-page .container,.ttw-page .container .row>[class*="col-"]{padding-left:10px;padding-right:10px}.ttw-page .container .row{margin-left:-10px;margin-right:-10px}}.ttw-page-section__title{color:#000}.ttw-page-top-banner{position:relative;overflow:hidden}.ttw-page-top-banner__link,.ttw-page-top-banner img{display:block;width:100%;height:auto}.ttw-page-main{margin-bottom:70px}@media screen and (max-width:1200px){.ttw-page-main .main-description__name{display:-webkit-box;display:-ms-flexbox;display:flex;width:175px}.ttw-page-main .main__description{padding-top:45px}.ttw-page-main .main-description__name .main-description__name-svg{position:relative}.ttw-page-main .main-description__name .main-description__name-item{position:absolute;left:0;bottom:0}}@media screen and (max-width:640px){.ttw-page-main .main-description__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}@media screen and (min-width:641px){.ttw-page-main .main-description__left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ttw-page-main .main-description__name{-ms-flex-item-align:end;align-self:flex-end}}@media screen and (min-width:768px){.ttw-page-main{margin-bottom:35px}}.ttw-page-main .main-description__title{font-size:2.25rem;line-height:1.2;font-size:clamp(2.25rem,2.179vw + 1.76rem,4.375rem)}@media screen and (min-width:1200px){.ttw-page-main .main-description__title{line-height:70px}}.ttw-page-main .main-description__name-svg{width:160px;aspect-ratio:1 / 1}@media screen and (min-width:1200px){.ttw-page-main .main-description__name-svg{width:180px;left:-18%}}.ttw-page-main .main-description__name-svg .ttw-icon{width:100%;height:100%;color:#28DDD2}.ttw-request-top-text{color:#000;margin-bottom:40px;font-size:.875rem;line-height:1.5;font-size:clamp(.875rem,.385vw + .788rem,1.25rem)}@media screen and (min-width:1200px){.ttw-request-top-text{margin-bottom:25px}}.ttw-request-top-text .ttw-page-section__title{font-family:'Bona Nova',sans-serif;font-style:italic;font-size:22px;margin-bottom:1rem;font-weight:600}.ttw-request-top-text p{margin-top:0;margin-bottom:1rem}.ttw-request-top-text p:last-child{margin-bottom:0}.ttw-list.ttw-list_stars{list-style:none;margin-left:0;padding:0}.ttw-list.ttw-list_stars:last-child{margin-bottom:0}.ttw-list.ttw-list_stars li{position:relative;padding-left:1.75em}.ttw-list.ttw-list_stars li:not(:last-child){margin-bottom:.9rem}.ttw-list.ttw-list_stars li:before{position:absolute;display:block;content:'';top:.1em;left:0;width:1.25em;height:1.25em;background:url('/local/templates/2018/css/../images/ttw-list-before-star.webp') no-repeat center;background-size:contain}.ttw-request-section_form{margin-bottom:40px}@media screen and (min-width:1200px){.ttw-request-section_form{margin-bottom:66px}}.ttw-request-section_form .ttw-page-section__title{font-family:'Bona Nova',sans-serif;font-size:2.25rem;margin-bottom:60px;color:#000;font-size:clamp(2.25rem,1.026vw + 2.019rem,3.25rem)}.ttw-form{position:relative}.ttw-form__field{margin-bottom:20px}@media screen and (min-width:1200px){.ttw-form__field{margin-bottom:30px}}.ttw-form__label{display:block;color:#000;line-height:1.2;margin-bottom:8px;font-size:1rem;font-size:clamp(1rem,.385vw + .913rem,1.375rem)}@media screen and (min-width:1200px){.ttw-form__label{margin-bottom:10px}}.ttw-form__input{display:block;width:100%;font-size:1rem;line-height:1.25;padding:9px 10px;background-color:#FAFAFA;border:1px solid #D2D2D2}.ttw-form__input::-webkit-outer-spin-button,.ttw-form__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ttw-form__input[type=number]{-moz-appearance:textfield}.ttw-form__input:focus{background-color:#fff;border-color:#c1c1c1}.ttw-form__input:user-invalid,.ttw-form__input_invalid{border-color:#db0505}.ttw-form__textarea{height:120px;resize:none}.ttw-form__error-message{display:none;color:#db0505;font-size:.875rem;font-size:clamp(.875rem,.256vw + .817rem,1.125rem);line-height:1.1;margin:0;margin-top:3px}.ttw-form__input:user-invalid+.ttw-form__error-message,.ttw-form__input_invalid+.ttw-form__error-message{display:block}.ttw-form-file{position:relative}.ttw-form-file__label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;color:#000;font-size:1rem;font-size:clamp(1rem,.385vw + .913rem,1.375rem);line-height:1;border-radius:1.9em;padding:1.16em 1.5em;text-transform:uppercase;border:1px solid #28DDD2;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.ttw-form-file__label .ttw-icon{width:21px;height:21px}.ttw-form-file__label span{display:block}.ttw-form-file__label:hover,.ttw-form-file__label_active{color:#fff;background-color:#28DDD2}.ttw-form-file__description{margin:0;font-size:.813rem;line-height:1.2;padding-top:10px;font-size:clamp(.813rem,.577vw + .683rem,1.375rem)}@media screen and (min-width:768px){.ttw-form-file__description{padding-top:25px}}.ttw-request-form .ttw-form-file{margin-bottom:30px}@media screen and (min-width:768px){.ttw-request-form .ttw-form-file{margin-bottom:40px}}.ttw-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:17px;margin:0}.ttw-check__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;cursor:pointer;border:1px solid #000}.ttw-check__box:hover{border-color:#28DDD2}.ttw-check__box::before{display:block;content:'';width:100%;height:100%;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZWNrLWljb24gbHVjaWRlLWNoZWNrIj48cGF0aCBkPSJNMjAgNiA5IDE3bC01LTUiLz48L3N2Zz4=') no-repeat center;background-size:80%;opacity:0;-webkit-filter:invert(1);filter:invert(1)}.ttw-check__input:checked+.ttw-check__box{background-color:#28DDD2;border-color:#28DDD2}.ttw-check__input:checked+.ttw-check__box::before{opacity:1}.ttw-check__label{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 39px);flex:0 0 calc(100% - 39px);max-width:calc(100% - 39px);color:#000;font-size:.75rem;line-height:1.2;font-size:clamp(.75rem,.641vw + .606rem,1.375rem)}.ttw-check__label a{color:inherit;text-decoration:underline}.ttw-check__label a:hover{text-decoration:none}.ttw-request-form .ttw-check{margin-bottom:50px}@media screen and (min-width:768px){.ttw-request-form .ttw-check{margin-bottom:40px}}.ttw-request-form .ttw-form__submit{margin-bottom:20px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.ttw-request-form .ttw-form__submit{margin-bottom:80px;margin-left:0}}.ttw-request-form__bottom-info{text-align:center}.ttw-request-form__bottom-info a{text-decoration:none;padding-bottom:2px;color:#000;font-size:.813rem;border-bottom:1px solid currentColor;font-size:clamp(.813rem,.705vw + .654rem,1.5rem)}.ttw-request-form__bottom-info a:hover{border-bottom-color:transparent}.ttw-page-big-banner{position:relative;margin-bottom:60px}.ttw-page-big-banner img{display:block;width:100%;height:auto}@media screen and (min-width:1200px){.ttw-page-big-banner{margin-bottom:140px}}.ttw-page-section_bestsellers{margin-bottom:96px}@media screen and (min-width:1200px){.ttw-page-section_bestsellers{margin-bottom:80px}}.ttw-page-section_bestsellers .ttw-page-section__title{font-family:'Bona Nova',sans-serif;text-transform:uppercase;text-align:center;margin-bottom:60px;font-size:6rem;line-height:1;color:#F0F0F0;font-size:clamp(6rem,8.59vw + 4.067rem,14.375rem)}@media screen and (min-width:1200px){.ttw-page-section_bestsellers .ttw-page-section__title{margin-bottom:20px}}.ttw-bestsellers-carousel{width:100%;padding-left:45px;padding-right:45px;margin-bottom:60px}@media screen and (min-width:1440px){.ttw-bestsellers-carousel{padding-left:100px;padding-right:100px}}@media screen and (min-width:1200px){.ttw-bestsellers-carousel{margin-bottom:30px}}.ttw-bestsellers-carousel:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.ttw-bestsellers-carousel:not(.slick-initialized)>.ttw-bestsellers-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:480px){.ttw-bestsellers-carousel:not(.slick-initialized)>.ttw-bestsellers-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media screen and (min-width:768px){.ttw-bestsellers-carousel:not(.slick-initialized)>.ttw-bestsellers-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media screen and (min-width:1200px){.ttw-bestsellers-carousel:not(.slick-initialized)>.ttw-bestsellers-carousel-item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}.ttw-bestsellers-carousel .slick-arrow{z-index:5;width:61px;height:26px}@media screen and (min-width:1440px){.ttw-bestsellers-carousel .slick-arrow{width:118px;height:72px}}.ttw-bestsellers-carousel .slick-arrow:hover::before{-webkit-filter:invert(75%) sepia(98%) saturate(379%) hue-rotate(109deg) brightness(91%) contrast(90%);filter:invert(75%) sepia(98%) saturate(379%) hue-rotate(109deg) brightness(91%) contrast(90%)}.ttw-bestsellers-carousel .slick-arrow::before{position:absolute;display:block;content:'';width:100%;height:100%;opacity:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:1440px){.ttw-bestsellers-carousel .slick-arrow::before{width:50%;height:40%}}.ttw-bestsellers-carousel .slick-prev{left:0}.ttw-bestsellers-carousel .slick-prev::before{background:url('https://best-brilliant.ru/app/img/svg/arrow_prev.svg') no-repeat center;background-size:contain}.ttw-bestsellers-carousel .slick-next{right:0}.ttw-bestsellers-carousel .slick-next::before{background:url('https://best-brilliant.ru/app/img/svg/arrow_next.svg') no-repeat center;background-size:contain}.ttw-bestsellers-carousel .slick-slide{padding-left:10px;padding-right:10px}@media screen and (min-width:1200px){.ttw-bestsellers-carousel .slick-slide{padding-left:20px;padding-right:20px}}.ttw-bestsellers-carousel-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ttw-bestsellers-carousel-item__img{aspect-ratio:1 / 1;width:100%}.ttw-bestsellers-carousel-item__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ttw-bestsellers-carousel-item__img:after{position:absolute;display:block;z-index:5;content:'';width:100%;height:100%;inset:0}.ttw-bestsellers-carousel-item__title{color:#3a3a3a;font-size:15px;line-height:1;margin-bottom:7px}.ttw-bestsellers-carousel-item__price{color:#0d3b53;font-size:17px;line-height:1}.ttw-page-section__bottom-more{text-align:center}.ttw-page-section__bottom-more a{display:inline-block;padding:2px 0;color:#000;line-height:1;border-bottom:1px solid #000}.ttw-page-section__bottom-more a:hover{border-block-color:transparent}.ttw-page-section_callback{padding:40px 0 50px}@media screen and (min-width:1200px){.ttw-page-section_callback{padding:100px 0}}.ttw-page-callback p{font-family:'Bona Nova',sans-serif;font-size:2.25rem;line-height:1.2;margin-bottom:2.5rem;font-size:clamp(2.25rem,1.026vw + 2.019rem,3.25rem)}.ttw-page-callback p:last-child{margin-bottom:0}.ttw-page-callback__btn{margin-left:auto;margin-right:auto}.ttw-modal{max-width:calc(100vw - 20px)}.ttw-modal .jBox-container{background-color:#C2F8F4;border-radius:44px}.ttw-modal .jBox-title,.ttw-modal .jBox-content{border:0;max-width:100%;background:transparent}.ttw-modal .jBox-title{color:#000;text-align:center;font-weight:bold;font-size:1rem;font-size:clamp(1rem,.256vw + .942rem,1.25rem);padding:60px 60px 15px}@media screen and (min-width:768px){.ttw-modal .jBox-title{text-align:left;padding:40px 30px 10px 50px}}.ttw-modal .jBox-content{padding:0 38px 38px}@media screen and (min-width:768px){.ttw-modal .jBox-content{padding:10px 50px 37px}}.ttw-modal .jBox-closeButton{top:25px;right:25px;width:30px;height:30px}@media screen and (min-width:768px){.ttw-modal .jBox-closeButton{top:auto;bottom:10px;right:30px}}.ttw-modal .jBox-closeButton:before{display:block;content:'';background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS14LWljb24gbHVjaWRlLXgiPjxwYXRoIGQ9Ik0xOCA2IDYgMTgiLz48cGF0aCBkPSJtNiA2IDEyIDEyIi8+PC9zdmc+') no-repeat center;background-size:contain;-webkit-filter:invert(1);filter:invert(1)}.ttw-modal .jBox-closeButton svg{display:none}.ttw-modal .jBox-closeButton:before,.ttw-modal .jBox-closeButton svg{width:100%;height:100%}.ttw-modal .jBox-closeButton path{fill:#fff}.ttw-modal__inner{color:#000;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ttw-modal__info-text{margin-bottom:72px;font-size:12px;line-height:1.2}.ttw-modal__info-text p:last-child{margin-bottom:0}.ttw-modal-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:11px;font-size:1rem;line-height:1.4;font-weight:bold;border:0;min-width:220px;padding:14px 20px;text-decoration:none;background-color:#0D3B53;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}.ttw-modal-btn:hover{color:#fff;text-decoration:none;background-color:#11425c}#ttwModalIndividualRequest .ttw-modal-btn{-ms-flex-item-align:center;align-self:center}.ttw-page-big-banner_carousel:not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto}.ttw-page-big-banner_carousel:not(.slick-initialized)>img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.footer__icon {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.footer__icon--whatsapp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.footer__icon--whatsapp:hover {
    background: #28ded3;
}
.footer__icon--whatsapp svg {
    width: 30px;
    height: 25px;
}
.footer__icon--whatsapp:hover svg path {
    fill: #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/top/style.css?17793518334319*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow-x:hidden!important;
	z-index:205; max-height: 300px!important; overflow-y: auto!important;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/top/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.header__search-icon {
    width: 24px !important;
}

.title-search-result {
    width: 500px !important;
    max-width: 100%;
	right: 0 !important;
	left: auto !important;
	
	
}

.ttw-search-container{padding-top:2rem}.ttw-search-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}@media screen and (min-width:460px){.ttw-search-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){.ttw-search-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1018px) and (max-width:1239px){.ttw-search-grid{grid-template-columns:repeat(2,1fr)}}.ttw-search-grid-card{min-width:0;display:grid;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:100px 1fr;padding:.75rem;border-bottom:1px solid #f0efed;-webkit-transition:border-bottom-color .2s,-webkit-box-shadow .3s;transition:border-bottom-color .2s,-webkit-box-shadow .3s;-o-transition:border-bottom-color .2s,box-shadow .3s;transition:border-bottom-color .2s,box-shadow .3s;transition:border-bottom-color .2s,box-shadow .3s,-webkit-box-shadow .3s}@media screen and (min-width:460px) and (max-width:625px){.ttw-search-grid-card{grid-template-columns:1fr}}.ttw-search-grid-card:hover{border-bottom-color:transparent;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.1);box-shadow:0 5px 10px 0 rgba(0,0,0,.1)}.ttw-search-grid-card__img,.ttw-search-grid-card__info{min-width:0}.ttw-search-grid-card__img{display:-webkit-box;display:-ms-flexbox;display:flex;aspect-ratio:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width:460px) and (max-width:625px){.ttw-search-grid-card__img{max-width:150px}}.ttw-search-grid-card__img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ttw-search-grid-card__title{display:block;font-size:1rem;margin-bottom:.5rem}.ttw-search-grid-card__description{font-size:.8rem;line-height:1.2}.ttw-search-grid-card__description p{font:inherit}.ttw-search-grid-card__description p:last-child{margin-bottom:0}
/* End */


/* Start:/local/templates/.default/components/teamprofi/empty/to-top/style.css?16872948001290*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.to-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 150px;
  padding: 7px;
  background: transparent;
  cursor: pointer;
  border-radius: 2px;
  border: solid 2px #dedede;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 201; }
  @media only screen and (max-width: 767px) {
    .to-top {
      right: 10px; } }
  html:not(.bx-touch) .to-top:hover, .bx-touch .to-top:active {
    border-color: #c4c4c4; }
    html:not(.bx-touch) .to-top:hover .icon, .bx-touch .to-top:active .icon {
      fill: #c4c4c4; }
  .to-top .icon {
    fill: #c9c8c8;
    font-size: 25px; }

/* End */


/* Start:/local/templates/.default/components/bitrix/form/.default/bitrix/form.result.new/.default/style.css?1765858233711*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/.default/components/bitrix/form/.default/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/.default/components/bitrix/form/.default/bitrix/form.result.new/.default/images/icon_warn.gif);
}
p {
	color: #1b1b1b;
}
.ttw-check__label.request-modal__terms a {text-decoration: none}
/* End */


/* Start:/local/templates/.default/components/sporina/cookie.notification/.default/style.css?17639887862162*/
.sporina-cookie-notification {
  position: fixed;
  z-index: 100000;
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.sporina-cookie-right {
  bottom: 20px;
  right: 20px;
  left: auto;
  max-width: 420px;
}

.sporina-cookie-left {
  bottom: 20px;
  left: 20px;
  right: auto;
  max-width: 420px;
}

.sporina-cookie-content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sporina-cookie-text {
  flex: 1;
}

.sporina-cookie-policy-link {
  color: #3498db;
  text-decoration: underline;
  margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
  text-decoration: none;
  color: #5dade2;
}

.sporina-cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-direction: column;
}

.sporina-cookie-btn {
  padding: 8px 16px;
  border: none;

  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.sporina-cookie-accept {
  background-color: #27ae60;
  color: #ffffff;
}

.sporina-cookie-accept:hover {
  background-color: #2ecc71;
  transform: translateY(-1px);
}

.sporina-cookie-decline {
  background-color: #e74c3c;
  color: #ffffff;
}

.sporina-cookie-decline:hover {
  background-color: #c0392b;
  transform: translateY(-1px);
}

.sporina-cookie-notification {
  transition: transform 300ms ease-in-out;
}

.sporina-cookie-notification.sporina-cookie-hidden {
  transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
  .sporina-cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .sporina-cookie-buttons {
    width: 100%;
    justify-content: center;
    flex-direction: row;
  }

  .sporina-cookie-btn {
    flex: 1;
    max-width: 150px;
  }
}

/* End */
/* /local/templates/2018/svg/svg.css?16873390482022 */
/* /local/templates/2018/css/custom/modals.css?177219585012915 */
/* /local/templates/2018/css/bootstrap/bootstrap.css?168733904853920 */
/* /local/templates/2018/js/plugins/magnific.popup/magnific-popup.css?16873390487341 */
/* /local/templates/2018/js/plugins/slick/slick.min.css?16873390481472 */
/* /local/templates/2018/js/plugins/select2/scss/core.css?168733904815495 */
/* /local/templates/2018/js/plugins/nouislider/nouislider.css?16873390485448 */
/* /local/templates/2018/js/plugins/tooltipster/tooltipster.css?168733904810449 */
/* /local/templates/2018/js/plugins/fancybox/jquery.fancybox.css?168733904817412 */
/* /local/templates/2018/js/plugins/jquery-modal-master/jquery.modal.min.css?16873390483201 */
/* /local/templates/2018/js/plugins/rangeSlider/ion.rangeSlider.min.css?168733904811084 */
/* /local/templates/2018/css/custom/account.css?173986692629069 */
/* /local/templates/2018/css/custom/video.css?17316770885202 */
/* /local/templates/2018/css/custom/custom.css?178613400216560 */
/* /local/templates/2018/css/jBox.all.min.css?175395264218226 */
/* /local/templates/2018/css/request.css?176550848415178 */
/* /local/templates/.default/components/bitrix/search.title/top/style.css?17793518334319 */
/* /local/templates/.default/components/teamprofi/empty/to-top/style.css?16872948001290 */
/* /local/templates/.default/components/bitrix/form/.default/bitrix/form.result.new/.default/style.css?1765858233711 */
/* /local/templates/.default/components/sporina/cookie.notification/.default/style.css?17639887862162 */
