@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  src: url(/doc/fonts/Montserrat-Regular.eot);
  src: url(/doc/fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
    url(/doc/fonts/Montserrat-Regular.ttf) format("truetype"),
    url(/doc/fonts/Montserrat-Regular.woff) format("woff"),
    url(/doc/fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/doc/fonts/Montserrat-SemiBold.eot);
  src: url(/doc/fonts/Montserrat-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(/doc/fonts/Montserrat-SemiBold.ttf) format("truetype"),
    url(/doc/fonts/Montserrat-SemiBold.woff) format("woff"),
    url(/doc/fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/doc/fonts/Montserrat-Bold.eot);
  src: url(/doc/fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
    url(/doc/fonts/Montserrat-Bold.ttf) format("truetype"),
    url(/doc/fonts/Montserrat-Bold.woff) format("woff"),
    url(/doc/fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(/doc/fonts/Roboto-Bold.eot);
  src: url(/doc/fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),
    url(/doc/fonts/Roboto-Bold.ttf) format("truetype"),
    url(/doc/fonts/Roboto-Bold.woff) format("woff"),
    url(/doc/fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
}
button {
  font-size: 14px;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1,
.col-xl-1 {
  max-width: 8.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
}
.col-2,
.col-xl-2 {
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.col-3,
.col-xl-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.col-4,
.col-xl-4 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.col-5,
.col-xl-5 {
  max-width: 41.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.col-6,
.col-xl-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.col-7,
.col-xl-7 {
  max-width: 58.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.col-8,
.col-xl-8 {
  max-width: 66.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.col-9,
.col-xl-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.col-10,
.col-xl-10 {
  max-width: 83.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.col-11,
.col-xl-11 {
  max-width: 91.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
}
.col-12,
.col-xl-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.d-xl-none {
  display: none;
}
@media (max-width: 1199.9px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .d-lg-none {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .d-md-none {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (max-width: 575.9px) {
  .col-xs-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xs-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xs-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xs-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xs-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xs-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xs-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xs-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .d-xs-none {
    display: none;
  }
}
.btn {
  font-size: 14px;
  display: inline-block;
  padding: 0.6em 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  background: transparent;
}
.btn__large {
  font-weight: 500;
  padding: 0.9em 3em;
}

.btn.btn__large {
  overflow: hidden;
}
.btn.btn__large:hover {
  text-decoration: none;
  color: #ffffff;
}

.custom-btn {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
}
.custom-btn.btn__primary {
  border: none;
}
.custom-btn.btn__primary:hover {
  border: none;
}
.chip-wrapper {
  width: 100%;
  height: 100%;
  width: 200px;
  position: relative;
  margin-right: 8px;
  overflow: visible;
}

.btn-chip {
  display: none;
  position: absolute;
  top: -8px;
  right: 0px;
  background-color: #ec008c;
  border-radius: 4px;
  padding: 4px 8px 5px 8px;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  line-height: 0.7;
}

.btn__primary.btn__w200 {
  width: 200px;
  padding: 12px 28px;
}
.btn__primary.btn__w280,
.btn__primary.btn__w200.btn__w280 {
  width: 280px;
}
.pdf-icon {
  margin-right: 8px;
}
.btn .credit-card {
  margin-right: 8px; 
  background-image:url(/doc/img/icons/credit-card.svg);
  opacity: .8;
}

.item-content-wrapper {
  display: flex;
}

.btn__has-icon.custom-btn.btn_flash {
  animation: slide_btn_flash 0s;
}
.btn.custom-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.chip-wrapper.disabled .btn-chip {
  background-color: #6d7278;
}

.chip-wrapper.disabled .custom-btn, .chip-wrapper.disabled .btn{
  border: 1px solid #bfd3e7;
  background-color: #bfd3e7;
  pointer-events: none;
  animation: slide_btn_flash 0s;
}

.chip-wrapper.disabled .btn.custom-btn:before {
  animation: shiny-btn1 0s;
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn.btn__light {
  padding: 12px 27px;
  /*line-height: 0.71;*/
  height: 44px;
}

.btn.btn__light.btn__large svg {
  stroke: #0c6db6;
}

.btn.btn__light.btn__large:hover svg {
  stroke: #ffffff;
}

.btn.btn__light.btn__large svg {
  stroke: #0c6db6;
}

.btn.btn__light.btn__large:hover svg {
  stroke: #ffffff;
}

.btn.btn__light.btn__large:focus svg {
  stroke: #ec008c;
}

.btn.btn__light.btn__large:active svg {
  stroke: #ffffff;
}

.online-icon {
  margin-right: 8px;
}

.icon-link {
  margin-right: 8px;
}

.btn.btn__light.btn-info {
  width: 44px;
  padding: 12px;
  border-color: #6d7278;
}

.btn.btn__light.btn-info:hover {
  border-color: #ec008c;
}

.btn.btn__light.btn-info svg {
  margin-right: 0px;
  stroke: none;
  fill: #6d7278;
}

.btn.btn__light.btn-info:hover svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.btn.btn__light.btn-info:focus svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.btn.btn__light.btn-info:focus {
  border-color: #ec008c;
  background-color: #ec008c;
}

.btn.btn__light.btn-info:active svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.btn.btn__light.btn-info:active {
  border-color: #ec008c;
}

.btn-info-description {
  display: none;
}

.btn__fixed-width {
  width: 100%;
  max-width: 270px;
  padding: 0.9em 1em;
  text-align: center;
}
.btn__link-like {
  font-size: 1rem;
  padding: 0;
  border: none;
  background: transparent;
}
.btn__link-like:focus,
.btn__link-like:hover {
  color: #ec008c;
}
.btn__light {
  color: #0c6db6;
  border: 1px solid #0c6db6;
  border-radius: 2px;
  background: transparent;
}
.btn__light:focus,
.btn__light:hover {
  color: #ec008c;
  border-color: #ec008c;
}
.btn__light:focus .btn_icon,
.btn__light:hover .btn_icon {
  background-color: #ec008c;
}
.btn__light .btn_icon,
.btn__primary {
  background-color: #0c6db6;
}
.btn__primary {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #0c6db6;
  border-radius: 4px;
  /*background-color:#0c6db6*/
}
.btn__primary:focus,
.btn__primary:hover {
  color: #fff;
  border: 1px solid #ec008c;
  background-color: #ec008c;
}
.btn__primary:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.btn__primary .btn_icon {
  background-color: #fff;
}
.btn__full-width {
  width: 100%;
}
.btn__go-to-chapter {
  display: inline-block;
  width: 270px;
  text-align: center;
}
.btn__go-to-chapter:hover {
  color: #fff;
}
.btn__download {
  position: relative;
  padding-right: 1em;
  padding-left: 65px;
}
.btn__download:before {
  position: absolute;
  top: 9px;
  left: 20px;
  display: inline-block;
  width: 26px;
  height: 26px;
  content: "";
  background-image: url(/doc/img/icons/download.svg);
  background-repeat: no-repeat;
}
.btn__has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn__has-icon:hover {
  color: #fff;
  background-color: #ec008c;
}
.btn__has-icon:hover .btn_icon {
  background-color: #fff;
}
.btn__small {
  font-weight: 700;
}
.btn__small,
.btn__small.btn__has-icon {
  font-size: 11px;
}
.btn__small.btn__has-icon .btn_icon {
  -webkit-mask-size: contain;
  mask-size: contain;
}
.btn__small.btn__download {
  padding: 0.8em 1.9em 0.8em 4em;
}
.btn__small.btn__download:before {
  top: 4px;
  left: 11px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.btn__w35 {
  width: 35px;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn__w35 .btn_icon {
  width: 11px;
  height: 15px;
  margin: 0;
}
.btn__w160 {
  width: 160px;
  height: 34px;
}
.btn__w160 .btn_icon {
  margin-right: 8px;
}
.btn__w160 .btn_icon__pdf {
  width: 15px;
  height: 20px;
}
.btn__w160 .btn_icon__link {
  width: 18.61px;
  height: 18.61px;
}
.btn__w160 .btn_icon__smartphone {
  width: 22px;
  height: 22px;
}
.btn__w196 {
  width: 196px;
  height: 45px;
}
.btn__go-premium-btn {
  font-size: 14px;
  padding: 0.5em 1em;
  -webkit-transition: none;
  transition: none;
  color: #0c6db6;
  border: 1px solid #0c6db6;
  border-radius: 2px;
}
.btn__go-premium-btn:hover {
  color: #fff;
  border-color: #0c6db6;
  background: #0c6db6;
}
.btn__more {
  font-size: 16px;
  padding: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  text-transform: uppercase;
  color: #0c6db6;
  border-bottom: 1px dotted #0c6db6;
}
.btn__more:hover {
  color: #ec008c;
  border-color: #ec008c;
}
.btn_icon {
  display: block;
  margin-right: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.btn_icon__pdf {
  width: 19.31px;
  height: 26.62px;
  -webkit-mask-image: url(/doc/img/icons/pdf-icon.svg);
  mask-image: url(/doc/img/icons/pdf-icon.svg);
}
.btn_icon__link {
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(/doc/img/icons/link-icon.svg);
  mask-image: url(/doc/img/icons/link-icon.svg);
}
.btn_icon__smartphone {
  width: 27px;
  height: 27px;
  -webkit-mask-image: url(/doc/img/icons/smartphone.svg);
  mask-image: url(/doc/img/icons/smartphone.svg);
}
@media screen and (max-width: 1199.9px) {
  .btn__small.btn__has-icon {
    font-size: 0;
  }
  .btn__small.btn__has-icon .btn_icon {
    margin: 0;
  }
  .btn__small.btn__has-icon .btn_icon__pdf {
    width: 11px;
    height: 15px;
  }
  .btn__small.btn__has-icon .btn_icon__link {
    width: 14.33px;
    height: 14.33px;
  }
  .btn__small.btn__has-icon .btn_icon__smartphone {
    width: 16px;
    height: 16px;
  }
  .btn__w160 {
    width: 35px;
    height: 25px;
  }
  .btn__has-icon {
    font-size: 11px;
  }
  .btn__w196 {
    width: 140px;
    height: 34px;
  }
  .btn_icon {
    margin-right: 8px;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .btn_icon__pdf {
    width: 15px;
    height: 20px;
  }
  .btn_icon__link {
    width: 18.61px;
    height: 18.61px;
  }
  .btn_icon__smartphone {
    width: 22px;
    height: 22px;
  }
  /*.modal .btn__large{
    padding: 0.9rem 0.5rem;
  }*/
}
@media screen and (max-width: 991.9px) {
  *, input,textarea,
    button, select, a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    /*a:focus,
    a:visited,
    a:active{
        outline: none;
    } */
  .btn__small.btn__has-icon {
    font-size: 11px;
  }
 .programs button.btn__small.btn__has-icon {
    font-size: 0;
  }
  .btn__small.btn__has-icon .btn_icon {
    margin-right: 8px;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .btn__small.btn__has-icon .btn_icon__pdf {
    width: 15px;
    height: 20px;
  }
  .btn__small.btn__has-icon .btn_icon__link {
    width: 18.61px;
    height: 18.61px;
  }
  .btn__small.btn__has-icon .btn_icon__smartphone {
    width: 22px;
    height: 22px;
  }
  .btn__has-icon {
    font-size: 11px;
  }
  .btn__w160,
  .btn__w196 {
    width: 140px;
    height: 34px;
  }
  .btn_icon {
    margin-right: 8px;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .btn_icon__pdf {
    width: 15px;
    height: 20px;
  }
  .btn_icon__link {
    width: 18.61px;
    height: 18.61px;
  }
  .btn_icon__smartphone {
    width: 22px;
    height: 22px;
  }

  .material_actions {
    flex-wrap: wrap;
  }

  .btn.btn__primary.custom-btn,
  .chip-wrapper .btn.btn__primary,
  .chip-wrapper {
    margin-right: 100%;
  }

  .xlimit.btn.btn__primary, 
  .chip-wrapper .xlimit.btn.btn__primary {
    width: 100%;
    margin-right: 0px;
  }

  .btn.btn__primary.custom-btn,
  .chip-wrapper .btn.btn__primary {
    margin-bottom: 10px;
  }

  .btn.btn__primary,
  .btn__light {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  *, input,textarea,
    button, select, a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    a:focus,
    a:visited,
    a:active{
        outline: none;
    } 
  .btn__small.btn__has-icon {
    font-size: 0;
  }
  .btn__small.btn__has-icon .btn_icon {
    margin: 0;
  }
  .btn__small.btn__has-icon .btn_icon__pdf {
    width: 11px;
    height: 15px;
  }
  .btn__small.btn__has-icon .btn_icon__link {
    width: 14.33px;
    height: 14.33px;
  }
  .btn__small.btn__has-icon .btn_icon__smartphone {
    width: 16px;
    height: 16px;
  }
  .btn__w160 {
    width: 35px;
    height: 25px;
  }

  .material_actions {
    flex-direction: column;
  }

  .btn.btn__primary.btn__large,
  .btn.btn__primary.custom-btn,
  .chip-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .material_actions .btn.btn__light.btn__large {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .btn.btn__light.btn-info.mb-0 {
    margin-bottom: 0px;
  }

  .btn-info-description {
    display: block;
    margin-left: 8px;
  }
}
@media screen and (max-width: 575.9px) {
  *, input,textarea,
    button, select, a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    a:focus,
    a:visited,
    a:active{
        outline: none;
    } 
  .btn__has-icon {
    font-size: 0;
  }
  .btn__w196 {
    width: 35px;
    height: 25px;
  }
  /*.btn__primary.btn__has-icon{font-size:11;width:80px;}*/
  .btn__more {
    font-size: 14px;
  }
  .btn_icon {
    margin: 0;
  }
  .btn_icon__pdf {
    width: 11px;
    height: 15px;
  }
  .btn_icon__link {
    width: 14.33px;
    height: 14.33px;
  }
  .btn_icon__smartphone {
    width: 16px;
    height: 16px;
  }

  .material_actions .custom-btn.btn__large {
    margin-top: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: normal;
  }

  .btn-chip {
    top: -8px;
  }

  .material_actions .btn.btn__light.btn__large {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    margin-top: 0px;
    line-height: normal;
    height: 42px;
  }

  .btn.btn__light.btn__large {
    align-items: center;
  }

  .info-icon {
    line-height: 0.71;
  }

  .btn.btn__light .btn-info-description {
    display: block;
    font-size: 14px;
    color: #6d7278;
    line-height: normal;
  }

  .btn.btn__light.btn-info:focus span {
    color: #ffffff;
  }

  .btn.btn__light.btn-info:hover span {
    color: #ffffff;
  }
}
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__active {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.modal__animate {
  opacity: 1;
}
.modal_background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_header {
  margin-bottom: 20px;
}
.modal_content {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 55px auto 0;
  padding: 30px;
  background-color: #fff;
}
.modal_content__large {
  max-width: 900px;
  padding: 60px 30px;
}
.modal_close-btn {
  position: absolute;
  top: 21px;
  right: 25px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(/doc/img/icons/x-cross.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px 15px;
}
.modal_close-btn:focus,
.modal_close-btn:hover {
  background-image: url(/doc/img/icons/x-cross-hovered.svg);
}
.modal_title {
  font-size: 26px; /* font-size: 30px;*/
  font-weight: 700; /* font-weight: 600;*/
}
.modal_title__medium {
  font-size: 26px;
}
.modal_title__center {
  text-align: center;
}
.modal_main-massage {
  font-size: 26px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.modal_footer {
  margin-top: 24px;
  padding-top: 19px;
  padding-bottom: 9px;
  border-top: 1px solid #ededed;
}
.modal_switch-modal-btn {
  margin-top: 6px;
  padding: 0;
  color: #0c6db6;
  border: none;
  border-bottom: 1px dotted #0c6db6;
  background-color: transparent;
}
.modal_switch-modal-btn:focus,
.modal_switch-modal-btn:hover {
  color: #ec008c;
  border-color: #ec008c;
}
@media screen and (max-width: 991.9px) {
  .modal_content__large {
    max-width: 650px;
  }
}
@media screen and (max-width: 767.9px) {
  .modal_content__large {
    width: auto;
    max-width: unset;
    margin-right: 25px;
    margin-left: 25px;
    padding: 23px 20px 16px;
  }
  .modal_content__large .modal_close-btn {
    top: 8px;
    right: 8px;
    width: 11px;
    height: 11px;
  }
  .modal_content__large .modal_title {
    font-size: 14px;
  }
  .modal_title {
    font-size: 20px;
  }
}
.confirm-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px;
}
.confirm-dialog_confirm-btn,
.confirm-dialog_decline-btn {
  width: 128px;
}
input,
textarea {
  border: 1px solid #999;
  border-radius: 4px;
}
input:focus,
textarea:focus {
  border-color: #0c6db6;
  outline: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  font-family: Montserrat;
  font-size: 16px;
  color: #121921;
}
input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  color: #ec008c;
}
input[type="checkbox"] {
  position: relative;
  border: none;
  --checkbox-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="checkbox"]:before {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
}
input[type="checkbox"]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border, background, -webkit-box-shadow;
  transition-property: border, background, -webkit-box-shadow;
  transition-property: box-shadow, border, background;
  transition-property: box-shadow, border, background, -webkit-box-shadow;
  border: 1px solid #979797;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:checked:before {
  border: 1px solid #ec008c;
  border-radius: 2px;
  background-color: #ec008c;
  background-image: url(/doc/img/icons/checked.svg);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 3px #ec008c;
  box-shadow: inset 0 1px 3px #ec008c;
}
input[type="submit"] {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 0 0 26px;
  padding: 0;
  text-transform: none;
  color: #121921;
}
label {
  font-family: Montserrat;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4a4a4a;
  -webkit-tap-highlight-color: transparent;
}
label input[type="checkbox"] {
  top: 2px;
}
textarea {
  padding: 10px;
  resize: vertical;
}
.compact-field {
  position: relative;
  padding-bottom: 20px;
}
.compact-field input[type="email"],
.compact-field input[type="number"],
.compact-field input[type="password"],
.compact-field input[type="text"] {
  font-size: 16px;
  width: 100%;
  padding: 1.15em 10px;
  color: #121921;
  background: #fff;
}
.compact-field label {
  font-size: 10px;
  position: absolute;
  top: 0.4em;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #999;
}
.compact-field .error {
  border-color: #e02020;
}
.compact-field .error-message {
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  color: #e02020;
}
.compact-field__empty label {
  font-size: 16px;
  top: 1.1em;
  left: 10px;
}
.modal-form a {
  text-decoration: none;
  color: #0c6db6;
  border-color: #0c6db6;
}
.modal-form a:focus,
.modal-form a:hover {
  color: #ec008c;
  border-color: #ec008c;
}
.modal-form .btn[type="submit"] {
  padding: 0.87em;
}
.modal-form_remind-btn {
  font-size: 12px;
  position: relative;
  top: -17px;
  padding: 0;
  color: #0c6db6;
  border: none;
  border-bottom: 1px dotted #0c6db6;
  background-color: transparent;
}
.modal-form_remind-btn:hover {
  cursor: pointer;
  color: #ec008c;
  border-color: #ec008c;
}
.modal-form_submit-slot {
  margin-top: 23px;
}
.remind-form .btn__full-width {
  padding: 0.87em;
}
.remind-form_note {
  padding: 25px 0;
}
.remind-form_note__small {
  font-size: 12px;
  padding: 10px 0 0;
}
.form-field {
  position: relative;
}
.form-field_action-top {
  position: absolute;
  top: 0;
  right: 0;
}
.form-field_action-top button {
  font-size: 12px;
  padding: 0;
  color: #0c6db6;
  border: none;
  background: none;
}
.form-field_title,
.from-till-field_title {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #979797;
}
.form-field_password-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-field_password-action button {
  font-size: 12px;
  display: block;
  padding: 0;
  color: #0c6db6;
  border: none;
  background: transparent;
}
.form-field_remind-password-btn {
  display: block;
  margin-bottom: 7px;
}
.form-field_new-password-btn {
  display: block;
}
.form-field_input {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0.73em 0.8em;
  color: #121921;
}
.form-field_input::-webkit-input-placeholder {
  color: #999;
}
.form-field_input::-moz-placeholder {
  color: #999;
}
.form-field_input:-ms-input-placeholder {
  color: #999;
}
.form-field_input::-ms-input-placeholder {
  color: #999;
}
.form-field_input::placeholder {
  color: #999;
}
.form-field__label-edit {
  font-size: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  pointer-events: none;
  background-image: url(/doc/img/icons/pen.svg);
}
.form-field_input__small-number {
  width: 70px;
}
.form-field_notes {
  font-weight: 400;
  text-transform: none;
}
.form-field_scroll-cell {
  overflow-y: auto;
  max-height: 454px;
}
.modal-form_group-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-form_simple-text {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 24px;
  padding-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-bottom: 0;
}
.selectable-group {
  padding: 5px 0;
}
.selectable-group__4-cols {
  -webkit-columns: 4;
  -moz-columns: 4;
  column-count: 4;
}
.selectable-group_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.selectable-group_item input[type="checkbox"],
.selectable-group_item input[type="radio"] {
  margin-top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.selectable-group_label-description {
  font-size: 12px;
}
.range-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range-field input[type="range"] {
  width: 100%;
}
.range-field_value {
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.from-till-field_row,
.range-field_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.from-till-field_from .form-field,
.from-till-field_till .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.from-till-field_from .form-field_title,
.from-till-field_till .form-field_title {
  margin-right: 10px;
  margin-bottom: 0;
}
.form-field_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-field_row-item {
  margin-right: 10px;
}
@media screen and (max-width: 991.9px) {
  .selectable-group__4-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    column-count: 3;
  }
}
html {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  height: 100%;
}
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
body,
button {
  margin: 0;
  color: #121921;
}
button {
  font-family: Montserrat, sans-serif;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
a {
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  text-decoration: none;
  color: #121921;
  border-bottom: 1px dotted #6d7278;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
}
a:hover {
  cursor: pointer;
  color: #ec008c;
  border-color: #ec008c;
}
hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #ededed;
}
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
}
figure {
  margin: 0;
  padding: 0;
}
.hide {
  display: none;
}
.show {
  visibility: visible !important;
}
.content {
  padding-bottom: 80px;
}
.semi-bold {
  font-weight: 600;
}
.gray {
  color: #979797;
}
.read-more-link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0c6db6;
  border: none;
}
.category-link {
  font-size: 12px;
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-transition: none;
  transition: none;
  color: #ec008c;
  border: 1px solid #ec008c;
  border-radius: 2px;
}
.category-link:hover {
  color: #fff;
  background-color: #ec008c;
}
.bold {
  font-weight: 700;
}
.show-cloaked-btn {
  font-size: 14px;
  color: #0c6db6;
  border: none;
  background-color: transparent;
}
.show-cloaked {
  display: none;
}
.attention {
  color: #ec008c;
}
@media (pointer: fine) {
  a:hover {
    cursor: pointer;
    color: #ec008c;
    border-color: #ec008c;
  }
}
@media screen and (max-width: 991.9px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  .show-cloaked {
    display: inline-block;
  }
  .cloaking,
  .show-cloaked__hide {
    display: none;
  }
  .cloaking__show {
    display: block;
  }
}
.swiper-container {
  --swiper-theme-color: #ec008c;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  --swiper-theme-color: #ec008c;
  -webkit-tap-highlight-color: transparent;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  width: 15px;
  height: 46px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #c1c1c1;
  -webkit-mask-image: url(/doc/img/icons/prev-slide.svg);
  mask-image: url(/doc/img/icons/prev-slide.svg);
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  background-color: #ec008c;
}
.swiper-button-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-menu {
  position: fixed;
  z-index: 300;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.main-menu__hidden {
  pointer-events: none;
}
.main-menu__hidden > .main-menu_background {
  pointer-events: none;
  opacity: 0;
}
.main-menu__hidden .main-menu_panel {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.main-menu_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  will-change: opacity;
}
.main-menu_panel {
  position: absolute;
  z-index: 301;
  overflow-y: scroll;
  min-width: 320px;
  height: 100%;
  padding: 25px 50px 45px;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  border-right: 1px solid #ededed;
  background-color: #fff;
  will-change: transform;
}
.main-menu_close-btn {
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  background-image: url(/doc/img/icons/x-cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-menu_close-btn:hover {
  background-image: url(/doc/img/icons/x-cross-hovered.svg);
}
.main-menu_lang-switcher-slot {
  position: absolute;
  top: 25px;
  right: 35px;
}
.main-menu_logo {
  margin-top: 33px;
}
.main-menu_logo > a {
  border: none;
}
.main-menu_logo-img {
  width: 230px;
  height: 45px;
}
.main-menu_menu {
  margin-top: 37px;
}
.main-menu_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu_menu li {
  display: block;
  padding-bottom: 5px;
}
.main-menu_menu li > a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.main-menu_menu li > a:hover {
  color: #ec008c;
}
.main-menu_premium-btn-slot {
  margin-top: 43px;
}
.main-menu_social-links-slot {
  margin-top: 35px;
}
.social-links__inverted .social-links_list > li > a .social-icon {
  color: #fff;
}
.social-links_title {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.social-links_list {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links_list,
.social-links_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links_list > li {
  padding-right: 7px;
}
.social-links_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  border: none;
}
.social-links_list > li > a:focus .social-icon,
.social-links_list > li > a:hover .social-icon {
  background-color: #ec008c;
}
.social-icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #121921;
  -webkit-mask-image: url(/doc/img/icons/social-icon-background.svg);
  mask-image: url(/doc/img/icons/social-icon-background.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social-icon:focus .social-icon,
.social-icon:hover .social-icon {
  background-color: #ec008c;
}
.social-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.social-icon:after,
.social-icon__inverted {
  background-color: #fff;
}
.social-icon__inverted:after {
  background-color: #000;
}
.social-icon__facebook:after {
  -webkit-mask-image: url(/doc/img/icons/facebook-icon.svg);
  mask-image: url(/doc/img/icons/facebook-icon.svg);
}
.social-icon__pinterest:after {
  -webkit-mask-image: url(/doc/img/icons/pinterest-icon.svg);
  mask-image: url(/doc/img/icons/pinterest-icon.svg);
}
.social-icon__vkontakte:after {
  -webkit-mask-image: url(/doc/img/icons/vkontakte-icon.svg);
  mask-image: url(/doc/img/icons/vkontakte-icon.svg);
}
.social-icon__odnoklasniki:after {
  -webkit-mask-image: url(/doc/img/icons/odnoklasniki-icon.svg);
  mask-image: url(/doc/img/icons/odnoklasniki-icon.svg);
}
.social-icon__twitter:after {
  -webkit-mask-image: url(/doc/img/icons/twitter-icon.svg);
  mask-image: url(/doc/img/icons/twitter-icon.svg);
}
.social-icon__yandex:after {
  -webkit-mask-image: url(/doc/img/icons/yandex-icon.svg);
  mask-image: url(/doc/img/icons/yandex-icon.svg);
}
.social-icon__google:after {
  -webkit-mask-image: url(/doc/img/icons/google-icon.svg);
  mask-image: url(/doc/img/icons/google-icon.svg);
}
.lang-switcher > ul {
  position: absolute;
  right: 0;
  visibility: hidden;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.lang-switcher > ul > li {
  text-align: center;
}
.lang-switcher > ul > li > a {
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.lang-switcher > ul > li > a:hover {
  color: #ec008c;
}
.lang-switcher__opened > ul {
  visibility: visible;
}
.lang-switcher__opened .lang-switcher_btn:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang-switcher_btn {
  position: relative;
  padding: 0 16px 0 2px;
  border: none;
  background-color: transparent;
}
.lang-switcher_btn:after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: transparent;
  background-image: url(/doc/img/icons/v-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.header {
  position: relative;
  z-index: 100;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.header__bordered {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
/*.header__show-over-next-block{margin-bottom:-65px}*/
.header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_burger-btn {
  width: 27px;
  height: 21px;
  margin-right: 13px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(/doc/img/icons/burger-btn.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.header_logo {
  font-size: 0;
}
.header_logo a {
  display: inline-block;
  border: none;
}
.header_logo-img {
  width: 230px;
  height: 45px;
}
.header_login-bar-slot {
  margin-left: auto;
}
.header_page-name {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 500;
  margin-left: 30px;
  white-space: nowrap;
  border: none;
}
.header_page-name:before {
  font-style: italic;
  display: inline-block;
  margin-right: 0.1em;
  content: "#";
}
.header_search-link {
  display: inline-block;
  margin-left: 31px;
  padding-top: 4px;
  border: none;
}
.header_search-logo {
  width: 22px;
  height: 22px;
  fill: #121921;
}
@media screen and (max-width: 991.9px) {
  .header_page-name {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .header {
    padding: 6px 0;
  }
  .header_burger-btn {
    width: 15px;
    height: 13px;
    margin-right: 8px;
  }
  .header_page-name {
    display: none;
  }
  .header_search-link {
    margin-left: 8px;
  }
  .header_search-logo {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header_logo-img {
    width: 140px;
    height: auto;
  }
}
.login-bar {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .login-bar_login-btn {
    font-size: 0;
    width: 23px;
    height: 23px;
    background-image: url(/doc/img/icons/login.svg);
  }
  .login-bar_register-btn,
  .login-bar_separator {
    display: none;
  }
}
.login-dialog .modal-form_submit-slot {
  margin-top: 7px;
}
.login-dialog_social-login-title {
  margin: 24px 0 10px;
}
.social-login ul {
  margin: 0;
  list-style: none;
}
.social-login ul,
.social-login ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.social-login ul > li {
  margin-right: 8px;
}
.social-login ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-login ul > li > a > .social-icon {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  background-color: #121921;
}
.social-login ul > li > a:focus > .social-icon,
.social-login ul > li > a:hover > .social-icon {
  background-color: #ec008c;
}
.category-pictogram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-pictogram:hover .category-pictogram_icon-wp {
  background-color: #ec008c;
}
.category-pictogram__card-like {
  width: 100%;
  height: 240px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.category-pictogram__card-like .category-pictogram_icon-wp {
  margin-top: 52px;
}
.category-pictogram__card-like .category-pictogram_icon-wp img {
  width: auto;
}
.category-pictogram__card-like .category-pictogram_name {
  font-size: 18px;
}
.category-pictogram_icon-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 94px;
  margin-bottom: 8px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #0c6db6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-mask-image: url(/doc/img/icons/social-icon-background.svg);
  mask-image: url(/doc/img/icons/social-icon-background.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.category-pictogram_icon-wp img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.category-pictogram_name {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575.9px) {
  .category-pictogram_icon-wp {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .category-pictogram_name {
    font-size: 14px;
  }
}
.material-card {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.material-card_img-link {
  border: none;
}
.material-card_img {
  width: 100%;
  height: auto;
}
.material-card_info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(calc(100% - 88px));
  transform: translateY(calc(100% - 88px));
  text-align: left;
  background: hsla(0, 0%, 100%, 0.9);
}
.material-card_info:hover {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.material-card_info:hover .material-card_category-wp {
  height: 101px;
  margin-top: 59px;
}
.material-card_info:hover .material-card_material-name {
  margin-bottom: 2px;
}
.material-card_category-wp {
  font-size: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  text-align: left;
}
.material-card_material-name {
  font-size: 18px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  height: 44px;
  margin-bottom: 20px;
  -webkit-transition: margin 0.3s, color 0.3s;
  transition: margin 0.3s, color 0.3s;
  text-align: left;
  pointer-events: none;
  border: none;
}
.material-card_material-name__active {
  pointer-events: all;
}
.material-card_material-description {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  max-height: 72px;
  margin-bottom: 18px;
}
.cards-slider {
  position: relative;
  overflow: hidden;
}
.cards-slider .swiper-container {
  margin: 0 -150px;
}
.cards-slider .swiper-slide {
  width: 270px;
  height: 380px;
}
.cards-slider:after,
.cards-slider:before {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  display: block;
  width: 120px;
  content: "";
}
.cards-slider:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.cards-slider:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}
.cards-slider .swiper-button-next,
.cards-slider .swiper-button-prev {
  z-index: 102;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #c1c1c1;
}
.cards-slider .swiper-button-next:hover,
.cards-slider .swiper-button-prev:hover {
  color: #ec008c;
}
.cards-slider__alt-background:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9f9f9),
    to(hsla(0, 0%, 97.6%, 0))
  );
  background: linear-gradient(90deg, #f9f9f9, hsla(0, 0%, 97.6%, 0));
}
.cards-slider__alt-background:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f9f9f9),
    to(hsla(0, 0%, 97.6%, 0))
  );
  background: linear-gradient(270deg, #f9f9f9, hsla(0, 0%, 97.6%, 0));
}
.cards-slider__hide {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .cards-slider .swiper-container {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .cards-slider .swiper-slide {
    height: auto;
  }
  .cards-slider .material-card_info {
    padding: 10px;
    -webkit-transform: translateY(calc(100% - 46px));
    transform: translateY(calc(100% - 46px));
  }
  .cards-slider .material-card_info:hover .material-card_category-wp {
    height: 40px;
    margin-top: 10px;
  }
  .cards-slider .material-card_category-wp .category-link,
  .cards-slider .material-card_info .read-more-link {
    font-size: 9px;
  }
  .cards-slider .material-card_material-name {
    font-size: 10px;
    height: 26px;
    min-height: unset;
  }
  .cards-slider .material-card_material-description {
    font-size: 9px;
    max-height: 58px;
  }
}
.material-preview {
  position: relative;
  overflow: hidden;
}
.material-preview:hover .material-preview_info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.material-preview_img {
  width: 100%;
  height: auto;
}
.material-preview_info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 33.3% 20px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: hsla(0, 0%, 100%, 0.9);
}
.material-preview_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.material-preview_title a {
  border: none;
}
.material-preview_description {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  max-height: 8em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.9px) {
  .material-preview_title {
    font-size: 16px;
  }
  .material-preview_description {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.9px) {
  .material-preview_info {
    padding: 10% 10px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .material-preview_info {
    padding: 20% 20px 0;
  }
  .material-preview_title {
    font-size: 18px;
  }
  .material-preview_description {
    font-size: 14px;
  }
}
.article-card {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #fff;
}
.article-card:hover {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.article-card__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-card__horizontal .article-card_img {
  width: 270px;
  height: 200px;
}
.article-card__horizontal .article-card_info {
  overflow: hidden;
  height: 200px;
  padding: 18px 30px;
}
.article-card__horizontal .article-card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-card__horizontal .article-card_title {
  font-size: 24px;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}
.article-card__horizontal .article-card_description {
  padding: 0;
}
.article-card_picture-link {
  font-size: 0;
  border: none;
}
.article-card_img {
  width: 100%;
  height: auto;
}
.article-card_info {
  padding-bottom: 36px;
}
.article-card_header {
  padding: 25px 20px;
}
.article-card_header .category-link {
  margin-right: 20px;
}
.article-card_pub-date {
  color: #979797;
}
.article-card_title {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  height: 2.4em;
  margin-bottom: 20px;
  padding: 0 20px;
}
.article-card_title a {
  border: none;
}
.article-card_description {
  overflow: hidden;
  height: 3.8em;
  margin-bottom: 20px;
  padding: 0 20px;
}
.article-card_read-more-slot {
  padding: 0 20px;
}
@media screen and (max-width: 991.9px) {
  .article-card__horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-card__horizontal .article-card_info {
    height: 220px;
    padding: 10px;
  }
  .article-card__horizontal .article-card_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .article-card__horizontal .article-card_header .category-link {
    margin-bottom: 10px;
  }
  .article-card__horizontal .article-card_title {
    font-size: 16px;
  }
  .article-card__horizontal .article-card_img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .col-4:nth-of-type(2n) .article-card__3-in-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .article-card__3-in-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 639.9px) {
  .article-card {
    display: block;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575.9px) {
  .article-card__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .article-card__horizontal .article-card_info {
    height: 63px;
    padding: 0 10px;
  }
  .article-card__horizontal .article-card_picture-link img {
    width: auto;
    height: 63px;
  }
  .article-card__horizontal .article-card_header {
    display: none;
  }
  .article-card__horizontal .article-card_title {
    font-size: 13px;
    height: 34px;
    margin-bottom: 5px;
  }
  .article-card__horizontal .article-card_description {
    font-size: 8px;
    height: 2.8em;
    margin: 0;
  }
}
.seo-text h1 {
  font-size: 21px;
  font-weight: 500;
  padding-top: 50px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
}
.seo-text h2 {
  font-size: 16px;
  font-weight: 500;
  -webkit-margin-before: 1.3em;
  margin-block-start: 1.3em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}
.seo-text p,
.seo-text ul {
  font-size: 13px;
}
.seo-text ul {
  list-style: disc;
  -webkit-padding-start: 36px;
  padding-inline-start: 36px;
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
}
.seo-text li {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}
.footer {
  margin-top: auto;
  padding: 50px 0 60px;
  background-color: #000;
}
.footer .social-links_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.footer hr {
  height: 1px;
  margin: 0;
  border: none;
  background-color: #6d7278;
}
.footer_link-to-main {
  font-size: 0;
  display: inline-block;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  border: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer_link-to-main:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.footer_logo-img {
  width: 230px;
  height: 45px;
  margin-left: -5px;
}
.footer_non-republication {
  font-size: 10px;
  margin-top: 16px;
  color: #fff;
}
.footer_nav {
  max-width: 20.8333333333%;
  margin-bottom: 41px;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.8333333333%;
  flex: 0 0 20.8333333333%;
}
.footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav li {
  display: block;
  margin-bottom: 10px;
}
.footer_nav a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: none;
}
.footer_nav a:hover {
  color: #ec008c;
}
.footer_social-links-wp {
  max-width: 20.8333333333%;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.8333333333%;
  flex: 0 0 20.8333333333%;
}
.footer_subscribe-form-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}
.footer_subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_subscribe-form button {
  font-size: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.footer_subscribe-input {
  font-size: 12px;
  width: 100%;
  padding: 1em 1.15em;
  color: #121921;
  border: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
}
.footer_copyright {
  font-size: 12px;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 991.9px) {
  .footer_nav,
  .footer_social-links-wp {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .footer_subscribe-form {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer_nav {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer_social-links-wp {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media screen and (max-width: 575.9px) {
  .footer_non-republication {
    margin-bottom: 30px;
  }
  .footer_nav,
  .footer_social-links-wp {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer_social-links-wp {
    margin-bottom: 30px;
  }
}
.user-bar {
  position: relative;
}
.user-bar_user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-bar_username {
  font-weight: 500;
  margin-right: 12px;
}
.user-bar_premium {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  bottom: -1px;
  margin-right: 13px;
  text-transform: uppercase;
  color: #0c6db6;
}
.user-bar_avatar-slot {
  width: var(--size);
  height: var(--size);
  margin-right: 10px;
  --size: 35px;
}
.user-bar_show-menu-icon {
  position: relative;
  right: -2px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  background: transparent;
  background-color: transparent;
  background-image: url(/doc/img/icons/v-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.user-bar_menu-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
.user-bar_menu {
  position: absolute;
  z-index: 200;
  top: calc(100% + 16px);
  right: 0;
  visibility: hidden;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.user-bar_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-bar_menu li {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}
.user-bar_menu li:last-of-type {
  margin-bottom: 0;
}
.user-bar_menu a {
  display: block;
  white-space: nowrap;
  border: none;
}
.user-bar__show .user-bar_menu-bg {
  display: block;
}
.user-bar__show .user-bar_menu {
  visibility: visible;
}
.user-bar__show .user-bar_show-menu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.user-bar_premium {
  font-size: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 767.9px) {
  .user-bar_premium {
    margin-left: 0;
  }
  .user-bar_username {
    display: none;
  }
  .user-bar_avatar-slot {
    margin-right: 1px;
    --size: 25px;
  }
  .user-bar_menu {
    top: calc(100% + 8px);
  }
}
@media screen and (max-width: 480px) {
  .user-bar_premium {
    font-size: 9px;
    margin-right: 5px;
  }
}
.breadcrumbs {
  padding: 6px 0 50px;
}
.breadcrumbs_list {
  font-size: 0;
  margin: 0;
  padding: 0 0 0 43px;
  list-style: none;
  color: #666;
}
.breadcrumbs_item {
  font-size: 14px;
  display: inline;
}
.breadcrumbs_item:after {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 16px;
  height: 18px;
  content: "";
  background-image: url(/doc/img/icons/breadcrumbs-separator.svg);
  background-repeat: no-repeat;
  background-position: center 20%;
}
.breadcrumbs_item:last-of-type:after {
  display: inline-block;
  display: none;
}
.breadcrumbs_item a {
  border: none;
}
@media screen and (max-width: 991.9px) {
  .breadcrumbs {
    padding: 6px 0 20px;
  }
  .breadcrumbs_list {
    padding: 0;
  }
}
@media screen and (max-width: 575.9px) {
  .breadcrumbs_item {
    font-size: 12px;
  }
  .breadcrumbs_item:after {
    margin-right: -3px;
    margin-left: -3px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .breadcrumbs_item__home span[itemprop="name"] {
    display: none;
  }
  .breadcrumbs_item__home a:before {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: -3px;
    content: "";
    background-image: url(/doc/img/icons/home.svg);
    background-size: contain;
  }
}
.side-nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav_item {
  display: block;
  margin-bottom: 20px;
}
.side-nav_item.active > .side-nav_link {
  border-bottom: 2px solid #ec008c;
}
.side-nav_submenu {
  margin-top: 20px;
  padding-left: 23px;
}
.side-nav_link {
  font-size: 16px;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 991.9px) {
  .side-nav {
    padding-top: 20px;
  }
  .side-nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-nav_item {
    margin: 0 20px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .side-nav_submenu {
    margin-top: 10px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 575.9px) {
  .side-nav_link {
    font-size: 14px;
  }
  .side-nav_list {
    padding-bottom: 15px;
  }
  .side-nav_item {
    margin: 0 12px 6px;
  }
  .side-nav_item:first-of-type {
    margin-left: 0;
  }
  .side-nav_item:last-of-type {
    margin-right: 0;
  }
}
.feedback {
  padding: 50px 0 0;
}
.feedback_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.feedback_slider-slot .swiper-container {
  position: relative;
  padding: 0 85px;
}
.feedback_slider-slot .swiper-container:after,
.feedback_slider-slot .swiper-container:before {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  display: block;
  width: 85px;
  content: "";
  background: #fff;
}
.feedback_slider-slot .swiper-container:before {
  left: 0;
}
.feedback_slider-slot .swiper-container:after {
  right: 0;
}
.feedback_slider-slot .swiper-slide {
  padding: 15px;
}
.feedback_slider-slot .comment__card-like {
  padding: 22px 20px 18px 84px;
}
.feedback_slider-slot .comment_text {
  height: 6em;
}
.feedback_go-premium-slot {
  margin-top: 34px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 991.9px) {
  .feedback {
    padding: 34px 0 0;
  }
  .feedback_title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .feedback_slider-slot .swiper-container {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .feedback_slider-slot .swiper-container:after,
  .feedback_slider-slot .swiper-container:before {
    display: none;
  }
  .feedback_slider-slot .swiper-slide {
    padding: 15px 0;
  }
  .feedback_slider-slot .swiper-button-prev {
    left: 4px;
  }
  .feedback_slider-slot .swiper-button-next {
    right: 4px;
  }
  .feedback_slider-slot .comment__card-like {
    padding: 15px 20px 15px 62px;
  }
  .feedback_slider-slot .comment__card-like .comment_avatar-slot {
    top: 15px;
    left: 10px;
    width: 34.88px;
    height: 34.88px;
  }
  .feedback_slider-slot .comment__card-like .comment_user-name {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .feedback_slider-slot .comment__card-like .comment_rate-slot {
    margin-bottom: 8px;
    padding-left: 0;
  }
  .feedback_slider-slot .comment__card-like .comment_rate-slot .rating {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .feedback_slider-slot .comment__card-like .comment_text {
    font-size: 12px;
    height: 6.3em;
    margin-top: 8px;
  }
  .feedback_go-premium-slot {
    margin: 23px 0 50px;
  }
  .feedback_go-premium-slot .btn {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
}
@media screen and (max-width: 575.9px) {
  .feedback_title {
    font-size: 24px;
    margin-top: 6px;
  }
  .feedback_slider-slot {
    margin-top: 4px;
  }
  .feedback_slider-slot .swiper-slide {
    padding: 10px 15px;
  }
  .feedback_slider-slot .swiper-container {
    margin: 0 -15px;
    padding: 0;
  }
  .feedback_slider-slot .swiper-container:after,
  .feedback_slider-slot .swiper-container:before {
    display: none;
  }
  .feedback_slider-slot .swiper-button-next {
    right: 7px;
  }
  .feedback_slider-slot .swiper-button-prev {
    left: 7px;
  }
  .feedback_slider-slot .comment__card-like {
    padding: 15px 19px 12px 52px;
  }
  .feedback_slider-slot .comment__card-like .comment_avatar-slot {
    width: 27.8px;
    height: 27.8px;
  }
  .feedback_slider-slot .comment__card-like .comment_user-name {
    font-size: 9.88px;
  }
  .feedback_slider-slot .comment__card-like .comment_rate-slot {
    margin-bottom: 0;
  }
  .feedback_slider-slot .comment__card-like .comment_rate-slot .rating {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .feedback_slider-slot .comment__card-like .comment_text {
    font-size: 9.88px;
    margin-top: 0;
  }
  .feedback_go-premium-slot {
    margin: 30px 0 50px;
  }
}
.avatar {
  position: relative;
  background-image: url(/doc/img/avatar-placeholder.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.avatar,
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar img {
  position: absolute;
}
.rating {
  font-size: 0;
  display: inline-block;
}
.rating_star {
  position: relative;
  display: inline-block;
  background-image: url(/doc/img/icons/star-empty.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.rating_star,
.rating_star:after {
  width: 18px;
  height: 17px;
  content: "";
}
.rating_star:after {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.rating_star:after,
.rating_star__checked {
  background-image: url(/doc/img/icons/star.svg);
}
.rating__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.rating__rate .rating_stars:hover {
  cursor: pointer;
}
.rating__rate .rating_stars:hover .rating_star:after {
  opacity: 1;
}
.rating__rate .rating_star:hover ~ .rating_star:after {
  opacity: 0;
}
.rating_details {
  font-size: 12px;
  margin-top: 5px;
}
.comments {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments li {
  margin-bottom: 50px;
}
.comments__tree li {
  margin-bottom: 25px;
}
.comments__tree li > ul {
  margin-left: 70px;
}
@media screen and (max-width: 575.9px) {
  .comments__tree li > ul {
    margin-left: 20px;
  }
}
.comment {
  position: relative;
  padding: 0 0 0 70px;
}
.comment__card-like {
  max-width: 470px;
  padding: 22px 20px 42px 84px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.comment__card-like .comment_avatar-slot {
  top: 22px;
  left: 15px;
}
.comment_avatar-slot {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}
.comment_user-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
}
.comment_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment_info .comment_rate-slot {
  margin-right: 20px;
  margin-bottom: 0;
}
.comment_info time {
  font-size: 12px;
  color: #6d7278;
}
.comment_rate-slot {
  font-size: 0;
  margin-bottom: 10px;
}
.comment_text {
  font-size: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.comment_text__4lines-height {
  line-height: 1.2em;
  height: 4.8em;
  margin-top: 0;
}
.comment_go-to-page-link {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  color: #0c6db6;
  border: none;
}
.comment_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 25px;
}
.comment_reply-btn {
  font-size: 12px;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #0c6db6;
  border: none;
  background: transparent;
}
.comment_reply-btn:hover {
  color: #ec008c;
}
.comment_reply-btn:disabled {
  color: #ededed;
}
.comment_dislike-btn,
.comment_like-btn {
  font-size: 12px;
  position: relative;
  height: 20px;
  margin-left: 5px;
  padding-left: 25px;
  border: none;
  background: transparent;
}
.comment_dislike-btn:before,
.comment_like-btn:before {
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 17px;
  height: 15px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #6d7278;
}
.comment_dislike-btn:hover:before,
.comment_like-btn:hover:before {
  background-color: #ec008c;
}
.comment_like-btn:before {
  top: 0;
}
.comment_dislike-btn:before,
.comment_like-btn:before {
  -webkit-mask-image: url(/doc/img/icons/like.svg);
  mask-image: url(/doc/img/icons/like.svg);
}
.comment_dislike-btn:before {
  top: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comment_delete-btn {
  padding: 0;
  border: none;
  background-color: transparent;
}
.comment_delete-btn:before {
  display: block;
  width: 14px;
  height: 16px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #6d7278;
  -webkit-mask-image: url(/doc/img/icons/trash-icon.svg);
  mask-image: url(/doc/img/icons/trash-icon.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.comment_delete-btn:hover:before {
  background-color: #ec008c;
}
.comment_replay {
  margin-left: 70px;
}
.comments__tree .comment .comment_replay {
  margin-left: 0;
}
@media screen and (max-width: 991.9px) {
  .comment__card-like {
    padding: 22px 15px 42px;
  }
  .comment__card-like .comment_avatar-slot {
    left: 15px;
  }
  .comment__card-like .comment_rate-slot,
  .comment__card-like .comment_user-name {
    padding-left: 64px;
  }
}
@media screen and (max-width: 767.9px) {
  .comment__card-like {
    padding: 22px 20px 42px;
  }
  .comment__card-like .comment_avatar-slot {
    left: 20px;
  }
  .comment__card-like .comment_rate-slot,
  .comment__card-like .comment_user-name {
    padding-left: 64px;
  }
}
@media screen and (max-width: 575.9px) {
  .comment {
    padding: 0 0 50px;
  }
  .comment__card-like {
    max-width: none;
    padding: 22px 20px 42px 15px;
  }
  .comment__card-like .comment_avatar-slot {
    left: 15px;
  }
  .comment_info,
  .comment_user-name {
    padding-left: 64px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 575.9px) {
  .comment_text__4lines-height {
    font-size: 14px;
    height: 7em;
  }
}
.pgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pgn_link {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  color: #6d7278;
  border: none;
}
.pgn_item {
  font-size: 0;
  margin: 0 12px;
}
.pgn_item__current > .pgn_link {
  color: #ec008c;
}
.pgn_item__next > .pgn_link,
.pgn_item__prev > .pgn_link {
  padding: 0;
}
.pgn_item__next > .pgn_link:before,
.pgn_item__prev > .pgn_link:before {
  display: block;
  width: 12px;
  height: 22px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #6d7278;
  -webkit-mask-image: url(/doc/img/icons/prev.svg);
  mask-image: url(/doc/img/icons/prev.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.pgn_item__next > .pgn_link.pgn-btn__disabled:before,
.pgn_item__prev > .pgn_link.pgn-btn__disabled:before {
  background-color: #e3e3e3;
  pointer-events: none;
}
.pgn_item__next > .pgn_link.pgn-btn__disabled,
.pgn_item__prev > .pgn_link.pgn-btn__disabled {
  pointer-events: none;
}
.pgn_item__next:hover > .pgn_link.pgn-btn__disabled:before,
.pgn_item__prev:hover > .pgn_link.pgn-btn__disabled:before {
  background-color: #e3e3e3;
}
.pgn_item__next:hover > .pgn_link:before,
.pgn_item__prev:hover > .pgn_link:before {
  background-color: #ec008c;
}
.pgn_item__prev {
  margin: 0 35px 0 0;
}
.pgn_item__next {
  margin: 0 0 0 35px;
}
.pgn_item__next > .pgn_link {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pgn-btn-disabled {
  color: #22f;
}
@media screen and (max-width: 575.9px) {
  .pgn_link {
    font-size: 18px;
    line-height: 20px;
  }
  .pgn_item__next > .pgn_link,
  .pgn_item__prev > .pgn_link {
    padding: 0;
  }
  .pgn_item__next > .pgn_link:before,
  .pgn_item__prev > .pgn_link:before {
    width: 10px;
    height: 20px;
  }
  .pgn_item {
    margin: 0 6px;
  }
  .pgn_item__prev {
    margin: 0 10px 0 0;
  }
  .pgn_item__next {
    margin: 0 0 0 10px;
  }
}
.share-links,
.share-links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-links_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-links_item {
  margin: 0 2px;
}
.share-links_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-links_link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #121921;
  -webkit-mask-image: url(/doc/img/icons/social-stroke.svg);
  mask-image: url(/doc/img/icons/social-stroke.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.share-links_link .social-icon {
  width: 18px;
  height: 18px;
}
.share-links_link .social-icon:after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.share-links_link:hover .social-icon:after,
.share-links_link:hover:before {
  background-color: #ec008c;
}
.share-links_share-btn {
  margin-left: 10px;
  padding: 1px 3px;
  border: none;
  background: transparent;
}
.share-links_share-btn:before {
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background-image: url(/doc/img/icons/share.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.computed-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.computed-rating_value {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}
.computed-rating_stars {
  position: relative;
  width: 75px;
  height: 15px;
  margin-top: 1px;
  margin-right: 7px;
  background-image: url(/doc/img/icons/star.svg);
  background-size: 15px 15px;
}
.computed-rating_stars > .computed-rating_progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  color: transparent;
  -webkit-mask-image: url(/doc/img/icons/star-mask.svg);
  mask-image: url(/doc/img/icons/star-mask.svg);
  -webkit-mask-size: 15px 15px;
  mask-size: 15px 15px;
}
.computed-rating_voters {
  font-size: 12px;
  font-weight: 400;
}
.related-articles .article-card,
.related-articles .cards-slider {
  margin-bottom: 30px;
}
.related-articles_title {
  font-size: 30px;
  font-weight: 700;
  padding: 50px 0;
  border-top: 1px solid #ededed;
}
.related-articles_view-all-btn-slot {
  margin-top: 20px;
  margin-bottom: 80px;
}
.chapters-nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ededed;
}
.chapters-nav_item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
}
.chapters-nav_link {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6d7278;
  border: none;
}
@media screen and (max-width: 991.9px) {
  .chapters-nav {
    display: none;
  }
}
.sidebar_cell {
  margin-bottom: 67px;
}
@media screen and (max-width: 991.9px) {
  .sidebar_cell .side-nav_list {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .sidebar__hide-on-mobile {
    display: none;
  }
  .sidebar_cell {
    margin-bottom: 0;
  }
  .sidebar_cell .side-nav_item {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .sidebar_cell .side-nav_link {
    font-size: 12px;
  }
}
.useful-links_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.useful-links_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.useful-links_item {
  margin-bottom: 9px;
}
.useful-links_link {
  font-size: 12px;
  font-weight: 400;
  border: none;
}
@media screen and (max-width: 991.9px) {
  .useful-links {
    display: none;
  }
}
.material h1 {
  margin-bottom: 40px;
}
.material h3 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2em;
}
.material hr {
  margin: 50px 0;
}
.material .material_title {
  margin-bottom: 4px;
}
.material_header {
  margin: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material_header,
.material_header .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material_header .rating {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 155px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.material_title__program {
  padding-right: 134px;
}
.material_main-image img {
  width: auto;
  height: auto;
  margin-bottom: 25px;
}
.material_cat-link-slot {
  margin-right: auto;
}
.material_cat-link-slot .category-link {
  font-size: 14px;
  padding: 0.5em 1em;
}
.material_go-premium-btn-slot {
  margin-right: auto;
}
.material_share-links-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  border-right: 1px solid #979797;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material_share-links-slot,
.material_two-part-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material_two-part-layout__align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material_tags {
  margin-top: 80px;
}
.material_tags-slot {
  margin-top: 35px;
}
.material_image-part {
  min-width: 300px;
  min-height: 418px;
  padding-right: 30px;
}
.material_image-part figcaption {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #979797;
}
.material_text-part {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.material_sticky {
  position: fixed;
  z-index: 101;
}
.material_sticky__stop {
  position: relative;
  z-index: 101;
}
.material_description {
  max-width: 470px;
  margin-bottom: 40px;
}
.material_description p {
  margin: 0 0 20px;
}
.material_description__program {
  max-width: unset;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-right: 134px;
}
.material_attributes {
  margin-bottom: 35px;
}
.material_attributes__program {
  margin-bottom: 0;
  margin-left: 3px;
}
.material_attribute-name {
  font-size: 11px;
  font-weight: 700;
  padding-right: 20px;
  text-transform: uppercase;
  color: #979797;
}
.material_attribute-value {
  font-size: 14px;
  font-weight: 600;
}
.material_view-all-btn {
  margin-top: 50px;
}
.material_preview {
  width: 270px;
  margin: 0 0 10px;
  padding: 0;
}
.material_iframe-cell {
  overflow: hidden;
  width: 100%;
  height: 384px;
  border: 1px solid #1aa1e2;
}
.material_iframe {
  overflow: hidden;
  width: 1020px;
  height: 1440px;
  -webkit-transform: scale(0.27);
  transform: scale(0.27);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border: none;
}
.material_notes {
  margin-top: 50px;
}
.material_content {
  margin-right: 200px;
  margin-bottom: 80px;
}
.material_main-text {
  margin-bottom: 50px;
}
.material_main-text a {
  color: #0c6db6;
}
.material_main-text a:hover {
  color: #ec008c;
}
.material_main-text p {
  font-size: 18px;
  line-height: 1.4em;
}
.material_main-text h2 {
  font-size: 24px;
  font-weight: 700;
}
.material_main-text ul {
  padding: 0 0 0 30px;
  list-style: outside;
}
.material_main-text li {
  font-size: 18px;
}
.material_main-text table {
  border-collapse: collapse;
}
.material_main-text td,
.material_main-text th {
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #0c6db6;
}
.material_main-text thead {
  background: rgba(12, 109, 182, 0.2);
}
.material_main-text figure {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.material_main-text figure img {
  max-width: 100%;
  height: auto;
}
.material_footer {
  margin-bottom: 28px;
}
.material_footer .rating {
  min-width: 155px;
  padding-left: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.material_footer-top-row {
  margin-bottom: 20px;
}
.material_footer-share-links,
.material_footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material_footer-share-links {
  height: 30px;
  padding-right: 12px;
  border-right: 1px solid #121921;
}
.material_mail-link {
  color: #0c6db6;
}
.material_btn-detail {
  font-size: 10px;
  font-weight: 500;
  margin-top: 7px;
  margin-bottom: 20px;
  color: #6d7278;
}
.material_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.material_btn-slot {
  margin-left: 30px;
}
.material_buy-btn {
  padding-left: 58px;
}
.material_related-tasks {
  margin: 50px 0 80px;
}
.material_related-tasks a,
.material_related-tasks a:hover {
  color: #fff;
}
.rating-wr {
  display: flex;
}
@media screen and (max-width: 1199.9px) {
  .material_content {
    margin-right: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .material_title__program {
    padding-right: 0;
  }
  .material_description {
    max-width: unset;
  }
  .material_description__program {
    padding: 0;
  }
  .material_attributes__program {
    margin: 15px 0;
  }
  .material_program-img-wp {
    display: none;
  }
}
.material_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material_actions .btn {
  margin-right: 8px;
}
.material_actions .hidden {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .material_two-part-layout {
    display: block;
  }
  .material_two-part-layout:after {
    display: table;
    clear: both;
    content: "";
  }
  .material_image-part {
    float: left;
    width: auto;
    margin-bottom: 0;
  }
  .material_text-part {
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .material_main-text li,
  .material_main-text p {
    font-size: 14px;
  }
  .material_main-text h2 {
    font-size: 18px;
  }
  .material_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .material_cat-link-slot {
    margin: 0 0 10px;
  }
  .material_go-premium-btn-slot {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .material_share-links-slot {
    margin-right: auto;
  }
}
@media screen and (max-width: 575.9px) {
  .material h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .material hr {
    margin: 20px 0;
  }
  .material_two-part-layout .material_main-image {
    width: 135px;
    height: 190px;
  }
  .material_two-part-layout .material_image-part {
    min-width: unset;
    min-height: unset;
    padding: 0 20px 20px 0;
  }
  .material_two-part-layout .material_download-img-link {
    font-size: 10px;
  }
  .material_description p {
    font-size: 12px;
  }
  .material_tags {
    margin-top: 0;
  }
  .material_attribute-name,
  .material_attribute-value {
    font-size: 10px;
    padding-bottom: 3px;
  }
  .material_attribute-name .computed-rating_value,
  .material_attribute-name .computed-rating_voters,
  .material_attribute-value .computed-rating_value,
  .material_attribute-value .computed-rating_voters {
    font-size: 10px;
  }
  .material_attribute-name .computed-rating_stars,
  .material_attribute-value .computed-rating_stars {
    margin-top: -2px;
    margin-right: -11px;
    margin-bottom: -2px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .material_attribute-name {
    padding-right: 10px;
  }
  .material_header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .material_header .material_cat-link-slot {
    width: 100%;
    margin-bottom: 20px;
  }
  .material_header .rating {
    min-width: unset;
  }
  .material_main-text td,
  .material_main-text th {
    padding: 5px 10px;
  }
  .material_share-links-slot {
    margin-right: 0;
  }
  .material_footer-top-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .material_footer-top-row .material_footer-share-links {
    margin-bottom: 20px;
  }
  .material_footer-top-row .rating {
    min-width: unset;
    padding-left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .material_two-part-layout {
    position: relative;
  }

  .material_text-part {
    display: grid;
  }
  .material_attributes {
    order: 1;
    position: absolute;
    top: 0px;
    left: 145px;
  }
  .material_description {
    order: 2;
    margin-bottom: 0px;
  }
  .material_actions {
    order: 3;
  }
  .material_attribute {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .rating-wr {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .computed-rating_stars {
    margin-right: 20px;
  }
  .computed-rating {
    flex-direction: column;
  }
  .material_attribute-name {
    padding: 0px 0px 10px 0px;
    line-height: 1.219;
  }
  .material_attribute-value .computed-rating_value {
    font-size: 20px;
    line-height: 0.75;
  }
  .material_attribute-value {
    padding: 0px;
    font-size: 20px;
    line-height: 0.75;
  }
}
.related-materials {
  margin-top: 80px;
  margin-bottom: 80px;
}
.related-materials .category-link {
  font-size: 10px;
}
.related-materials .material-card_info {
  padding: 13px;
  -webkit-transform: translateY(calc(100% - 58px));
  transform: translateY(calc(100% - 58px));
}
.related-materials .material-card_info:hover .material-card_category-wp {
  height: 36px;
  margin-top: 24px;
}
.related-materials .material-card_info:hover .material-card_material-name {
  margin-bottom: 2px;
}
.related-materials .material-card_material-name {
  font-size: 14px;
  height: 32px;
  min-height: auto;
}
.related-materials .material-card_material-description {
  font-size: 10px;
  height: 65px;
}
.related-materials_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid #ededed;
}
@media screen and (max-width: 639px) {
  .related-materials .category-link {
    font-size: 9px;
  }
  .related-materials .material-card_material-name {
    font-size: 10px;
    height: 26px;
    min-height: unset;
  }
  .related-materials .material-card_material-description {
    font-size: 9px;
    max-height: 58px;
  }
  .related-materials .material-card_info {
    padding: 10px;
    -webkit-transform: translateY(calc(100% - 46px));
    transform: translateY(calc(100% - 46px));
  }
  .related-materials .material-card_info .read-more-link {
    font-size: 9px;
  }
}
.material-slider {
  width: 100%;
}
.material-slider .swiper-container {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 calc(16.66667% + 15px);
}
.material-slider .swiper-container:after,
.material-slider .swiper-container:before {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  display: block;
  width: 16.6666666667%;
  content: "";
}
.material-slider .swiper-container:before {
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(70%, #fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    90deg,
    #fff,
    #fff 70%,
    hsla(0, 0%, 100%, 0)
  );
}
.material-slider .swiper-container:after {
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    color-stop(70%, #fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    270deg,
    #fff,
    #fff 70%,
    hsla(0, 0%, 100%, 0)
  );
}
.material-slider .swiper-wrapper {
  padding: 5px 0;
}
.material-slider .swiper-slide {
  font-size: 0;
}
.material-slider .swiper-slide > a {
  display: block;
  border: none;
}
.material-slider .swiper-button-next,
.material-slider .swiper-button-prev {
  z-index: 10;
}
.material-slider .swiper-button-prev {
  left: calc(16.66667% - 30px);
}
.material-slider .swiper-button-next {
  right: calc(16.66667% - 30px);
}
.material-slider_material-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991.9px) {
  .material-slider,
  .material-slider .swiper-container {
    padding: 0;
  }
  .material-slider .swiper-container:after,
  .material-slider .swiper-container:before {
    display: none;
  }
  .material-slider .swiper-button-prev {
    left: 15px;
  }
  .material-slider .swiper-button-next {
    right: 15px;
  }
  .material-slider .swiper-slide {
    padding: 0 15px;
  }
}
.materials-list_header {
  font-size: 40px;
  margin-bottom: 60px;
}
.materials-list_header h1 {
  display: inline;
  margin-bottom: 0;
}
.materials-list_count {
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0;
  color: #000;
}
.materials-list_text {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 55px;
  padding-right: 100px;
}
.materials-list_text p {
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991.9px) {
  .materials-list_header {
    margin-bottom: 20px;
  }
  .materials-list_count {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .materials-list_header {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .materials-list_header h1 {
    font-size: 24px;
  }
  .materials-list_text {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
}
.material-feedback {
  margin-bottom: 80px;
}
.material-feedback_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 43px;
  padding-top: 50px;
  border-top: 1px solid #ededed;
}
.material-feedback_form {
  margin-top: 37px;
  padding: 0 0 0 70px;
}
.material-feedback_comment-field {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
}
.material-feedback_counter {
  font-size: 12px;
  color: #6d7278;
}
.material-feedback_submit-btn-slot {
  margin-top: 20px;
}
.material-feedback_comments {
  margin-top: 50px;
  padding-top: 34px;
  border-top: 1px solid #ededed;
}
@media screen and (max-width: 575.9px) {
  .material-feedback .comment,
  .material-feedback_form {
    padding: 0;
  }
}
.cards-list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cards-list_list__4-cols .cards-list_item {
  width: 25%;
}
.cards-list_list__4-cols .category-link {
  font-size: 10px;
}
.cards-list_list__4-cols .material-card_info {
  padding: 13px;
  -webkit-transform: translateY(calc(100% - 64px));
  transform: translateY(calc(100% - 64px));
}
.cards-list_list__4-cols .material-card_info:hover .material-card_category-wp {
  height: 34px;
  margin-top: 44px;
}
.cards-list_list__4-cols .material-card_material-name {
  font-size: 14px;
  height: 36px;
}
.cards-list_list__4-cols .material-card_material-description {
  font-size: 10px;
}
.cards-list_list__4-cols .read-more-link {
  font-size: 9px;
}
.cards-list_item {
  width: 33.3333333333%;
  height: auto;
  margin-bottom: 30px;
  padding: 0 15px;
}
.cards-list_pgn-slot {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199.9px) {
  .cards-list_list .cards-list_item,
  .cards-list_list__4-cols .cards-list_item {
    width: 33.3333333333%;
  }
  .cards-list_list .category-link,
  .cards-list_list__4-cols .category-link {
    font-size: 10px;
  }
  .cards-list_list .read-more-link,
  .cards-list_list__4-cols .read-more-link {
    font-size: 11px;
  }
  .cards-list_item .material-card_info:hover .material-card_category-wp {
    height: 50px;
    margin-top: 0;
  }
  .cards-list_item .material-card_material-name {
    font-size: 16px;
    min-height: 44px;
  }
  .cards-list_item .material-card_material-description {
    font-size: 12px;
  }
  .cards-list_item .material-card_info {
    padding: 20px;
    -webkit-transform: translateY(calc(100% - 84px));
    transform: translateY(calc(100% - 84px));
  }
  .cards-list_item .material-card_info:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 991.9px) {
  .cards-list_list .cards-list_item .material-card_info,
  .cards-list_list__4-cols .cards-list_item .material-card_info {
    padding: 10px;
    -webkit-transform: translateY(calc(100% - 42px));
    transform: translateY(calc(100% - 42px));
  }
  .cards-list_list .cards-list_item .material-card_material-name,
  .cards-list_list__4-cols .cards-list_item .material-card_material-name {
    font-size: 10px;
    line-height: 1.1;
    height: 2.2em;
    min-height: auto;
    margin-bottom: 10px;
  }
  .cards-list_list .cards-list_item .material-card_material-description,
  .cards-list_list__4-cols .cards-list_item .material-card_material-description {
    font-size: 9px;
    line-height: 1.1;
    height: 55px;
    margin-bottom: 10px;
  }
  .cards-list_list .cards-list_item .read-more-link,
  .cards-list_list__4-cols .cards-list_item .read-more-link {
    font-size: 10px;
  }
  .cards-list_pgn-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575.9px) {
  .cards-list_list .cards-list_item,
  .cards-list_list__4-cols .cards-list_item {
    width: 50%;
  }
  .cards-list_list .cards-list_item .material-card_info,
  .cards-list_list__4-cols .cards-list_item .material-card_info {
    padding: 10px;
    -webkit-transform: translateY(calc(100% - 44px));
    transform: translateY(calc(100% - 44px));
  }
  .cards-list_list .cards-list_item .material-card_info:hover .material-card_category-wp,
  .cards-list_list__4-cols .cards-list_item .material-card_info:hover .material-card_category-wp {
    height: 30px;
  }
  .cards-list_list .cards-list_item .material-card_material-name,
  .cards-list_list__4-cols .cards-list_item .material-card_material-name {
    font-size: 9px;
    height: 22px;
    min-height: auto;
  }
  .cards-list_list .cards-list_item .material-card_material-description,
  .cards-list_list__4-cols .cards-list_item .material-card_material-description {
    font-size: 8px;
    height: 70px;
    padding-top: 8px;
  }
  .cards-list_list .cards-list_item .category-link,
  .cards-list_list__4-cols .cards-list_item .category-link {
    font-size: 8px;
    padding: 1px 2px;
  }
  .cards-list_list .cards-list_item .read-more-link,
  .cards-list_list__4-cols .cards-list_item .read-more-link {
    font-size: 7px;
  }
}
.material-list-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -45px;
  margin-bottom: 17px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.material-list-controls_show-filter-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: none;
  margin-right: auto;
  padding: 0;
  text-transform: uppercase;
  border: none;
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material-list-controls_show-filter-btn > svg {
  margin-right: 3px;
}
.material-list-controls_3-cols-btn,
.material-list-controls_4-cols-btn {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.material-list-controls_3-cols-btn .coll-icon,
.material-list-controls_4-cols-btn .coll-icon {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: #ccc;
}
.material-list-controls_3-cols-btn.active:hover .coll-icon,
.material-list-controls_3-cols-btn:hover .coll-icon,
.material-list-controls_4-cols-btn.active:hover .coll-icon,
.material-list-controls_4-cols-btn:hover .coll-icon {
  stroke: #ec008c;
}
.material-list-controls_3-cols-btn.active .coll-icon,
.material-list-controls_4-cols-btn.active .coll-icon {
  stroke: #0c6db6;
}
@media screen and (max-width: 1199.9px) {
  .material-list-controls,
  .material-list-controls_3-cols-btn,
  .material-list-controls_4-cols-btn {
    display: none;
  }
}
@media screen and (max-width: 991.9px) {
  .material-list-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .material-list-controls_show-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sidebar-filter_panel {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: #fff;
}
.sidebar-filter_header {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sidebar-filter {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
  }
  .sidebar-filter__hidden {
    pointer-events: none;
  }
  .sidebar-filter__hidden .sidebar-filter_panel {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar-filter__hidden .sidebar-filter_background {
    display: none;
  }
  .sidebar-filter_background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sidebar-filter_panel {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px;
    height: 100%;
    border-right: 1px solid #ededed;
  }
  .sidebar-filter_header,
  .sidebar-filter_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar-filter_header {
    position: relative;
    padding: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sidebar-filter_close-btn {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(/doc/img/icons/x-cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.fullscreen-notification {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fullscreen-notification__fade-in {
  -webkit-animation: fadeIn 1s 2 alternate;
  animation: fadeIn 1s 2 alternate;
}
.fullscreen-notification_msg {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.child-selector {
  text-align: center;
}
.child-selector_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 40px;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.child-selector_item {
  padding: 0;
}
.child-selector_select-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  height: 220px;
  padding: 40px 0 0;
  border: none;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.child-selector_select-child-link:hover .child-selector_avatar-frame:before,
.child-selector_select-child-link:hover .child-selector_hover-icon {
  opacity: 1;
}
.child-selector_select-child-link:hover .child-selector_child-name {
  color: #ec008c;
}
.child-selector_avatar-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.child-selector_avatar-frame:before {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ec008c;
}
.child-selector_avatar-frame:before,
.child-selector_hover-icon {
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  border-radius: 50%;
}
.child-selector_hover-icon {
  z-index: 2;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.child-selector_hover-icon__smartphone {
  top: 0;
  right: -3px;
  bottom: 0;
  left: 3px;
  -webkit-mask-image: url(/doc/img/icons/smartphone.svg);
  mask-image: url(/doc/img/icons/smartphone.svg);
  -webkit-mask-size: 45px 44.96px;
  mask-size: 45px 44.96px;
}
.child-selector_hover-icon__copy {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url(/doc/img/icons/copy.svg);
  mask-image: url(/doc/img/icons/copy.svg);
  -webkit-mask-size: 34px 36px;
  mask-size: 34px 36px;
}
.child-selector_child-avatar {
  border-radius: 50%;
}
.child-selector_child-name {
  font-family: Montserrat;
  font-size: 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 7px;
}
.child-selector_link-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.child-selector_add-child-link {
  font-size: 16px;
  padding: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-transform: uppercase;
  color: #0c6db6;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 991.9px) {
  .child-selector_select-child-link {
    -webkit-transform: scale(0.8958);
    transform: scale(0.8958);
  }
  .child-selector_add-child-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .child-selector_list {
    padding: 0;
  }
  .child-selector_select-child-link {
    width: 80px;
    height: 120px;
    padding: 20px 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .child-selector_avatar-frame:after {
    -webkit-mask-size: 21.54px 21.54px;
    mask-size: 21.54px 21.54px;
  }
  .child-selector_child-avatar {
    width: 45px;
    height: 45px;
  }
  .child-selector_child-name {
    font-size: 10px;
    margin-top: 3px;
  }
  .child-selector_add-child-link {
    font-size: 10px;
  }
  .child-selector_link-slot {
    padding-top: 0;
  }
  .child-selector_hover-icon__smartphone {
    -webkit-mask-size: 21.5px 21.5px;
    mask-size: 21.5px 21.5px;
  }
  .child-selector_hover-icon__copy {
    -webkit-mask-size: 20px 22px;
    mask-size: 20px 22px;
  }
}
.diploma-generator-form {
  padding-top: 50px;
}
.diploma-generator-form_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 50px;
  border-top: 1px solid #ededed;
}
.diploma-generator-form_form .form-field {
  margin-bottom: 24px;
}
.diploma-generator-form_form .form-field_input {
  height: 45px;
}
.diploma-generator-form_submit-btn-slot {
  margin-top: 50px;
}
.diploma-generator-form_btm-detail {
  font-size: 10px;
  font-weight: 500;
  margin-top: 7px;
  color: #6d7278;
}
@media screen and (max-width: 767.9px) {
  .diploma-generator-form_btm-detail,
  .diploma-generator-form_submit-btn-slot {
    text-align: center;
  }
}
.pages-from-material_title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 38px;
  padding-top: 50px;
  border-top: 1px solid #ededed;
}
.pages-from-material_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pages-from-material_item {
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.pages-from-material_item img {
  width: 100%;
  height: auto;
}
.material_description__program a,
.material_description p a {
  color: #0c6db6;
}
.material_description__program a:hover,
.material_description p a:hover {
  color: #ec008c;
}
@media screen and (max-width: 575.9px) {
  .pages-from-material_item {
    width: 50%;
  }
}
.gs {
  min-height: 286px;
}
.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}
form.gsc-search-box {
  margin-bottom: 42px !important;
}
table.gsc-search-box {
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.gsc-input-box {
  position: relative;
  height: 45px;
  padding: 0 !important;
  border: none !important;
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}
.gsc-input-box:before {
  position: absolute;
  top: 15px;
  left: 19px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #c1c1c1;
  -webkit-mask-image: url(/doc/img/icons/magnifier.svg);
  mask-image: url(/doc/img/icons/magnifier.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.gsc-input {
  font-family: Montserrat, sans-serif;
  font-size: 14px !important;
  padding-right: 0 !important;
}
.gsc-search-button {
  margin: 0 !important;
}
.gsc-search-button-v2 {
  width: 180px !important;
  height: 45px !important;
  padding-left: 56px !important;
  text-align: left;
  border: none !important;
  border-top-right-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  background-color: #ec008c !important;
}
.gsc-search-button-v2:before {
  font-size: 12px !important;
  font-weight: 700;
  display: inline;
  content: "ШУКАТИ";
  color: #fff;
}
.gsc-search-button-v2 svg {
  display: none;
}
.gsst_a {
  border: none;
}
.gsib_a {
  line-height: 18px;
  padding: 13px 0 12px 50px !important;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
@media screen and (max-width: 480px) {
  .gsc-search-button-v2 {
    width: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .gsc-search-button-v2:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(/doc/img/icons/magnifier.svg);
    mask-image: url(/doc/img/icons/magnifier.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  .gsc-input-box:before {
    display: none;
  }
  .gsib_a {
    padding: 13px 0 12px 20px !important;
  }
}
.material_footer-top-row .computed-rating {
  min-width: 155px;
  padding-left: 15px;
}
.computed-rating_label {
  font-size: 14px;
  font-weight: 700;
  color: #999;
  margin-right: 5px;
}
.form-field_title.nocap {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  color: #777;
}
.nouser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isuser {
  display: none;
}
.elink {
  position: fixed;
  width: 70px;
  height: 22px;
  top: 0;
  left: 0;
  z-index: 10000;
  border: 2px dotted #22f;
  background-color: #fff;
  text-align: center;
}
.enk {
  color: #22f;
  display: block;
  height: 18px;
  padding: 0;
  width: 66px;
  text-decoration: none;
  border: 0;
}
.enk:hover {
  color: #f22;
  background-color: #ff9;
}
@media screen and (max-width: 767.9px) {
  .sidebar {
    overflow: auto;
  }
  .material_main-image img {
    width: 100%;
    height: auto;
  }
}
.user-bar_menu li.ispremium {
  display: none;
}
.user-bar_menu li.is_premium {
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .user-bar_username,
  .user-bar_premium {
    display: none;
  }
  .material_footer-top-row .computed-rating {
    display: block;
  }
  .only_desktop {
    display: none;
  }
  .user-bar_menu li.ispremium {
    display: block;
  }
}
.result {
  text-align: center;
  margin: 20px;
  display: none;
}
.comment_rate-slot .rating {
  align-items: flex-start;
}
.otherlinks .headlink {
  font-weight: bold;
  margin-bottom: 0;
}
.otherlinks ul.links {
  margin-top: 0.5em;
}
.comment_delete-btn {
  font-size: 12px;
  margin-left: 10px;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #0c6db6;
  border: none;
  background: transparent;
}
.comment_delete-btn:hover {
  color: #ec008c;
}
.comment_delete-btn:disabled {
  color: #ededed;
}
.comment.spam {
  color: #bbb;
}
.material_main-text table,
.material_main-text td {
  border: 1px solid #0c6db6;
}
.material_main-text table ul {
  padding-left: 4px;
}
.material_main-text table li {
  font-size: 12px;
  margin-bottom: 7px;
}
.material_main-text table p {
  font-size: 12px;
  line-height: 1.1em;
  margin: 0;
}
.txtcntr {
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.material_main-text .material_related-tasks {
  text-align: center;
  margin: 18px 0 18px;
}
input[type="image"] {
  border: none;
}
.rating_star:nth-child(1),
.rating_star:nth-child(1)::after {
  width: 14px;
  height: 13px;
  background-size: 14px;
}
.rating_star:nth-child(2),
.rating_star:nth-child(2)::after {
  width: 15px;
  height: 14px;
  background-size: 15px;
}
.rating_star:nth-child(3),
.rating_star:nth-child(3)::after {
  width: 16px;
  height: 15px;
  background-size: 16px;
}
.rating_star:nth-child(4),
.rating_star:nth-child(4)::after {
  width: 17px;
  height: 16px;
  background-size: 17px;
}
@media screen and (min-width: 640px) {
  .btn_icon__pdf {
    width: 30px;
    margin: 0 10px;
  }
  .material_actions .btn {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .material_actions .btn {
    margin: 5px 0;
  }
  .material_actions {
    flex-direction: column;
  }
  .btn__w196 {
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    padding: 5px 20px;
  }
  .btn_icon__pdf {
    width: 25px;
    height: 30px;
  }
}
.generator .material .material_description {
  max-width: 100%;
}
#registration-code,
#registration-code2 {
  text-transform: uppercase;
  text-align: center;
  max-width: 50%;
}
.img-registration-code {
  display: inline;
}
.img-registration-code img {
  margin: 15px;
  position: absolute;
  cursor: pointer;
}
@media screen and (max-height: 750px) {
  .modal_content {
    overflow: auto;
    max-height: 100%;
    margin-top: 5px;
  }
}
.social-text {
  line-height: 30px;
}
.social-login ul > li > a.login-href__google {
  width: 110px;
  height: 32px;
}
.login-icon__google {
  width: 110px;
  height: 32px;
  display: inline-block;
  background-image: url(/doc/img/btn_google_signin_light_normal_web.png);
}
.login-icon__google:hover {
  background-image: url(/doc/img/btn_google_signin_light_focus_web.png);
}
/* @2x Images (Pixel Ratio of 1.5+) */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .login-icon__google {
    background-image: url(/doc/img/btn_google_signin_light_normal_web@2x.png) no-repeat top left;
    background-size: 110px 32px;
  }
  .login-icon__google:hover {
    background-image: url(/doc/img/btn_google_signin_light_focus_web@2x.png);
    background-size: 110px 32px;
  }
}
.useful-links{
  padding-bottom:14px;
}
.modal .error-message{
  color: #e02020;
}
.seo-text .container {
  margin: 50px auto 0 auto;
}
.seo-text a{
  color: #0c6db6;
}
.seo-text a:hover{
  color: #ec008c;
}

#priv-alert {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0%;
  text-align: center;
  padding: 20px 0;
  background-color: #ebebe6;
  background: rgba(130, 130, 130, 0.8);
  color: #fff;
  z-index: 999;
}
#priv-alert.wr_top {
  padding: 0 50px;
  line-height: 20px;
}
#priv-alert a {
  font-weight: bold;
  color: #0c6db6;
}
#priv-alert a:hover {
  color: #fff;
  border-color: #fff;
}
#priv-alert button.modal_close-btn {
  background-color: #ccc;
}
.multisearch .multi-thumbnail {
  width: 120px !important;
  height: auto;
}
.multi-item {
  font-size: 14px !important;
}
.user-bar_show-menu-icon { display:none; }
.backdrop.is-hidden{opacity: 0; pointer-events: none;}
.backdrop.is-disabled{display: none;}

.share-links_share-btn.added {
  position: relative;
}
.share-links_share-btn.added:after {
  content:'+';
  position: absolute;
  top: -6px;
  right: -9px;
  display: block;
  background-color: #ec008c;
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  color:#fff;
}

@media (hover: none) and (pointer: coarse) {
  a:hover, 
  button:hover {
    cursor: pointer;
    color: #121921;
    border-bottom: 1px dotted #6d7278;
  }
  .btn__light:hover {
    cursor: pointer;
    color: #0c6db6;
    border: 1px solid #0c6db6;
  }
}

figure img.material_main-image {
  background: transparent url('/doc/img/no_img_m.png') no-repeat fixed center; 
  pointer-events: none;
}
