

/* 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?177928191215113*/
.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;
}
/* 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/bitrix/search.title/top-mobile/style.css?17397396002287*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

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-mobile/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;
	
	
}
/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/menu/style.css?16873390481051*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.panel-left-area .region-selection {
  display: none; }
  @media only screen and (max-width: 1017px) {
    .panel-left-area .region-selection {
      display: block; } }
.panel-left-area .top-menu-wrap {
  display: none; }
  @media only screen and (max-width: 1017px) {
    .panel-left-area .top-menu-wrap {
      display: block;
      text-align: center; } }

/* End */


/* Start:/local/templates/2018/components/bitrix/menu/main/style.css?16873390482336*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.main-menu {
  display: flex;
  padding: 0;
  margin: 0 -30px;
  justify-content: space-between;
  list-style-type: none; }
  @media only screen and (max-width: 1239px) {
    .main-menu {
      margin: 0 -10px; } }
  @media only screen and (max-width: 1017px) {
    .main-menu {
      flex-direction: column;
      justify-content: left;
      margin: 0; } }
  .main-menu__item {
    margin: 0 30px;
    padding-bottom: 1px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none; }
    html:not(.bx-touch) .main-menu__item:hover, .bx-touch .main-menu__item:active {
      padding-bottom: 0;
      text-decoration: none;
      border-bottom: 1px solid #0d3b53; }
    @media only screen and (max-width: 1239px) {
      .main-menu__item {
        margin: 0 12px;
        font-size: 14px; } }
    @media only screen and (max-width: 1017px) {
      .main-menu__item {
        font-size: 15px;
        margin: 0;
        padding: 8px 15px;
        border-bottom: 1px solid #f0efed; }
        html:not(.bx-touch) .main-menu__item:hover, .bx-touch .main-menu__item:active {
          padding-bottom: 8px;
          text-decoration: underline;
          border-bottom: 1px solid #f0efed; }
        .main-menu__item:first-child {
          border-top: 1px solid #f0efed; } }
    .main-menu__item--active {
      padding-bottom: 0;
      color: #0d3b53;
      border-bottom: 1px solid #0d3b53; }
      @media only screen and (max-width: 1017px) {
        .main-menu__item--active {
          padding-bottom: 8px;
          border-color: #f0efed;
          background-color: #f7f7f7; } }

/* End */


/* Start:/local/templates/2018/components/teamprofi/empty/to-top/style.css?16873390481290*/
@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/2018/styles.css?174836000610249*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
.content h1, .content .catalog-detail__h2 {
  margin: 35px 0 25px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300; }
  @media only screen and (max-width: 1017px) {
    .content h1, .content .catalog-detail__h2 {
      margin: 30px 0 20px;
      font-size: 23px;
      line-height: 31px; } }
  @media only screen and (max-width: 767px) {
    .content h1, .content .catalog-detail__h2 {
      margin: 20px 0 15px;
      font-size: 21px;
      line-height: 27px; } }
  @media only screen and (max-width: 567px) {
    .content h1, .content .catalog-detail__h2 {
      margin: 15px 0 10px;
      font-size: 19px;
      line-height: 27px; } }
  .content h1.text-center {
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 15px; }
    @media only screen and (max-width: 1017px) {
      .content h1.text-center {
        font-size: 26px;
        line-height: 31px; } }
    @media only screen and (max-width: 767px) {
      .content h1.text-center {
        font-size: 24px;
        line-height: 27px; } }
    @media only screen and (max-width: 567px) {
      .content h1.text-center {
        font-size: 21px;
        line-height: 27px; } }
.content h2 {
  margin: 35px 0 20px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 300; }
  @media only screen and (max-width: 1017px) {
    .content h2 {
      margin: 30px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .content h2 {
      margin: 25px 0 15px; } }
  @media only screen and (max-width: 567px) {
    .content h2 {
      margin: 20px 0 10px;
      font-size: 17px;
      line-height: 25px; } }
.content h3 {
  margin: 30px 0 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .content h3 {
      margin: 25px 0 15px; } }
  @media only screen and (max-width: 567px) {
    .content h3 {
      margin: 20px 0 10px;
      font-size: 15px;
      line-height: 23px; } }
.content a {
  color: #0d3b53;
  text-decoration: underline; }
  html:not(.bx-touch) .content a:hover, .bx-touch .content a:active {
    text-decoration: none; }
.content p {
  margin-bottom: 15px; }
  @media only screen and (max-width: 567px) {
    .content p {
      margin-bottom: 10px; } }
.content b {
  font-weight: 400; }
.content small {
  font-size: 13px;
  line-height: 20px; }
.content ul, .content ol {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  counter-reset: list; }
  .content ul li, .content ol li {
    position: relative;
    padding-left: 30px;
    margin: 8px 0;
    font-size: 15px;
    line-height: 21px; }
    @media only screen and (max-width: 567px) {
      .content ul li, .content ol li {
        padding-left: 25px;
        margin: 6px 0;
        font-size: 13px;
        line-height: 19px; } }
    .content ul li:before, .content ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      color: #0d3b53; }
.content ul li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNjgwNyA4NjAgMTYgMTEuNDI5Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICMwZjNiNTQ7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPGcgaWQ9ImJyaWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzE4NyA4NSkiPiAgICA8cGF0aCBpZD0iYnJpbC0yIiBkYXRhLW5hbWU9ImJyaWwiIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjEsMEgyLjlMMCwzLjkybDgsNy41MDlMMTYsMy45MlpNMTEuMDUxLDQuMjA2LDgsMTAuMjc0LDQuOTgzLDQuMjA2Wk01LjI2OSwzLjU1NCw4LC43NzdsMi43MzEsMi43NzdabTMuNS0yLjloMy43bC0xLjA0LDIuNjg2Wk00LjYxNywzLjMsMy43MzcuNjUxaDMuNVptLS4zNTQuOUw2LjkxNCw5LjUzMSwxLjI0Niw0LjIwNlptNy41LDBoMi45OTRMOS4xLDkuNTJabS4yNzQtLjY1MUwxMy4wMjkuOTgzbDEuOTA5LDIuNTcxWk0zLjEyLjc4OWwuOSwyLjc2NkgxLjA2M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4MCA3NzUpIi8+ICA8L2c+PC9zdmc+");
  width: 16px; }
  @media only screen and (max-width: 567px) {
    .content ul li:before {
      width: 14px; } }
.content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  font-weight: 400; }
.content table {
  width: 100%; }
  .content table th {
    font-weight: 400;
    background-color: #f0efed; }
  .content table td, .content table th {
    padding: 10px 15px; }
    @media only screen and (max-width: 567px) {
      .content table td, .content table th {
        padding: 5px 10px; } }
  .content table tr:nth-child(even) td {
    background-color: #f7f7f7; }
.content blockquote {
  position: relative;
  width: 60%;
  padding: 20px 45px;
  margin: 60px auto 90px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  text-align: center; }
  @media only screen and (max-width: 1239px) {
    .content blockquote {
      width: 75%;
      margin: 50px auto 80px; } }
  @media only screen and (max-width: 1017px) {
    .content blockquote {
      width: 100%;
      margin: 40px 0 70px; } }
  @media only screen and (max-width: 767px) {
    .content blockquote {
      padding: 15px 35px;
      margin: 30px 0 60px;
      font-size: 15px;
      line-height: 22px; } }
  @media only screen and (max-width: 567px) {
    .content blockquote {
      margin: 20px 0 50px;
      padding: 10px 25px;
      font-size: 13px;
      line-height: 20px; } }
  .content blockquote:before, .content blockquote:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 22px;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .content blockquote:before, .content blockquote:after {
        width: 24px;
        height: 17px; } }
  .content blockquote:before {
    top: 0;
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNjc0NCAxMjUwMiAzMiAyMS45NzkiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2Y3ZjZmNDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8ZyBpZD0icXVvdGVzX29wZW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjc0NCAxMjQyMS43NSkiPiAgICA8cGF0aCBpZD0iUGF0aF8yODYiIGRhdGEtbmFtZT0iUGF0aCAyODYiIGNsYXNzPSJjbHMtMSIgZD0iTTcuMDI0LDg4LjI0MkE2Ljk5Myw2Ljk5MywwLDEsMSwuMDMxLDk1LjIzNWwtLjAzMS0xQTEzLjk4NiwxMy45ODYsMCwwLDEsMTMuOTg2LDgwLjI1djRhOS45MjUsOS45MjUsMCwwLDAtNy4wNjQsMi45MjYsMTAuMTM1LDEwLjEzNSwwLDAsMC0uOTk0LDEuMTU2QTcuMDQ2LDcuMDQ2LDAsMCwxLDcuMDI0LDg4LjI0MlptMTcuOTgyLDBhNi45OTMsNi45OTMsMCwxLDEtNi45OTMsNi45OTNsLS4wMzEtMUExMy45ODYsMTMuOTg2LDAsMCwxLDMxLjk2OSw4MC4yNXY0QTkuOTI1LDkuOTI1LDAsMCwwLDI0LjksODcuMTcyYTEwLjEyOSwxMC4xMjksMCwwLDAtLjk5NCwxLjE1NkE3LjA0Niw3LjA0NiwwLDAsMSwyNS4wMDcsODguMjQyWiIvPiAgPC9nPjwvc3ZnPg=="); }
  .content blockquote:after {
    bottom: 0;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xNjA1OCAxMjU0Ny45ODkgMzIgMjEuOTc5Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmN2Y2ZjQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPGcgaWQ9InF1b3Rlc19jbG9zZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2MDU1IDEyNjcyLjIxOCkgcm90YXRlKDE4MCkiPiAgICA8cGF0aCBpZD0iUGF0aF8yODYiIGRhdGEtbmFtZT0iUGF0aCAyODYiIGNsYXNzPSJjbHMtMSIgZD0iTTcuMDI0LDg4LjI0MkE2Ljk5Myw2Ljk5MywwLDEsMSwuMDMxLDk1LjIzNWwtLjAzMS0xQTEzLjk4NiwxMy45ODYsMCwwLDEsMTMuOTg2LDgwLjI1djRhOS45MjUsOS45MjUsMCwwLDAtNy4wNjQsMi45MjYsMTAuMTM1LDEwLjEzNSwwLDAsMC0uOTk0LDEuMTU2QTcuMDQ2LDcuMDQ2LDAsMCwxLDcuMDI0LDg4LjI0MlptMTcuOTgyLDBhNi45OTMsNi45OTMsMCwxLDEtNi45OTMsNi45OTNsLS4wMzEtMUExMy45ODYsMTMuOTg2LDAsMCwxLDMxLjk2OSw4MC4yNXY0QTkuOTI1LDkuOTI1LDAsMCwwLDI0LjksODcuMTcyYTEwLjEyOSwxMC4xMjksMCwwLDAtLjk5NCwxLjE1NkE3LjA0Niw3LjA0NiwwLDAsMSwyNS4wMDcsODguMjQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI5IDIyKSIvPiAgPC9nPjwvc3ZnPg=="); }
  .content blockquote span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    color: #707070; }
    @media only screen and (max-width: 567px) {
      .content blockquote span {
        font-size: 13px;
        line-height: 17px; } }
.form-group__label > ul, .check-hidden--open > ul {
  margin-left: 0;
  padding-left: 0;
}
.form-group__label > ul {
  display: none;
}
.form-group__label > ul > li, .check-hidden--open > ul > li{
  list-style-type: none;
}
.filtervars-open {
  display:none;
  width: fit-content;
}
.show-filter-more--hidden {
  display: none !important;
}
.menu-mobile__root-nav {
  position: absolute;
  transform: translate(-50%,-50%);
  right: -10px;
  top: 65%;
}
.menu-mobile__root-nav:before {
  content: url("/images/arrow.jpg");
}
.form-group__div {
  position: relative;
}
.w100 {
  width: 100%;
}

.w55{
  display: none;
}


.select-mobile {
  color: #ffffff;
  background-color: #0d3b53;
  padding: 10px 20px;
  border-color: #f0efed;
  margin-bottom: 20px;
  margin-top: 5px;
  display: none !important;
}
.select2-container[data-select2-id='2'] {
  display: none !important;
}
@media (max-width: 1017px) {
  .desktop-category {
    display: none
  }
  .select-mobile {
    display: block;
  }
  .w55 {
    width: 55%;
    display: block;
  }
  .select2-container[data-select2-id='2'] {
    display: block !important;
  }
  .d-md-none {
    margin-right: 0;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  html:not(.bx-touch) .header-mobile__link a:hover, .header-mobile__link .bx-touch a:active {
    color: #fff!important;
    text-decoration: unset!important; }
}

@media (max-width: 567px) {
  .d-md-none {
    width: 70%;
  }
}

.catalog-list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.pagin {
  margin-top: 15px;
}
.justify {
  text-align: justify;
}

/* End */


/* Start:/local/templates/2018/template_styles.css?177685405848546*/
@charset "UTF-8";
/**
 * подключаем доп. стили
 */
/**
 * grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
/**
 * clearfix
 */
/**
 * переопределение тэгов
 */
* {
  outline: none;
  -webkit-appearance: none;
}
*:focus,
*:active,
*:hover {
  outline: none;
}

html,
body {
  display: flex;
  min-width: 320px;
}

body {
  flex: 1;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
}
@media only screen and (max-width: 567px) {
  body {
    font-size: 13px;
    line-height: 20px;
  }
}
body.lock {
  position: fixed;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 0;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}
html:not(.bx-touch) a:hover,
.bx-touch a:active {
  color: #0d3b53;
  text-decoration: underline;
}

a > svg {
  pointer-events: none;
}

/**
 * сетка
 */
.header {
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 1017px) {
  .header {
    padding-top: 111px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 78px;
  }
}
.header__wrap {
  position: relative;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1239px) {
  .header__wrap {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1017px) {
  .header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.header__main {
  padding: 25px 0 30px;
  line-height: 0;
}
@media only screen and (max-width: 1017px) {
  .header__main {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__main {
    padding: 15px 0;
  }
  html:not(.bx-touch) .header-mobile__link a:hover,
  .header-mobile__link .bx-touch a:active {
    color: #fff !important;
    text-decoration: unset !important;
  }
}
.header__callback {
  padding: 15px 0;
  background-color: #f7f7f7;
}

.main {
  flex: auto;
  display: flex;
  z-index: 200;
}

.footer {
  border-top: 1px solid #f0efed;
  z-index: 100;
}
.footer__main {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .footer__main {
    padding: 25px 0;
  }
}
.footer a {
  color: #b2b2b2;
}
html:not(.bx-touch) .footer a:hover,
.bx-touch .footer a:active {
  text-decoration: none;
}

.footer-table {
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
}

/**
 * шапка
 */
.header-top {
  background-color: #f7f7f7;
}

.main-logo {
  font-size: 85px;
  color: #343434;
}
@media only screen and (max-width: 1017px) {
  .main-logo {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .main-logo {
    font-size: 48px;
  }
}

.icon-group {
  margin: 0 -10px;
}
@media only screen and (max-width: 567px) {
  .icon-group {
    margin: 0 -7px;
  }
}
.icon-group__item {
  position: relative;
  margin: 0 10px;
  font-size: 28px;
}
@media only screen and (max-width: 1017px) {
  .icon-group__item {
    font-size: 24px;
  }
}
@media only screen and (max-width: 567px) {
  .icon-group__item {
    margin: 0 7px;
    font-size: 18px;
  }
}
html:not(.bx-touch) .icon-group__item:hover .icon,
.bx-touch .icon-group__item:active .icon {
  fill: #0d3b53;
}
.icon-group__item--with-badge {
  margin-right: 21px;
}
@media only screen and (max-width: 1017px) {
  .icon-group__item--with-badge {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 567px) {
  .icon-group__item--with-badge {
    margin-right: 14px;
  }
}
.icon-group__item .icon {
  color: #ffffff;
  fill: #3a3a3a;
}
.icon-group__badge {
  position: absolute;
  top: -40%;
  right: -40%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #0d3b53;
}
@media only screen and (max-width: 1017px) {
  .icon-group__badge {
    font-size: 10px;
    line-height: 18px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 567px) {
  .icon-group__badge {
    font-size: 9px;
    line-height: 14px;
    width: 14px;
    height: 14px;
  }
}

.callback-block {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .callback-block {
    font-size: 15px;
  }
}
.callback-block .btn {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .callback-block .btn {
    margin-top: 0;
  }
}
html:not(.bx-touch) .callback-block a:hover,
.bx-touch .callback-block a:active {
  text-decoration: none;
}

/**
 * главная
 */
.index-page {
  flex: none;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1017px) {
  .index-page {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 567px) {
  .index-page {
    padding-bottom: 30px;
  }
}
.index-page h2,
.index-page h1 {
  margin: 40px 0 35px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  color: #3a3a3a;
  text-transform: uppercase;
}
@media only screen and (max-width: 1239px) {
  .index-page h2,
  .index-page h1 {
    font-size: 23px;
    line-height: 31px;
  }
}
.index-page--title-desc h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1017px) {
  .index-page--title-desc h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .index-page--title-desc h2 {
    margin-bottom: 15px;
  }
}
.index-page--title-desc .title-desc {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
  text-align: center;
}
@media only screen and (max-width: 1239px) {
  .index-page--title-desc .title-desc {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1017px) {
  .index-page--title-desc .title-desc {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .index-page--title-desc .title-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 567px) {
  .index-page--title-desc .title-desc {
    font-size: 11px;
    line-height: 17px;
  }
}

/**
 * контент
 */
.content {
  padding: 30px 0 60px;
}
@media only screen and (max-width: 1239px) {
  .content {
    padding: 25px 0 50px;
  }
}
@media only screen and (max-width: 1017px) {
  .content {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 15px 0 35px;
  }
}
@media only screen and (max-width: 567px) {
  .content {
    padding: 10px 0 30px;
  }
}

.content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1017px) {
  .content .breadcrumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .breadcrumb {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 567px) {
  .content .breadcrumb {
    margin-bottom: 15px;
  }
}
.content .breadcrumb__item {
  font-size: 13px;
  line-height: 17px;
  color: #8a8a8a;
  text-decoration: none;
}
@media only screen and (max-width: 567px) {
  .content .breadcrumb__item {
    font-size: 11px;
    line-height: 15px;
  }
}
.content .breadcrumb__item--active {
  color: #b2b2b2;
}
html:not(.bx-touch) .content .breadcrumb a:hover,
.bx-touch .content .breadcrumb a:active {
  text-decoration: underline;
}

hr {
  margin: 40px 0;
  border: 1px solid #f9f7f7;
}

.point-sep {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #c4c4c4;
}
@media only screen and (max-width: 567px) {
  .point-sep {
    margin: 0 7px;
  }
}
.point-sep:before {
  content: "\00A0";
}

/**
 * подвал
 */
.footer-contacts {
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 1017px) {
  .footer-contacts {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contacts {
    text-align: right;
  }
}
@media only screen and (max-width: 567px) {
  .footer-contacts {
    text-align: center;
  }
}
.footer-contacts__email {
  margin: 25px 0;
}
@media only screen and (max-width: 767px) {
  .footer-contacts__email {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 567px) {
  .footer-contacts__email {
    margin-top: 15px;
  }
}
.footer-contacts__email a {
  font-size: 17px;
  color: #0d3b53;
}
@media only screen and (max-width: 767px) {
  .footer-contacts__email a {
    font-size: 13px;
  }
}
.footer-contacts__phone a {
  font-size: 21px;
  color: #3a3a3a;
}
@media only screen and (max-width: 767px) {
  .footer-contacts__phone a {
    font-size: 15px;
  }
}
.footer-contacts .footer-logo {
  font-size: 68px;
  line-height: 0;
  color: #3a3a3a;
}
@media only screen and (max-width: 767px) {
  .footer-contacts .footer-logo {
    font-size: 48px;
  }
}

.footer-bottom {
  padding: 15px 0 20px;
  font-size: 11px;
  line-height: 15px;
  color: #b2b2b2;
  border-top: 1px solid #f0efed;
}
@media only screen and (max-width: 567px) {
  .footer-bottom {
    padding: 0 0 15px;
    border-top: none;
    text-align: center;
  }
}
@media only screen and (max-width: 567px) {
  .footer-bottom__social {
    padding: 10px 10px;
    margin: 12px 0;
    border: 1px solid #f0efed;
    border-left: none;
    border-right: none;
  }
}

.teamprofi-logo {
  font-size: 24px;
}

/**


/*GALLERY START */

.js-items .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.js-items .section-gallery-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  flex-direction: row;
  z-index: 0;
  height: 300px;
}
.js-items .section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  margin-bottom: -4px;
}

.js-items .section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #cdcdcd;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.js-items ._active .section-gallery-wrapper__item-nav:before {
  background-color: #eab85f;
}
.js-items .pr-item-gallery {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 4px);
  margin: auto;
  margin-top: 0;
}

.js-items .section-gallery-wrapper__item .span-pic {
  opacity: 0;
  left: 1px;
  height: auto;
  right: 1px;
}

.js-items .image_wrapper_block {
  height: 300px;
  line-height: 170px;
  padding: 0px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  zoom: 1;
  display: block;
}

.js-items .image_wrapper_block:before {
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  visibility: hidden;
}

.js-items .image_wrapper_block:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.js-items .image_wrapper_block .span-pic {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 300px;
  max-height: 94%;
  pointer-events: none;
  background-size: contain !important;
}

.js-items .section-gallery-wrapper__item._active .span-pic {
  opacity: 1;
}

.js-items .section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 1px;
  height: 100%;
  z-index: 999;
  top: -4px;
}

.js-items .pr-block-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  background: #fff;
  border: 1px solid #d5d8dd;
  margin-top: -2px;
  text-align: center;
  width: calc(100% + 2px);
  border-top: 0;
  margin: -1px;
}

.js-items .pr-item:hover .pr-block-hidden {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-align: center;
}
.js-items .col.disabled {
  display: none;
}

.js-items .section-gallery-wrapper__item-nav:before {
  background-color: #d8dfe5 !important;
}

.js-items .section-gallery-wrapper__item-nav:before {
  height: 1px !important;
}

.js-items ._active .section-gallery-wrapper__item-nav:before {
  background-color: #0d3b53 !important;
}

.js-items .one_image:before {
  display: none;
}

.js-items
  .section-gallery-wrapper
  .section-gallery-wrapper__item:nth-child(1)
  .section-gallery-wrapper__item-nav:before {
  left: 0px;
}

.js-items
  .section-gallery-wrapper
  .section-gallery-wrapper__item:nth-child(2)
  .section-gallery-wrapper__item-nav:before {
  right: 10px;
}
.js-items .catalog-list-item__pic {
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -30px !important;
}

.swiper-pagination-bullet-active {
  background: #28ddd2 !important;
}

/*GALLERY END */

* обертка для сетки */ .matrix {
  margin: -10px;
}
@media only screen and (max-width: 567px) {
  .matrix {
    margin-top: -7px;
    margin-bottom: -7px;
  }
}
.matrix__item {
  margin: 10px 0;
}
@media only screen and (max-width: 567px) {
  .matrix__item {
    margin: 7px 0;
  }
}

/**
 * левое меню
 */
.custom-overlay {
  display: none;
}
@media only screen and (max-width: 1017px) {
  .custom-overlay {
    display: block;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1017px) {
  .panel-left-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding-bottom: 15px;
    z-index: 2100;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  body > .panel-left-area {
    display: block;
  }
}
.panel-left-area__head {
  display: none;
}
@media only screen and (max-width: 1017px) {
  .panel-left-area__head {
    display: flex;
    padding: 20px 15px;
    line-height: 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0efed;
  }
}
.panel-left-area__head-block {
  font-size: 18px;
  color: #707070;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
html:not(.bx-touch) .panel-left-area__head-block:hover,
.bx-touch .panel-left-area__head-block:active {
  text-decoration: none;
}
.panel-left-area__head-block span {
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
}

/**
 * слайдер
 */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #3a3a3a;
}
html:not(.bx-touch) .slick-prev:hover,
.bx-touch .slick-prev:active,
html:not(.bx-touch) .slick-next:hover,
.bx-touch .slick-next:active {
  color: #0d3b53;
}
.slick-prev:not(.slick-arrow),
.slick-next:not(.slick-arrow) {
  display: none;
}
.slick-prev .icon,
.slick-next .icon {
  font-size: 60px;
}

.slick-next {
  left: auto;
  right: 20px;
}

.slick-dots,
.content .slick-dots {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.slick-dots li,
.content .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 3px;
  font-size: 0;
  line-height: 0;
}
.slick-dots li:before,
.content .slick-dots li:before {
  content: none;
}
.slick-dots li button,
.content .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #f0efed;
  border: none;
  cursor: pointer;
}
.slick-dots li.slick-active button,
.content .slick-dots li.slick-active button {
  background-color: #0d3b53;
}

/**
 * формы
 */
.form-group {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 567px) {
  .form-group {
    margin-bottom: 15px;
  }
}
.form-group__label {
  display: block;
  font-weight: 400;
}
.catalog-filter .form-group__label {
  font-size: 17px;
}
.form-group .form-control,
.form-group .select2-container {
  margin-top: 5px;
}
.form-group .ckeck-custom,
.form-group .radio-custom {
  display: block;
  margin-top: 8px;
}
.form-group .ckeck-custom:first-child,
.form-group .radio-custom:first-child {
  margin-top: 5px;
}
.form-group .ckeck-custom + .ckeck-custom,
.form-group .ckeck-custom + .radio-custom,
.form-group .radio-custom + .ckeck-custom,
.form-group .radio-custom + .radio-custom {
  margin-top: 8px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #f0efed;
  border-radius: 2px;
  font-weight: 300;
  transition: border-color 0.2s ease-out;
}
.form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}
.form-control:-moz-placeholder {
  color: #b2b2b2;
}
.form-control:-ms-input-placeholder {
  color: #b2b2b2;
}
.form-control::placeholder {
  color: #b2b2b2;
}
.form-control:focus {
  border-color: #0d3b53;
}
.form-control--big {
  padding: 10px 15px;
}
.form-control[readonly] {
  background-color: #f0efed;
}
.form-control[readonly]:focus {
  border-color: #f0efed;
}
.form-control[disabled] {
  color: #b2b2b2;
  background-color: #f0efed;
  cursor: not-allowed;
}
.form-control.error {
  border-color: #c7202b;
}

/**
 * кнопки
 */
.btn,
.content .btn {
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  color: #0d3b53;
  background-color: transparent;
  border: 1px solid #0d3b53;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
html:not(.bx-touch) .btn:hover,
.bx-touch .btn:active,
html:not(.bx-touch) .content .btn:hover,
.bx-touch .content .btn:active {
  color: #ffffff;
  background-color: #0d3b53;
  text-decoration: none;
}
@media only screen and (max-width: 1017px) {
  .btn,
  .content .btn {
    padding: 13px 15px;
  }
}
@media only screen and (max-width: 567px) {
  .btn,
  .content .btn {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 16px;
  }
}
.btn .icon + span,
.btn span + .icon,
.content .btn .icon + span,
.content .btn span + .icon {
  margin-left: 10px;
}
.btn--small,
.content .btn--small {
  padding: 9px 20px;
  font-size: 13px;
  line-height: 16px;
}
@media only screen and (max-width: 1017px) {
  .btn--small,
  .content .btn--small {
    padding: 9px 15px;
  }
}
@media only screen and (max-width: 567px) {
  .btn--small,
  .content .btn--small {
    padding: 8px 15px;
    font-size: 11px;
    line-height: 14px;
  }
}
.btn--revers,
.content .btn--revers {
  color: #ffffff;
  background-color: #0d3b53;
}
html:not(.bx-touch) .btn--revers:hover,
.bx-touch .btn--revers:active,
html:not(.bx-touch) .content .btn--revers:hover,
.bx-touch .content .btn--revers:active {
  color: #0d3b53;
  background-color: transparent;
}
.btn--revers.btn--simple,
.content .btn--revers.btn--simple {
  color: #ffffff;
  background-color: #0d3b53;
}
.btn--simple,
.content .btn--simple {
  padding: 10px 20px;
  color: #3a3a3a;
  border-color: #f0efed;
}
html:not(.bx-touch) .btn--simple:hover,
.bx-touch .btn--simple:active,
html:not(.bx-touch) .content .btn--simple:hover,
.bx-touch .content .btn--simple:active {
  color: #0d3b53;
  border-color: #0d3b53;
  background-color: transparent;
}
@media only screen and (max-width: 1017px) {
  .btn--simple,
  .content .btn--simple {
    padding: 10px 15px;
  }
  .catalog-filter .link-icon span {
    border-bottom: unset!important;
  }
}
@media only screen and (min-width: 1017px) {
  .catalog-filter .link-icon {
    border: unset!important;
  }
}
@media only screen and (max-width: 567px) {
  .btn--simple,
  .content .btn--simple {
    padding: 7px 15px;
  }
}
.btn--simple.btn--small,
.content .btn--simple.btn--small {
  padding: 7px 15px;
}
.btn--simple.active,
.content .btn--simple.active {
  color: #0d3b53;
  background-color: #ffffff;
  border-color: #0d3b53;
}

/**
 * ссылки с иконкой
 */
.link-icon,
.content .link-icon {
  display: inline-block;
  color: #3a3a3a;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  background-color: unset;
}
html:not(.bx-touch) .link-icon:hover,
.bx-touch .link-icon:active,
html:not(.bx-touch) .content .link-icon:hover,
.bx-touch .content .link-icon:active {
  color: #0d3b53;
  text-decoration: none;
}
html:not(.bx-touch) .link-icon:hover span,
.bx-touch .link-icon:active span,
html:not(.bx-touch) .content .link-icon:hover span,
.bx-touch .content .link-icon:active span {
  border-bottom: none;
  padding-bottom: 1px;
}
.link-icon span,
.content .link-icon span {
  vertical-align: middle;
  line-height: 1;
}
.link-icon .icon,
.content .link-icon .icon {
  font-size: 140%;
  line-height: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 567px) {
  .link-icon .icon,
  .content .link-icon .icon {
    font-size: 130%;
  }
}
.link-icon span + .icon,
.link-icon .icon + span,
.content .link-icon span + .icon,
.content .link-icon .icon + span {
  margin-left: 8px;
}
@media only screen and (max-width: 567px) {
  .link-icon span + .icon,
  .link-icon .icon + span,
  .content .link-icon span + .icon,
  .content .link-icon .icon + span {
    margin-left: 5px;
  }
}

span.link-icon span {
  border-bottom: 1px dotted;
}
@media screen and (max-width:492px){.btn-add-basket{justify-content:center;gap:11px;}.btn-add-basket .btn{width:200px;}}
/**
 * чекбокс и радио
 */
.ckeck-custom,
.radio-custom {
  margin: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
  cursor: pointer;
}
.ckeck-custom input[type="checkbox"],
.ckeck-custom input[type="radio"],
.radio-custom input[type="checkbox"],
.radio-custom input[type="radio"] {
  display: none;
}
.ckeck-custom input[type="checkbox"]:checked + span:before,
.ckeck-custom input[type="radio"]:checked + span:before,
.radio-custom input[type="checkbox"]:checked + span:before,
.radio-custom input[type="radio"]:checked + span:before {
  background-color: #0d3b53;
}
.ckeck-custom input[type="checkbox"]:disabled + span,
.ckeck-custom input[type="radio"]:disabled + span,
.radio-custom input[type="checkbox"]:disabled + span,
.radio-custom input[type="radio"]:disabled + span {
  opacity: 0.6;
}
.ckeck-custom input[type="checkbox"]:disabled + span:before,
.ckeck-custom input[type="radio"]:disabled + span:before,
.radio-custom input[type="checkbox"]:disabled + span:before,
.radio-custom input[type="radio"]:disabled + span:before {
  background-color: #b2b2b2;
  border: none;
}
.ckeck-custom span,
.radio-custom span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  font-size: 17px;
  line-height: 18px;
}
@media only screen and (max-width: 567px) {
  .ckeck-custom span,
  .radio-custom span {
    padding-left: 25px;
    font-size: 13px;
    line-height: 16px;
  }
}
.ckeck-custom span:before,
.radio-custom span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0d3b53;
}
@media only screen and (max-width: 567px) {
  .ckeck-custom span:before,
  .radio-custom span:before {
    width: 16px;
    height: 16px;
  }
}

.ckeck-custom span:before {
  border-radius: 2px;
}
.ckeck-custom input[type="checkbox"]:checked + span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSAxNGw0LTQgOCA4IDE0LTE0IDQgNC0xOCAxOHoiLz48L3N2Zz4=");
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 567px) {
  .ckeck-custom input[type="checkbox"]:checked + span:after {
    width: 12px;
    height: 12px;
  }
}

.radio-custom span:before {
  border-radius: 50%;
}
.radio-custom input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 567px) {
  .radio-custom input[type="radio"]:checked + span:after {
    width: 6px;
    height: 6px;
  }
}

/**
 * сообщения
 */
.message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 35px 15px 55px;
  border: 1px solid #f0efed;
  border-radius: 2px;
}
@media only screen and (max-width: 567px) {
  .message {
    padding: 10px 20px 10px 50px;
  }
}
.message__wrap {
  margin-bottom: 15px;
  max-width: 395px;
}
.message .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 567px) {
  .message .icon {
    left: 15px;
  }
}
.message--errortext {
  background-color: #f0efed;
}

/**
 * модальное окно
 */
.modal-popup {
  position: relative;
  margin: 20px 0;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1017px) {
  .modal-popup {
    max-width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup {
    max-width: 500px;
  }
}
.modal-popup__head {
  padding: 30px 40px;
  border-bottom: 2px solid #f0efed;
}
@media only screen and (max-width: 1017px) {
  .modal-popup__head {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup__head {
    padding: 15px 20px;
  }
}
.modal-popup__head .mfp-close {
  position: relative;
  top: auto !important;
  right: auto !important;
}
.modal-popup__title {
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (max-width: 1017px) {
  .modal-popup__title {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 567px) {
  .modal-popup__title {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal-popup__content {
  padding: 30px 40px;
}
@media only screen and (max-width: 1017px) {
  .modal-popup__content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup__content {
    padding: 15px 20px;
  }
}
.modal-popup--message {
  display: inline-block;
  vertical-align: top;
  padding: 25px;
  text-align: center;
}
.modal-popup--message .message {
  margin: 0;
  background-color: transparent;
  border: none;
}
.modal-popup--message .message:before,
.modal-popup--message .message:after {
  content: none;
}
.modal-popup form {
  max-width: 395px;
}

/**
 * табы
 */
.tabs {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1017px) {
  .tabs {
    width: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 567px) {
  .tabs {
    margin: 0 -15px 30px;
  }
}
.tabs__title {
  position: relative;
  float: left;
  height: 27px;
  margin-left: 33px;
  font-size: 19px;
  line-height: 27px;
  cursor: pointer;
  border-bottom: 1px dotted;
}
@media only screen and (max-width: 1017px) {
  .tabs__title {
    display: block;
    float: none;
    height: auto;
    padding: 15px 45px 15px 15px;
    margin-left: 0;
    border: 1px solid #f0efed;
    border-top: none;
  }
}
@media only screen and (max-width: 567px) {
  .tabs__title {
    padding: 10px 35px 10px 15px;
    font-size: 17px;
    line-height: 25px;
    border-left: none;
    border-right: none;
  }
}
.tabs__title .icon {
  display: none;
}
@media only screen and (max-width: 1017px) {
  .tabs__title .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
  }
}
@media only screen and (max-width: 567px) {
  .tabs__title .icon {
    font-size: 14px;
  }
}
.tabs__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #c4c4c4;
  border-radius: 50%;
}
@media only screen and (max-width: 1017px) {
  .tabs__title:before {
    content: none;
  }
}
.tabs__title:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1017px) {
  .tabs__title:first-child {
    border-top: 1px solid #f0efed !important;
  }
}
.tabs__title:first-child:before {
  content: none;
}
.tabs__title.open {
  z-index: 3;
  cursor: auto;
  color: #0d3b53;
  border-color: transparent;
}
@media only screen and (max-width: 1017px) {
  .tabs__title.open {
    cursor: pointer;
    border: 1px solid #f0efed;
    border-top: none;
    border-bottom: none;
  }
  .tabs__title.open .icon {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media only screen and (max-width: 567px) {
  .tabs__title.open {
    border-left: none;
    border-right: none;
  }
}
.tabs__content {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin: 27px 0 0 -100%;
  padding-top: 25px;
  z-index: 2;
}
@media only screen and (max-width: 1017px) {
  .tabs__content {
    float: none;
    padding: 15px;
    margin: 0;
  }
}
.tabs__content.open {
  display: block;
}
@media only screen and (max-width: 1017px) {
  .tabs__content.open {
    border: 1px solid #f0efed;
    border-top: none;
  }
}
@media only screen and (max-width: 567px) {
  .tabs__content.open {
    border-left: none;
    border-right: none;
  }
}
.tabs__btn {
  text-align: center;
  white-space: nowrap;
  margin-bottom: -5px;
}
@media only screen and (max-width: 1017px) {
  .tabs__btn {
    margin-bottom: 20px;
  }
}
.tabs__btn .tabs__title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  border: none;
  color: #b2b2b2;
}
.tabs__btn .tabs__title:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1017px) {
  .tabs__btn .tabs__title:first-child {
    border-top: none !important;
  }
}
.tabs__btn .tabs__title:not(:first-child):before {
  content: "";
}
@media only screen and (max-width: 567px) {
  .tabs__btn .tabs__title:not(:first-child):before {
    content: none;
  }
}
.tabs__btn .tabs__title .head-underline:after {
  width: 0;
  transition: width 0.5s ease;
}
.tabs__btn .tabs__title.open {
  color: #0f3b54;
}
.tabs__btn .tabs__title.open .head-underline:after {
  width: 70px;
}

.index-page .tabs__content.open {
  border: none;
}
@media only screen and (max-width: 567px) {
  .index-page .tabs__title {
    padding-right: 20px;
  }
}

/**
 * заголовок с подчеркиванием
 */
.head-underline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
}
@media only screen and (max-width: 567px) {
  .head-underline {
    font-size: 18px;
  }
}
.head-underline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 5px;
  display: block;
  width: 70px;
  height: 1px;
  background: #0f3b54;
}

/**
 * хаки для бутстрапа
 */
@media only screen and (max-width: 567px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1017px) {
  .container--full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container--full {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xs > .col,
  .no-gutters-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/**
 * каталог
 */
.section-head {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1017px) {
  .section-head {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.hints {
  margin: -5px;
}
@media only screen and (max-width: 567px) {
  .hints {
    margin: -2px;
  }
}
.hints__item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .hints__item {
    margin: 2px;
  }
}
.hints__item--hit {
  background-color: #0d3b53;
  color: #ffffff;
}
.hints__item--new {
  background-color: #ffffff;
  color: #0d3b53;
  border-color: #0d3b53;
}

.price-block {
  display: block;
  font-weight: 400;
  line-height: 0;
}
.price-block__old {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
  line-height: 1;
  color: #8a8a8a;
  text-decoration: line-through;
}
.price-block__new {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #0d3b53;
}
.price-block__old + .price-block__new {
  margin-left: 4%;
}

.no-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-photo .icon {
  width: 35%;
  height: 35%;
  color: #f0efed;
}

html:not(.bx-touch) .favorite-btn:hover .icon,
.bx-touch .favorite-btn:active .icon {
  fill: #0d3b53;
  color: #0d3b53;
}
.favorite-btn .icon {
  fill: #3a3a3a;
  color: #ffffff;
}
.favorite-btn.active .icon {
  fill: #0d3b53;
  color: #0d3b53;
}

/**
 * Блекс к баннерам
 */
.logo-sheen::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.logo-sheen {
  color: #fff;
  font-size: 125px;
  position: relative;
  overflow: hidden;
}

.logo-sheen:hover::after,
.logo-sheen:focus::after {
  animation: sheen 1s forwards;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
/**
 * Общие стили к баннерам на главной странице
 */
.banner {
  display: block;
  transition: box-shadow 0.2s ease-out;
}
html:not(.bx-touch) .banner:hover,
.bx-touch .banner:active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.banner__area {
  position: relative;
  display: block;
}
.banner__bg {
  display: block;
}
.banner__bg--empty {
  margin-bottom: 20px;
}
.banner__bg--slider {
  display: none;
}
.banner__content {
  text-align: center;
  max-width: 30%;
  margin: 50px 80px;
}
@media only screen and (max-width: 1239px) {
  .banner__content {
    max-width: 30%;
    margin: 40px 60px;
  }
}
@media only screen and (max-width: 1017px) {
  .banner__content {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 567px) {
  .banner__content {
    max-width: 100%;
  }
}
.banner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1239px) {
  .banner__text {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1017px) {
  .banner__text {
    position: relative;
  }
}
.banner__text--white {
  color: #ffffff;
}
.banner__text--black {
  color: #3a3a3a;
}
.banner__text--head {
  text-transform: uppercase;
  white-space: normal;
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (max-width: 1239px) {
  .banner__text--head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__text--head {
    font-size: 18px;
    line-height: 20px;
  }
}
.banner__text--desc {
  font-size: 17px;
  line-height: 1.3;
  white-space: normal;
}
@media only screen and (max-width: 1017px) {
  .banner__text--desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__text--desc {
    font-size: 13px;
  }
}
.banner__text--head + .banner__text--desc {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .banner__text--head + .banner__text--desc {
    margin-top: 10px;
  }
}
.banner__text--desc + .btn,
.banner__text--head + .btn {
  margin-top: 25px;
}
@media only screen and (max-width: 1017px) {
  .banner__text--desc + .btn,
  .banner__text--head + .btn {
    margin-top: 20px;
  }
}
.banner .btn {
  pointer-events: visible;
}

.banner-preview-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.33;
  white-space: normal;
  padding: 10px 10%;
  background-color: #f7f7f7;
  color: #3a3a3a;
}

h1.not-found-title {
  font-size: 150px;
  line-height: 108px;
}
@media only screen and (max-width: 767px) {
  h1.not-found-title {
    font-size: 100px;
    margin-top: 0;
  }
}

.not-found-pic {
  max-width: 90%;
  max-height: 90%;
}
@media only screen and (max-width: 767px) {
  .not-found-pic {
    max-height: 200px;
  }
}
@media only screen and (max-width: 567px) {
  .not-found-pic {
    max-height: 150px;
  }
}

.video-block {
  position: relative;
  padding-top: 56.25%;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 подложка с загрузкой
 */
.block-loading {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}
.block-loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url("/local/templates/2018/svg/loading.svg") center no-repeat;
  background-size: 64px 64px;
  z-index: 2;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 1s;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
/**
 всплывающие подсказки в каталоге
 */
.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tooltip .text {
  padding-right: 20px;
}
.tooltip .text--detail {
  border-bottom: 1px dotted #3a3a3a;
  text-decoration: none;
}
@media only screen and (max-width: 1239px) {
  .tooltip .text--detail {
    border-bottom: none;
  }
}
.tooltip .top-quest {
  padding: 10px 0 0 5px;
  box-shadow: none;
  cursor: pointer;
}
@media only screen and (max-width: 1239px) {
  .tooltip .top-quest {
    display: none;
  }
}
html:not(.bx-touch) .tooltip:hover .top,
html:not(.bx-touch) .tooltip:hover .right,
.bx-touch .tooltip:active .top,
.bx-touch .tooltip:active .right {
  visibility: visible;
  opacity: 1;
}

.tooltip .top {
  box-sizing: border-box;
  color: #3a3a3a;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f0efed;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.33;
  position: absolute;
  z-index: 99999999;
  top: -10px;
  left: 65%;
  transform: translate(-30%, -100%);
  max-width: 250px;
  min-width: 250px;
  padding: 10px 20px 15px 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.tooltip .top a {
  display: inline-block;
  padding-top: 5px;
}
.tooltip .top .link {
  position: absolute;
  top: 0%;
  right: 0%;
  margin: 10px 10px 0 0;
}
.tooltip .top .link .icon {
  font-size: 16px;
  fill: #b2b2b2;
}
@media only screen and (max-width: 1239px) {
  .tooltip .top {
    display: none;
  }
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f0efed;
  background-color: #ffffff;
  border-top: none;
}

.tooltip--small .right {
  min-width: 200px !important;
}
.tooltip--small .right .desc {
  padding-left: 50px !important;
}

.tooltip .right {
  color: #3a3a3a;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f0efed;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.33;
  min-width: 360px;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  padding: 10px 20px 10px 10px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.tooltip .right .desc {
  padding-left: 20px;
}
.tooltip .right .desc--detail {
  max-height: 40px;
  overflow: hidden;
}
.tooltip .right img {
  max-height: 80px;
  max-width: 80px;
}
.tooltip .right b {
  font-weight: 600;
}
.tooltip .right a {
  margin-top: 5px;
  display: inline-block;
}
.tooltip .right .row {
  align-items: center;
}
.tooltip .right .link {
  position: absolute;
  top: 0%;
  right: 0%;
  margin: 10px 10px 0 0;
}
.tooltip .right .link .icon {
  font-size: 16px;
  fill: #b2b2b2;
}
@media only screen and (max-width: 1239px) {
  .tooltip .right {
    display: none;
  }
}

.tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 16px;
  height: 28px;
  overflow: hidden;
}

.tooltip .right i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f0efed;
  background-color: #ffffff;
}

@media only screen and (max-width: 567px) {
  .tooltip-wrapper {
    margin-top: 2px;
  }
}

.filter-no-phono {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.filter-no-phono .no-photo {
  width: 80px;
}
.filter-no-phono .no-photo .icon {
  width: 60px;
  height: 60px;
  left: 10px;
  position: relative;
}
.top-menu__item--lk {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .d-md-none {
    width: 100% !important;
  }
  #przv_future_call_button {
    left: 83% !important;
    bottom: 7% !important;
  }
  .w55 {
    width: 100%;
    margin-bottom: 10px;
  }
  .panel-left-area {
    width: 310px;
  }
}

.top-menu-fix-link {
  display: none;
}
.top-menu__item {
  margin: 0 13px;
  font-size: 13px;
  line-height: 41px;
}
.header__item-link {
  font-size: 13px !important;
  color: #8a8a8a !important;
}

body {
  color: #1b1b1b !important;
}

.header__nav-item-link,
.header__nav-item-link:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header__nav-item-link {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #28ddd2;
}
.header__nav .header__nav-item + .header__nav-item {
  margin-left: 15px;
}

.header__nav-item-link:hover {
  text-decoration: none !important;
}
.to-top.js-to-top {
  display: none !important;
}
.footer__icon a {
  display: inline-block !important;
}
.footer__icons {
  margin-right: 0 !important;
  justify-content: flex-end !important;
}
@media (max-width: 385px) {
  .header-mobile__icons-container,
  .header-mobile__links-container {
    padding: 15px 32px;
  }
}

@media (max-width: 576px) {
  .header__nav-item {
    padding: 0 0px 0 0!important;
  }
  .header__nav .header__nav-item + .header__nav-item {
    margin-left: 10px;
  }
  section.catalog.visible-xs {
    margin-top: 60px;
  }
  .header__nav-item-link {
    background: transparent;
  }
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  a.header-mobile__icon.favorites.mobile_new {
    position: relative;
  }
  a.header-mobile__icon.favorites.mobile_new .header__menu-button-favorites {
    top: 10px !important;
    left: 13px;
    transform: none;
  }
  .footer__icons {
    justify-content: flex-start !important;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding-top: 0;
  }
  .icon-group__badge {
    top: -5px;
    background-color: #eb5757;
  }
  section.catalog.hidden-xs {
    display: none;
  }
}

.header__nav-item-link {
  background: rgba(130, 216, 208, 0.3);
}

.header__nav-item-link:hover {
  background: rgb(40 221 210) !important;
}

.header__logo a {
  display: block;
}

.sub__select-ul input[type="checkbox"] + label:before {
  display: none;
}
/* .section-list.desktop-category .btn--revers.btn--simple,
.content .section-list.desktop-category .btn--revers.btn--simple {
    background: rgba(130,216,208,.3);
    color: #0d3b53;
    border-radius: 100px;
}

html:not(.bx-touch) .section-list.desktop-category .btn--simple:hover,
.section-list.desktop-category .btn--simple:active,
html:not(.bx-touch) .content .section-list.desktop-category .btn--simple:hover,
.bx-touch .content .section-list.desktop-category .btn--simple:active {
    color: #0d3b53;
    border-color: transparent;
    background: rgb(40 221 210) !important;
} */

.footer__icon--whatsapp svg {
  width: 30px;
  height: 25px;
}
.footer__icon a {
  display: flex !important;
  justify-content: end;
}
.footer__icon--whatsapp {
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.footer__icon--whatsapp:hover {
  background: #28ded3;
}
.footer__icon--whatsapp:hover svg path {
  fill: #fff;
}

.footer__icon {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.sub-right-container {
  left: 78.2% !important;
  /* width: 300px !important; */
}

.sub-right-container .sub-form-submit {
  width: 100%;
}

.lb_tabs > label {
  padding: 15px 0 !important;
}
.lb_tabs > section {
  padding: 15px 0 !important;
}
.lb_tabs > label,
.lb_tabs > input:checked + label,
.lb_tabs > section {
  border-width: 0px !important;
}
table.lb_history th {
  background-color: rgba(130, 216, 208, 0.3) !important;
  color: #1b1b1b;
}
.bonus.bonus_item_cart,
.lt_cart_bonus_all {
  font-size: small;
}
.h2-btns-section h2 {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.cart-section {
  cursor: pointer;
  display: block;
}
.catalog-list-item__add-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.attrs__item,
.content .attrs__item {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  margin: 5px;
  min-width: 52px;
  font-size: 15px;
  line-height: 36px;
  background-color: transparent;
  border: 1px solid #f0efed;
  border-radius: 2px;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
}
.attrs__item.active,
.content .attrs__item.active {
  color: #0d3b53;
  border-color: #0d3b53;
}
#iframe {
  width: 200px;
}

.footer__iframe_yandex {
  text-align: right;
  margin-top: 14px;
}
@media only screen and (max-width: 567px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 5em;
    background-color: #0d3b53;
    color: #fff !important;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .footer__iframe_yandex {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .d-md-none {
    width: auto !important;
    max-width: 175px;
    text-align: center;
  }
}

/* End */


/* Start:/local/templates/2018/css/swiper-bundle.min.css?170064113416375*/
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* 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?177928191215113 */
/* /local/templates/.default/components/bitrix/search.title/top/style.css?17793518334319 */
/* /local/templates/.default/components/bitrix/search.title/top-mobile/style.css?17397396002287 */
/* /local/templates/2018/components/teamprofi/empty/menu/style.css?16873390481051 */
/* /local/templates/2018/components/bitrix/menu/main/style.css?16873390482336 */
/* /local/templates/2018/components/teamprofi/empty/to-top/style.css?16873390481290 */
/* /local/templates/.default/components/bitrix/form/.default/bitrix/form.result.new/.default/style.css?1765858233711 */
/* /local/templates/2018/styles.css?174836000610249 */
/* /local/templates/2018/template_styles.css?177685405848546 */
/* /local/templates/2018/css/swiper-bundle.min.css?170064113416375 */
