.gutenberg-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: -webkit-fill-available;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
  opacity: 0;
}
.gutenberg-popup_display {
  display: block;
}
.gutenberg-popup_show {
  opacity: 1;
}
.gutenberg-popup__overlay {
  background-color: rgba(39, 53, 129, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.gutenberg-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  background: url(/themes/main/assets/img/icon/close.svg) center/100% no-repeat;
}
@media (max-width: 767.98px) {
  .gutenberg-popup__close {
    width: 40px;
    height: 40px;
  }
}
.gutenberg-popup__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gutenberg-popup__slider {
  width: 100%;
}
.gutenberg-popup__slide {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 70px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
  opacity: 0;
}
.gutenberg-popup__slide_display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gutenberg-popup__slide_show {
  opacity: 1;
}
.gutenberg-popup__img-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.gutenberg-popup__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.gutenberg-popup__zoom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
}
.gutenberg-popup__controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gutenberg-popup-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 70px;
}
.gutenberg-popup-controls__button {
  pointer-events: all;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.5)
    url(/themes/main/assets/img/icon/arrow-slider.svg) center/30px 30px
    no-repeat;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .gutenberg-popup-controls__button {
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    position: absolute;
  }
}
.gutenberg-popup-controls__button:hover {
  background-color: #fff;
}
.gutenberg-popup-controls__button:focus {
  outline: 0;
}
.gutenberg-popup-controls__button_prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .gutenberg-popup-controls__button_prev {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-popup-controls__button_next {
    right: 20px;
  }
}
.gutenberg-popup-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.gutenberg-popup-zoom__counter {
  display: block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.gutenberg-popup-zoom__button {
  pointer-events: all;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 22px;
}
.gutenberg-popup-zoom__button:disabled {
  opacity: 0.5;
}
.gutenberg-popup-zoom__button:focus {
  outline: 0;
}
.gutenberg-popup-zoom__button:hover:not(:disabled) {
  background-color: #fff;
}
.gutenberg {
  position: relative;
}
.contests-modal__slider .gutenberg__img-container,
.gutenberg_middle .gutenberg__img-container {
  height: 500px;
}
@media (max-width: 1879.98px) {
  .contests-modal__slider .gutenberg__img-container,
  .gutenberg_middle .gutenberg__img-container {
    height: 306px;
  }
}
@media (max-width: 1279.98px) {
  .contests-modal__slider .gutenberg__img-container,
  .gutenberg_middle .gutenberg__img-container {
    height: 523px;
  }
}
@media (max-width: 1023.98px) {
  .contests-modal__slider .gutenberg__img-container,
  .gutenberg_middle .gutenberg__img-container {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .contests-modal__slider .gutenberg__img-container,
  .gutenberg_middle .gutenberg__img-container {
    height: auto;
  }
  .contests-modal__slider .gutenberg__img-container::before,
  .gutenberg_middle .gutenberg__img-container::before {
    content: '';
    float: left;
    padding-bottom: 50%;
  }
  .contests-modal__slider .gutenberg__img-container::after,
  .gutenberg_middle .gutenberg__img-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
.contests-modal__slider .gutenberg__buttonWrap,
.gutenberg_middle .gutenberg__buttonWrap {
  height: 500px;
}
@media (max-width: 1879.98px) {
  .contests-modal__slider .gutenberg__buttonWrap,
  .gutenberg_middle .gutenberg__buttonWrap {
    height: 306px;
  }
}
@media (max-width: 1279.98px) {
  .contests-modal__slider .gutenberg__buttonWrap,
  .gutenberg_middle .gutenberg__buttonWrap {
    height: 523px;
  }
}
@media (max-width: 1023.98px) {
  .contests-modal__slider .gutenberg__buttonWrap,
  .gutenberg_middle .gutenberg__buttonWrap {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .contests-modal__slider .gutenberg__buttonWrap,
  .gutenberg_middle .gutenberg__buttonWrap {
    padding: 0;
    height: auto;
  }
  .contests-modal__slider .gutenberg__buttonWrap::before,
  .gutenberg_middle .gutenberg__buttonWrap::before {
    content: '';
    float: left;
    padding-bottom: 50%;
  }
  .contests-modal__slider .gutenberg__buttonWrap::after,
  .gutenberg_middle .gutenberg__buttonWrap::after {
    content: '';
    display: table;
    clear: both;
  }
}
.gutenberg:hover .gutenberg__button {
  opacity: 1;
}
.gutenberg__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.gutenberg__item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gutenberg__item_display {
  display: block;
}
.gutenberg__item_show {
  opacity: 1;
}
.gutenberg__img-container {
  margin-bottom: 12px;
  position: relative;
  height: 500px;
}
@media (max-width: 1879.98px) {
  .gutenberg__img-container {
    height: 306px;
  }
}
@media (max-width: 1023.98px) {
  .gutenberg__img-container {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .gutenberg__img-container {
    height: auto;
  }
  .gutenberg__img-container::before {
    content: '';
    float: left;
    padding-bottom: 50%;
  }
  .gutenberg__img-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
.gutenberg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.gutenberg__desc {
  font-size: 16px;
  line-height: 24px;
  color: #6870a3;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .gutenberg__desc {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.gutenberg__counter {
  margin-right: 5px;
}
.gutenberg__buttonWrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 20px;
  height: 500px;
}
@media (max-width: 1879.98px) {
  .gutenberg__buttonWrap {
    height: 306px;
  }
}
@media (max-width: 1023.98px) {
  .gutenberg__buttonWrap {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .gutenberg__buttonWrap {
    padding: 0;
    height: auto;
  }
  .gutenberg__buttonWrap::before {
    content: '';
    float: left;
    padding-bottom: 50%;
  }
  .gutenberg__buttonWrap::after {
    content: '';
    display: table;
    clear: both;
  }
}
.gutenberg__button {
  pointer-events: all;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background-image: url(/themes/main/assets/img/icon/arrow-slider.svg);
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
  transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
  opacity: 0;
}
@media (pointer: coarse) {
  .gutenberg__button {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .gutenberg__button {
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    position: absolute;
  }
}
.gutenberg__button:hover {
  background-color: #fff;
}
.gutenberg__button:focus {
  outline: 0;
}
.gutenberg__button_prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .gutenberg__button_prev {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .gutenberg__button_next {
    right: 20px;
  }
}
.gutenberg__fullscreen {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(/themes/main/assets/img/icon/fullscreen.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  pointer-events: all;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out,
    -webkit-transform 0.1s ease-out;
  transition: background-color 0.2s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out, background-color 0.2s ease-out;
  transition: transform 0.1s ease-out, background-color 0.2s ease-out;
  transition: transform 0.1s ease-out, background-color 0.2s ease-out,
    -webkit-transform 0.1s ease-out;
}
.gutenberg__fullscreen:focus {
  outline: 0;
}
.gutenberg__fullscreen:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
  transition: background-color 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, background-color 0.2s ease-in;
  transition: transform 0.2s ease-in, background-color 0.2s ease-in;
  transition: transform 0.2s ease-in, background-color 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
}

@media (max-width: 1879.98px) {
  .p-exhibition .gutenberg {
    max-width: 928px;
    margin: 0 auto;
  }
}

.review-comment {
  padding-top: 40px;
}
@media (max-width: 1023.98px) {
  .review-comment {
    padding-top: 36px;
  }
}
.review-comment-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.review-comment-card__img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  margin-right: 48px;
}
@media (max-width: 1023.98px) {
  .review-comment-card__img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
}
.review-comment-card__text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.review-comment-form {
  width: 608px;
  margin-left: 152px;
}
@media (max-width: 1879.98px) {
  .review-comment-form {
    width: 768px;
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .review-comment-form {
    width: 640px;
  }
}
@media (max-width: 1023.98px) {
  .review-comment-form {
    width: 100%;
  }
}
.review-comment-form__wrap {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition-property: visibility, max-height, opacity;
  -o-transition-property: visibility, max-height, opacity;
  transition-property: visibility, max-height, opacity;
  -webkit-transition-duration: 0s, 0.5s, 0.3s;
  -o-transition-duration: 0s, 0.5s, 0.3s;
  transition-duration: 0s, 0.5s, 0.3s;
  -webkit-transition-delay: 0.5s, 0s, 0s;
  -o-transition-delay: 0.5s, 0s, 0s;
  transition-delay: 0.5s, 0s, 0s;
  -webkit-transition-timing-function: linear, ease-in, ease-in;
  -o-transition-timing-function: linear, ease-in, ease-in;
  transition-timing-function: linear, ease-in, ease-in;
}
.review-comment-form__response {
  visibility: hidden;
  height: 100%;
  max-height: 1px;
  opacity: 0;
  -webkit-transition-property: opacity, padding-top, max-height, visibility;
  -o-transition-property: opacity, padding-top, max-height, visibility;
  transition-property: opacity, padding-top, max-height, visibility;
  -webkit-transition-duration: 0.3s, 0s, 0.3s, 0s;
  -o-transition-duration: 0.3s, 0s, 0.3s, 0s;
  transition-duration: 0.3s, 0s, 0.3s, 0s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: linear, ease-in, linear, linear;
  -o-transition-timing-function: linear, ease-in, linear, linear;
  transition-timing-function: linear, ease-in, linear, linear;
}
.review-comment-form_sent .review-comment-form__item {
  visibility: hidden;
  max-height: 1px;
  opacity: 0;
}
.review-comment-form_sent .review-comment-form__response {
  padding-top: 40px;
  visibility: visible;
  height: 1000px;
  opacity: 1;
}

.comment {
  padding: 40px 32px 40px 40px;
  -webkit-box-shadow: 0 7px 20px rgba(14, 23, 80, 0.12);
  box-shadow: 0 7px 20px rgba(14, 23, 80, 0.12);
  color: #0e1750;
}
@media (max-width: 1879.98px) {
  .comment {
    padding: 16px;
  }
}
@media (max-width: 767.98px) {
  .comment {
    padding: 8px;
  }
}
.comment__title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 48px;
  font-family: Nekst, sans-serif;
  font-weight: 700;
}
@media (max-width: 1879.98px) {
  .comment__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1279.98px) {
  .comment__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 1023.98px) {
  .comment__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.comment__content {
  display: grid;
  grid-template-columns: 383px 1fr;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}
@media (max-width: 1879.98px) {
  .comment__content {
    display: block;
  }
}
.comment__right {
  padding-bottom: 48px;
  position: relative;
}
@media (max-width: 1879.98px) {
  .comment__right {
    padding-bottom: 0;
  }
}
.comment__btn {
  padding: 0;
  outline: 0 !important;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #0e1750;
  font-weight: 700;
  font-size: 21px;
  line-height: 36px;
}
@media (max-width: 1023.98px) {
  .comment__btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.comment__btn_show {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1879.98px) {
  .comment__btn_show {
    margin-top: 16px;
    position: static;
  }
}
.comment__btn_hide {
  margin-top: 16px;
}
.comment__text {
  margin-top: 9px;
}
.com-expert {
  margin-bottom: 10px;
}
@media (max-width: 1879.98px) {
  .com-expert {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1279.98px) {
  .com-expert {
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .com-expert {
    margin-bottom: 24px;
  }
}
.com-expert__img {
  margin-bottom: 3px;
  width: 200px;
  height: 220px;
}
.com-expert__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1879.98px) {
  .com-expert__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    width: 120px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .com-expert__img {
    width: 80px;
    height: 100px;
  }
}
.com-expert__sub {
  margin-bottom: 8px;
}
.com-expert__sub p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 767.98px) {
  .com-expert__sub {
    margin-bottom: 4px;
  }
  .com-expert__sub p {
    font-size: 12px;
  }
}
.com-expert__name {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .com-expert__name {
    margin-bottom: 4px;
  }
}
.com-expert__pos p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 1279.98px) {
  .com-expert__pos p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  .com-expert__pos p {
    font-size: 12px;
  }
}

.main__comment {
  margin: 32px 0 24px;
}

@media (min-width: 1880px) {
  .rails_xl .rails__block {
    width: 424px;
  }
  .rails_xl .rails__block.fixed {
    position: fixed;
    top: 100px;
    z-index: 10;
  }
  .rails_xl .rails__block.end {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1879.98px) {
  .rails_lg .rails__block {
    width: 256px;
  }
  .rails_lg .rails__block.fixed {
    position: fixed;
    top: 100px;
    z-index: 10;
  }
  .rails_lg .rails__block.end {
    position: absolute;
    bottom: 0;
  }
  .rails_lg .rails__block_w {
    width: 352px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .rails_md .rails__block {
    width: 208px;
  }
  .rails_md .rails__block.fixed {
    position: fixed;
    top: 100px;
    z-index: 10;
  }
  .rails_md .rails__block.end {
    position: absolute;
    bottom: 0;
  }
  .rails_md .rails__block_exhibition {
    width: 100%;
  }
  .rails_md .rails__block_w {
    width: 288px;
  }
}

@media (max-width: 1279.98px) {
  .get-service__btn {
    height: 49px;
  }
}
@media (max-width: 767.98px) {
  .get-service__btn {
    margin-bottom: 16px;
  }
}
.get-service__btn span {
  font-size: 24px;
  line-height: 149%;
  padding: 14px 18px;
  height: 64px;
}
@media (max-width: 1879.98px) {
  .get-service__btn span {
    font-size: 20px;
    line-height: 24px;
    padding-right: 13px;
    padding-left: 13px;
    height: 52px;
  }
}
@media (max-width: 1279.98px) {
  .get-service__btn span {
    height: 43px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.04em;
    padding: 6px 24px;
  }
}
@media (max-width: 1279.98px) {
  .get-service__text {
    font-size: 21px;
    line-height: 32px;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  background-color: transparent;
  border: none;
  text-decoration: none !important;
  min-width: 257px;
  height: 70px;
}

@media (min-width: 1280px) and (max-width: 1879.98px) {
  .btn {
    height: 58px;
  }
}

@media (max-width: 1023.98px) {
  .btn {
    height: 49px;
  }
}

.btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  padding: 12px 24px;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  font-family: Nekst, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (min-width: 1280px) and (max-width: 1879.98px) {
  .btn span {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
  }
}

@media (max-width: 1023.98px) {
  .btn span {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.04em;
    padding: 6px 24px;
  }
}

.btn::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.btn_orange::before {
  background-color: #fcfcff;
}

.btn_orange span {
  background-color: #ff6746;
  color: #fff;
}

.btn_orange span,
.btn_orange::before {
  border: 2px solid #0e1750;
}

.btn_white::before {
  background-color: #fcfcff;
}

.btn_white span {
  background-color: #eaf3ff;
  color: #0e1750;
}

.btn_white span,
.btn_white::before {
  border: 2px solid #0e1750;
}

.btn_blue span,
.btn_blue::before {
  background-color: #6870a3;
  border: 2px solid #fff;
  color: #fff;
}

.btn_blue:disabled span,
.btn_blue:disabled::before {
  background-color: #6870a3;
  border: 2px solid #fcfcff;
  color: #fcfcff;
}

@media (max-width: 1023.98px) {
  .btn_seminar span {
    min-width: 410px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .btn_seminar span {
    min-width: 270px;
  }
}

@media (max-width: 1023.98px) {
  .btn_fluid {
    width: 100%;
  }

  .btn_fluid span {
    width: calc(100% - 6px);
  }
}

.btn:focus span,
.btn:hover span {
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.btn:active span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn:disabled {
  cursor: not-allowed;
}

.btn:disabled span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-simple {
  display: inline-block;
  padding: 14px 24px;
  font-family: Nekst, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 149%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  .btn-simple {
    font-size: 18px;
    padding: 8px 16px;
  }
}

.btn-simple:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-simple:focus {
  outline: 0;
}

.btn-simple:hover {
  text-decoration: none;
}

.btn-simple_dark {
  color: #0e1750;
  border-color: #0e1750;
}

.btn-simple_dark.active,
.btn-simple_dark:hover {
  background-color: #0e1750;
  color: #fcfcff;
  border-color: #273581;
}

.btn-simple_dark:active {
  background-color: #273581;
  border-color: #273581;
}

.btn-simple_light {
  color: #fcfcff;
  border-color: #fcfcff;
}

.btn-simple_light.active,
.btn-simple_light:hover {
  background-color: #6870a3;
  border-color: #6870a3;
}

.btn-simple_light:active {
  background-color: #777fb4;
  border-color: #777fb4;
}

.btn-simple_fill {
  color: #fcfcff;
  background-color: #6870a3;
  border-color: #6870a3;
}

.btn-simple_fill:hover {
  background-color: #777fb4;
}

.btn-search {
  position: relative;
  display: inline-block;
  padding: 0;
  outline: 0 !important;
  border: none;
  text-decoration: none !important;
  min-width: 257px;
  width: 100%;
  height: 62px;
}

@media (max-width: 1023.98px) {
  .btn-search {
    height: 56px;
  }
}

.btn-search span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  padding: 10px 18px;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  border: 2px solid #0e1750;
  background-color: #fcfcff;
  font-family: GolosText, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  color: #0e1750;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1023.98px) {
  .btn-search span {
    padding: 11px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}

.btn-search::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fcfcff;
  border: 2px solid #0e1750;
}

.btn-search:focus span,
.btn-search:hover span {
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.btn-search:active span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-search:disabled {
  cursor: not-allowed;
}

.btn-search:disabled span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-clear {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0 !important;
  background-color: transparent;
}

.btn-clear span {
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  color: #ff6746;
  font-weight: 400;
  font-family: Nekst, sans-serif;
}

@media (max-width: 767.98px) {
  .btn-clear span {
    font-size: 14px;
  }
}

.btn-clear_blue span {
  color: #0e1750;
}


