@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Bold.woff) format("woff"), url(../fonts/Circe-Bold.woff2) format("woff2"), url(../fonts/Circe-Bold.ttf) format("truetype"), url(../fonts/Circe-Bold.svg#../fonts/Circe-Bold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Light.woff) format("woff"), url(../fonts/Circe-Light.woff2) format("woff2"), url(../fonts/Circe-Light.ttf) format("truetype"), url(../fonts/Circe-Light.svg#../fonts/Circe-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Circe-Regular.woff) format("woff"), url(../fonts/Circe-Regular.woff2) format("woff2"), url(../fonts/Circe-Regular.ttf) format("truetype"), url(../fonts/Circe-Regular.svg#../fonts/Circe-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

body {
  background: #fff;
  margin: 0 auto;
  min-width: 320px
}

blockquote, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, ul {
  margin: 0;
  padding: 0;
  border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section {
  display: block
}

img {
  display: -ms-inline-flexbox;
  display: inline-flex
}

a {
  color: inherit;
  font-size: inherit
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*, :after, :before {
  box-sizing: inherit
}

.container {
  max-width: 624px
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

.col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-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%
}

.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: -ms-flexbox !important;
  display: flex !important
}

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

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !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: .25rem !important
}

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

.ml-2, .mx-2 {
  margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

.pl-2, .px-2 {
  padding-left: .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-n1 {
  margin: -.25rem !important
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

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

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

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

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

.m-n3 {
  margin: -1rem !important
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important
}

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

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

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

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

.m-n5 {
  margin: -3rem !important
}

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

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

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

.ml-n5, .mx-n5 {
  margin-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
}

.container {
  padding-left: 16px;
  padding-right: 16px
}

.row-unbroken {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row-unbroken [class^=col] {
  padding-left: 0 !important;
  padding-right: 0 !important
}

[class^=col] > * {
  height: 100%
}

.row {
  margin-left: -8px;
  margin-right: -8px
}

.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-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 {
  padding-left: 8px;
  padding-right: 8px
}

.hidden {
  display: none
}

.hidden-from-lg, .hidden-from-md, .hidden-from-sm {
  display: block
}

html {
  font-family: Circe, Verdana, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: #383838
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f4f4f4
}

* {
  outline-color: #77a31a
}

::selection {
  background: rgba(119, 163, 26, .6)
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none
}

body.modal-open {
  overflow: hidden
}

.reset-list li {
  padding-left: 0
}

.reset-list li:before {
  display: none
}

.main {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 40px
}

.main.main--editor {
  background: #fff;
  padding-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden
}

.main.main--cabinet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 28px;
  height: inherit;
  overflow-x: auto;
  overflow-y: hidden
}

.main.main--cabinet:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 172px;
  background: #353c65;
  z-index: -1
}

.main.main--cabinet > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.main--not-found {
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px
}

ol, ul {
  position: relative;
  list-style: none
}

ol li, ul li {
  padding-left: 18px
}

ol li:before, ul li:before {
  display: inline-block
}

ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -18px;
  margin-right: 12px;
  background: #93be39;
  border-radius: 50%
}

ol {
  counter-reset: ol
}

ol li:before {
  position: absolute;
  left: 0;
  counter-increment: ol;
  content: counter(ol) ".";
  font-weight: 600;
  color: #93be39
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal
}

p + ol, p + p/*, p + ul*/ {
  margin-top: 1rem
}

.price, .sets-item__title .sale, .text-bold, b, strong {
  font-weight: 600
}

.text-center {
  text-align: center
}

small {
  display: inline
}

.form-control-error, .news-article figcaption, .text-small, small {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.083
}

button, input, textarea {
  font-family: inherit
}

.link-dark, .text-regular {
  font-weight: 400
}

.text-light {
  font-weight: 300
}

.text-underlined {
  background-image: linear-gradient(90deg, #383838, #383838);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 1px 1px
}

.text-uppercase {
  text-transform: uppercase
}

.h1, h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px
}

.h2, h2 {
  font-size: 24px;
  line-height: 1.04167;
  font-weight: 400
}

.h2 + p, .h2 + ul, h2 + p, h2 + ul {
  margin-top: 24px
}

.h3, h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5
}

.h4, .h5, .h6, h4, h5, h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875
}

.bg-white {
  background: #fff
}

.text-white {
  color: #fff
}

.bg-accent-1 {
  background: #353c65;
  color: #fff
}

.text-accent-1 {
  color: #353c65
}

.bg-accent-3 {
  background: #93be39;
  color: #fff
}

.bg-accent-3 * {
  outline-color: #353c65
}

.bg-accent-3 ::selection {
  background: rgba(53, 60, 101, .6)
}

.bg-overlay {
  position: relative;
  z-index: 1
}

.bg-overlay:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #353c65
}

.text-accent-3 {
  color: #93be39
}

.bg-accent-2 {
  background: #77a31a;
  color: #fff
}

.bg-accent-2 * {
  outline-color: #353c65
}

.bg-accent-2 ::selection {
  background: rgba(53, 60, 101, .6)
}

.text-accent-2 {
  color: #77a31a
}

.bg-dark-navy {
  background: #2d303f;
  color: #fff
}

.text-dark-navy {
  color: #2d303f
}

.bg-dark-grey {
  background: #383838;
  color: #fff
}

.text-dark-grey {
  color: #383838
}

.bg-light-grey {
  background: #d1d1d1
}

.text-light-grey {
  color: #d1d1d1
}

.bg-black {
  background: #000;
  color: #fff
}

.text-black {
  color: #000
}

.bg-dark-white {
  background: #f4f4f4
}

.text-dark-white {
  color: #f4f4f4
}

.bg-grey {
  background: #acadad
}

.text-grey {
  color: #acadad
}

.text-red {
  color: #eb5757
}

.text-green {
  color: #27ae60
}

.bg-light-grey-2 {
  background: #e5e9e9
}

.text-light-grey-2 {
  color: #e5e9e9
}

.site-head {
  padding-bottom: 96px
}

.overlay-block {
  margin-top: -96px
}

.side-gap {
  padding-left: 24px;
  padding-right: 24px
}

.btn {
  display: inline-block;
  padding: 12px 24px 10px;
  margin: 0;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  background: transparent;
  border: 2px solid #d1d1d1;
  transition: all .15s ease-in-out;
  cursor: pointer
}

.btn.btn-primary {
  background: #93be39;
  color: #fff;
  border-color: #93be39
}

.btn.btn-outline-primary {
  background: transparent;
  color: #93be39;
  border-color: #93be39
}

.btn.btn-outline-secondary {
  background: transparent;
  color: #383838;
  border-color: #383838
}

.btn.btn-outline-border-grey {
  background: transparent;
  color: #383838;
  border-color: #e5e9e9
}

.btn.btn-medium {
  padding: 11px 16px 9px
}

.btn.btn-medium-2 {
  padding: 10px 16px
}

.btn.btn-secondary {
  background: #d1d1d1;
  color: #fff;
  border-color: #d1d1d1
}

.btn:focus, .btn:hover {
  background: #77a31a;
  color: #fff;
  border-color: #77a31a
}

.btn.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: #fff
}

.btn.btn-outline-light:focus, .btn.btn-outline-light:hover {
  background: #fff;
  color: #77a31a;
  border-color: #fff
}

.btn.disabled, .btn[disabled] {
  filter: grayscale(.5);
  cursor: not-allowed
}

.btn.btn-simple {
  padding: 0;
  border: none;
  border-radius: 0
}

.btn.btn-simple:focus, .btn.btn-simple:hover {
  background: transparent;
  color: #77a31a
}

.btn-group {
  position: relative;
  min-width: 190px;
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: inset 0 0 0 2px #e5e9e9;
  border-radius: 30px
}

.btn-group .btn + .btn {
  margin-left: -20px
}

.btn-group .btn + .btn-pseudo {
  margin-left: 0
}

.btn-group .btn {
  padding-right: 18px;
  padding-left: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: color .15s linear
}

.btn-group .btn:focus, .btn-group .btn:hover {
  color: #93be39
}

.btn-group .btn.active {
  color: #fff;
  background: #93be39
}

.btn-group--on-dark {
  box-shadow: inset 0 0 0 2px #5a6386
}

.btn-group--on-dark .btn {
  color: #fff
}

.btn-group.ie .btn-pseudo {
  display: none
}

.btn-group.ie .btn.active {
  background: #93be39
}

.link {
  text-decoration: none;
  background-position: 0 1.25em
}

.link-light {
  background-image: linear-gradient(0deg, #fff 1px, hsla(0, 0%, 100%, 0) 0)
}

.link-light:focus, .link-light:hover {
  background-image: none
}

.link-dark {
  color: #77a31a
}

.link-dark:focus, .link-dark:hover {
  background-image: linear-gradient(0deg, #77a31a 1px, hsla(0, 0%, 100%, 0) 0)
}

.link-download {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.link-download > span {
  -ms-flex: 0 1;
  flex: 0 1;
  background-image: linear-gradient(90deg, #d1d1d1 60%, transparent 0);
  background-position: 0 1.25em;
  background-repeat: repeat-x;
  background-size: 8px 1px
}

.link-download > span > * {
  white-space: nowrap
}

.link-download svg {
  display: inline-block;
  margin-right: 12px;
  width: 25px;
  height: 32px;
  fill: #93be39
}

.link-download:focus, .link-download:hover {
  color: #77a31a
}

.link-download:focus svg, .link-download:hover svg {
  fill: #77a31a
}

.link-download:focus > span, .link-download:hover > span {
  background-image: none
}

.link-arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 11px;
  line-height: normal;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  color: #383838;
  transition: all .2s ease-in-out
}

.link-arrow--bold {
  font-weight: 600;
  color: #878787
}

.link-arrow svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  fill: #383838
}

.link-arrow:empty:before {
  margin-right: 0
}

.link-arrow:focus, .link-arrow:hover {
  color: #77a31a
}

.link-arrow:focus svg, .link-arrow:hover svg {
  fill: #77a31a
}

.bg-white .link-arrow {
  color: #383838
}

.bg-white .link-arrow svg {
  fill: #383838
}

.bg-white .link-arrow:focus, .bg-white .link-arrow:hover {
  color: #77a31a
}

.bg-white .link-arrow:focus svg, .bg-white .link-arrow:hover svg {
  fill: #77a31a
}

.bg-light-grey-2 .link-arrow {
  color: #383838
}

.bg-light-grey-2 .link-arrow svg {
  fill: #383838
}

.bg-light-grey-2 .link-arrow:focus, .bg-light-grey-2 .link-arrow:hover {
  color: #77a31a
}

.bg-light-grey-2 .link-arrow:focus svg, .bg-light-grey-2 .link-arrow:hover svg {
  fill: #77a31a
}

.bg-accent-1 .link-arrow, .bg-overlay .link-arrow {
  color: #fff
}

.bg-accent-1 .link-arrow svg, .bg-overlay .link-arrow svg {
  fill: #fff
}

.bg-accent-1 .link-arrow:focus, .bg-accent-1 .link-arrow:hover, .bg-overlay .link-arrow:focus, .bg-overlay .link-arrow:hover {
  color: #93be39
}

.bg-accent-1 .link-arrow:focus svg, .bg-accent-1 .link-arrow:hover svg, .bg-overlay .link-arrow:focus svg, .bg-overlay .link-arrow:hover svg {
  fill: #93be39
}

.bg-accent-2 .link-arrow, .bg-accent-3 .link-arrow {
  color: #fff
}

.bg-accent-2 .link-arrow svg, .bg-accent-3 .link-arrow svg {
  fill: #fff
}

.bg-accent-2 .link-arrow:focus, .bg-accent-2 .link-arrow:hover, .bg-accent-3 .link-arrow:focus, .bg-accent-3 .link-arrow:hover {
  color: #383838
}

.bg-accent-2 .link-arrow:focus svg, .bg-accent-2 .link-arrow:hover svg, .bg-accent-3 .link-arrow:focus svg, .bg-accent-3 .link-arrow:hover svg {
  fill: #383838
}

.breadcrumps {
  display: block;
  list-style: none;
  font-size: 12px;
  line-height: 1;
  color: inherit
}

.breadcrumps__item {
  display: inline;
  padding-left: 0
}

.breadcrumps__item:before {
  display: none
}

.breadcrumps__item + .breadcrumps__item:before {
  content: "/";
  display: inline-block;
  padding-right: 4px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  width: auto;
  background: transparent
}

.breadcrumps__link {
  text-underline-position: under
}

.breadcrumps__link:focus, .breadcrumps__link:hover {
  text-decoration: none
}

.breadcrumps--white {
  color: #fff
}

.breadcrumps--grey {
  color: #acadad
}

.site-head-default .breadcrumps {
  visibility: visible;
  margin-bottom: 60px
}

.site-head-product .breadcrumps {
  visibility: visible;
  margin-bottom: 60px
}

.site-head-news .breadcrumps {
  visibility: visible;
  margin-bottom: 88px
}

.article, .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 16px
}

.article__media, .section__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.article__media img, .section__media img {
  max-width: 100%;
  height: auto
}

.article__link, .section__link {
  margin-top: 24px;
  font-weight: 700
}

.article__more, .section__more {
  text-align: center
}

.article__more .btn, .section__more .btn {
  width: 100%;
  max-width: 380px
}

.article p + p, .article ul + p, .section p + p, .section ul + p {
  margin-top: 8px
}

.article p + ul, .section p + ul {
  margin-top: 0
}

.article li + li, .section li + li {
 /* margin-top: 8px*/
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(45, 48, 63, .8)
}

.fade {
  opacity: 0;
  visibility: hidden
}

.overlay.show {
  opacity: 1;
  visibility: visible
}

.row-gap {
  margin-top: 32px
}

.tns-nav {
  margin-top: 24px;
  text-align: center;
  line-height: 0
}

.tns-nav button {
  padding: 0;
  border: none;
  width: 6px;
  height: 6px;
  box-shadow: none;
  border-radius: 50%;
  background: #d1d1d1
}

.tns-nav button + button {
  margin-left: 12px
}

.tns-nav button.tns-nav-active {
  background: #93be39
}

.section-head {
  padding: 24px 24px 32px;
  text-align: center;
  border-bottom: 1px solid #e5e9e9
}

.blog-preview {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column
}

.blog-preview, .blog-preview__top {
  display: -ms-flexbox;
  display: flex
}

.blog-preview__content {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 728px;
  margin-bottom: 24px
}

.blog-preview__media {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: calc(100% - 728px);
  padding: 0 16px
}

.blog-preview__media > * {
  margin: auto
}

.blog-preview__media img {
  max-width: 100%;
  height: auto
}

.blog-preview__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto
}

.blog-preview-more {
  text-align: center
}

.blog-preview-more .btn {
  width: 100%;
  max-width: 380px
}

.price .new, .price .normal {
  display: inline-block;
  font-size: 32px;
  line-height: normal
}

.price .new {
  color: #ff502d
}

.price .old {
  margin-right: 12px;
  padding: 0 4px;
  font-size: 20px;
  color: #c6c6c6;
  background-image: linear-gradient(0deg, #c6c6c6, #c6c6c6);
  background-position: 0 .6em;
  background-repeat: repeat-x;
  background-size: 1px 1px
}

.badge, .price .old {
  display: inline-block;
  line-height: normal
}

.badge {
  padding: 6px 12px 3px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #93be39;
  color: #fff
}

.view-count {
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}

.view-count span, .view-count svg {
  display: inline-block
}

.view-count svg {
  margin-left: 6px;
  margin-bottom: 2px;
  width: 22px;
  height: 12px;
  fill: #d1d1d1
}

.overlay-inner {
  padding-top: 96px;
  padding-bottom: 96px
}

.not-found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.not-found__media {
  width: 100%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px
}

.not-found__media img, .not-found__media svg {
  width: 100%;
  height: auto
}

.not-found__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px
}

.houdini, .houdini-accordion {
  display: none
}

.houdini-accordion.is-expanded, .houdini.is-expanded {
  display: block
}

.houdini-toggle {
  cursor: pointer
}

.accordion__item {
  border-bottom: 1px solid #e5e9e9
}

.accordion:last-child .accordion__item:last-child {
  border-bottom: none
}

.accordion__title button {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 16px 18px 16px 0;
  font: inherit;
  border: none;
  background: transparent;
  outline: none
}

.accordion__title button span {
  background-image: linear-gradient(90deg, #d1d1d1 50%, transparent 0);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 10px 1px
}

.accordion__title button svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 10px;
  fill: #383838
}

.accordion__title button[aria-expanded=true] span {
  background-image: none;
  color: #77a31a
}

.accordion__title button[aria-expanded=true] svg {
  fill: #77a31a
}

.accordion__title button[aria-expanded=true] svg .for-plus {
  opacity: 0
}

.accordion__title button:hover span {
  color: #93be39
}

.accordion__title button:hover svg {
  fill: #93be39
}

.accordion__subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal
}

.accordion__group {
  padding-right: 18px;
  padding-bottom: 16px
}

.accordion__media {
  margin-bottom: 16px;
  margin-top: 16px
}

.accordion__media img {
  max-width: 100%;
  height: auto
}

.accordion__media p, .accordion li + li {
  /*margin-top: 8px*/
}

.highlighted-block {
  padding: 24px;
  background: #f5f5f5
}

.highlighted-block__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: .06em
}

.highlighted-block + p, p + .highlighted-block {
  margin-top: 32px
}

template {
  display: none
}

.user {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  text-decoration: none
}

.user, .user__avatar {
  -ms-flex-align: center;
  align-items: center
}

.user__avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #93be39;
  color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.user__email {
  font-size: 12px;
  font-weight: 400
}

.amount-messages {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1px 2px 0;
  line-height: 1
}

.tabs {
  display: -ms-flexbox;
  display: flex;
  height: auto
}

.tabs__item {
  margin-right: 40px
}

.tabs__item.is-current {
  box-shadow: inset 0 -3px 0 0 #93be39
}

.tabs__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease-in-out
}

.tabs__link:hover {
  color: #93be39
}

input[type=search]::-webkit-search-cancel-button {
  display: none
}

.tag {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 18px 2px 8px;
  border: 1px solid #93be39;
  vertical-align: top;
  border-radius: 12px;
  background-color: transparent;
  font-size: 10px;
  z-index: 1
}

.tag.is-hidden {
  display: none
}

.tag__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px
}

.tag__remove svg {
  fill: #93be39;
  width: 7px;
  height: 7px
}

.btn-arrow-left {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent url(../img/back-arrow.svg) no-repeat 50%;
  vertical-align: top
}

.btn-arrow-left, .item-nav {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.item-nav {
  font-size: 13px;
  color: #878787;
  -ms-flex-align: center;
  align-items: center
}

.item-nav__btn {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 50%
}

.item-nav__btn.prev {
  background-image: url(../img/bold-arrow-left.svg)
}

.item-nav__btn.next {
  background-image: url(../img/bold-arrow-rigth.svg)
}

.item-nav__status span {
  font-weight: 400;
  color: #383838
}

.item-nav__toggles {
  display: none
}

.checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.checkbox.has-text .checkbox__icon {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  margin: 3px 0
}

.checkbox.is-minus input + span.checkbox__icon {
  background-color: #fff
}

.checkbox.is-minus input + span.checkbox__icon:before {
  border-color: #93be39;
  background-image: none;
  background-color: transparent
}

.checkbox.is-minus .checkbox__icon {
  border-color: #93be39
}

.checkbox.is-minus .checkbox__icon:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #93be39
}

.checkbox__icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px
}

.checkbox__icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 1px solid #d1d1d1
}

.checkbox input:checked + .checkbox__icon:before {
  border-color: #93be39;
  background: url(../img/check.svg) 50% no-repeat, #93be39 no-repeat;
  background-size: 10px auto, 100% 100%;
  opacity: 1
}

.checkbox__text {
  font-size: 13px;
  padding-left: 8px;
  white-space: normal
}

.btn-remove {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0 16px 0 0;
  color: #878787;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  cursor: pointer
}

.btn-remove:hover svg {
  fill: #77a31a
}

.btn-remove svg {
  width: 14px;
  height: 18px;
  margin-right: 12px;
  fill: #383838;
  transition: all .2s ease-in-out
}

.btn-remove span {
  padding-top: 2px
}

.alert {
  position: relative;
  display: none;
  background-color: #93be39;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 32px;
  text-align: center
}

.alert.is-showed {
  display: block
}

.alert__close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.alert__close svg {
  fill: #fff;
  width: 10px;
  height: 10px
}

.alert__message {
  font-size: 15px;
  line-height: 1.33;
  font-weight: 400
}

.progress {
  width: 100%;
  background-color: #e5e9e9;
  border-radius: 3px;
  overflow: hidden
}

.progress__bar {
  height: 6px;
  border-radius: 3px;
  background-color: #93be39
}

main.main.main--no-padding-bottom {
  padding-bottom: 0
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.section--sale {
  padding-bottom: 32px
}

.section--sale .btn {
  width: 100%;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px
}

.section--main {
  padding-top: 24px
}

textarea {
  overflow: auto;
  resize: none
}

.form-group {
  position: relative
}

.form-group + .form-group {
  margin-top: 16px
}

.form-group + .form-group-submit {
  margin-top: 40px
}

.form-group + .form-group-textarea {
  margin-top: 32px
}

input[type=search].form-control {
  -moz-appearance: none;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  height: auto;
  color: #383838;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #383838;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.form-control.thin-border {
  border-bottom: 1px solid #e5e9e9
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  border: 2px solid #383838
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #d1d1d1
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #d1d1d1
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #d1d1d1
}

.form-control:focus {
  border-color: #77a31a
}

.form-control--search {
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px;
  background: url(../img/search.svg) 0 50% no-repeat;
  transition: all .2s ease-in-out
}

.form-control--search::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #a8a8a8
}

.form-control--search:-moz-placeholder, .form-control--search::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #a8a8a8
}

.form-control--search:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #a8a8a8
}

.form-control--search:focus {
  background-image: none;
  padding-left: 0
}

.form-control--date {
  font-size: 16px;
  font-weight: 600;
  background: url(../img/calendar.svg) 100% 50% no-repeat
}

.form-control__icon-search {
  position: absolute;
  left: 0;
  top: 4px
}

.form-control__label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400
}

.form-control-error {
  display: none;
  margin-top: 4px;
  color: #ff4d4d
}

.was-validated .form-control.error {
  border-color: #ff4d4d;
  color: #ff4d4d;
  box-shadow: none
}

.was-validated .form-control.error ~ .form-control-error {
  display: block
}

textarea.form-control {
  height: auto;
  min-height: 112px;
  padding: 8px 16px;
  border-width: 2px;
  border-style: solid
}

.form-text {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 16px
}

.form-control-checkbox, .form-control-radio {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal
}

.form-control-checkbox:before, .form-control-radio:before {
  position: absolute;
  left: 0;
  top: 10.5px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #e5e9e9
}

.form-control-radio + .form-control-radio {
  margin-top: 4px
}

.form-control-radio:before {
  border-radius: 50%
}

input:checked ~ .form-control-radio:before {
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 12px #77a31a
}

.form-control-checkbox + .form-control-checkbox {
  margin-top: 4px
}

input:checked ~ .form-control-checkbox:after {
  position: absolute;
  left: 0;
  top: 10.5px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: 50%
}

.form-control-select-default {
  min-width: 208px
}

.form-control-select-default .choices-arrow {
  display: none
}

.form-control-select-default .choices[data-type*=select-one].is-focused .choices__inner {
  border-color: #77a31a
}

.form-control-select-default .choices[data-type*=select-one].is-focused[data-type*=select-one]:after {
  border-color: #77a31a transparent transparent
}

.form-control-select-default .choices[data-type*=select-one] .choices__inner {
  padding: 6px 8px 5px
}

.form-control-select-default .choices[data-type*=select-one]:after {
  right: 8px;
  border-color: #383838 transparent transparent
}

.form-control-select-default .choices__inner {
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  height: auto;
  min-height: 0;
  color: #383838;
  border-radius: 0;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e5e9e9
}

.form-control-select-default .choices[data-type*=select-one].is-open .choices__inner {
  border-color: #77a31a
}

.form-control-select-default .choices[data-type*=select-one].is-open[data-type*=select-one]:after {
  border-color: transparent transparent #77a31a
}

.form-control-select-default .choices__placeholder {
  color: #d1d1d1;
  opacity: 1
}

.form-control-select-default .choices__list--single {
  padding: 0
}

.form-control-select-default .choices__list--dropdown .choices__placeholder {
  display: none
}

.form-control-select-default .choices__list--dropdown {
  margin-top: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(56, 56, 56, .15)
}

.form-control-select-default .choices__list--dropdown .choices__item {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5
}

.form-control-select-default .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(119, 163, 26, .3)
}

.form-control-select .choices[data-type*=select-one].is-focused .choices-arrow {
  fill: #77a31a
}

.form-control-select .choices[data-type*=select-one].is-focused .choices__inner {
  border-color: #77a31a
}

.form-control-select .choices[data-type*=select-one] .choices__inner {
  padding: 6px 0
}

.form-control-select .choices[data-type*=select-one] .choices-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 16px;
  fill: #383838
}

.form-control-select .choices[data-type*=select-one]:after {
  display: none
}

.form-control-select .choices__inner {
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  height: auto;
  min-height: 0;
  color: #383838;
  border-radius: 0;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #383838
}

.form-control-select .choices.is-open .choices__inner {
  border-color: #77a31a
}

.form-control-select .choices.is-open[data-type*=select-one] .choices-arrow {
  fill: #77a31a
}

.form-control-select .choices__placeholder {
  color: #d1d1d1;
  opacity: 1
}

.form-control-select .choices__list--single {
  padding: 0
}

.form-control-select .choices__list--dropdown .choices__placeholder {
  display: none
}

.form-control-select .choices__list--dropdown {
  margin-top: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(56, 56, 56, .15)
}

.form-control-select .choices__list--dropdown .choices__item {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5
}

.form-control-select .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(119, 163, 26, .3)
}

.form-control-select--white {
  text-align: left
}

.form-control-select--white .choices__list--single {
  padding-right: 18px
}

.form-control-select--white .choices__list--single .choices__item {
  font-size: 16px;
  font-weight: 600
}

.form-control-select--white .choices__item {
  color: #383838;
  word-break: normal;
  white-space: nowrap
}

.form-control-select--white .choices__list--dropdown {
  min-width: 100%;
  width: auto
}

.form-control-select--white .choices__placeholder {
  color: #a8a8a8
}

.form-control-select--white .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent;
  color: #93be39
}

.form-control-select--without-border .choices[data-type*=select-one] .choices-arrow {
  width: 7px;
  height: 4px
}

.form-control-select--without-border .choices__inner {
  border-bottom: none
}

.form-control-select--without-border .choices__list--single .choices__item {
  font-weight: 600
}

.form-control-select--without-border .choices__list--dropdown {
  min-width: 165px;
  top: calc(100% - 8px);
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 2
}

.form-control-select--without-border .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent;
  color: #93be39
}

.form-control-select--without-border .choices__list--dropdown .choices__item {
  color: #383838;
  font-weight: 400;
  white-space: nowrap;
  font-size: 13px;
  padding-right: 16px;
  padding-left: 16px
}

.form-group-file input.focus-visible ~ .form-control-file {
  box-shadow: 0 0 4px 2px #77a31a
}

.form-control-file {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: all .15s ease-in-out
}

.form-control-file:hover {
  color: #77a31a
}

.form-control-file svg {
  display: inline-block;
  margin-right: 12px;
  fill: #d1d1d1
}

.form-control-file span {
  background-image: linear-gradient(90deg, #d1d1d1 60%, transparent 0);
  background-position: 0 1.25em;
  background-repeat: repeat-x;
  background-size: 10px 2px
}

.form-control-file span:empty:before {
  content: attr(data-choose-file)
}

.form-col + .form-col {
  margin-top: 16px
}

.form-title-group {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400
}

.menu-is-opened {
  overflow: hidden
}

.menu-is-opened .header__menu {
  display: -ms-flexbox;
  display: flex
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #f4f4f4
}

.header--editor {
  box-shadow: 0 0 8px rgba(56, 56, 56, .1)
}

.header__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 24px
}

.header__logo {
  margin-right: 16px;
  font-size: 0
}

.header__main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header__user-bar, .header__user-bar > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header__user-bar > li {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: 0
}

.header__user-bar > li:before {
  display: none
}

.header__bar-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer
}

.header__bar-item svg {
  transition: all .15s ease-in-out
}

.header__bar-item:hover {
  background-color: transparent;
  border: none;
  box-shadow: none
}

.header__bar-item:hover svg {
  fill: #77a31a
}

.header__bar-item.logget-in span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #93be39;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase
}

.header__bar-item--user {
  width: 48px;
  height: 30px
}

.header__bar-item svg {
  fill: #383838
}

.header__open-menu {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  margin-right: -10px;
  padding: 0;
  background-color: transparent;
  border: none
}

.header__open-menu:focus, .header__open-menu:hover {
  background-color: transparent;
  border: none;
  box-shadow: none
}

.header__open-menu:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: repeating-linear-gradient(#000, #000 2px, transparent 0, transparent 4px)
}

.header__open-menu[aria-expanded=true]:before {
  background: url(../img/cross-thin.svg) 50% no-repeat
}

.header__menu {
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  padding-bottom: 32px;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: auto;
  border-top: 1px solid #e5e9e9
}

.header__body {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff
}

.header__body .container {
  padding-right: 0;
  padding-left: 0
}

.header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header__item, .header__subitem {
  padding-left: 0
}

.header__item:before, .header__subitem:before {
  display: none
}

.header__item {
  position: relative
}

.header__item + .header__item {
  border-top: 1px solid #e5e9e9
}

.header__item.is-active .header__link {
  color: #77a31a
}

.header__item.is-active .header__arrow {
  fill: #77a31a
}

.header__item.is-expanded .header__sublist {
  display: block;
  box-shadow: inset 0 1px 0 0 #e5e5e5, inset 1px -1px 0 0 #f4f4f4, inset -1px -1px 0 0 #f4f4f4
}

.header__item.is-expanded .header__link {
  color: #77a31a
}

.header__item.is-expanded .header__arrow {
  fill: #77a31a;
  transform: rotate(-90deg)
}

.header__link, .header__sublink {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none
}

.header__link:hover, .header__sublink:hover {
  color: #77a31a
}

.header__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  transition: all .15s ease-in-out
}

.header__link.services .header__arrow {
  display: none
}

.header__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  fill: #383838;
  transition: all .15s ease-in-out;
  z-index: 1;
  transform: rotate(90deg)
}

.header__sublist {
  position: relative;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #f4f4f4;
  display: none
}

.header__sublist:before {
  content: "";
  position: absolute;
  left: 16px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent
}

.header__sublink {
  padding: 8px 15px;
  transition: all .15s ease-in-out
}

.header__lang-list {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  margin-right: -3px;
  cursor: pointer
}

.header__lang {
  font-size: 11px;
  padding-right: 3px;
  padding-left: 3px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #a8a8a8
}

.header__lang.is-current {
  color: #383838
}

.header__dropdown {
  background-color: #fff;
  display: none;
  transition: all .15s ease-in-out
}

.header__dropdown:before {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  width: 12px;
  height: 10px;
  display: none;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  transform: rotate(-45deg)
}

.header__dropdown.is-expanded {
  display: block
}

.header__dropdown li {
  padding-left: 0
}

.header__dropdown li:before {
  display: none
}

.header__dropdown-link {
  display: block;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .15s ease-in-out
}

.header__dropdown-link:hover {
  color: #77a31a
}

.header__user-info {
  position: fixed;
  right: 0;
  left: 0;
  top: 48px;
  padding: 24px 0 0;
  border-top: 1px solid #e5e5e5
}

.header__user-info .container {
  padding-right: 0;
  padding-left: 0
}

.header__user-body {
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #e5e5e5
}

.header__row {
  margin-bottom: 16px
}

.header__avatar, .header__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header__avatar {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: none;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 5px 2px 2px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #93be39;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  /*letter-spacing: .06em;*/
  font-weight: 600
}

.header__avatar img {
  max-width: 100%;
  height: auto
}

.header__add-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden
}

.header__email {
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%
}

.header__footer-user {
  padding-top: 16px;
  padding-bottom: 16px
}

.header__logout {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  transition: all .15s ease-in-out
}

.header__logout:hover {
  color: #77a31a
}

.header__logout svg {
  display: none;
  margin-right: 8px;
  fill: #383838
}

.amount-messages {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 2px;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  margin-left: 4px;
  font-size: 9px;
  background-color: #93be39;
  color: #fff;
  font-weight: 600;
  border-radius: 14px;
  min-width: 18px;
  min-height: 14px
}

.footer {
  margin-top: auto;
  background-color: #2d303f;
  color: #fff
}

.footer__main {
  padding-top: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.footer__additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__logo {
  margin-bottom: 24px
}

.footer__info {
  max-width: 232px
}

.footer__address {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 400
}

.footer__tel {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  transition: all .15s ease-in-out
}

.footer__tel:focus, .footer__tel:hover {
  color: #93be39
}

.footer__col, .footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer__nav {
  margin-bottom: 24px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__nav li {
  padding-left: 0
}

.footer__nav li:before {
  display: none
}

.footer__link {
  display: block;
  padding: 8px 0;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .06em;
  transition: all .15s ease-in-out
}

.footer__link:focus, .footer__link:hover {
  color: #93be39
}

.footer__additional-info {
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 13px
}

.footer__additional-info .link-dark {
  color: #93be39
}

.footer__additional-info .link-dark:focus, .footer__additional-info .link-dark:hover {
  background-image: linear-gradient(0deg, #93be39 1px, hsla(0, 0%, 100%, 0) 0)
}

.footer__additional-info p {
  font-size: inherit
}

.footer__copyright {
  margin-bottom: 14px
}

.footer__copyright span {
  display: block
}

.footer__copyright .copy {
  position: relative;
  bottom: 2px;
  display: inline
}

.social {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none
}

.social__item {
  margin-right: 32px;
  padding-left: 0;
  overflow: hidden
}

.social__item:before {
  display: none
}

.social__item:last-child {
  margin-right: 0
}

.social__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.social__link:hover .icon {
  fill: #93be39
}

.social__link .icon {
  fill: #fff;
  transition: fill .15s ease-in-out
}

.site-head-main {
  overflow: hidden;
  padding-top: 32px;
  text-align: center
}

.site-head-main__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 27px
}

.site-head-main p {
  margin-bottom: 12px
}

.site-head-main__media {
  margin-top: 24px;
  margin-left: -48px
}

.site-head-main__media img {
  text-align: left;
  width: 296px;
  height: auto
}

.site-head-main__systems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.site-head-main__systems .item {
  fill: #5a6386;
  height: auto
}

.site-head-main__systems .item + .item {
  margin-left: 8px
}

.site-head-main__systems .item--windows {
  width: 120px
}

.site-head-main__systems .item--apple-black {
  width: 30px
}

.site-head-main__systems .item--linux {
  width: 76px
}

.site-head-main > :last-child {
  margin-bottom: 24px
}

.sets {
  position: relative;
  z-index: 1;
  padding-bottom: 32px
}

.sets__title, .sets__toggle-systems {
  text-align: center;
  margin-bottom: 32px
}

.sets__items-wrap {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto
}

.sets__items {
  display: -ms-flexbox;
  display: flex
}

.sets__items .btn + .btn {
  margin-top: 20px
}

.sets .tns-inner {
  box-shadow: inset 0 0 0 4px #e5e9e9
}

.sets-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 48px 16px 32px;
  text-align: center;
}




.sets-item:hover .sets-item__title .to-underline {
  background-image: linear-gradient(0deg, #93be39, #93be39);
  background-position: 0 1.2em
}

.sets-item__title {
  position: relative;
  margin-bottom: 8px
}

.sets-item__title .to-underline {
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 1px 3px;
  transition: background-position .15s ease-in-out;
  font-size: 20px;
}

.sets-item__title .sale {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ff502d
}

.sets-item__text {
  font-size: 14px;
  margin-bottom: 16px
}

.sets-item__price {
  margin-top: auto;
  margin-bottom: 16px
}

.sets-item .btn {
  width: 100%
}

.opportunities {
  padding-top: 96px;
  padding-bottom: 96px
}

.opportunities__title {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center
}

.opportunities__items {
  display: -ms-flexbox;
  display: flex
}

.opportunities__slider {
  margin-bottom: 40px
}

.opportunities__slider .nav {
  display: none;
  cursor: pointer
}

.opportunity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.opportunity__title {
  margin-bottom: 16px;
  line-height: 19px
}

.opportunity__content {
  margin-bottom: 0px
}

.opportunity__img {
  width: 100%;
  height: 370px;
  margin-left: auto;
  margin-right: auto;
  /*background: hsla(0, 0%, 100%, .2)*/
}

.opportunity__img > * {
  width: 100%;
  height: auto
}

.opportunity__media {
  margin-top: auto
}

.odds {
  padding-bottom: 32px
}

.odds__title {
  text-align: center
}

.odds__items-wrap {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto
}

.odds__items {
  display: -ms-flexbox;
  display: flex
}

.odds-item {
  padding: 32px 24px 0;
  text-align: center
}

.odds-item__title {
  margin-bottom: 8px
}

.odds-item__media {
  margin-bottom: 24px
}

.odds-item__media img, .odds-item__media svg {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 88px
}

.cta {
  padding: 32px 16px;
  text-align: center;
  background: linear-gradient(90.55deg, #222c52 .1%, #47568f 99.91%)
}

.cta__media {
  display: none
}

.cta__about {
  margin-bottom: 24px
}

.cta__try .btn {
  width: 100%;
  max-width: 420px;
  margin-top: 45px !important;
  margin-left: auto;
  margin-right: auto
}

.cta__try p + p {
  margin-top: 0
}

.faq {
  padding-bottom: 16px
}

.faq__accordion {
  padding-left: 16px;
  padding-right: 16px
}

.faq__more {
  margin-top: 24px;
  padding-bottom: 16px;
  text-align: center
}

.site-head-default {
  padding-top: 48px
}

/*.site-head-default .breadcrumps {
  visibility: hidden
}*/

.site-head-default > :last-child {
  margin-bottom: 32px
}

.site-head-default__title {
  margin-bottom: 16px
}

.site-head-default__title:last-child {
  margin-bottom: 0
}

.site-head-default__text {
  max-width: 840px
}

.site-head-default__news-page {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.site-head-product {
  overflow: hidden;
  padding-top: 48px
}

/*.site-head-product .breadcrumps {
  visibility: hidden
}*/

.site-head-product > :last-child {
  margin-bottom: 32px
}

.site-head-product__content {
  text-align: center;
  margin-bottom: 16px
}

.site-head-product__title {
  margin-bottom: 16px;
  line-height: 1.06
}

.site-head-product__media {
  margin-bottom: 24px;
  text-align: center
}

.site-head-product__media img {
  max-width: 100%;
  width: 340px;
  height: auto
}

.site-head-product__badge {
  margin-bottom: 16px
}

.site-head-product .btn-group-wrap {
  text-align: center
}

.site-head-product__links--desktop {
  display: none
}

.site-head-product__links a {
  display: block;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

.site-head-product__links a + a {
  margin-top: 24px
}

.site-head-news {
  padding-top: 48px;
  padding-bottom: 40px
}

/*.site-head-news .breadcrumps {
  visibility: hidden
}*/

.site-head-news__text {
  font-weight: 400
}

.site-head-news__title {
  margin-bottom: 16px
}

.site-head-news__title:last-child {
  margin-bottom: 0
}

.site-head-news__content {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.news-article {
  padding: 32px 16px;
  background: #fff
}

.news-article__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #d1d1d1
}

.news-article__footer {
  padding-top: 20px
}

.news-article__content {
  padding-bottom: 32px
}

.news-article figure {
  margin-top: 16px;
  margin-bottom: 20px
}

.news-article figure:first-child {
  margin-top: 0
}

.news-article figure:last-child {
  margin-bottom: 0
}

.news-article figure img {
  max-width: 100%;
  height: auto
}

.news-article figcaption {
  margin-top: 4px;
  color: #acadad
}

.news-article h2 {
  font-size: 18px;
  line-height: 19px
}

.news-article p + h2 {
  margin-top: 24px
}

.news-article h2 + p, .news-article ol + p, .news-article ul + p {
  margin-top: 1rem
}

.news-article li + li:not(.social__item), .news-article p + ol, .news-article p + ul {
  margin-top: 12px
}

.news-article .social, .news-article .social__link {
  -ms-flex-align: baseline;
  align-items: baseline
}

.news-article .social__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none
}

.news-article .social__link span {
  display: inline-block;
  margin-left: 6px
}

.news-article .social__link.fb svg {
  fill: #2e3966
}

.news-article .social__link.vk svg {
  fill: #5a6386
}

.news-article .social__link:focus, .news-article .social__link:hover {
  opacity: .7
}

.products-table-wrap {
  padding-top: 96px;
  padding-bottom: 96px
}

.products-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden
}

.products-table svg {
  fill: #fff;
  width: 12px;
  height: 9px
}

.products-table td {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px
}

.products-table td, .products-table th {
  width: 22.22222%;
  max-width: 22.22222%
}

.products-table td:first-child, .products-table th:first-child {
  text-align: left;
  width: 33.33333%;
  max-width: 33.33333%
}

.products-table thead th {
  padding-bottom: 16px;
  padding-top: 24px
}

.products-table tbody tr td {
  border-top: 1px solid #5d6384
}

.products-table th.selected {
  border-top: 4px solid #5d6384
}

.products-table td.selected, .products-table th.selected {
  border-left: 4px solid #5d6384;
  border-right: 4px solid #5d6384
}

.products-table tr:last-child td.selected {
  border-bottom: 4px solid #5d6384
}

.products-table__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase
}

.products-table__subtitle {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center
}

.products-table__row-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px
}

.products-table td, .products-table th {
  position: relative
}

.products-table td:not(:first-child):after, .products-table th:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .15s ease-in-out
}

.products-table td:not(:first-child):hover:after, .products-table th:not(:first-child):hover:after {
  background-color: hsla(0, 0%, 100%, .05)
}

.products-slider {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto
}

.psi__title {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase
}

.psi__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-align: center
}

.psi__list {
  list-style: none
}

.psi__list li {
  position: relative;
  padding: 8px 24px 8px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px
}

.psi__list li + li {
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.psi__list li:before {
  display: none
}

.psi__list svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 12px;
  height: 9px;
  fill: #fff
}

.modal {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  outline: none;
  background: #fff;
  border-top: 1px solid #e5e9e9
}

.modal-container {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto
}

.modal--confirm .modal__heading {
  margin-bottom: 18px
}

.modal--confirm .modal__content {
  padding-bottom: 32px
}

.modal--confirm-email {
  text-align: center
}

.modal--confirm-email .modal__heading {
  margin-bottom: 12px
}

.modal--confirm-email .modal__content {
  padding-bottom: 32px
}

.modal--confirm-email p {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  line-height: 1.57
}

.modal__aside {
  display: none
}

.modal__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.modal__buttons > * + * {
  margin-top: 12px
}

.modal__content {
  padding: 24px 16px 48px
}

.modal__heading {
  margin-bottom: 32px
}

.modal__title.small {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33
}

.modal.hidden {
  display: none
}

.modal-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(45, 48, 63, .8)
}

.modal-overlay.hidden {
  visibility: hidden;
  transition: 0s;
  z-index: -1
}

.modal-overlay:not(.hidden) > .modal {
  opacity: 1;
  transition: opacity .15s ease, transform .25s linear;
  transform: translateX(0)
}

.modal__close {
  display: none
}

.modal--contact .form-group-submit .btn, .modal--recovery .form-group-submit .btn, .modal--register .form-group-submit .btn {
  width: 100%
}

.modal.modal--url .form-group-submit .btn + .btn {
  margin-left: 16px
}

.modal.modal--url .form-group + .form-group-submit {
  margin-top: 24px
}

.modal__btn-ok {
  min-width: 118px
}

.modal__btn-cancel {
  min-width: 162px
}

.body-editor {
  height: 100vh
}

.main.main--editor {
  display: -ms-flexbox;
  display: flex;
  height: inherit
}

.editor-aside {
  -ms-flex: 1 1 21.43%;
  flex: 1 1 21.43%;
  max-width: 21.43%;
  width: 21.43%;
  min-width: 255px
}

.editor-aside--nav, .editor-aside--prompt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.editor-aside--prompt {
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-y: auto;
  padding-top: 24px;
  font-size: 14px;
  line-height: 17px
}

.editor-aside--prompt .houdini-toggle {
  padding: 12px 0;
  border: none;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #d1d1d1 40%, transparent 0);
  background-color: transparent;
  background-position: right 0 bottom .9em;
  background-repeat: repeat-x;
  background-size: 6px 1px
}

.editor-aside--prompt .houdini-toggle[aria-expanded=true] {
  color: #93be39;
  background-image: none
}

.editor-aside--prompt p {
  font-size: inherit;
  line-height: inherit
}

.editor-aside--prompt .btn {
  width: 100%
}

.editor-aside__inner > * {
  padding-left: 36px;
  padding-right: 36px
}

.editor-aside__buttons {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  margin-bottom: 20px
}

.editor-aside__btn {
  margin-bottom: 8px
}

.editor-aside__tooltip-content p {
  margin-bottom: 14px
}

.editor-aside__tooltip-content p b {
  font-weight: 400
}

.editor-aside__collapse {
  padding-bottom: 38px
}

.editor-aside__subtitle {
  display: block;
  margin-bottom: 2px
}

.editor-aside__to-rules {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  min-height: 100px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 400;
  background: #fff;
  border-top: 1px solid #e5e9e9
}

.editor-aside__menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  height: calc(100% - 100px);
 /* max-height: calc(100% - 100px);*/
  overflow: hidden
}

.editor-aside__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  height: 100px;
  max-height: 100px;
  margin-top: auto;
  border-top: 1px solid #e5e9e9;
  background: #f4f4f4
}

.editor-aside__footer p + p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 0
}

.editor-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1 1 57.14%;
  flex: 1 1 57.14%;
  max-width: 57.14%;
  width: 57.14%;
  min-width: 690px;
  border-left: 1px solid #e5e9e9;
  border-right: 1px solid #e5e9e9;
  overflow-y: auto
}

.editor-content__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px
}

.editor-content__header .social {
  margin-top: 0;
  margin-left: auto
}

.editor-content__header .social svg {
  fill: #acadad
}

.editor-content__header .social__link:hover svg {
  fill: #47568f
}

.editor-content__header .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent
}

.editor-content__header-btns {
  margin-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 0
}

.editor-content__footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*min-height: 100px;*/
  padding: 15px 32px;
  border-top: 1px solid #e5e9e9;
  background: #fff
}

.editor-content__footer.no-border {
  padding-top: 6px;
  border: none
}

.editor-content__info {
  color: #a8a8a8;
  font-weight: 400
}

.editor-content__max-symbols {
  color: #77a31a;
  font-weight: 600
}

.editor-aside, .editor-content {
  max-height: 100%
}

.editor-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  color: #383838;
  background: transparent;
  cursor: pointer;
  transition: all .15s ease-in-out
}

.editor-btn + .editor-btn {
  margin-left: 32px
}

.editor-btn svg {
  fill: #383838;
  transition: all .15s ease-in-out
}

.editor-btn span {
  min-width: 16px;
  height: auto;
  margin-top: 2px;
  margin-left: 8px
}

.editor-btn:hover {
  color: #77a31a
}

.editor-btn:hover svg {
  fill: #77a31a
}

.editor-container {
  padding-left: 32px;
  padding-right: 32px;
  -ms-flex-positive: 1;
 /* flex-grow: 1;*/
  /*padding-bottom: 20px;*/
}

.rules__header {
  padding-bottom: 24px;
  /*border-bottom: 1px solid #e5e9e9*/
}

.rules__list button span {
  background-image: none
}

.text-editable {
  padding-top: 24px;
  padding-bottom: 24px
}

.text-editable:focus {
  outline: none
}

.split-word {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #93be39
}

.split-word span {
  color: #383838
}

.search-word__field {
  margin-bottom: 32px
}

.search-word__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 42px
}

.search-word__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px
}

.search-word__name {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: .06em;
  font-weight: 600
}

.search-word__list {
  height: 414px;
  border: 1px solid #e5e9e9;
  border-radius: 1px;
  overflow-y: auto
}

.search-word__item {
  padding: 6px 16px;
  line-height: 1.75;
  font-weight: 400
}

.search-word__item:before {
  display: none
}

.search-word__item .search-word__item.is-selected {
  background-color: #93be39;
  color: #fff
}

.search-word__link {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.task__list {
  margin-bottom: 20px
}

.task__number {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: normal;
  color: #a8a8a8;
  text-decoration: none
}

.task__number:last-child {
  margin-bottom: 0
}

.task__number.current {
  color: #383838
}

.task__describe {
  display: block;
  margin-bottom: 8px;
  font-weight: 600
}

.task__text p {
  font-weight: 400
}

.task__text .text-grey {
  color: #828282
}

.task-status {
  margin-top: 14px
}

.task-status li {
  position: relative;
  padding-left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: gray;
  font-size: 14px;
  line-height: 1.27;
  font-weight: 400
}

.task-status li:before {
  display: none
}

.task-status li:after {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.task-status li.done:after {
  background-color: #00548c
}

.task-status li.not-done:after {
  background-color: #828282
}

.task-status li.right:after {
  background-color: #27ae60
}

.task-status li.wrong:after {
  background-color: #eb5757
}

.mistake-template.select {
  margin-right: -16px;
  margin-left: -16px
}

.mistake-template.select button {
  width: 100%;
  padding: 1px 16px
}

.grammar-morphemes p + p, .grammar-morphemes ul + p, .rules__list p + p, .rules__list ul + p {
  margin-top: 16px
}

.grammar-morphemes p + ul, .rules__list p + ul {
  margin-top: 8px
}

.question {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e9e9
}

.editor-nav, .editor-nav > ul {
  height: 100%
}

.editor-nav li {
  padding: 0
}

.editor-nav li:before {
  display: none
}

.editor-nav__item > a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  background: #f4f4f4;
  border-bottom: 1px solid #e5e9e9;
  transition: all .15s ease-in-out
}

.editor-nav__item > a:hover {
  color: #93be39
}

.editor-nav__item > a.with-submenu {
  position: relative;
  padding-right: 48px
}

.editor-nav__item > a.with-submenu svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width: 11px;
  height: 7px;
  fill: #383838;
  transition: all .15s ease-in-out
}

.editor-nav__item > a.with-submenu:hover svg {
  fill: #93be39
}

.editor-nav__item.is-active > a {
  color: #77a31a;
  background: #fff
}

.editor-nav__item.is-active {
  border-left: 5px solid #77a31a;
}

.editor-nav__item.is-active > a.with-submenu {
  border-bottom: none
}

.editor-nav__item.is-active > a.with-submenu svg {
  fill: #77a31a;
  transform: rotate(180deg)
}

.editor-nav__item.is-active .editor-nav__lvl-1 {
  display: block
}

.editor-nav__lvl-1 {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow-y: auto
}

.editor-nav__lvl-1 > li {
  border-bottom: 1px solid #e5e9e9
}

.editor-nav__lvl-1-item, .editor-nav__lvl-2-item {
  display: block
}

.editor-nav__lvl-1-item > button, .editor-nav__lvl-2-item > button {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  text-align: left;
  color: #383838;
  background-color: transparent;
  cursor: pointer
}

.editor-nav__lvl-1-item > button svg, .editor-nav__lvl-2-item > button svg {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 16px;
  fill: #383838
}

.editor-nav__lvl-1-item > button[aria-expanded=true], .editor-nav__lvl-2-item > button[aria-expanded=true] {
  color: #77a31a
}

.editor-nav__lvl-1-item > button[aria-expanded=true] svg, .editor-nav__lvl-2-item > button[aria-expanded=true] svg {
  fill: #77a31a
}

.editor-nav__lvl-1-item > button[aria-expanded=true] svg .for-plus, .editor-nav__lvl-2-item > button[aria-expanded=true] svg .for-plus {
  opacity: 0
}

.editor-nav__lvl-1-item > button {
  padding: 12px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px
}

.editor-nav__lvl-2-item > button {
  padding: 0 0 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px
}

.editor-nav__lvl-2, .editor-nav__lvl-3 {
  padding-left: 24px
}

.editor-nav__lvl-2 > li, .editor-nav__lvl-3 > li {
  padding-top: 6px;
  padding-bottom: 6px
}

.editor-nav__lvl-2 > li a, .editor-nav__lvl-3 > li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
  background-image: linear-gradient(90deg, #d1d1d1 50%, transparent 0);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 5px 1px
}

.editor-nav__lvl-2 > li a:hover, .editor-nav__lvl-3 > li a:hover {
  color: #93be39
}

.editor-nav__lvl-2 {
  padding-bottom: 12px
}

.orfo-online {
  padding-bottom: 24px;
}

.orfo-online__mistakes {
  margin-top: 24px
}

.orfo-online__mistakes-count {
  color: #a8a8a8
}

.orfo-online ul.mistakes-list {
  margin-top: 16px
}

.mistakes-list__item {
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px
}

.mistakes-list__item + .mistakes-list__item {
  /*margin-top: 8px*/
}

.mistakes-list__item:before {
  display: none
}

.mistake {
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  /*cursor: pointer*/
}

.mistake--punctuation {
  color: #27ae60;
  background-image: linear-gradient(90deg, #27ae60 60%, transparent 0)
}

.mistake--grammar {
  color: #eb5757;
  background-image: linear-gradient(90deg, #eb5757 60%, transparent 0)
}

.mistake--replace {
  color: #00548c;
  background-size: 5px 1px
}

.mistake--replace.tippy-active, .mistake--replace:hover {
  background-image: linear-gradient(90deg, #006bb2 2px, transparent 4px)
}

.mistake-template {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px
}

.mistake-template.select, .mistake-template .select {
  margin-right: -16px;
  margin-left: -16px
}

.mistake-template.select button, .mistake-template .select button {
  margin-top: 4px;
  padding-right: 16px;
  padding-left: 16px
}

.mistake-template.select button + button, .mistake-template .select button + button {
  margin-top: 4px
}

.mistake-template button {
  display: block;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer
}

.mistake-template button.is-selected, .mistake-template button:hover {
  background-color: #93be39;
  color: #fff
}

.mistake-template__skip {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e9e9
}

.mistake-template__select {
  font-weight: 400
}

.mistake-template__select button {
  width: 100%
}

.grammar-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e5e9e9
}

.grammar-table thead {
  background: #f5f5f5
}

.grammar-table th {
  padding: 4px 4px 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}

.grammar-table td {
  padding: 4px 8px
}

.grammar-table td, .grammar-table th {
  border: 1px solid #e5e9e9;
  vertical-align: top
}

.grammar-table__sub-row {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #a8a8a8;
  color: #fff
}

.grammar-table__sub-row td {
  padding: 8px
}

.grammar-table__col-1 {
  width: 8.33333%
}

.grammar-table__col-2 {
  width: 16.66666%
}

.grammar-table__col-3 {
  width: 24.99999%
}

.grammar-table__col-4 {
  width: 33.33332%
}

.grammar-table__col-5 {
  width: 41.66665%
}

.grammar-table__col-6 {
  width: 49.99998%
}

.grammar-table__col-7 {
  width: 58.33331%
}

.grammar-table__col-8 {
  width: 66.66664%
}

.grammar-table__col-9 {
  width: 74.99997%
}

.grammar-table__col-10 {
  width: 83.3333%
}

.grammar-table__col-11 {
  width: 91.66663%
}

.grammar-table__col-12 {
  width: 100%
}

.grammar-table + p, .grammar-table + ul, p + .grammar-table, ul + .grammar-table {
  margin-top: 40px
}

.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #383838
}

.content [class^=col] > * {
  height: auto
}

.content__header {
  padding-top: 32px;
  padding-bottom: 18px;
  color: #fff
}

.content__account-info {
  display: none
}

.content__info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: right
}

.content__info-item + p {
  margin-top: 2px
}

.content__label {
  min-width: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 14px
}

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

.content__value span {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
  font-weight: inherit
}

.content__tabs {
  display: none
}


.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px
}

.choices:focus {
  outline: none
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all
}

.choices__list--dropdown.is-active {
  display: block
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.choices__button:focus {
  outline: none
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

.choices__input:focus {
  outline: 0
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden, .choices[data-type*=select-one] .choices__input.is-hidden, .choices__input.is-hidden {
  display: none
}

.tns-outer {
  padding: 0 !important
}

.tns-outer [hidden] {
  display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer
}

.tns-slider {
  transition: all 0s
}

.tns-slider > .tns-item {
  box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%
}

.tns-gallery, .tns-no-calc {
  position: relative;
  left: 0
}

.tns-gallery {
  min-height: 1px
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important
}

.tns-gallery > .tns-moving {
  transition: all .25s
}

.tns-autowidth {
  display: inline-block
}

.tns-lazy-img {
  transition: opacity .6s;
  opacity: .6
}

.tns-lazy-img.tns-complete {
  opacity: 1
}

.tns-ah {
  transition: height 0s
}

.tns-ovh {
  overflow: hidden
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em
}

.tns-transparent {
  opacity: 0;
  visibility: hidden
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0
}

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}

.tns-vpfix {
  white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden
}

.tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both
}

.tns-t-ct > div {
  width: 1.42857%;
  height: 10px;
  float: left
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
  bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
  top: 100%
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff
}

.flatpickr-calendar:focus {
  outline: 0
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block
}

.flatpickr-months {
  display: -ms-flexbox;
  display: flex
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1 1
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
  position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
  transition: fill .1s;
  fill: inherit
}

.numInputWrapper {
  position: relative;
  height: auto
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block
}

.numInputWrapper input {
  width: 100%
}

.numInputWrapper input::-ms-clear {
  display: none
}

.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, .15);
  box-sizing: border-box
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, .6);
  top: 26%
}

.numInputWrapper span.arrowDown {
  top: 50%
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, .6);
  top: 40%
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
  opacity: 1
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: transparent;
  pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1 1
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, .54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1 1;
  font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px
}

.flatpickr-days:focus {
  outline: 0
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translateZ(0);
  opacity: 1
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6
}

.flatpickr-day.today {
  border-color: #959ea9
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  background: #569ff7;
  box-shadow: none;
  border-color: #569ff7
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
  visibility: hidden
}

.rangeMode .flatpickr-day {
  margin-top: 1px
}

.flatpickr-weekwrapper {
  float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: transparent;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1 1;
  width: 40%;
  height: 40px;
  float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  align-self: center
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
  background: #eee
}

.flatpickr-input[readonly] {
  cursor: pointer
}

@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}

.dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.dropdown-toggle {
  white-space: nowrap;
  width: 36px;
  height: 36px;
  background: transparent url(../img/dots.svg) no-repeat 50%;
  border: none;
  cursor: pointer
}

.dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  margin-right: -11px;
  display: none;
  float: left;
  padding-top: 18px;
  padding-bottom: 18px;
  min-width: 10rem;
  text-align: left;
  list-style: none;
  box-shadow: 4px 4px 8px rgba(56, 56, 56, .15);
  border: 1px solid #e5e5e5;
  border-radius: 1px
}

.dropdown-menu, .dropdown-menu:before {
  position: absolute;
  background-color: #fff
}

.dropdown-menu:before {
  content: "";
  bottom: calc(100% - 5px);
  right: 23px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(56, 56, 56, .15);
  border-right: 1px solid rgba(56, 56, 56, .15);
  transform: rotate(-45deg);
  z-index: 1
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-size: 14px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: .15s ease;
  cursor: pointer
}

.dropdown-item:not(:last-child) {
  margin-bottom: 18px
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #93be39;
  text-decoration: none
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent
}

.tippy-popper {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  max-width: calc(100% - 8px);
  pointer-events: none;
  outline: 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -7px;
  bottom: -6.5px;
  transform-origin: 50% 0;
  margin: 0 3px
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  transform: rotate(180deg)
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 3px;
  transform-origin: 50% 0
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  transform-origin: 0 25%
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -55%)
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  transform: scale(.2) translate(-50%, -45%);
  opacity: 0
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  transform: translateY(-20px)
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  transform: perspective(700px) translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  transform: perspective(700px) translateY(0) rotateX(60deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale] {
  transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  transform: translateY(-10px) scale(.5)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -7px;
  transform-origin: 50% 100%;
  margin: 0 3px
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  transform: rotate(0)
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 3px;
  transform-origin: 50% 100%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -45%)
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  transform: scale(.2) translate(-50%);
  opacity: 0
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  transform: translateY(20px)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  transform: perspective(700px) translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  transform: perspective(700px) translateY(0) rotateX(-60deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale] {
  transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  transform: translateY(10px) scale(.5)
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -12px;
  transform-origin: 33.33333333% 50%;
  margin: 3px 0
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  transform: rotate(90deg)
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  transform-origin: 0 50%
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  transform: scale(.2) translate(-75%, -50%);
  opacity: 0
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  transform: translateX(-20px)
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  transform: perspective(700px) translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  transform: perspective(700px) translateX(0) rotateY(-60deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale] {
  transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  transform: translateX(-10px) scale(.5)
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -12px;
  transform-origin: 66.66666666% 50%;
  margin: 3px 0
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  transform: rotate(-90deg)
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  transform-origin: 100% 50%
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%)
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  transform: scale(.2) translate(-25%, -50%);
  opacity: 0
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  transform: translateX(20px)
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  transform: perspective(700px) translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  transform: perspective(700px) translateX(0) rotateY(60deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale] {
  transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  transform: translateX(10px) scale(.5)
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 16px;
  line-height: 1.4;
  text-align: center
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0
}

.tippy-roundarrow {
  width: 18px;
  height: 7px;
  fill: #333;
  pointer-events: none
}

.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(.46, .1, .52, .98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%
}

.tippy-backdrop + .tippy-content {
  transition-property: opacity;
  will-change: opacity
}

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1
}

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0
}

.tippy-tooltip.light-theme {
  color: #383838;
  box-shadow: 0 0 8px rgba(56, 56, 56, .15);
  background-color: #f5f5f5;
  border: 1px solid #e5e9e9
}

.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #f5f5f5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 2px 0 #E5E9E9)
}

.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #f5f5f5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  filter: drop-shadow(0 -2px 0 #E5E9E9)
}

.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #f5f5f5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter: drop-shadow(2px 0 0 #E5E9E9)
}

.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #f5f5f5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter: drop-shadow(-2px 0 0 #E5E9E9)
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #f5f5f5
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #f5f5f5
}

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent
}




.checks {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  min-height: 220px;
  color: #383838
}

.checks.is-mobile .checks__body, .checks__sidebar {
  display: -ms-flexbox;
  display: flex
}

.checks__body, .checks__sidebar {
  -ms-flex-direction: column;
  flex-direction: column
}

.checks__body {
  padding-top: 6px;
  display: none
}

.checks__header, .checks__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

.checks__row {
  width: 100%
}

.checks__stats {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
  margin-right: -5px;
  margin-left: -5px
}

.checks__item-stat {
  margin-right: 5px;
  margin-left: 5px
}

.checks__item-stat--unknown span {
  color: #ff6243
}

.checks__item-stat span {
  font-weight: 600
}

.checks__last-date {
  margin-left: auto;
  color: #878787;
  font-size: 12px
}

.checks__content {
  padding: 16px;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.checks__footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 24px
}

.checks__footer, .checks__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.checks__navigation {
  width: 100%;
  margin-bottom: 18px
}

.checks__btn, .checks__navigation form {
  width: 100%
}

.checks__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.checks__select label {
  color: #878787;
  font-size: 13px
}

.checks__select .choices {
  width: 34px
}

.checks__select .choices__inner {
  border-bottom: none
}

.checks__select .choices__list--single .choices__item {
  text-align: right;
  padding-right: 18px
}

.checks__select .choices__list--dropdown {
  min-width: 54px;
  max-height: 135px;
  overflow-y: auto
}

.checks__select .choices__item.choices__item--selectable {
  font-size: 13px
}

.checks__select .choices__list--dropdown .choices__item {
  font-weight: 400;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right
}

.is-filled .search-checks__clear {
  display: -ms-flexbox;
  display: flex
}

.is-filled .search-checks__input {
  padding-left: 0;
  background-image: none
}

.search-checks {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px
}

.search-checks__form {
  margin-bottom: 10px
}

.search-checks__input {
  padding-right: 64px
}

.search-checks__date-btn {
  position: absolute;
  top: 50%;
  right: -12px;
  height: 40px;
  width: 40px;
  border: none;
  transform: translateY(-50%);
  background: url(../img/calendar.svg) 50% no-repeat;
  cursor: pointer
}

.search-checks__date-btn svg {
  width: 16px;
  height: 16px
}

.search-checks__clear {
  position: absolute;
  right: 32px;
  top: 50%;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer
}

.search-checks__clear svg {
  width: 12px;
  height: 12px
}

.search-checks__result {
  padding-top: 8px;
  font-size: 12px;
  color: #878787;
  margin-bottom: 10px
}

.search-checks__result span {
  color: #383838;
  font-weight: 400
}

.search-checks__fields {
  border: none
}

.search-checks__tag {
  margin-top: 10px;
  margin-bottom: 10px
}

.search-checks__tag.is-hidden {
  display: none
}

.search-checks__tag span {
  z-index: 0
}

.search-filter {
  padding-bottom: 32px;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.search-filter__fields {
  border: none;
  padding: 0;
  margin: 0
}

.search-filter__title {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 22px 16px 18px;
  color: #878787;
  border-bottom: 1px solid #f4f4f4;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em
}

.search-filter__inner {
  padding-right: 16px;
  padding-left: 16px
}

.search-filter__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.search-filter__col {
  margin-right: 12px;
  margin-left: 12px;
  width: calc(100% / 2 - 24px)
}

.search-filter__select {
  margin-bottom: 12px
}

.search-filter__footer {
  margin-top: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 48px
}

.search-filter__submit {
  width: 100%
}

.mobile .filter-tooltip {
  transform: none !important
}

div.filter-tooltip {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 100%
}

div.filter-tooltip:before {
  position: absolute;
  bottom: calc(100% - 6px);
  right: 42px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid rgba(56, 56, 56, .15);
  border-right: 1px solid rgba(56, 56, 56, .15);
  transform: rotate(-45deg);
  z-index: 1
}

div.filter-tooltip .tippy-tooltip.filter-theme {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0;
  padding-left: 0;
  transform: translateY(0);
  max-width: 100% !important
}

div.filter-tooltip .tippy-tooltip.filter-theme .tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

div.filter-tooltip .tippy-tooltip.filter-theme .tippy-backdrop + .tippy-content[data-state=visible] > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1
}

div.filter-tooltip.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  transform: translateY(0);
  padding: 0
}

div.filter-tooltip .tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0
}

div.filter-tooltip .tippy-backdrop {
  background-color: #fff
}

.flatpickr-calendar.animate.open {
  animation: none
}

.flatpickr-calendar {
  box-shadow: 2px 2px 8px rgba(56, 56, 56, .15);
  border-radius: 0;
  font-size: 11px;
  width: 288px;
  padding-top: 18px
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
  display: none
}

.flatpickr-day {
  font-size: 13px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

span.flatpickr-weekday {
  color: #a8a8aa;
  letter-spacing: .06em;
  font-weight: 600;
  text-transform: uppercase
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
  color: #a8a8aa
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  background-color: #93be39;
  color: #fff;
  font-weight: 600;
  border: none
}

.flatpickr-days {
  width: 288px
}

.dayContainer {
  width: 288px;
  min-width: 288px;
  max-width: 288px;
  padding-right: 28px;
  padding-left: 27px;
  padding-bottom: 24px
}

.flatpickr-day.today {
  border-color: #93be39
}

.flatpickr-weekdaycontainer {
  padding-right: 32px;
  padding-left: 32px
}

.flatpickr-weekdays {
  height: 24px
}

.flatpickr-months {
  position: relative;
  margin-right: 28px;
  margin-left: 28px
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  width: 10px;
  height: 10px
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #93be39
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
  border-color: #93be39;
  background-color: transparent
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.flatpickr-current-month {
  padding-top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.docs {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.docs__item {
  padding: 10px 16px;
  font-size: 13px
}

.docs__item.is-current {
  background-color: rgba(147, 190, 57, .17);
  border-bottom-color: transparent
}

.docs__item.is-current .docs__header {
  color: #383838
}

.docs__item:before {
  display: none
}

.docs__item:not(:last-child) {
  border-bottom: 1px solid #f4f4f4
}

.docs__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #878787;
  font-size: 12px
}

.docs__amount {
  color: #383838;
  font-weight: 600
}

.docs__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  text-decoration: none
}

.messages {
  background-color: #fff
}

.messages__header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4
}

.messages__wide {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.messages__sort, .messages__wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.messages__sort {
  padding-left: 16px;
  padding-right: 16px
}

.messages__sort.show-remove-button .messages__select {
  display: none
}

.messages__sort .choices, .messages__sort.show-remove-button .messages__remove {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.messages__sort .choices {
  vertical-align: top;
  padding-right: 16px;
  padding-left: 0;
  margin-bottom: 0
}

.messages__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline
}

.messages__label {
  display: none;
  padding-right: 12px;
  color: #383838
}

.messages__check-all {
  margin-right: -16px
}

.messages__remove {
  display: none
}

.messages__nav {
  display: none;
  margin-left: auto
}

.messages__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 16px;
  color: #383838;
  z-index: 1
}

.messages__item:last-child:before {
  display: none
}

.messages__item:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-bottom: 1px solid #f4f4f4
}

.messages__item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #edf4de;
  opacity: 0;
  visibility: hidden;
  z-index: -1
}

.messages__item.is-new .messages__date, .messages__item.is-new .messages__title {
  font-weight: 600
}

.messages__item.is-selected:before, .messages__item.is-selected:not(:last-child) {
  border-bottom-color: #e2edc9
}

.messages__item.is-selected:after {
  opacity: 1;
  visibility: visible
}

.messages__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  text-decoration: none
}

.messages__check {
  position: absolute;
  right: 0;
  top: -4px
}

.messages__date {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  color: #878787
}

.messages__title {
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden
}

.messages__desc {
  margin-top: 0;
  font-size: 13px;
  color: #828282;
  line-height: 1.38
}

.messages__footer {
  display: none
}

.message {
  background-color: #fff;
  color: #383838
}

.message__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #f4f4f4
}

.message__inner {
  padding: 24px 16px
}

.message__inner a, .message__inner b, .message__inner em, .message__inner i, .message__inner p, .message__inner strong {
  font-size: inherit
}

.message__inner a {
  font-weight: 400;
  color: #93be39;
  text-decoration: none
}

.message__date {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #878787
}

.message__body {
  margin-bottom: 44px
}

.message__body .h2 + p, .message__body .h2 + ul, .message__body h2 + p, .message__body h2 + ul {
  margin-top: 12px
}

.message__nav {
  display: none
}

.profile-form {
  padding: 24px 16px 32px;
  background-color: #fff
}

.profile-form__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto
}

.profile-form fieldset {
  border: none;
  padding: 0
}

.profile-form input {
  font-size: 16px
}

.profile-form input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 16px
}

.profile-form input:-moz-placeholder, .profile-form input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 16px
}

.profile-form input:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 16px
}

.profile-form__email {
  margin: 0 0 24px
}

.profile-form__email-field {
  margin-bottom: 12px
}

.profile-form__field {
  font-weight: 600
}

.profile-form__desc {
  margin-bottom: 12px;
  font-size: 13px
}

.profile-form__password {
  margin: 0
}

.profile-form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 32px
}

.profile-form__buttons * + * {
  margin-top: 12px
}

.profile-form__btn {
  width: 100%
}

.tariff {
  background-color: #fff
}

.tariff, .tariff__main-info {
  border-bottom: 1px solid #e5e9e9
}

.tariff__main-info {
  padding: 28px 16px 32px
}

.tariff__balance {
  margin-bottom: 18px
}

.tariff__status {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.45;
  color: #a8a8a8
}

.tariff__amount, .tariff__status {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600
}

.tariff__amount {
  font-size: 32px;
  color: #93be39;
  line-height: 1.46
}

.tariff__amount span {
  font-size: 20px
}

.tariff__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px
}

.tariff__button--top-up {
  margin-bottom: 12px
}

.tariff__badge {
  display: block;
  margin-bottom: 12px;
  letter-spacing: .06em;
  font-size: 11px;
  color: #a8a8a8
}

.tariff__badge, .tariff__name {
  text-transform: uppercase;
  line-height: 1.45;
  font-weight: 600
}

.tariff__name {
  margin-bottom: 16px;
  font-size: 22px;
  letter-spacing: .04em
}

.tariff__item-info {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0
}

.tariff__item-info:not(:last-of-type) {
  margin-bottom: 10px
}

.tariff__item-info span {
  font-weight: 600
}

.tariff__progress {
  margin-top: 8px;
  margin-bottom: 16px
}

.tariff__demo {
  padding: 32px 16px;
  text-align: center
}

.tariff__photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-left: -46px
}

.tariff__photo img {
  max-width: 100%;
  height: auto;
  object-fit:contain;
}

.tariff__desc {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400
}

.tariff__desc a {
  color: #93be39;
  font-size: inherit;
  text-decoration: none
}

.tariff__desc a:hover {
  color: #77a31a
}

.tariff__btn-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}

.tariff__btn-activate {
  width: 100%;
  margin-bottom: 16px
}

.tariff__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  color: #93be39;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400
}

.tariff__link:hover {
  color: #77a31a
}

.tariffs {
  padding: 28px 8px 32px;
  background-color: #fff
}

.tariffs__title {
  margin-bottom: 18px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center
}

.tariffs h2 + ul {
  margin-top: 0
}

.tariffs__list {
  display: -ms-flexbox;
  display: flex
}

.tariffs .tns-horizontal.tns-subpixel > .tns-item, .tariffs__item {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.tariffs__item {
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 8px;
  padding-left: 8px
}

.tariffs__item:before {
  display: none
}

.tariffs__item ul {
  margin-top: 0
}

.tariffs__item li {
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 400
}

.tariffs__item li:last-child {
  margin-bottom: 0
}

.tariffs__item li:before {
  display: none
}

.tariffs__inner {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 52px 18px 32px;
  border: 4px solid #e5e9e9
}

.tariffs__badge {
  position: absolute;
  top: 32px;
  left: 18px;
  color: #ff6243;
  font-size: 11px
}

.tariffs__badge, .tariffs__name {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .06em
}

.tariffs__name {
  margin-bottom: 18px;
  font-size: 16px;
  word-break: break-word
}

.tariffs .tns-nav {
  margin-top: 16px
}

.tariffs__body {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.tariffs__status {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.4
}

.tariffs__current {
  display: block;
  margin-bottom: 10px;
  margin-top: auto;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #878787;
  font-weight: 600
}

.tariffs__last-days {
  font-size: 13px
}

.tariffs__last-days span {
  font-weight: 600
}

.tariffs__number {
  font-size: 32px
}

.tariffs__from {
  font-weight: 400
}

.tariffs__desc {
  font-size: 13px;
  margin-top: 0
}

.tariffs__connect {
  width: 100%
}

.page-tariff {
  background-color: #fff;
  padding: 0 0 32px
}

.page-tariff__title {
  margin-bottom: 6px;
  line-height: 1.45
}

.page-tariff p.page-tariff__subtitle {
  margin-top: 0
}

.page-tariff__subtitle {
  margin-bottom: 8px
}

.page-tariff__connect {
  padding: 18px 16px 8px;
  border-bottom: 1px solid #e5e9e9
}

.page-tariff__activation {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 40px
}

.page-tariff__activation .page-tariff__subtitle {
  margin-bottom: 10px
}

.page-tariff__subscriptions {
  margin-top: 0
}

.page-tariff__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0;
  padding-top: 18px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e9e9
}

.page-tariff__item:last-child {
  border-bottom: none
}

.page-tariff__item:before {
  display: none
}

.page-tariff__btn-connect {
  width: 100%
}

.page-tariff__duration {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400
}

.page-tariff__sub-describe {
  margin-bottom: 6px;
  color: #878787;
  font-size: 13px;
  line-height: 1.53;
  font-weight: 400
}

.page-tariff__col-addittional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
  width: 100%
}

.page-tariff__value {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap
}

.page-tariff__cost {
  font-size: 20px;
  font-weight: 600
}

.page-tariff__activatio-key {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-tariff__field {
  /*margin-bottom: 32px*/
}

.page-tariff__field input {
  font-weight: 600;
  font-size: 16px
}

.page-tariff__field input::-webkit-input-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 600
}

.page-tariff__field input:-moz-placeholder, .page-tariff__field input::-moz-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 600
}

.page-tariff__field input:-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 600
}

.page-tariff__submit-code {
  width: 100%
}

.history {
  background-color: #fff;
  padding-top: 18px
}

.history__header {
  padding-right: 16px;
  padding-left: 16px
}

.history__title {
  margin-bottom: 6px
}

.history__filter {
  margin-bottom: 32px
}

.history__col-main, .history__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.history__select-period {
  margin-bottom: 22px;
  min-width: 176px
}

.history__date {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px
}

.history__col-date {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.history__col-date:first-child {
  margin-right: 22px
}

.history__filter-select {
  margin-bottom: 32px;
  min-width: 176px
}

.history__button-wrapper {
  min-width: 208px
}

.history__button {
  width: 100%
}

.report {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 24px;
  display: none
}

.report__table {
  position: relative;
  width: 100%;
  font-size: 15px;
  border-collapse: collapse
}

.report__table:before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  border-bottom: 1px solid #e5e9e9
}

.report th {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .06em;
  font-weight: 600;
  color: #a8a8a8;
  padding-top: 12px;
  padding-bottom: 12px
}

.report th:first-child, .report th:nth-child(2) {
  text-align: left
}

.report th:first-child {
  width: 21.96%
}

.report th:last-child {
  width: 19.69%
}

.report th:last-child, .report th:nth-last-child(2) {
  text-align: right
}

.report tbody tr:first-child td {
  border-top: none
}

.report td {
  padding-top: 9px;
  padding-bottom: 5px;
  border-top: 1px solid #e5e9e9;
  font-weight: 400;
  vertical-align: middle
}

.report td:first-child, .report td:nth-child(2) {
  text-align: left
}

.report td:first-child {
  font-size: 15px;
  line-height: 1.46;
  font-weight: 300
}

.report td:last-child, .report td:nth-last-child(2) {
  text-align: right
}

.report__date {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  margin-right: 12px
}

.report-m {
  border-top: 1px solid #e5e9e9
}

.report-m__item {
  padding: 12px 16px 10px
}

.report-m__item:before {
  display: none
}

.report-m__item:not(:last-child) {
  border-bottom: 1px solid #e5e9e9
}

.report-m__date {
  margin-bottom: 3px;
  display: -ms-flexbox;
  display: flex
}

.report-m__day, .report-m__time {
  font-size: 12px
}

.report-m__day {
  padding-right: 4px
}

.report-m__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.report-m__action {
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
  padding-right: 16px;
  max-width: 180px
}

.report-m__cost {
  -ms-flex: none;
  flex: none;
  font-weight: 400
}

.align_left{
  text-align: left;
}

.no-padding{
  padding: 0px !important;
}

.banner__title{
  margin-bottom: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 50px;
}

.opportunities_banner {
  padding-top: 96px;
  padding-bottom: 0px;
}

.banner_img{
  height: 360px !important;
}

.promocode_group{
  margin-bottom: 25px;
  text-align: center;
}

#message_promocode{
  color: red;
}

.promo_btn{
  margin-left: 16px;
}

.promo_text{
  margin-bottom: 20px;
}

.hidden_btn{
  display: none;
}