.product-sale {
  font-family: "Verdana";
  font-weight: 400;
  font-size: 14px;
  color: #11314d;
  padding: 6px 14px 7px 14px;
  background: #fff7e9;
  display: inline-block;
  margin-bottom: 20px; }
  @media (max-width: 425px) {
  .product-sale {
    font-size: 13px; } }

.s3-cookie-message-wrap {
  bottom: 0; }
  .s3-cookie-message-wrap .s3-cookie-message {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin: 0;
    background: #f3f5f6;
    border: none;
    box-shadow: none;
    padding: 27px 80px; }
    @media (max-width: 1024px) {
  .s3-cookie-message-wrap .s3-cookie-message {
    padding: 20px 15px; } }
    @media (max-width: 423px) {
  .s3-cookie-message-wrap .s3-cookie-message {
    flex-direction: column; } }
    .s3-cookie-message-wrap .s3-cookie-message__text {
      font-family: "Verdana";
      font-weight: 400; }
      @media (max-width: 1024px) {
  .s3-cookie-message-wrap .s3-cookie-message__text {
    font-size: 12px; } }
      @media (max-width: 424px) {
  .s3-cookie-message-wrap .s3-cookie-message__text {
    margin-bottom: 16px;
    padding-right: 30px; } }
      .s3-cookie-message-wrap .s3-cookie-message__text p {
        margin: 0; }
    .s3-cookie-message-wrap .s3-cookie-message__btn {
      display: flex;
      align-items: center;
      margin-left: auto; }
      @media (max-width: 424px) {
  .s3-cookie-message-wrap .s3-cookie-message__btn {
    margin: 0;
    width: 100%; } }
      .s3-cookie-message-wrap .s3-cookie-message__btn .cookie-button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Verdana";
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        background: #3eb84f;
        cursor: pointer;
        width: 130px;
        height: 45px;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
  .s3-cookie-message-wrap .s3-cookie-message__btn .cookie-button {
    font-size: 12px; } }
        @media (max-width: 424px) {
  .s3-cookie-message-wrap .s3-cookie-message__btn .cookie-button {
    width: 100%; } }
      .s3-cookie-message-wrap .s3-cookie-message__btn .cookie-close {
        width: 45px;
        height: 45px;
        margin-left: 5px;
        border: 1px solid #3eb84f;
        background: url('close_cook.svg') 50% no-repeat;
        cursor: pointer; }
        @media (max-width: 424px) {
  .s3-cookie-message-wrap .s3-cookie-message__btn .cookie-close {
    width: 25px;
    height: 25px;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2; } }

.file-block-wrap .file-block-inner .file-block-title {
  font-family: "Verdana";
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px; }
  .file-block-wrap .file-block-inner .file-block-items .file-item {
    background: #f9fafb;
    padding: 30px; }
    @media (max-width: 640px) {
      .file-block-wrap .file-block-inner .file-block-items .file-item {
        padding: 20px; } }
    .file-block-wrap .file-block-inner .file-block-items .file-item .item-icon {
      max-width: 36px;
      margin-bottom: 12px; }
      .file-block-wrap .file-block-inner .file-block-items .file-item .item-icon img {
        max-width: 100%;
        width: auto;
        height: auto; }
    .file-block-wrap .file-block-inner .file-block-items .file-item .item-name {
      font-family: "Verdana";
      font-weight: 400;
      font-size: 13px;
      color: #11314d; }
    .file-block-wrap .file-block-inner .file-block-items .file-item .bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px; }
      .file-block-wrap .file-block-inner .file-block-items .file-item .bottom-wrap .item-file {
        font-family: "Verdana";
        font-weight: 400;
        font-size: 12px;
        color: #3eb84f;
        display: inline-block;
        text-decoration: none; }
      .file-block-wrap .file-block-inner .file-block-items .file-item .bottom-wrap .file-size {
        font-family: "Verdana";
        font-weight: 400;
        font-size: 12px;
        color: #11314d; }

.kinds-block .kind-image a {
  background-size: contain;
  background-position: 50%; }

.product-panel {
  transform: translate(0px, -120%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s; }
  @media (max-width: 1023px) {
  .product-panel {
    display: none; } }
  .product-panel.active {
    transform: translate(0, 0); }
  .product-panel .panel-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px; }
  .product-panel .panel-inner .prod_left {
    display: flex;
    align-items: center;
    margin-right: 10px; }
    .product-panel .panel-inner .prod_left .image-wrap {
      max-width: 100px;
      margin-right: 20px; }
    .product-panel .panel-inner .prod_left .image-wrap img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .product-panel .panel-inner .prod_left .prod_text .shop2-product-article {
      font-family: "Verdana";
      font-size: 14px;
      margin: 0;
      color: #11314d; }
      .product-panel .panel-inner .prod_left .prod_text .shop2-product-article span {
        color: #11314d; }
    .product-panel .panel-inner .prod_left .prod_text .prod_name {
      font-family: "Verdana";
      font-size: 17px;
      font-weight: 700;
      color: #11314d; }
  .product-panel .panel-inner .prod_right {
    display: flex;
    align-items: center; }
    .product-panel .panel-inner .prod_right .price-info {
      margin-right: 35px; }
    .product-panel .panel-inner .prod_right .price-info .price-wr {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .product-panel .panel-inner .prod_right .price-info .price-wr .price-current {
        font-family: "Verdana";
        font-weight: 700;
        font-size: 25px;
        color: #000;
        margin-right: 10px; }
      .product-panel .panel-inner .prod_right .price-info .price-wr .price-old {
        font-family: "Verdana";
        font-weight: 400;
        font-size: 16px;
        color: #8898a6;
        text-decoration: line-through; }
        .product-panel .panel-inner .prod_right .price-info .price-wr .price-old strong {
          font-weight: 400; }
    .product-panel .panel-inner .prod_right .price-info .product-sale {
      margin: 0; }
    .product-panel .panel-inner .prod_right .shop-product-btn.type-3 {
      font-family: "Verdana";
      font-weight: 400;
      font-size: 16px;
      padding: 17px; }
    .product-panel .panel-inner .prod_right .shop-product-btn.type-3 span {
      padding: 0; }
      .product-panel .panel-inner .prod_right .shop-product-btn.type-3 span:before {
        display: none; }

.lazy-pagelist__body .lazy-pagelist-btn {
  box-shadow: inset 0 0 0 1px #3eb84f; }
  .lazy-pagelist__body .lazy-pagelist-btn span {
    padding: 0;
    background: none; }
  .lazy-pagelist__body .lazy-pagelist-btn:hover span {
    background: none;
    padding: 0; }

.shop-product-data__desc .desc-area {
  display: block; }

.category_lists {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
  .category_lists {
    gap: 8px; } }

.category_list2 > li {
  width: calc(50% - 10px);
  background: #f3f5f6; }

.category_list2 li > span {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold; }

.category_list2 li a:hover {
  text-decoration: none; }

.category_list2 .img-block {
  text-align: center;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  max-width: 100%;
  margin-left: auto;
  align-self: flex-end;
  flex: 1; }

.category_list2 .img-block img {
  display: block;
  max-width: 100%;
  height: auto; }

.category_body {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  flex: none;
  padding: 50px 10px 50px 50px; }
  @media (max-width: 1366px) {
  .category_body {
    padding: 50px 10px 20px 40px; } }
  @media (min-width: 769px) and (max-width: 1100px) {
  .category_body {
    max-width: 100%;
    padding: 50px 20px 20px 40px; } }
  @media (max-width: 768px) {
  .category_body {
    max-width: 185px;
    padding: 0 10px 0 0; } }

.spoiler-button {
  order: 4;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-family: "Verdana";
  font-weight: 400;
  font-size: 16px;
  color: #3eb84f;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  text-decoration: none; }
  .spoiler-button:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 8px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='8' viewBox='0 0 25 8' fill='none'%3E%3Crect y='3' width='20.8342' height='2' rx='1' fill='%233EB84F'/%3E%3Cpath d='M18.75 0.913613C18.75 0.51849 19.1867 0.279486 19.5195 0.492472L24.3422 3.57886C24.6495 3.77553 24.6495 4.22447 24.3422 4.42114L19.5195 7.50753C19.1867 7.72052 18.75 7.48151 18.75 7.08639L18.75 0.913613Z' fill='%233EB84F'/%3E%3C/svg%3E") 50% no-repeat;
    margin-left: 12px;
    margin-top: 4px; }
  .spoiler-button.opened:after {
    display: none; }
  @media (max-width: 768px) {
  .spoiler-button {
    font-size: 0;
    margin-top: 0; }
    .spoiler-button:after {
      margin: 0; } }

a.category_title {
  font-family: "Verdana";
  font-size: 20px;
  color: #11314d;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none; }
  @media (max-width: 768px) {
  a.category_title {
    margin-bottom: 15px;
    font-size: 16px; } }

.products-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 768px) {
  .products-list {
    display: none; } }
  .products-list .spoiler-button {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-family: "Verdana";
    font-weight: 400;
    font-size: 16px;
    color: #3eb84f;
    margin-top: 10px;
    position: relative;
    cursor: pointer; }
  .products-list .spoiler-button:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 8px;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='8' viewBox='0 0 25 8' fill='none'%3E%3Crect y='3' width='20.8342' height='2' rx='1' fill='%233EB84F'/%3E%3Cpath d='M18.75 0.913613C18.75 0.51849 19.1867 0.279486 19.5195 0.492472L24.3422 3.57886C24.6495 3.77553 24.6495 4.22447 24.3422 4.42114L19.5195 7.50753C19.1867 7.72052 18.75 7.48151 18.75 7.08639L18.75 0.913613Z' fill='%233EB84F'/%3E%3C/svg%3E") 50% no-repeat;
    margin-left: 12px;
    margin-top: 4px; }
  .products-list .spoiler-button.opened:after {
    display: none; }

.products-list li {
  line-height: 1.2;
  margin-bottom: 20px; }
  .products-list li:nth-child(n+7) {
    display: none; }

.products-list li a {
  font-family: "Verdana";
  display: inline-block;
  color: #11314d;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none; }
  .products-list li a:hover {
    text-decoration: underline; }

.inside-container {
  display: flex;
  background-color: #fff;
  align-items: flex-start;
  box-sizing: border-box; }
  @media (min-width: 769px) and (max-width: 1100px) {
  .inside-container {
    flex-direction: column; } }
  @media (max-width: 768px) {
  .inside-container {
    padding: 10px 0 0 30px;
    align-items: center; } }

@media (max-width: 767px) {
  .category_list2 .img-block {
    align-self: center;
    border-radius: 0; } }

@media (max-width: 479px) {
  .category_list2 > li {
    width: 100%; } }

.inner-folder {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
  .inner-folder {
    margin: 0 -24px 40px; } }
  .inner-folder .inner-folders-list {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 768px) {
    .inner-folder .inner-folders-list {
      overflow: auto;
      align-items: center;
      flex-wrap: nowrap; } }
  .inner-folder .inner-folders-list a {
    display: inline-block;
    font-family: "Verdana";
    font-weight: 400;
    font-size: 14px;
    color: #11314d;
    text-decoration: none;
    border: 1px solid #dce1e5;
    background: #f3f5f6;
    padding: 11px 22px 12px 22px;
    margin: 0 10px 10px 0; }
    @media (max-width: 768px) {
    .inner-folder .inner-folders-list a {
      margin: 0 8px 0 0;
      flex: none; } }
    .inner-folder .inner-folders-list a:last-child {
      margin-right: 0; }
    .inner-folder .inner-folders-list a:hover {
      color: #fff;
      background: #3eb84f;
      border-color: #3eb84f; }

.site-header {
  position: relative; }

.menu_closer {
  position: absolute;
  top: 20px;
  left: 100%;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.142858 12.1429L1.85714 13.8571L13.8571 1.85714L12.1429 0.142857L0.142858 12.1429Z' fill='white'/%3E%3Cpath d='M12.1429 13.8571L13.8571 12.1429L1.85714 0.142856L0.142858 1.85714L12.1429 13.8571Z' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat #3eb84f; }

.remodal {
  max-width: 480px; }
  @media (min-width: 1281px) {
  .remodal {
    padding: 40px; } }
  .remodal .tpl-field input[type="text"], .remodal .gr-field-style input[type="text"], .remodal .option-item input[type="text"], .remodal .form-item input[type="text"], .remodal .tpl-field input[type="email"], .remodal .gr-field-style input[type="email"], .remodal .option-item input[type="email"], .remodal .form-item input[type="email"], .remodal .tpl-field input[type="tel"], .remodal .gr-field-style input[type="tel"], .remodal .option-item input[type="tel"], .remodal .form-item input[type="tel"], .remodal .tpl-field input[type="number"], .remodal .gr-field-style input[type="number"], .remodal .option-item input[type="number"], .remodal .form-item input[type="number"], .remodal .tpl-field input[type="password"], .remodal .gr-field-style input[type="password"], .remodal .option-item input[type="password"], .remodal .form-item input[type="password"], .remodal .tpl-field textarea {
    font-size: 14px;
    padding: 20px 25px 8px 25px;
    border: 1px solid #e7eaed;
    background: #f3f5f6;
    box-shadow: none; }
  .remodal .tpl-field.last-elem {
    margin-top: 20px;
    color: rgba(45, 42, 54, 0.5);
    font-size: 13px;
    font-weight: normal; }
    .remodal .tpl-field.last-elem a {
      color: inherit; }
    .remodal .tpl-field.last-elem a:hover {
      color: #3eb84f; }
  .remodal[data-remodal-id="popup-form"] .tpl-field.type-text, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea {
    position: relative; }
    .remodal[data-remodal-id="popup-form"] .tpl-field.type-text > .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea > .field-title {
      display: none; }
    .remodal[data-remodal-id="popup-form"] .tpl-field.type-text input:focus ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea input:focus ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-text textarea:focus ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea textarea:focus ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-text input.active ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea input.active ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-text textarea.active ~ .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea textarea.active ~ .field-title {
      font-size: 11px;
      top: 5px; }
    .remodal[data-remodal-id="popup-form"] .tpl-field.type-text .field-value, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea .field-value {
      position: relative; }
    .remodal[data-remodal-id="popup-form"] .tpl-field.type-text .field-title, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea .field-title {
      position: absolute;
      top: 17px;
      left: 25px;
      font-size: 15px;
      font-weight: normal;
      color: rgba(17, 49, 77, 0.5);
      transition: all 0.3s ease;
      pointer-events: none; }
    .remodal[data-remodal-id="popup-form"] .tpl-field.type-text .field-title .field-required-mark, .remodal[data-remodal-id="popup-form"] .tpl-field.type-textarea .field-title .field-required-mark {
      color: rgba(17, 49, 77, 0.5); }

.remodal .tpl-anketa .tpl-field {
  margin-bottom: 10px;
  position: relative; }

.swiper-container {
  width: 100%; }

.swiper-slide {
  display: block;
  height: auto; }

.card-page__bottom {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 1100px) {
    .card-page__bottom {
      flex-direction: column; } }
  .card-page__bottom-left {
    width: 360px;
    margin-right: 80px;
    position: sticky;
    z-index: 1;
    top: 121px; }
  @media (max-width: 1100px) {
    .card-page__bottom-left {
      width: calc(100% + 32px);
      margin: 0 -16px 20px;
      position: static; } }
  @media (max-width: 1023px) {
    .card-page__bottom-left {
      width: calc(100% + 48px);
      margin: 0 -24px 20px; } }
  .card-page__bottom-left .anchors-block {
    width: 100%;
    margin-bottom: 15px;
    background: #f5f7f8;
    padding: 40px;
    line-height: normal; }
    @media (max-width: 1100px) {
    .card-page__bottom-left .anchors-block {
      display: flex;
      overflow: auto;
      margin: 0;
      padding: 0 24px; } }
    @media (max-width: 1100px) {
      .card-page__bottom-left .anchors-block__inner {
        display: flex; } }
    .card-page__bottom-left .anchors-block li {
      display: block;
      width: 100%;
      list-style-type: none; }
    @media (max-width: 1100px) {
      .card-page__bottom-left .anchors-block li {
        width: auto;
        flex: none; } }
    .card-page__bottom-left .anchors-block li ~ li {
      margin-top: 20px; }
      @media (max-width: 1100px) {
      .card-page__bottom-left .anchors-block li ~ li {
        margin: 0; } }
    @media (max-width: 1100px) {
      .card-page__bottom-left .anchors-block li.active-tab > a {
        background: #fff;
        border-top: 4px solid #3eb84f;
        color: #3eb84f; }
        .card-page__bottom-left .anchors-block li.active-tab > a svg path {
          stroke: #3eb84f; } }
    .card-page__bottom-left .anchors-block li a {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: normal;
      color: #11314d;
      transition: all 0.3s ease; }
      @media (max-width: 1100px) {
      .card-page__bottom-left .anchors-block li a {
        padding: 16px 20px; } }
      @media (max-width: 640px) {
      .card-page__bottom-left .anchors-block li a {
        padding: 15px 20px;
        font-size: 14px; } }
      .card-page__bottom-left .anchors-block li a:hover {
        color: #3eb84f; }
        .card-page__bottom-left .anchors-block li a:hover svg path {
          stroke: #3eb84f; }
      .card-page__bottom-left .anchors-block li a svg, .card-page__bottom-left .anchors-block li a svg path {
        transition: all 0.3s ease; }
      .card-page__bottom-left .anchors-block li a .icon {
        min-width: 25px;
        margin-right: 15px;
        width: 25px;
        font-size: 0; }
        @media (max-width: 640px) {
      .card-page__bottom-left .anchors-block li a .icon {
        display: none; } }
        .card-page__bottom-left .anchors-block li a .icon svg {
          max-width: 25px;
          max-height: 25px; }
  .card-page__bottom-right {
    width: calc(100% - 750px);
    flex: auto; }
  @media (max-width: 1100px) {
    .card-page__bottom-right {
      width: 100%; } }
  .card-page__bottom-form {
    width: 240px;
    margin-left: 70px;
    flex: none;
    padding: 105px 30px 30px;
    background: url("data:image/svg+xml,%3Csvg width='210' height='180' viewBox='0 0 210 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='155' cy='25' r='154.5' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath d='M270.343 22.0363C270.36 22.6928 270.371 23.3507 270.376 24.0099L269.876 24.0142C269.879 24.3424 269.88 24.6709 269.88 24.9998C269.88 25.3286 269.879 25.657 269.876 25.9851L270.376 25.9893C270.371 26.6486 270.36 27.3065 270.343 27.963L269.843 27.9504C269.827 28.6042 269.805 29.2565 269.777 29.9075L270.277 29.9285C270.249 30.5857 270.216 31.2414 270.178 31.8957L269.679 31.8663C269.64 32.5213 269.596 33.1749 269.546 33.8269L270.045 33.8648C269.995 34.5197 269.94 35.173 269.879 35.8248L269.381 35.7785C269.321 36.4305 269.255 37.081 269.183 37.7299L269.68 37.7847C269.608 38.4394 269.53 39.0925 269.447 39.7439L268.951 39.6806C268.868 40.3292 268.78 40.9761 268.687 41.6213L269.182 41.693C269.087 42.344 268.988 42.9932 268.882 43.6406L268.389 43.5604C268.284 44.2075 268.173 44.8527 268.057 45.4961L268.549 45.5847C268.433 46.2309 268.311 46.8753 268.184 47.5177L267.694 47.4206C267.567 48.0632 267.434 48.7038 267.296 49.3425L267.785 49.448C267.646 50.0912 267.502 50.7325 267.353 51.3718L266.866 51.2579C266.717 51.8944 266.563 52.5288 266.404 53.1611L266.888 53.2833C266.728 53.9214 266.562 54.5573 266.39 55.1911L265.908 55.0606C265.737 55.6928 265.56 56.3228 265.379 56.9506L265.859 57.0894C265.677 57.72 265.49 58.3484 265.297 58.9745L264.819 58.8274C264.626 59.4537 264.429 60.0777 264.226 60.6993L264.701 60.8545C264.497 61.4795 264.287 62.1022 264.073 62.7224L263.6 62.559C263.387 63.1766 263.168 63.7917 262.944 64.4044L263.414 64.5759C263.188 65.1942 262.957 65.81 262.722 66.4232L262.255 66.2437C262.02 66.8544 261.78 67.4626 261.535 68.0682L261.998 68.2558C261.752 68.8643 261.501 69.4702 261.244 70.0736L260.784 69.8781C260.528 70.481 260.267 71.0813 260.001 71.679L260.458 71.8823C260.19 72.4826 259.918 73.0801 259.641 73.6749L259.188 73.4637C258.912 74.0564 258.631 74.6463 258.345 75.2335L258.794 75.4524C258.506 76.0437 258.213 76.6321 257.916 77.2176L257.47 76.991C257.174 77.574 256.872 78.1542 256.566 78.7314L257.008 78.9656C256.701 79.546 256.388 80.1235 256.071 80.6979L255.633 80.4562C255.317 81.0292 254.996 81.5991 254.67 82.1661L255.103 82.4152C254.776 82.9846 254.444 83.551 254.107 84.1142L253.678 83.8577C253.342 84.4192 253.002 84.9776 252.657 85.5329L253.082 85.7967C252.735 86.3549 252.384 86.91 252.028 87.4618L251.608 87.1908C251.253 87.7402 250.894 88.2864 250.531 88.8293L250.946 89.1075C250.581 89.6535 250.211 90.1963 249.836 90.7357L249.425 90.4505C249.052 90.9878 248.675 91.5217 248.293 92.0523L248.698 92.3445C248.315 92.8773 247.927 93.4068 247.534 93.9328L247.133 93.6338C246.742 94.1582 246.346 94.6791 245.946 95.1965L246.342 95.5023C245.94 96.022 245.534 96.5382 245.124 97.0508L244.734 96.7384C244.325 97.2488 243.912 97.7557 243.495 98.259L243.88 98.578C243.461 99.0839 243.037 99.5861 242.61 100.085L242.23 99.759C241.804 100.255 241.374 100.748 240.94 101.237L241.314 101.569C240.878 102.06 240.438 102.547 239.994 103.031L239.626 102.693C239.183 103.174 238.737 103.652 238.286 104.126L238.649 104.471C238.196 104.947 237.74 105.419 237.28 105.887L236.923 105.537C236.465 106.003 236.002 106.465 235.536 106.924L235.886 107.28C235.418 107.741 234.946 108.197 234.47 108.65L234.125 108.287C233.651 108.738 233.174 109.184 232.692 109.627L233.03 109.995C232.547 110.439 232.059 110.879 231.568 111.315L231.236 110.941C230.747 111.375 230.254 111.805 229.758 112.231L230.084 112.611C229.585 113.038 229.083 113.462 228.577 113.881L228.258 113.496C227.755 113.913 227.248 114.326 226.737 114.734L227.05 115.125C226.537 115.535 226.021 115.941 225.501 116.343L225.196 115.947C224.678 116.347 224.157 116.743 223.633 117.134L223.932 117.535C223.406 117.927 222.876 118.316 222.344 118.699L222.051 118.293C221.521 118.675 220.987 119.053 220.45 119.426L220.735 119.837C220.195 120.211 219.653 120.582 219.107 120.947L218.828 120.532C218.286 120.895 217.739 121.254 217.19 121.609L217.461 122.029C216.909 122.385 216.354 122.736 215.796 123.083L215.532 122.658C214.977 123.003 214.418 123.343 213.857 123.679L214.113 124.108C213.55 124.445 212.984 124.777 212.414 125.104L212.165 124.671C211.598 124.996 211.028 125.318 210.455 125.634L210.697 126.072C210.123 126.389 209.545 126.701 208.965 127.009L208.731 126.567C208.153 126.873 207.573 127.175 206.99 127.471L207.217 127.917C206.631 128.214 206.043 128.507 205.452 128.795L205.233 128.346C204.645 128.632 204.056 128.913 203.463 129.189L203.674 129.642C203.079 129.919 202.482 130.191 201.881 130.459L201.678 130.002C201.081 130.268 200.48 130.529 199.877 130.785L200.073 131.245C199.469 131.502 198.863 131.753 198.255 131.999L198.067 131.536C197.462 131.781 196.854 132.021 196.243 132.256L196.422 132.722C195.809 132.958 195.193 133.189 194.575 133.415L194.404 132.945C193.791 133.169 193.176 133.388 192.558 133.601L192.722 134.074C192.101 134.288 191.479 134.498 190.854 134.702L190.698 134.227C190.077 134.43 189.453 134.627 188.827 134.82L188.974 135.298C188.348 135.491 187.719 135.678 187.089 135.86L186.95 135.38C186.322 135.561 185.692 135.738 185.06 135.908L185.19 136.391C184.556 136.562 183.921 136.729 183.283 136.889L183.16 136.405C182.528 136.564 181.894 136.718 181.257 136.867L181.371 137.354C180.732 137.503 180.09 137.647 179.447 137.786L179.342 137.297C178.703 137.435 178.062 137.568 177.42 137.695L177.517 138.185C176.874 138.312 176.23 138.434 175.584 138.55L175.495 138.058C174.852 138.174 174.207 138.285 173.56 138.39L173.64 138.883C172.992 138.988 172.343 139.088 171.692 139.183L171.62 138.688C170.975 138.781 170.328 138.869 169.68 138.952L169.743 139.448C169.092 139.531 168.439 139.609 167.784 139.681L167.729 139.184C167.08 139.256 166.43 139.322 165.778 139.382L165.824 139.88C165.172 139.941 164.519 139.996 163.864 140.046L163.826 139.547C163.174 139.597 162.521 139.641 161.866 139.68L161.895 140.179C161.241 140.217 160.585 140.25 159.928 140.278L159.907 139.778C159.256 139.806 158.603 139.828 157.95 139.844L157.962 140.344C157.306 140.361 156.648 140.372 155.989 140.377L155.984 139.877C155.656 139.88 155.328 139.881 154.999 139.881C154.67 139.881 154.342 139.88 154.013 139.877L154.009 140.377C153.35 140.372 152.692 140.361 152.036 140.344L152.048 139.844C151.394 139.828 150.742 139.806 150.091 139.778L150.07 140.278C149.413 140.25 148.757 140.217 148.103 140.179L148.132 139.68C147.477 139.641 146.824 139.597 146.172 139.547L146.134 140.046C145.479 139.996 144.826 139.941 144.174 139.88L144.22 139.382C143.568 139.322 142.918 139.256 142.269 139.184L142.214 139.681C141.559 139.609 140.906 139.531 140.255 139.448L140.318 138.952C139.669 138.869 139.022 138.781 138.377 138.688L138.306 139.183C137.655 139.088 137.005 138.989 136.358 138.883L136.438 138.39C135.791 138.285 135.146 138.174 134.502 138.058L134.414 138.55C133.768 138.434 133.123 138.312 132.481 138.185L132.578 137.695C131.935 137.568 131.295 137.435 130.656 137.297L130.551 137.786C129.907 137.647 129.266 137.503 128.627 137.354L128.741 136.867C128.104 136.718 127.47 136.564 126.837 136.405L126.715 136.889C126.077 136.729 125.441 136.563 124.807 136.391L124.938 135.909C124.306 135.738 123.676 135.561 123.048 135.38L122.909 135.86C122.279 135.678 121.65 135.491 121.024 135.298L121.171 134.82C120.545 134.627 119.921 134.43 119.299 134.227L119.144 134.702C118.519 134.498 117.896 134.288 117.276 134.074L117.439 133.601C116.822 133.388 116.207 133.169 115.594 132.945L115.423 133.415C114.804 133.189 114.189 132.958 113.575 132.723L113.755 132.256C113.144 132.021 112.536 131.781 111.93 131.536L111.743 131.999C111.134 131.753 110.528 131.502 109.925 131.245L110.12 130.785C109.517 130.529 108.917 130.268 108.32 130.002L108.116 130.459C107.516 130.191 106.918 129.919 106.324 129.642L106.535 129.189C105.942 128.913 105.352 128.632 104.765 128.346L104.546 128.795C103.955 128.507 103.366 128.214 102.781 127.917L103.008 127.471C102.425 127.175 101.844 126.873 101.267 126.567L101.033 127.009C100.453 126.702 99.8751 126.389 99.3006 126.072L99.5423 125.634C98.9694 125.318 98.3994 124.996 97.8325 124.671L97.5833 125.104C97.0139 124.777 96.4476 124.445 95.8844 124.108L96.1409 123.679C95.5794 123.343 95.0209 123.003 94.4657 122.658L94.2019 123.083C93.6436 122.736 93.0886 122.385 92.5368 122.029L92.8078 121.609C92.2584 121.254 91.7121 120.895 91.1692 120.532L90.891 120.947C90.345 120.582 89.8023 120.212 89.2629 119.837L89.5481 119.426C89.0108 119.053 88.4768 118.676 87.9462 118.294L87.6541 118.699C87.1212 118.316 86.5917 117.928 86.0657 117.535L86.3647 117.134C85.8404 116.743 85.3194 116.347 84.802 115.947L84.4962 116.343C83.9765 115.941 83.4603 115.535 82.9477 115.125L83.2602 114.735C82.7497 114.326 82.2428 113.913 81.7396 113.496L81.4205 113.881C80.9147 113.462 80.4125 113.038 79.914 112.611L80.2395 112.231C79.7432 111.805 79.2505 111.375 78.7615 110.941L78.4296 111.315C77.9385 110.879 77.4511 110.439 76.9675 109.995L77.3057 109.627C76.8241 109.184 76.3462 108.738 75.8722 108.287L75.5278 108.65C75.0517 108.197 74.5795 107.741 74.1112 107.281L74.4618 106.924C73.9955 106.466 73.5331 106.003 73.0747 105.537L72.7181 105.887C72.2577 105.419 71.8013 104.947 71.3488 104.471L71.7113 104.126C71.2608 103.652 70.8143 103.175 70.3719 102.693L70.0037 103.031C69.5595 102.548 69.1194 102.06 68.6834 101.569L69.0573 101.237C68.6232 100.748 68.1933 100.255 67.7675 99.7591L67.388 100.085C66.9603 99.5862 66.5369 99.084 66.1177 98.5781L66.5027 98.2591C66.0856 97.7558 65.6727 97.2489 65.2641 96.7384L64.8737 97.0509C64.4634 96.5383 64.0573 96.0221 63.6556 95.5024L64.0512 95.1966C63.6512 94.6792 63.2556 94.1583 62.8643 93.6339L62.4636 93.9329C62.0711 93.4069 61.683 92.8774 61.2993 92.3446L61.7051 92.0524C61.3231 91.5218 60.9455 90.9879 60.5724 90.4506L60.1617 90.7358C59.7871 90.1964 59.417 89.6536 59.0514 89.1076L59.4669 88.8294C59.1034 88.2865 58.7444 87.7403 58.39 87.1908L57.9699 87.4619C57.6139 86.9101 57.2625 86.355 56.9158 85.7968L57.3405 85.533C56.9956 84.9777 56.6553 84.4193 56.3196 83.8577L55.8904 84.1143C55.5538 83.5511 55.2218 82.9847 54.8945 82.4153L55.328 82.1662C55.0021 81.5992 54.6809 81.0293 54.3645 80.4563L53.9268 80.698C53.6096 80.1236 53.2971 79.5461 52.9894 78.9657L53.4312 78.7315C53.1252 78.1543 52.8239 77.5742 52.5276 76.9911L52.0818 77.2177C51.7842 76.6322 51.4913 76.0438 51.2034 75.4525L51.6529 75.2336C51.367 74.6465 51.0859 74.0565 50.8098 73.4638L50.3565 73.675C50.0794 73.0802 49.8072 72.4827 49.54 71.8825L49.9967 71.6791C49.7306 71.0815 49.4695 70.4812 49.2134 69.8782L48.7532 70.0737C48.4969 69.4704 48.2456 68.8645 47.9994 68.2559L48.4629 68.0684C48.2178 67.4627 47.9777 66.8545 47.7427 66.2438L47.2761 66.4234C47.0401 65.8101 46.8093 65.1943 46.5835 64.5761L47.0532 64.4046C46.8294 63.7919 46.6108 63.1767 46.3973 62.5592L45.9247 62.7226C45.7102 62.1023 45.5009 61.4797 45.2968 60.8547L45.772 60.6994C45.569 60.0778 45.3711 59.4538 45.1784 58.8276L44.7005 58.9746C44.5079 58.3485 44.3205 57.7202 44.1383 57.0896L44.6186 56.9508C44.4372 56.323 44.261 55.6929 44.0901 55.0607L43.6074 55.1912C43.436 54.5575 43.2699 53.9215 43.1092 53.2835L43.594 53.1613C43.4347 52.529 43.2806 51.8946 43.1317 51.2581L42.6449 51.3719C42.4954 50.7327 42.3513 50.0914 42.2125 49.4481L42.7012 49.3427C42.5635 48.704 42.431 48.0634 42.3039 47.4208L41.8134 47.5179C41.6863 46.8755 41.5645 46.2311 41.4481 45.5849L41.9402 45.4963C41.8244 44.8529 41.7139 44.2077 41.6087 43.5606L41.1152 43.6408C41.0101 42.9934 40.9103 42.3442 40.8159 41.6932L41.3108 41.6215C41.2173 40.9763 41.1291 40.3294 41.0464 39.6808L40.5504 39.7441C40.4673 39.0927 40.3897 38.4396 40.3175 37.7849L40.8145 37.7301C40.743 37.0812 40.6768 36.4307 40.6162 35.7787L40.1183 35.825C40.0577 35.1732 40.0025 34.5199 39.9527 33.865L40.4513 33.8272C40.4017 33.1751 40.3576 32.5215 40.319 31.8665L39.8199 31.8959C39.7813 31.2416 39.7482 30.5859 39.7206 29.9287L40.2201 29.9077C40.1928 29.2568 40.1708 28.6044 40.1543 27.9506L39.6545 27.9632C39.638 27.3067 39.6269 26.6488 39.6213 25.9896L40.1213 25.9854C40.1186 25.6572 40.1172 25.3286 40.1172 24.9998C40.1172 24.671 40.1186 24.3425 40.1213 24.0144L39.6213 24.0102C39.6269 23.351 39.6379 22.6931 39.6545 22.0365L40.1543 22.0491C40.1708 21.3954 40.1928 20.743 40.2201 20.092L39.7206 20.071C39.7482 19.4138 39.7813 18.7581 39.8199 18.1038L40.319 18.1332C40.3576 17.4782 40.4017 16.8246 40.4512 16.1726L39.9527 16.1347C40.0024 15.4798 40.0577 14.8265 40.1183 14.1748L40.6162 14.2211C40.6768 13.569 40.743 12.9185 40.8145 12.2697L40.3175 12.2149C40.3897 11.5601 40.4673 10.907 40.5504 10.2556L41.0464 10.3189C41.1291 9.6703 41.2172 9.0234 41.3107 8.37824L40.8159 8.30653C40.9102 7.65556 41.01 7.00633 41.1152 6.35892L41.6087 6.43909C41.7138 5.79203 41.8243 5.14678 41.9402 4.5034L41.4481 4.41478C41.5645 3.76859 41.6862 3.12426 41.8133 2.48186L42.3038 2.57889C42.4309 1.93633 42.5634 1.29568 42.7012 0.657021L42.2124 0.551575C42.3512 -0.0917053 42.4954 -0.732986 42.6448 -1.37223L43.1317 -1.2584C43.2805 -1.89485 43.4346 -2.52927 43.594 -3.16161L43.1091 -3.28378C43.2699 -3.92182 43.436 -4.55776 43.6074 -5.19154L44.09 -5.06104C44.261 -5.69324 44.4372 -6.32327 44.6186 -6.9511L44.1382 -7.0899C44.3204 -7.72048 44.5079 -8.34884 44.7005 -8.97493L45.1784 -8.8279C45.3711 -9.45415 45.5689 -10.0781 45.772 -10.6998L45.2967 -10.855C45.5008 -11.48 45.7102 -12.1027 45.9247 -12.7229L46.3972 -12.5595C46.6107 -13.1771 46.8294 -13.7922 47.0531 -14.4049L46.5835 -14.5764C46.8092 -15.1947 47.0401 -15.8104 47.276 -16.4237L47.7427 -16.2441C47.9777 -16.8548 48.2178 -17.4631 48.4628 -18.0687L47.9993 -18.2563C48.2456 -18.8648 48.4969 -19.4707 48.7531 -20.074L49.2133 -19.8786C49.4695 -20.4815 49.7306 -21.0818 49.9967 -21.6794L49.5399 -21.8828C49.8071 -22.483 50.0793 -23.0806 50.3565 -23.6754L50.8097 -23.4642C51.0859 -24.0569 51.3669 -24.6468 51.6529 -25.2339L51.2033 -25.4529C51.4913 -26.0441 51.7841 -26.6325 52.0818 -27.2181L52.5275 -26.9915C52.8239 -27.5745 53.1251 -28.1546 53.4311 -28.7319L52.9893 -28.966C53.297 -29.5465 53.6095 -30.1239 53.9268 -30.6984L54.3645 -30.4567C54.6809 -31.0296 55.0021 -31.5996 55.3279 -32.1665L54.8944 -32.4157C55.2217 -32.9851 55.5537 -33.5514 55.8904 -34.1147L56.3195 -33.8581C56.6552 -34.4196 56.9955 -34.9781 57.3404 -35.5333L56.9157 -35.7972C57.2624 -36.3554 57.6138 -36.9104 57.9698 -37.4623L58.39 -37.1912C58.7444 -37.7407 59.1034 -38.2869 59.4669 -38.8298L59.0514 -39.108C59.4169 -39.654 59.787 -40.1967 60.1616 -40.7361L60.5723 -40.4509C60.9454 -40.9882 61.323 -41.5222 61.705 -42.0528L61.2993 -42.3449C61.6829 -42.8778 62.071 -43.4073 62.4635 -43.9333L62.8643 -43.6343C63.2555 -44.1587 63.6512 -44.6796 64.0511 -45.197L63.6555 -45.5028C64.0573 -46.0225 64.4633 -46.5387 64.8737 -47.0513L65.264 -46.7388C65.6726 -47.2493 66.0855 -47.7562 66.5026 -48.2594L66.1176 -48.5785C66.5368 -49.0843 66.9603 -49.5865 67.3879 -50.085L67.7674 -49.7595C68.1932 -50.2559 68.6231 -50.7485 69.0572 -51.2375L68.6833 -51.5694C69.1193 -52.0606 69.5594 -52.548 70.0036 -53.0315L70.3718 -52.6933C70.8142 -53.1749 71.2607 -53.6528 71.7112 -54.1268L71.3488 -54.4712C71.8012 -54.9473 72.2576 -55.4195 72.718 -55.8878L73.0746 -55.5373C73.533 -56.0035 73.9954 -56.4659 74.4617 -56.9244L74.1111 -57.2809C74.5794 -57.7413 75.0516 -58.1978 75.5277 -58.6502L75.8721 -58.2877C76.3461 -58.7382 76.824 -59.1847 77.3056 -59.6271L76.9674 -59.9953C77.451 -60.4395 77.9384 -60.8797 78.4295 -61.3157L78.7614 -60.9417C79.2504 -61.3758 79.7431 -61.8057 80.2394 -62.2315L79.9139 -62.611C80.4124 -63.0387 80.9146 -63.4621 81.4204 -63.8813L81.7395 -63.4964C82.2427 -63.9135 82.7496 -64.3263 83.2601 -64.7349L82.9476 -65.1253C83.4602 -65.5356 83.9764 -65.9417 84.4961 -66.3434L84.8019 -65.9478C85.3193 -66.3478 85.8403 -66.7434 86.3647 -67.1347L86.0656 -67.5354C86.5916 -67.9279 87.1211 -68.316 87.654 -68.6997L87.9461 -68.2939C88.4767 -68.6759 89.0107 -69.0535 89.548 -69.4266L89.2628 -69.8373C89.8022 -70.2119 90.3449 -70.582 90.891 -70.9476L91.1691 -70.5321C91.7121 -70.8956 92.2583 -71.2546 92.8077 -71.609L92.5367 -72.0292C93.0885 -72.3851 93.6435 -72.7365 94.2018 -73.0833L94.4656 -72.6585C95.0208 -73.0035 95.5793 -73.3438 96.1408 -73.6794L95.8843 -74.1086C96.4475 -74.4452 97.0138 -74.7773 97.5832 -75.1045L97.8324 -74.671C98.3993 -74.9969 98.9693 -75.3181 99.5422 -75.6345L99.3005 -76.0722C99.875 -76.3894 100.452 -76.7019 101.033 -77.0096L101.267 -76.5679C101.844 -76.8739 102.424 -77.1751 103.007 -77.4715L102.781 -77.9172C103.366 -78.2149 103.955 -78.5077 104.546 -78.7956L104.765 -78.3461C105.352 -78.632 105.942 -78.9131 106.535 -79.1893L106.324 -79.6425C106.918 -79.9196 107.516 -80.1918 108.116 -80.4591L108.319 -80.0023C108.917 -80.2684 109.517 -80.5295 110.12 -80.7856L109.925 -81.2458C110.528 -81.5021 111.134 -81.7534 111.743 -81.9996L111.93 -81.5361C112.536 -81.7812 113.144 -82.0213 113.755 -82.2563L113.575 -82.7229C114.188 -82.9589 114.804 -83.1898 115.422 -83.4155L115.594 -82.9458C116.207 -83.1696 116.822 -83.3882 117.439 -83.6018L117.276 -84.0743C117.896 -84.2888 118.519 -84.4981 119.144 -84.7023L119.299 -84.227C119.921 -84.43 120.545 -84.6279 121.171 -84.8206L121.024 -85.2985C121.65 -85.4911 122.278 -85.6785 122.909 -85.8608L123.048 -85.3804C123.676 -85.5618 124.306 -85.738 124.938 -85.9089L124.807 -86.3916C125.441 -86.563 126.077 -86.7291 126.715 -86.8899L126.837 -86.405C127.47 -86.5644 128.104 -86.7185 128.74 -86.8673L128.627 -87.3541C129.266 -87.5036 129.907 -87.6478 130.55 -87.7865L130.656 -87.2978C131.295 -87.4356 131.935 -87.568 132.578 -87.6952L132.481 -88.1857C133.123 -88.3127 133.767 -88.4345 134.414 -88.5509L134.502 -88.0588C135.146 -88.1747 135.791 -88.2852 136.438 -88.3903L136.358 -88.8838C137.005 -88.989 137.654 -89.0887 138.305 -89.1831L138.377 -88.6883C139.022 -88.7817 139.669 -88.8699 140.318 -88.9526L140.254 -89.4486C140.906 -89.5317 141.559 -89.6093 142.214 -89.6815L142.268 -89.1845C142.917 -89.2561 143.568 -89.3222 144.22 -89.3828L144.174 -89.8807C144.825 -89.9413 145.479 -89.9966 146.134 -90.0463L146.171 -89.5478C146.823 -89.5973 147.477 -89.6414 148.132 -89.68L148.103 -90.1792C148.757 -90.2177 149.413 -90.2508 150.07 -90.2785L150.091 -89.7789C150.742 -89.8063 151.394 -89.8282 152.048 -89.8447L152.035 -90.3445C152.692 -90.3611 153.35 -90.3721 154.009 -90.3777L154.013 -89.8777C154.341 -89.8805 154.67 -89.8818 154.999 -89.8818C155.328 -89.8818 155.656 -89.8805 155.984 -89.8777L155.988 -90.3777C156.648 -90.3721 157.305 -90.3611 157.962 -90.3445L157.949 -89.8447C158.603 -89.8282 159.256 -89.8063 159.907 -89.7789L159.928 -90.2785C160.585 -90.2508 161.24 -90.2177 161.895 -90.1792L161.865 -89.68C162.52 -89.6414 163.174 -89.5973 163.826 -89.5478L163.864 -90.0463C164.519 -89.9966 165.172 -89.9414 165.824 -89.8807L165.777 -89.3829C166.43 -89.3222 167.08 -89.2561 167.729 -89.1845L167.784 -89.6815C168.438 -89.6094 169.092 -89.5317 169.743 -89.4486L169.68 -88.9526C170.328 -88.8699 170.975 -88.7818 171.62 -88.6883L171.692 -89.1831C172.343 -89.0888 172.992 -88.989 173.64 -88.8838L173.559 -88.3903C174.207 -88.2852 174.852 -88.1747 175.495 -88.0588L175.584 -88.5509C176.23 -88.4345 176.874 -88.3128 177.517 -88.1857L177.42 -87.6952C178.062 -87.5681 178.703 -87.4356 179.342 -87.2978L179.447 -87.7866C180.09 -87.6478 180.732 -87.5036 181.371 -87.3542L181.257 -86.8673C181.893 -86.7185 182.528 -86.5644 183.16 -86.4051L183.282 -86.8899C183.92 -86.7291 184.556 -86.563 185.19 -86.3917L185.06 -85.909C185.692 -85.7381 186.322 -85.5619 186.95 -85.3805L187.088 -85.8608C187.719 -85.6786 188.347 -85.4912 188.973 -85.2985L188.826 -84.8206C189.453 -84.628 190.077 -84.4301 190.698 -84.227L190.854 -84.7023C191.479 -84.4982 192.101 -84.2888 192.721 -84.0744L192.558 -83.6018C193.176 -83.3883 193.791 -83.1696 194.403 -82.9459L194.575 -83.4156C195.193 -83.1898 195.809 -82.9589 196.422 -82.723L196.243 -82.2563C196.853 -82.0213 197.462 -81.7813 198.067 -81.5362L198.255 -81.9997C198.863 -81.7534 199.469 -81.5021 200.073 -81.2459L199.877 -80.7857C200.48 -80.5296 201.08 -80.2684 201.678 -80.0024L201.881 -80.4591C202.482 -80.1919 203.079 -79.9197 203.674 -79.6425L203.463 -79.1893C204.055 -78.9132 204.645 -78.6321 205.232 -78.3462L205.451 -78.7957C206.043 -78.5078 206.631 -78.2149 207.217 -77.9172L206.99 -77.4715C207.573 -77.1751 208.153 -76.8739 208.73 -76.5679L208.965 -77.0097C209.545 -76.702 210.122 -76.3895 210.697 -76.0722L210.455 -75.6346C211.028 -75.3181 211.598 -74.997 212.165 -74.6711L212.414 -75.1046C212.984 -74.7773 213.55 -74.4453 214.113 -74.1086L213.857 -73.6795C214.418 -73.3438 214.977 -73.0035 215.532 -72.6586L215.796 -73.0833C216.354 -72.7366 216.909 -72.3852 217.461 -72.0292L217.19 -71.6091C217.739 -71.2546 218.285 -70.8957 218.828 -70.5322L219.107 -70.9476C219.653 -70.5821 220.195 -70.212 220.735 -69.8374L220.449 -69.4267C220.987 -69.0536 221.521 -68.676 222.051 -68.294L222.343 -68.6998C222.876 -68.3161 223.406 -67.928 223.932 -67.5355L223.633 -67.1348C224.157 -66.7435 224.678 -66.3479 225.196 -65.9479L225.501 -66.3435C226.021 -65.9418 226.537 -65.5357 227.05 -65.1254L226.737 -64.735C227.248 -64.3264 227.755 -63.9135 228.258 -63.4964L228.577 -63.8814C229.083 -63.4622 229.585 -63.0388 230.084 -62.6111L229.758 -62.2316C230.254 -61.8058 230.747 -61.3759 231.236 -60.9418L231.568 -61.3157C232.059 -60.8797 232.546 -60.4396 233.03 -59.9954L232.692 -59.6272C233.173 -59.1848 233.651 -58.7383 234.125 -58.2878L234.47 -58.6503C234.946 -58.1978 235.418 -57.7414 235.886 -57.281L235.536 -56.9244C236.002 -56.466 236.464 -56.0036 236.923 -55.5373L237.279 -55.8879C237.74 -55.4196 238.196 -54.9474 238.649 -54.4713L238.286 -54.1269C238.737 -53.6529 239.183 -53.175 239.626 -52.6934L239.994 -53.0316C240.438 -52.548 240.878 -52.0606 241.314 -51.5695L240.94 -51.2376C241.374 -50.7486 241.804 -50.2559 242.23 -49.7596L242.61 -50.0851C243.037 -49.5866 243.461 -49.0844 243.88 -48.5786L243.495 -48.2595C243.912 -47.7563 244.325 -47.2494 244.733 -46.7389L245.124 -47.0514C245.534 -46.5388 245.94 -46.0226 246.342 -45.5029L245.946 -45.1971C246.346 -44.6797 246.742 -44.1588 247.133 -43.6344L247.534 -43.9334C247.926 -43.4074 248.315 -42.8779 248.698 -42.345L248.292 -42.0529C248.674 -41.5223 249.052 -40.9883 249.425 -40.451L249.836 -40.7362C250.21 -40.1968 250.581 -39.6541 250.946 -39.1081L250.531 -38.8299C250.894 -38.287 251.253 -37.7408 251.608 -37.1913L252.028 -37.4624C252.384 -36.9105 252.735 -36.3555 253.082 -35.7973L252.657 -35.5334C253.002 -34.9782 253.342 -34.4198 253.678 -33.8582L254.107 -34.1148C254.444 -33.5515 254.776 -32.9852 255.103 -32.4158L254.67 -32.1666C254.995 -31.5997 255.317 -31.0298 255.633 -30.4568L256.071 -30.6985C256.388 -30.124 256.7 -29.5466 257.008 -28.9662L256.566 -28.732C256.872 -28.1548 257.174 -27.5746 257.47 -26.9916L257.916 -27.2182C258.213 -26.6327 258.506 -26.0443 258.794 -25.453L258.345 -25.2341C258.631 -24.6469 258.912 -24.057 259.188 -23.4643L259.641 -23.6755C259.918 -23.0807 260.19 -22.4832 260.458 -21.8829L260.001 -21.6796C260.267 -21.082 260.528 -20.4817 260.784 -19.8787L261.244 -20.0742C261.501 -19.4709 261.752 -18.8649 261.998 -18.2564L261.535 -18.0688C261.78 -17.4632 262.02 -16.855 262.255 -16.2443L262.721 -16.4238C262.957 -15.8106 263.188 -15.1948 263.414 -14.5766L262.944 -14.4051C263.168 -13.7924 263.387 -13.1772 263.6 -12.5597L264.073 -12.7231C264.287 -12.1028 264.497 -11.4802 264.701 -10.8552L264.226 -10.6999C264.429 -10.0783 264.626 -9.45432 264.819 -8.82806L265.297 -8.9751C265.49 -8.34901 265.677 -7.72065 265.859 -7.09007L265.379 -6.95127C265.56 -6.32345 265.737 -5.69341 265.907 -5.06121L266.39 -5.19172C266.562 -4.55795 266.728 -3.922 266.888 -3.28396L266.404 -3.16178C266.563 -2.52945 266.717 -1.89503 266.866 -1.25858L267.353 -1.37241C267.502 -0.733177 267.646 -0.0918961 267.785 0.551384L267.296 0.65683C267.434 1.29549 267.567 1.93613 267.694 2.5787L268.184 2.48166C268.311 3.12406 268.433 3.76839 268.549 4.41458L268.057 4.5032C268.173 5.14659 268.284 5.79183 268.389 6.4389L268.882 6.35873C268.988 7.00613 269.087 7.65536 269.182 8.30634L268.687 8.37804C268.78 9.0232 268.868 9.6701 268.951 10.3187L269.447 10.2554C269.53 10.9068 269.608 11.5599 269.68 12.2147L269.183 12.2695C269.255 12.9183 269.321 13.5688 269.381 14.2209L269.879 14.1745C269.94 14.8263 269.995 15.4796 270.045 16.1345L269.546 16.1724C269.596 16.8244 269.64 17.478 269.679 18.133L270.178 18.1036C270.216 18.7579 270.249 19.4136 270.277 20.0708L269.777 20.0918C269.805 20.7428 269.827 21.3951 269.843 22.0489L270.343 22.0363Z' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Ccircle cx='154.999' cy='24.9995' r='79.0737' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath opacity='0.1' d='M179 29.7847C179 32.3114 178.612 34.5504 177.835 36.5016C177.084 38.4279 176.009 40.104 174.611 41.53C173.212 42.9559 171.529 44.2317 169.561 45.3575C167.619 46.4832 165.417 47.5089 162.957 48.4345V56.9901H149.284V44.3443C151.123 43.869 152.78 43.3812 154.256 42.8808C155.758 42.3805 157.325 41.5675 158.956 40.4417C160.484 39.4411 161.675 38.2778 162.53 36.9519C163.41 35.6261 163.851 34.1251 163.851 32.449C163.851 29.9473 163.009 28.1712 161.326 27.1205C159.668 26.0448 157.325 25.5069 154.295 25.5069C152.43 25.5069 150.32 25.8947 147.963 26.6702C145.632 27.4457 143.496 28.4463 141.554 29.6722H140V18.2271C141.657 17.5517 144.208 16.8512 147.652 16.1257C151.097 15.3752 154.593 15 158.14 15C164.537 15 169.613 16.3634 173.368 19.0902C177.123 21.817 179 25.3818 179 29.7847ZM164.045 72H148.352V62.0935H164.045V72Z' fill='white'/%3E%3C/svg%3E%0A") top 0px right 0px no-repeat #0c1840; }
  @media (max-width: 1100px) {
    .card-page__bottom-form {
      margin: 40px 0;
      width: 100%;
      flex: auto;
      padding: 32px;
      background-image: url("data:image/svg+xml,%3Csvg width='430' height='104' viewBox='0 0 430 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='215' cy='28' r='214.5' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath d='M375.015 24.9473C375.028 25.6241 375.037 26.3019 375.041 26.9807L374.541 26.9838C374.543 27.3221 374.544 27.6607 374.544 27.9996C374.544 28.3383 374.543 28.6768 374.541 29.0151L375.041 29.0182C375.037 29.6969 375.028 30.3747 375.016 31.0515L374.516 31.0421C374.503 31.7168 374.486 32.3904 374.465 33.063L374.965 33.0786C374.944 33.7533 374.919 34.4269 374.889 35.0994L374.39 35.0776C374.36 35.7512 374.327 36.4238 374.289 37.0952L374.788 37.1232C374.75 37.8008 374.708 38.4771 374.661 39.1524L374.163 39.1181C374.116 39.7912 374.066 40.4632 374.011 41.1341L374.509 41.1747C374.455 41.8476 374.396 42.5193 374.333 43.1899L373.835 43.143C373.772 43.8141 373.704 44.484 373.633 45.1527L374.13 45.2058C374.058 45.8803 373.982 46.5536 373.901 47.2255L373.405 47.1661C373.324 47.836 373.24 48.5045 373.152 49.1718L373.647 49.2375C373.559 49.9069 373.466 50.575 373.369 51.2417L372.874 51.1697C372.777 51.8368 372.676 52.5026 372.57 53.1669L373.064 53.2452C372.958 53.9149 372.848 54.5832 372.733 55.25L372.241 55.1655C372.127 55.8303 372.008 56.4937 371.886 57.1556L372.378 57.2464C372.255 57.9104 372.129 58.573 371.998 59.2341L371.507 59.1371C371.376 59.7985 371.241 60.4585 371.102 61.117L371.592 61.2203C371.452 61.8833 371.308 62.5449 371.159 63.2049L370.672 63.0954C370.524 63.7534 370.372 64.4098 370.216 65.0646L370.703 65.1804C370.547 65.8373 370.386 66.4926 370.222 67.1464L369.737 67.0245C369.572 67.6786 369.404 68.3311 369.231 68.9819L369.715 69.11C369.541 69.7648 369.364 70.4179 369.182 71.0693L368.7 70.9351C368.519 71.5845 368.334 72.2322 368.145 72.8782L368.625 73.0186C368.436 73.6667 368.242 74.313 368.045 74.9577L367.567 74.8112C367.369 75.4562 367.167 76.0995 366.962 76.7411L367.438 76.8937C367.231 77.5384 367.02 78.1814 366.806 78.8226L366.332 78.6639C366.118 79.3031 365.9 79.9404 365.678 80.5759L366.15 80.7407C365.928 81.3782 365.702 82.0139 365.471 82.6477L365.001 82.477C364.771 83.1113 364.537 83.7437 364.299 84.3742L364.766 84.5509C364.527 85.184 364.284 85.8152 364.037 86.4445L363.572 86.2618C363.325 86.8891 363.075 87.5144 362.822 88.1378L363.285 88.3264C363.03 88.9517 362.771 89.5751 362.509 90.1964L362.048 90.002C361.786 90.6238 361.52 91.2436 361.249 91.8614L361.708 92.0618C361.437 92.6816 361.162 93.2995 360.883 93.9152L360.427 93.709C360.15 94.3229 359.868 94.9346 359.583 95.5442L360.036 95.7562C359.749 96.368 359.459 96.9776 359.166 97.5852L358.715 97.3675C358.422 97.975 358.124 98.5804 357.823 99.1836L358.27 99.407C357.968 100.012 357.662 100.615 357.353 101.216L356.908 100.987C356.6 101.585 356.287 102.182 355.971 102.776L356.413 103.011C356.096 103.608 355.775 104.202 355.45 104.794L355.012 104.554C354.688 105.146 354.36 105.735 354.029 106.322L354.464 106.568C354.132 107.157 353.796 107.743 353.456 108.327L353.024 108.076C352.685 108.658 352.343 109.238 351.997 109.816L352.426 110.073C352.079 110.653 351.728 111.23 351.374 111.806L350.948 111.543C350.595 112.118 350.238 112.689 349.877 113.259L350.299 113.526C349.938 114.097 349.572 114.666 349.204 115.232L348.785 114.959C348.417 115.524 348.046 116.086 347.671 116.645L348.087 116.923C347.711 117.485 347.331 118.045 346.948 118.601L346.536 118.318C346.154 118.873 345.768 119.426 345.38 119.976L345.788 120.265C345.398 120.817 345.004 121.366 344.607 121.913L344.203 121.62C343.807 122.165 343.408 122.707 343.006 123.247L343.407 123.546C343.002 124.088 342.595 124.628 342.184 125.164L341.787 124.861C341.378 125.396 340.965 125.928 340.549 126.458L340.942 126.767C340.524 127.299 340.104 127.828 339.68 128.354L339.29 128.04C338.868 128.565 338.442 129.086 338.012 129.605L338.398 129.924C337.967 130.445 337.533 130.963 337.095 131.479L336.714 131.155C336.278 131.669 335.839 132.18 335.397 132.689L335.774 133.017C335.33 133.527 334.883 134.034 334.433 134.538L334.06 134.205C333.612 134.707 333.16 135.207 332.705 135.704L333.074 136.042C332.617 136.54 332.158 137.036 331.695 137.529L331.331 137.186C330.869 137.678 330.405 138.166 329.938 138.651L330.298 138.998C329.829 139.485 329.357 139.969 328.882 140.45L328.527 140.098C328.053 140.578 327.577 141.054 327.097 141.528L327.449 141.883C326.968 142.358 326.484 142.83 325.997 143.299L325.65 142.939C325.165 143.406 324.677 143.87 324.185 144.332L324.528 144.696C324.035 145.159 323.539 145.618 323.041 146.075L322.703 145.706C322.206 146.161 321.706 146.613 321.204 147.061L321.537 147.434C321.033 147.884 320.526 148.331 320.016 148.775L319.687 148.398C319.179 148.84 318.668 149.279 318.154 149.715L318.478 150.096C317.962 150.534 317.444 150.968 316.923 151.399L316.604 151.013C316.085 151.443 315.564 151.869 315.039 152.291L315.353 152.681C314.827 153.105 314.298 153.525 313.766 153.943L313.457 153.55C312.927 153.966 312.395 154.379 311.86 154.788L312.163 155.185C311.627 155.596 311.087 156.003 310.545 156.408L310.246 156.007C309.706 156.409 309.164 156.808 308.619 157.204L308.912 157.608C308.365 158.005 307.816 158.399 307.264 158.789L306.975 158.381C306.425 158.77 305.872 159.155 305.317 159.537L305.6 159.949C305.044 160.332 304.484 160.712 303.922 161.088L303.644 160.672C303.085 161.047 302.523 161.418 301.958 161.786L302.231 162.205C301.665 162.573 301.096 162.939 300.525 163.3L300.258 162.878C299.688 163.239 299.117 163.596 298.543 163.949L298.805 164.375C298.229 164.729 297.652 165.08 297.072 165.427L296.815 164.998C296.237 165.344 295.657 165.686 295.075 166.025L295.326 166.457C294.742 166.797 294.156 167.133 293.567 167.465L293.321 167.03C292.734 167.361 292.145 167.689 291.553 168.013L291.794 168.451C291.201 168.776 290.607 169.097 290.01 169.414L289.775 168.972C289.181 169.288 288.584 169.601 287.986 169.909L288.215 170.354C287.614 170.663 287.011 170.969 286.406 171.271L286.183 170.824C285.579 171.125 284.974 171.423 284.367 171.716L284.584 172.167C283.977 172.46 283.367 172.75 282.755 173.037L282.543 172.584C281.934 172.869 281.322 173.151 280.708 173.428L280.914 173.884C280.299 174.163 279.681 174.438 279.061 174.709L278.861 174.25C278.243 174.521 277.623 174.787 277.001 175.049L277.196 175.51C276.574 175.772 275.951 176.031 275.325 176.286L275.137 175.822C274.514 176.076 273.888 176.326 273.261 176.573L273.444 177.038C272.814 177.285 272.183 177.528 271.55 177.767L271.373 177.299C270.743 177.538 270.11 177.772 269.476 178.002L269.647 178.472C269.013 178.703 268.377 178.929 267.74 179.151L267.575 178.679C266.94 178.901 266.302 179.119 265.663 179.333L265.822 179.807C265.181 180.021 264.538 180.232 263.893 180.439L263.74 179.963C263.099 180.168 262.455 180.37 261.81 180.567L261.957 181.046C261.312 181.243 260.666 181.437 260.018 181.626L259.877 181.146C259.231 181.335 258.584 181.52 257.934 181.701L258.069 182.183C257.417 182.365 256.764 182.542 256.109 182.716L255.981 182.232C255.33 182.405 254.678 182.573 254.024 182.738L254.146 183.223C253.492 183.387 252.836 183.547 252.18 183.704L252.064 183.217C251.409 183.373 250.753 183.525 250.095 183.673L250.204 184.16C249.544 184.309 248.883 184.453 248.219 184.593L248.116 184.103C247.458 184.242 246.798 184.377 246.136 184.508L246.233 184.999C245.572 185.129 244.91 185.256 244.246 185.379L244.155 184.887C243.493 185.009 242.83 185.128 242.165 185.242L242.249 185.734C241.582 185.849 240.914 185.959 240.244 186.065L240.166 185.571C239.502 185.677 238.836 185.778 238.169 185.875L238.241 186.37C237.574 186.467 236.906 186.559 236.237 186.648L236.171 186.153C235.504 186.241 234.835 186.325 234.165 186.406L234.225 186.902C233.553 186.982 232.88 187.059 232.205 187.131L232.152 186.634C231.483 186.705 230.813 186.773 230.142 186.836L230.189 187.333C229.519 187.397 228.847 187.456 228.174 187.51L228.133 187.012C227.463 187.067 226.791 187.117 226.117 187.164L226.152 187.662C225.476 187.709 224.8 187.751 224.122 187.789L224.094 187.29C223.423 187.328 222.751 187.361 222.077 187.391L222.099 187.89C221.426 187.92 220.753 187.945 220.078 187.966L220.062 187.466C219.39 187.487 218.716 187.504 218.041 187.517L218.051 188.016C217.374 188.029 216.696 188.038 216.017 188.042L216.014 187.542C215.676 187.544 215.337 187.545 214.999 187.545C214.66 187.545 214.321 187.544 213.983 187.542L213.98 188.042C213.301 188.038 212.623 188.029 211.947 188.017L211.956 187.517C211.281 187.504 210.608 187.487 209.935 187.466L209.919 187.966C209.245 187.945 208.571 187.92 207.899 187.89L207.92 187.391C207.247 187.361 206.574 187.328 205.903 187.29L205.875 187.789C205.197 187.751 204.521 187.709 203.846 187.662L203.88 187.164C203.207 187.117 202.535 187.067 201.864 187.012L201.823 187.51C201.151 187.456 200.479 187.397 199.808 187.334L199.855 186.836C199.184 186.773 198.514 186.705 197.845 186.634L197.792 187.131C197.118 187.059 196.445 186.983 195.773 186.902L195.832 186.406C195.162 186.325 194.494 186.241 193.826 186.153L193.761 186.648C193.091 186.56 192.423 186.467 191.756 186.37L191.828 185.875C191.161 185.778 190.496 185.677 189.831 185.571L189.753 186.065C189.083 185.959 188.415 185.849 187.748 185.734L187.833 185.242C187.168 185.128 186.504 185.009 185.843 184.887L185.752 185.379C185.088 185.256 184.425 185.13 183.764 184.999L183.861 184.508C183.2 184.377 182.54 184.242 181.881 184.103L181.778 184.593C181.115 184.453 180.453 184.309 179.793 184.16L179.903 183.673C179.245 183.525 178.588 183.373 177.933 183.217L177.818 183.704C177.161 183.548 176.505 183.387 175.852 183.223L175.974 182.738C175.32 182.573 174.667 182.405 174.016 182.232L173.888 182.716C173.233 182.542 172.58 182.365 171.929 182.183L172.063 181.701C171.414 181.52 170.766 181.335 170.12 181.146L169.979 181.626C169.331 181.437 168.685 181.243 168.04 181.046L168.187 180.568C167.542 180.37 166.899 180.168 166.257 179.963L166.104 180.439C165.46 180.232 164.817 180.021 164.176 179.807L164.334 179.333C163.695 179.119 163.058 178.901 162.422 178.679L162.257 179.151C161.62 178.929 160.984 178.703 160.35 178.472L160.521 178.002C159.887 177.772 159.254 177.538 158.624 177.299L158.447 177.767C157.814 177.528 157.183 177.285 156.554 177.038L156.736 176.573C156.109 176.326 155.484 176.076 154.86 175.823L154.672 176.286C154.046 176.031 153.423 175.772 152.802 175.51L152.996 175.049C152.374 174.787 151.754 174.521 151.137 174.25L150.936 174.709C150.316 174.438 149.699 174.163 149.083 173.884L149.289 173.428C148.675 173.151 148.064 172.869 147.454 172.584L147.242 173.037C146.63 172.75 146.02 172.46 145.413 172.167L145.631 171.716C145.023 171.423 144.418 171.125 143.815 170.824L143.591 171.271C142.986 170.969 142.383 170.663 141.782 170.354L142.012 169.909C141.413 169.601 140.816 169.288 140.222 168.972L139.987 169.414C139.39 169.097 138.796 168.776 138.204 168.451L138.444 168.013C137.852 167.689 137.263 167.361 136.676 167.03L136.43 167.465C135.841 167.133 135.255 166.797 134.671 166.457L134.922 166.025C134.34 165.686 133.76 165.344 133.182 164.998L132.925 165.427C132.345 165.08 131.768 164.729 131.192 164.375L131.455 163.949C130.88 163.596 130.309 163.239 129.739 162.878L129.472 163.3C128.901 162.939 128.332 162.573 127.766 162.205L128.039 161.786C127.474 161.418 126.912 161.047 126.353 160.672L126.075 161.088C125.513 160.712 124.954 160.332 124.397 159.949L124.68 159.537C124.125 159.155 123.572 158.769 123.022 158.381L122.733 158.789C122.181 158.399 121.632 158.005 121.085 157.608L121.379 157.204C120.833 156.808 120.291 156.409 119.751 156.007L119.452 156.408C118.91 156.003 118.371 155.596 117.834 155.185L118.138 154.788C117.602 154.379 117.07 153.966 116.54 153.55L116.231 153.943C115.699 153.525 115.17 153.105 114.644 152.681L114.958 152.291C114.434 151.869 113.912 151.443 113.393 151.013L113.074 151.399C112.553 150.968 112.035 150.534 111.519 150.096L111.843 149.715C111.329 149.279 110.818 148.84 110.31 148.398L109.981 148.775C109.472 148.331 108.965 147.884 108.46 147.434L108.793 147.061C108.291 146.613 107.791 146.161 107.294 145.706L106.956 146.075C106.458 145.618 105.962 145.159 105.469 144.696L105.812 144.332C105.32 143.87 104.832 143.406 104.347 142.939L104 143.299C103.513 142.83 103.029 142.358 102.548 141.883L102.9 141.528C102.42 141.054 101.944 140.578 101.47 140.098L101.115 140.45C100.64 139.969 100.168 139.485 99.6992 138.998L100.059 138.651C99.592 138.166 99.1277 137.678 98.6665 137.186L98.302 137.529C97.8393 137.036 97.3797 136.54 96.9233 136.042L97.2921 135.704C96.8372 135.207 96.3854 134.707 95.9367 134.205L95.5637 134.538C95.1137 134.034 94.6668 133.527 94.2231 133.017L94.6003 132.688C94.158 132.18 93.7188 131.669 93.2829 131.155L92.9016 131.479C92.4643 130.963 92.0302 130.445 91.5993 129.924L91.9847 129.605C91.5555 129.086 91.1295 128.564 90.7068 128.04L90.3175 128.354C89.8935 127.828 89.4728 127.299 89.0553 126.767L89.4486 126.458C89.0324 125.928 88.6195 125.396 88.21 124.861L87.8129 125.164C87.4021 124.628 86.9947 124.088 86.5906 123.546L86.9915 123.247C86.5891 122.707 86.1901 122.165 85.7944 121.62L85.3898 121.913C84.9929 121.366 84.5994 120.817 84.2092 120.265L84.6175 119.976C84.2286 119.426 83.8431 118.873 83.461 118.318L83.0491 118.601C82.6661 118.044 82.2864 117.485 81.9103 116.923L82.3258 116.645C81.9512 116.086 81.5802 115.524 81.2125 114.959L80.7936 115.232C80.4248 114.666 80.0595 114.097 79.6978 113.526L80.1202 113.259C79.7595 112.689 79.4024 112.118 79.0488 111.544L78.6231 111.806C78.2688 111.23 77.9181 110.653 77.5709 110.073L77.9999 109.816C77.6542 109.238 77.3121 108.658 76.9735 108.076L76.5412 108.327C76.2016 107.743 75.8656 107.157 75.5331 106.568L75.9686 106.322C75.6372 105.735 75.3094 105.146 74.9853 104.554L74.5468 104.794C74.2223 104.202 73.9014 103.608 73.5843 103.011L74.0258 102.776C73.7098 102.182 73.3975 101.585 73.0889 100.987L72.6445 101.216C72.3349 100.615 72.029 100.012 71.7269 99.407L72.1742 99.1836C71.873 98.5804 71.5755 97.9751 71.2817 97.3676L70.8316 97.5853C70.5378 96.9777 70.2477 96.368 69.9614 95.7562L70.4143 95.5443C70.129 94.9347 69.8475 94.3229 69.5697 93.7091L69.1142 93.9153C68.8355 93.2995 68.5606 92.6817 68.2896 92.0618L68.7477 91.8615C68.4776 91.2437 68.2112 90.6239 67.9487 90.0021L67.4881 90.1965C67.2257 89.5752 66.9672 88.9518 66.7126 88.3265L67.1757 88.1379C66.9218 87.5145 66.6718 86.8892 66.4256 86.2619L65.9601 86.4446C65.7132 85.8153 65.4701 85.1841 65.2309 84.551L65.6987 84.3743C65.4605 83.7438 65.2261 83.1114 64.9957 82.4771L64.5258 82.6478C64.2955 82.014 64.0692 81.3783 63.8468 80.7408L64.3189 80.5761C64.0971 79.9406 63.8793 79.3032 63.6654 78.6641L63.1913 78.8227C62.9767 78.1816 62.7661 77.5386 62.5595 76.8938L63.0356 76.7412C62.83 76.0997 62.6283 75.4564 62.4307 74.8113L61.9526 74.9578C61.7551 74.3132 61.5615 73.6669 61.3719 73.0188L61.8518 72.8784C61.6628 72.2324 61.4777 71.5846 61.2967 70.9353L60.8151 71.0695C60.6335 70.4181 60.4559 69.765 60.2824 69.1102L60.7657 68.9821C60.5932 68.3312 60.4247 67.6787 60.2603 67.0246L59.7754 67.1465C59.611 66.4928 59.4507 65.8375 59.2944 65.1806L59.7808 65.0648C59.625 64.41 59.4733 63.7536 59.3256 63.0956L58.8377 63.2051C58.6896 62.5451 58.5455 61.8836 58.4055 61.2205L58.8947 61.1172C58.7557 60.4587 58.6208 59.7988 58.4899 59.1373L57.9994 59.2343C57.8686 58.5732 57.7419 57.9106 57.6193 57.2466L58.111 57.1558C57.9888 56.4939 57.8706 55.8305 57.7566 55.1657L57.2638 55.2503C57.1494 54.5834 57.0391 53.9151 56.933 53.2454L57.4268 53.1672C57.3216 52.5028 57.2204 51.8371 57.1233 51.17L56.6285 51.2419C56.5315 50.5752 56.4387 49.9072 56.3499 49.2378L56.8456 49.1721C56.7571 48.5048 56.6727 47.8362 56.5925 47.1663L56.0961 47.2258C56.0156 46.5538 55.9394 45.8806 55.8673 45.2061L56.3644 45.153C56.293 44.4843 56.2256 43.8144 56.1624 43.1433L55.6646 43.1901C55.6015 42.5196 55.5425 41.8479 55.4877 41.1749L55.986 41.1343C55.9314 40.4635 55.8808 39.7915 55.8345 39.1183L55.3357 39.1527C55.2892 38.4774 55.2469 37.801 55.2088 37.1235L55.708 37.0954C55.6703 36.424 55.6367 35.7515 55.6073 35.0779L55.1078 35.0997C55.0784 34.4272 55.0532 33.7536 55.0322 33.0789L55.532 33.0633C55.511 32.3907 55.4942 31.7171 55.4816 31.0424L54.9816 31.0518C54.969 30.375 54.9605 29.6973 54.9563 29.0185L55.4563 29.0154C55.4542 28.677 55.4531 28.3384 55.4531 27.9996C55.4531 27.6608 55.4542 27.3223 55.4563 26.9841L54.9563 26.9809C54.9605 26.3022 54.969 25.6244 54.9816 24.9476L55.4816 24.957C55.4942 24.2823 55.511 23.6087 55.5319 22.9361L55.0322 22.9205C55.0532 22.2458 55.0784 21.5722 55.1078 20.8997L55.6073 20.9215C55.6367 20.2479 55.6703 19.5754 55.708 18.904L55.2088 18.8759C55.2469 18.1984 55.2892 17.522 55.3357 16.8467L55.8345 16.8811C55.8808 16.2079 55.9313 15.5359 55.986 14.8651L55.4876 14.8244C55.5425 14.1515 55.6015 13.4798 55.6646 12.8092L56.1624 12.8561C56.2256 12.185 56.2929 11.5151 56.3644 10.8464L55.8672 10.7933C55.9393 10.1188 56.0156 9.44554 56.0961 8.77359L56.5925 8.83302C56.6727 8.16316 56.7571 7.49458 56.8455 6.8273L56.3499 6.7616C56.4386 6.09222 56.5315 5.42415 56.6285 4.75742L57.1233 4.82939C57.2203 4.16231 57.3215 3.49655 57.4268 2.83217L56.933 2.75392C57.0391 2.08426 57.1493 1.41597 57.2637 0.7491L57.7565 0.833633C57.8706 0.168839 57.9887 -0.494537 58.111 -1.15648L57.6193 -1.24727C57.7419 -1.9113 57.8686 -2.5739 57.9994 -3.23502L58.4899 -3.13799C58.6207 -3.79942 58.7557 -4.4594 58.8947 -5.11787L58.4055 -5.22115C58.5454 -5.88422 58.6895 -6.54579 58.8377 -7.20581L59.3255 -7.0963C59.4732 -7.75425 59.625 -8.41067 59.7808 -9.06551L59.2943 -9.18124C59.4506 -9.83815 59.611 -10.4935 59.7753 -11.1472L60.2602 -11.0253C60.4247 -11.6794 60.5932 -12.3319 60.7656 -12.9828L60.2823 -13.1109C60.4559 -13.7656 60.6334 -14.4188 60.815 -15.0702L61.2967 -14.936C61.4777 -15.5854 61.6627 -16.2331 61.8517 -16.8791L61.3718 -17.0195C61.5614 -17.6676 61.755 -18.3139 61.9526 -18.9586L62.4306 -18.8121C62.6283 -19.4571 62.8299 -20.1004 63.0355 -20.742L62.5594 -20.8946C62.766 -21.5393 62.9767 -22.1823 63.1912 -22.8235L63.6654 -22.6648C63.8793 -23.304 64.0971 -23.9413 64.3188 -24.5768L63.8467 -24.7415C64.0691 -25.3791 64.2955 -26.0148 64.5257 -26.6486L64.9957 -26.4779C65.2261 -27.1122 65.4604 -27.7446 65.6986 -28.3751L65.2309 -28.5518C65.4701 -29.1849 65.7132 -29.8161 65.9601 -30.4454L66.4255 -30.2627C66.6717 -30.89 66.9217 -31.5153 67.1756 -32.1387L66.7125 -32.3272C66.9672 -32.9526 67.2257 -33.576 67.488 -34.1973L67.9487 -34.0029C68.2112 -34.6247 68.4775 -35.2445 68.7477 -35.8623L68.2895 -36.0626C68.5606 -36.6825 68.8355 -37.3003 69.1141 -37.9161L69.5696 -37.7099C69.8474 -38.3237 70.129 -38.9355 70.4143 -39.5451L69.9614 -39.757C70.2477 -40.3688 70.5378 -40.9785 70.8315 -41.5861L71.2817 -41.3684C71.5754 -41.9759 71.873 -42.5813 72.1742 -43.1845L71.7268 -43.4078C72.029 -44.0129 72.3349 -44.6158 72.6445 -45.2165L73.0889 -44.9875C73.3975 -45.5863 73.7098 -46.1829 74.0257 -46.7773L73.5842 -47.0119C73.9014 -47.6087 74.2223 -48.2031 74.5467 -48.7953L74.9852 -48.5551C75.3094 -49.1466 75.6371 -49.7359 75.9685 -50.3229L75.5331 -50.5687C75.8656 -51.1575 76.2016 -51.744 76.5412 -52.3282L76.9735 -52.0768C77.3121 -52.6592 77.6542 -53.2392 77.9999 -53.8168L77.5709 -54.0735C77.918 -54.6536 78.2688 -55.2313 78.623 -55.8065L79.0488 -55.5444C79.4024 -56.1185 79.7595 -56.6903 80.1201 -57.2596L79.6978 -57.5272C80.0595 -58.0983 80.4248 -58.6669 80.7936 -59.2331L81.2125 -58.9602C81.5801 -59.5246 81.9512 -60.0866 82.3258 -60.646L81.9103 -60.9242C82.2864 -61.486 82.6661 -62.0454 83.0491 -62.6022L83.4611 -62.3188C83.8431 -62.8742 84.2286 -63.427 84.6176 -63.9773L84.2092 -64.2659C84.5994 -64.8179 84.9929 -65.3673 85.3898 -65.9141L85.7944 -65.6204C86.1901 -66.1655 86.5891 -66.7081 86.9915 -67.2479L86.5906 -67.5467C86.9947 -68.0889 87.4021 -68.6284 87.8129 -69.1653L88.21 -68.8615C88.6196 -69.3968 89.0324 -69.9294 89.4486 -70.4593L89.0553 -70.7681C89.4728 -71.2997 89.8935 -71.8285 90.3175 -72.3547L90.7068 -72.0409C91.1296 -72.5654 91.5555 -73.0872 91.9847 -73.6062L91.5994 -73.9249C92.0303 -74.4459 92.4644 -74.9642 92.9017 -75.4797L93.2829 -75.1562C93.7189 -75.6701 94.158 -76.1812 94.6004 -76.6894L94.2232 -77.0177C94.6669 -77.5275 95.1137 -78.0345 95.5637 -78.5386L95.9367 -78.2056C96.3854 -78.7083 96.8372 -79.208 97.2921 -79.7049L96.9233 -80.0426C97.3798 -80.5411 97.8394 -81.0368 98.302 -81.5296L98.6665 -81.1873C99.1278 -81.6785 99.5921 -82.1668 100.059 -82.6522L99.6993 -82.999C100.168 -83.4858 100.64 -83.9697 101.115 -84.4506L101.471 -84.0993C101.944 -84.5787 102.42 -85.0551 102.9 -85.5285L102.548 -85.8843C103.029 -86.3592 103.513 -86.831 104 -87.2998L104.347 -86.9397C104.832 -87.407 105.321 -87.8713 105.812 -88.3325L105.47 -88.697C105.962 -89.1597 106.458 -89.6193 106.957 -90.0757L107.294 -89.7069C107.791 -90.1618 108.291 -90.6136 108.793 -91.0623L108.46 -91.4353C108.965 -91.8853 109.472 -92.3322 109.981 -92.7759L110.31 -92.3987C110.818 -92.841 111.329 -93.2802 111.843 -93.7161L111.519 -94.0974C112.035 -94.5347 112.553 -94.9688 113.074 -95.3997L113.393 -95.0143C113.912 -95.4435 114.434 -95.8695 114.958 -96.2922L114.644 -96.6815C115.171 -97.1055 115.699 -97.5262 116.231 -97.9437L116.54 -97.5505C117.07 -97.9666 117.602 -98.3795 118.138 -98.789L117.834 -99.1861C118.371 -99.5969 118.91 -100.004 119.452 -100.408L119.751 -100.008C120.291 -100.41 120.833 -100.809 121.379 -101.205L121.085 -101.609C121.632 -102.006 122.181 -102.4 122.733 -102.79L123.022 -102.381C123.572 -102.77 124.125 -103.156 124.68 -103.538L124.397 -103.95C124.954 -104.333 125.513 -104.713 126.075 -105.089L126.353 -104.673C126.912 -105.048 127.474 -105.419 128.039 -105.786L127.766 -106.205C128.332 -106.574 128.901 -106.939 129.472 -107.301L129.739 -106.879C130.309 -107.239 130.88 -107.597 131.455 -107.95L131.192 -108.376C131.768 -108.73 132.345 -109.081 132.925 -109.428L133.182 -108.999C133.76 -109.345 134.34 -109.687 134.922 -110.026L134.671 -110.458C135.255 -110.797 135.841 -111.133 136.43 -111.466L136.676 -111.03C137.263 -111.362 137.852 -111.69 138.444 -112.014L138.204 -112.452C138.796 -112.777 139.39 -113.098 139.987 -113.415L140.222 -112.973C140.816 -113.289 141.413 -113.601 142.011 -113.91L141.782 -114.355C142.383 -114.664 142.986 -114.97 143.591 -115.272L143.814 -114.825C144.418 -115.126 145.023 -115.424 145.631 -115.717L145.413 -116.167C146.02 -116.461 146.63 -116.751 147.242 -117.038L147.454 -116.585C148.063 -116.87 148.675 -117.152 149.289 -117.429L149.083 -117.885C149.699 -118.164 150.316 -118.438 150.936 -118.709L151.137 -118.251C151.754 -118.521 152.374 -118.788 152.996 -119.05L152.802 -119.511C153.423 -119.773 154.046 -120.032 154.672 -120.286L154.86 -119.823C155.484 -120.077 156.109 -120.327 156.736 -120.573L156.554 -121.039C157.183 -121.286 157.814 -121.529 158.447 -121.768L158.624 -121.3C159.254 -121.539 159.887 -121.773 160.521 -122.003L160.35 -122.473C160.984 -122.703 161.62 -122.93 162.257 -123.152L162.422 -122.68C163.058 -122.902 163.695 -123.12 164.334 -123.334L164.175 -123.808C164.817 -124.022 165.46 -124.233 166.104 -124.44L166.257 -123.963C166.898 -124.169 167.542 -124.371 168.187 -124.568L168.04 -125.046C168.685 -125.244 169.331 -125.438 169.979 -125.627L170.12 -125.147C170.766 -125.336 171.413 -125.521 172.063 -125.702L171.929 -126.184C172.58 -126.366 173.233 -126.543 173.888 -126.717L174.016 -126.233C174.667 -126.406 175.319 -126.574 175.973 -126.739L175.852 -127.224C176.505 -127.388 177.161 -127.548 177.818 -127.705L177.933 -127.218C178.588 -127.374 179.245 -127.526 179.902 -127.673L179.793 -128.161C180.453 -128.309 181.115 -128.454 181.778 -128.594L181.881 -128.104C182.539 -128.243 183.199 -128.378 183.861 -128.509L183.764 -129C184.425 -129.13 185.087 -129.257 185.752 -129.38L185.842 -128.888C186.504 -129.01 187.168 -129.128 187.832 -129.242L187.748 -129.735C188.415 -129.85 189.083 -129.96 189.753 -130.066L189.831 -129.572C190.495 -129.677 191.161 -129.779 191.828 -129.876L191.756 -130.37C192.423 -130.467 193.091 -130.56 193.76 -130.649L193.826 -130.153C194.493 -130.242 195.162 -130.326 195.832 -130.406L195.772 -130.903C196.444 -130.983 197.118 -131.06 197.792 -131.132L197.845 -130.635C198.514 -130.706 199.184 -130.773 199.855 -130.837L199.808 -131.334C200.479 -131.398 201.15 -131.457 201.823 -131.511L201.864 -131.013C202.535 -131.068 203.207 -131.118 203.88 -131.165L203.845 -131.663C204.521 -131.71 205.197 -131.752 205.875 -131.79L205.903 -131.291C206.574 -131.329 207.247 -131.362 207.92 -131.392L207.898 -131.891C208.571 -131.921 209.245 -131.946 209.919 -131.967L209.935 -131.467C210.607 -131.488 211.281 -131.505 211.956 -131.517L211.946 -132.017C212.623 -132.03 213.301 -132.038 213.98 -132.043L213.983 -131.543C214.321 -131.545 214.66 -131.546 214.999 -131.546C215.337 -131.546 215.676 -131.545 216.014 -131.543L216.017 -132.043C216.696 -132.038 217.374 -132.03 218.05 -132.017L218.041 -131.517C218.716 -131.505 219.389 -131.488 220.062 -131.467L220.078 -131.967C220.752 -131.946 221.426 -131.921 222.098 -131.891L222.077 -131.392C222.75 -131.362 223.423 -131.329 224.094 -131.291L224.122 -131.79C224.8 -131.752 225.476 -131.71 226.151 -131.663L226.117 -131.165C226.79 -131.118 227.462 -131.068 228.133 -131.013L228.174 -131.511C228.847 -131.457 229.518 -131.398 230.189 -131.334L230.142 -130.837C230.813 -130.773 231.483 -130.706 232.152 -130.635L232.205 -131.132C232.879 -131.06 233.553 -130.983 234.225 -130.903L234.165 -130.407C234.835 -130.326 235.504 -130.242 236.171 -130.153L236.237 -130.649C236.906 -130.56 237.574 -130.468 238.241 -130.371L238.169 -129.876C238.836 -129.779 239.502 -129.677 240.166 -129.572L240.244 -130.066C240.914 -129.96 241.582 -129.85 242.249 -129.735L242.165 -129.242C242.829 -129.128 243.493 -129.01 244.155 -128.888L244.245 -129.38C244.909 -129.257 245.572 -129.13 246.233 -129L246.136 -128.509C246.798 -128.378 247.458 -128.243 248.116 -128.104L248.219 -128.594C248.882 -128.454 249.544 -128.31 250.204 -128.161L250.094 -127.673C250.752 -127.526 251.409 -127.374 252.064 -127.218L252.179 -127.705C252.836 -127.548 253.492 -127.388 254.145 -127.224L254.023 -126.739C254.678 -126.574 255.33 -126.406 255.981 -126.233L256.109 -126.717C256.764 -126.543 257.417 -126.366 258.068 -126.184L257.934 -125.702C258.583 -125.521 259.231 -125.336 259.877 -125.147L260.018 -125.627C260.666 -125.438 261.312 -125.244 261.957 -125.046L261.81 -124.568C262.455 -124.371 263.099 -124.169 263.74 -123.963L263.893 -124.44C264.537 -124.233 265.18 -124.022 265.822 -123.808L265.663 -123.334C266.302 -123.12 266.939 -122.902 267.575 -122.68L267.74 -123.152C268.377 -122.93 269.013 -122.704 269.647 -122.473L269.476 -122.003C270.11 -121.773 270.743 -121.539 271.373 -121.3L271.55 -121.768C272.183 -121.529 272.814 -121.286 273.443 -121.039L273.261 -120.573C273.888 -120.327 274.513 -120.077 275.137 -119.823L275.325 -120.286C275.951 -120.032 276.574 -119.773 277.195 -119.511L277.001 -119.05C277.623 -118.788 278.243 -118.522 278.86 -118.251L279.061 -118.709C279.681 -118.438 280.298 -118.164 280.914 -117.885L280.708 -117.429C281.322 -117.152 281.934 -116.87 282.543 -116.585L282.755 -117.038C283.367 -116.751 283.977 -116.461 284.584 -116.167L284.367 -115.717C284.974 -115.424 285.579 -115.126 286.183 -114.825L286.406 -115.272C287.011 -114.97 287.614 -114.664 288.215 -114.355L287.986 -113.91C288.584 -113.601 289.181 -113.289 289.775 -112.973L290.01 -113.415C290.607 -113.098 291.201 -112.777 291.793 -112.452L291.553 -112.014C292.145 -111.69 292.734 -111.362 293.321 -111.03L293.567 -111.466C294.156 -111.133 294.742 -110.797 295.326 -110.458L295.075 -110.026C295.657 -109.687 296.237 -109.345 296.815 -108.999L297.072 -109.428C297.652 -109.081 298.229 -108.73 298.805 -108.376L298.542 -107.95C299.117 -107.597 299.688 -107.24 300.258 -106.879L300.525 -107.301C301.096 -106.939 301.665 -106.574 302.231 -106.205L301.958 -105.786C302.523 -105.419 303.085 -105.048 303.644 -104.673L303.922 -105.089C304.484 -104.713 305.044 -104.333 305.6 -103.95L305.317 -103.538C305.872 -103.156 306.425 -102.77 306.975 -102.381L307.264 -102.79C307.816 -102.4 308.365 -102.006 308.912 -101.609L308.619 -101.205C309.164 -100.809 309.706 -100.41 310.246 -100.007L310.545 -100.408C311.087 -100.004 311.627 -99.5969 312.163 -99.1861L311.86 -98.789C312.395 -98.3795 312.927 -97.9666 313.457 -97.5504L313.766 -97.9437C314.298 -97.5262 314.827 -97.1055 315.353 -96.6815L315.039 -96.2922C315.564 -95.8694 316.085 -95.4435 316.604 -95.0143L316.923 -95.3996C317.444 -94.9688 317.962 -94.5347 318.478 -94.0973L318.154 -93.7161C318.668 -93.2801 319.179 -92.841 319.688 -92.3987L320.016 -92.7758C320.526 -92.3321 321.033 -91.8853 321.537 -91.4353L321.204 -91.0623C321.706 -90.6136 322.206 -90.1618 322.703 -89.7069L323.041 -90.0757C323.539 -89.6192 324.035 -89.1596 324.528 -88.697L324.185 -88.3325C324.677 -87.8712 325.165 -87.4069 325.65 -86.9396L325.997 -87.2998C326.484 -86.8309 326.968 -86.3591 327.449 -85.8842L327.097 -85.5284C327.577 -85.055 328.053 -84.5786 328.527 -84.0992L328.882 -84.4505C329.357 -83.9696 329.829 -83.4857 330.298 -82.9989L329.938 -82.6521C330.405 -82.1667 330.869 -81.6784 331.331 -81.1872L331.695 -81.5295C332.158 -81.0367 332.617 -80.5411 333.074 -80.0425L332.705 -79.7049C333.16 -79.208 333.612 -78.7082 334.06 -78.2056L334.433 -78.5386C334.883 -78.0344 335.33 -77.5274 335.774 -77.0176L335.397 -76.6894C335.839 -76.1811 336.278 -75.67 336.714 -75.1562L337.096 -75.4796C337.533 -74.9641 337.967 -74.4459 338.398 -73.9248L338.012 -73.6062C338.442 -73.0872 338.868 -72.5654 339.29 -72.0409L339.68 -72.3546C340.104 -71.8285 340.524 -71.2996 340.942 -70.7681L340.549 -70.4593C340.965 -69.9293 341.378 -69.3967 341.787 -68.8615L342.184 -69.1653C342.595 -68.6284 343.002 -68.0889 343.407 -67.5467L343.006 -67.2479C343.408 -66.708 343.807 -66.1655 344.203 -65.6204L344.607 -65.9141C345.004 -65.3673 345.398 -64.8179 345.788 -64.2659L345.38 -63.9773C345.768 -63.427 346.154 -62.8742 346.536 -62.3188L346.948 -62.6022C347.331 -62.0454 347.711 -61.486 348.087 -60.9242L347.671 -60.646C348.046 -60.0866 348.417 -59.5246 348.785 -58.9602L349.204 -59.2331C349.572 -58.6669 349.938 -58.0983 350.299 -57.5272L349.877 -57.2596C350.238 -56.6903 350.595 -56.1186 350.948 -55.5444L351.374 -55.8066C351.728 -55.2313 352.079 -54.6536 352.426 -54.0736L351.997 -53.8168C352.343 -53.2392 352.685 -52.6592 353.024 -52.0769L353.456 -52.3282C353.796 -51.744 354.132 -51.1575 354.464 -50.5687L354.029 -50.3229C354.36 -49.7359 354.688 -49.1467 355.012 -48.5551L355.45 -48.7954C355.775 -48.2032 356.096 -47.6087 356.413 -47.012L355.971 -46.7773C356.287 -46.1829 356.6 -45.5863 356.908 -44.9875L357.353 -45.2166C357.662 -44.6159 357.968 -44.013 358.27 -43.4079L357.823 -43.1845C358.124 -42.5813 358.422 -41.976 358.715 -41.3685L359.166 -41.5861C359.459 -40.9786 359.749 -40.3689 360.036 -39.7571L359.583 -39.5452C359.868 -38.9356 360.15 -38.3238 360.427 -37.71L360.883 -37.9162C361.162 -37.3004 361.436 -36.6826 361.708 -36.0627L361.249 -35.8624C361.52 -35.2446 361.786 -34.6248 362.048 -34.003L362.509 -34.1974C362.771 -33.5761 363.03 -32.9527 363.285 -32.3274L362.821 -32.1388C363.075 -31.5154 363.325 -30.8901 363.572 -30.2628L364.037 -30.4455C364.284 -29.8162 364.527 -29.185 364.766 -28.5519L364.298 -28.3752C364.537 -27.7447 364.771 -27.1123 365.001 -26.478L365.471 -26.6487C365.702 -26.0149 365.928 -25.3792 366.15 -24.7417L365.678 -24.577C365.9 -23.9415 366.118 -23.3041 366.332 -22.6649L366.806 -22.8236C367.02 -22.1824 367.231 -21.5395 367.438 -20.8947L366.962 -20.7421C367.167 -20.1006 367.369 -19.4573 367.566 -18.8122L368.045 -18.9587C368.242 -18.3141 368.436 -17.6677 368.625 -17.0197L368.145 -16.8793C368.334 -16.2333 368.519 -15.5855 368.7 -14.9361L369.182 -15.0704C369.364 -14.419 369.541 -13.7658 369.715 -13.1111L369.231 -12.983C369.404 -12.3321 369.572 -11.6796 369.737 -11.0255L370.222 -11.1474C370.386 -10.4937 370.546 -9.83835 370.703 -9.18143L370.216 -9.06571C370.372 -8.41087 370.524 -7.75446 370.672 -7.09651L371.159 -7.20602C371.308 -6.546 371.452 -5.88443 371.592 -5.22135L371.102 -5.11808C371.241 -4.45961 371.376 -3.79964 371.507 -3.1382L371.998 -3.23523C372.128 -2.57411 372.255 -1.91153 372.378 -1.2475L371.886 -1.15671C372.008 -0.494766 372.127 0.16861 372.241 0.833389L372.733 0.748856C372.848 1.41573 372.958 2.08401 373.064 2.75368L372.57 2.83194C372.676 3.49632 372.777 4.16208 372.874 4.82916L373.369 4.75717C373.466 5.4239 373.558 6.09196 373.647 6.76134L373.152 6.82706C373.24 7.49434 373.324 8.16292 373.405 8.83278L373.901 8.77333C373.981 9.44528 374.058 10.1185 374.13 10.793L373.633 10.8462C373.704 11.5148 373.772 12.1847 373.835 12.8558L374.332 12.809C374.396 13.4795 374.455 14.1512 374.509 14.8242L374.011 14.8648C374.066 15.5356 374.116 16.2076 374.163 16.8808L374.661 16.8465C374.708 17.5217 374.75 18.1981 374.788 18.8756L374.289 18.9037C374.327 19.5751 374.36 20.2476 374.39 20.9212L374.889 20.8994C374.919 21.5719 374.944 22.2455 374.965 22.9202L374.465 22.9358C374.486 23.6084 374.503 24.282 374.516 24.9567L375.015 24.9473Z' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Ccircle cx='214.999' cy='27.9995' r='109.876' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath opacity='0.1' d='M248.29 34.6368C248.29 38.1415 247.751 41.2471 246.674 43.9538C245.632 46.6257 244.141 48.9506 242.202 50.9285C240.262 52.9064 237.927 54.6761 235.197 56.2377C232.503 57.7992 229.45 59.2219 226.037 60.5058V72.3733H207.071V54.8323C209.621 54.173 211.92 53.4963 213.968 52.8023C216.051 52.1083 218.224 50.9806 220.487 49.4191C222.607 48.031 224.259 46.4175 225.444 44.5784C226.666 42.7393 227.276 40.6572 227.276 38.3323C227.276 34.8623 226.109 32.3986 223.774 30.9412C221.475 29.4491 218.224 28.703 214.022 28.703C211.435 28.703 208.508 29.2409 205.239 30.3166C202.006 31.3923 199.043 32.7803 196.349 34.4806H194.193V18.6052C196.492 17.6683 200.03 16.6967 204.808 15.6904C209.585 14.6494 214.435 14.1289 219.356 14.1289C228.228 14.1289 235.269 16.0201 240.477 19.8024C245.686 23.5847 248.29 28.5295 248.29 34.6368ZM227.546 93.1934H205.778V79.4521H227.546V93.1934Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: 50%; } }
  @media (max-width: 550px) {
    .card-page__bottom-form {
      background-image: url("data:image/svg+xml,%3Csvg width='200' height='140' viewBox='0 0 200 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='195' cy='50' r='194.5' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath d='M340.129 47.0415C340.142 47.6975 340.151 48.3545 340.155 49.0125L339.655 49.0158C339.658 49.3437 339.659 49.6719 339.659 50.0003C339.659 50.3286 339.658 50.6567 339.655 50.9845L340.155 50.9878C340.151 51.6458 340.142 52.3028 340.129 52.9587L339.629 52.9487C339.616 53.6024 339.599 54.2551 339.577 54.9066L340.077 54.9232C340.055 55.577 340.029 56.2297 339.999 56.8812L339.499 56.8579C339.469 57.5121 339.434 58.1651 339.395 58.817L339.894 58.847C339.854 59.5032 339.81 60.1583 339.762 60.8121L339.264 60.7754C339.216 61.427 339.163 62.0773 339.107 62.7265L339.605 62.7699C339.548 63.4213 339.487 64.0715 339.422 64.7204L338.924 64.6703C338.858 65.3227 338.788 65.9739 338.714 66.6238L339.211 66.6806C339.136 67.3331 339.057 67.9843 338.974 68.6341L338.478 68.5706C338.395 69.2182 338.308 69.8645 338.216 70.5094L338.711 70.5796C338.619 71.2279 338.523 71.8748 338.422 72.5203L337.928 72.4434C337.827 73.0909 337.722 73.7371 337.613 74.3818L338.106 74.4655C337.996 75.1124 337.882 75.7579 337.764 76.4018L337.272 76.3115C337.154 76.9532 337.032 77.5935 336.905 78.2323L337.396 78.3293C337.269 78.9728 337.137 79.6147 337.001 80.2551L336.512 80.1514C336.376 80.7918 336.236 81.4307 336.092 82.068L336.58 82.1784C336.435 82.8179 336.286 83.4557 336.133 84.092L335.647 83.975C335.494 84.6091 335.337 85.2415 335.176 85.8723L335.661 85.9959C335.499 86.6324 335.332 87.2672 335.161 87.9003L334.678 87.7701C334.508 88.4016 334.334 89.0314 334.155 89.6594L334.636 89.7962C334.457 90.4265 334.273 91.055 334.086 91.6817L333.607 91.5384C333.419 92.1636 333.228 92.7871 333.033 93.4088L333.51 93.5587C333.313 94.1854 333.112 94.8102 332.907 95.4331L332.432 95.2768C332.228 95.8976 332.019 96.5165 331.807 97.1336L332.279 97.2964C332.066 97.9156 331.849 98.5329 331.627 99.1483L331.157 98.979C330.935 99.594 330.71 100.207 330.481 100.818L330.949 100.994C330.718 101.608 330.484 102.221 330.245 102.831L329.779 102.649C329.542 103.258 329.3 103.864 329.054 104.468L329.517 104.657C329.27 105.263 329.02 105.867 328.765 106.47L328.305 106.275C328.05 106.878 327.791 107.478 327.529 108.077L327.987 108.278C327.723 108.878 327.455 109.477 327.184 110.073L326.729 109.866C326.458 110.46 326.184 111.052 325.906 111.642L326.358 111.855C326.078 112.448 325.795 113.039 325.508 113.627L325.058 113.407C324.771 113.995 324.48 114.58 324.186 115.163L324.632 115.389C324.336 115.974 324.037 116.557 323.734 117.137L323.29 116.905C322.988 117.484 322.682 118.06 322.372 118.634L322.812 118.871C322.5 119.449 322.185 120.023 321.866 120.596L321.429 120.352C321.111 120.923 320.789 121.491 320.463 122.057L320.896 122.307C320.569 122.875 320.239 123.44 319.905 124.003L319.475 123.748C319.141 124.309 318.804 124.868 318.464 125.425L318.89 125.686C318.547 126.245 318.201 126.802 317.852 127.357L317.429 127.09C317.08 127.642 316.728 128.192 316.372 128.74L316.791 129.012C316.434 129.561 316.073 130.108 315.709 130.652L315.294 130.374C314.93 130.917 314.563 131.457 314.193 131.995L314.604 132.278C314.232 132.818 313.857 133.355 313.478 133.89L313.07 133.601C312.692 134.133 312.311 134.663 311.926 135.191L312.33 135.485C311.943 136.015 311.554 136.541 311.16 137.065L310.761 136.765C310.368 137.287 309.973 137.807 309.573 138.324L309.969 138.63C309.569 139.148 309.165 139.664 308.757 140.178L308.366 139.867C307.96 140.378 307.55 140.887 307.138 141.392L307.525 141.709C307.111 142.216 306.693 142.721 306.272 143.223L305.889 142.902C305.469 143.402 305.046 143.9 304.62 144.395L304.998 144.721C304.571 145.218 304.139 145.711 303.705 146.201L303.331 145.87C302.898 146.359 302.462 146.845 302.022 147.328L302.392 147.664C301.951 148.149 301.507 148.631 301.059 149.109L300.694 148.768C300.248 149.245 299.799 149.719 299.346 150.19L299.707 150.536C299.253 151.009 298.796 151.478 298.336 151.945L297.98 151.594C297.521 152.059 297.059 152.52 296.595 152.979L296.946 153.335C296.479 153.795 296.01 154.252 295.537 154.706L295.191 154.345C294.72 154.798 294.246 155.247 293.769 155.693L294.11 156.058C293.631 156.506 293.15 156.95 292.665 157.391L292.328 157.021C291.846 157.461 291.36 157.897 290.871 158.33L291.202 158.704C290.712 159.139 290.218 159.57 289.722 159.997L289.396 159.619C288.901 160.045 288.403 160.468 287.903 160.888L288.224 161.271C287.722 161.692 287.217 162.11 286.71 162.524L286.393 162.137C285.888 162.549 285.379 162.959 284.868 163.365L285.178 163.756C284.665 164.164 284.149 164.568 283.63 164.968L283.325 164.572C282.808 164.972 282.288 165.367 281.766 165.76L282.066 166.159C281.542 166.553 281.016 166.942 280.486 167.329L280.192 166.925C279.664 167.31 279.134 167.691 278.602 168.069L278.891 168.477C278.356 168.856 277.819 169.231 277.279 169.603L276.996 169.192C276.458 169.562 275.918 169.929 275.375 170.293L275.653 170.708C275.109 171.073 274.562 171.433 274.013 171.79L273.74 171.371C273.193 171.727 272.643 172.079 272.091 172.428L272.358 172.851C271.803 173.2 271.246 173.547 270.687 173.889L270.426 173.463C269.869 173.803 269.31 174.14 268.749 174.474L269.004 174.904C268.441 175.238 267.876 175.568 267.308 175.895L267.058 175.462C266.492 175.788 265.924 176.11 265.353 176.428L265.597 176.865C265.024 177.184 264.45 177.499 263.872 177.811L263.635 177.371C263.061 177.681 262.485 177.987 261.906 178.289L262.138 178.733C261.558 179.036 260.975 179.335 260.39 179.631L260.164 179.185C259.581 179.48 258.996 179.77 258.408 180.057L258.628 180.507C258.04 180.794 257.449 181.077 256.856 181.357L256.643 180.905C256.053 181.183 255.461 181.457 254.867 181.728L255.074 182.183C254.478 182.454 253.879 182.722 253.279 182.986L253.078 182.528C252.479 182.79 251.879 183.049 251.276 183.304L251.471 183.764C250.868 184.019 250.264 184.27 249.658 184.516L249.469 184.053C248.865 184.299 248.259 184.541 247.65 184.778L247.832 185.244C247.222 185.483 246.609 185.717 245.995 185.948L245.819 185.48C245.208 185.709 244.595 185.934 243.98 186.156L244.149 186.626C243.534 186.848 242.917 187.065 242.298 187.278L242.135 186.806C241.518 187.018 240.899 187.227 240.278 187.431L240.434 187.906C239.811 188.111 239.186 188.312 238.56 188.509L238.41 188.032C237.788 188.227 237.165 188.418 236.539 188.606L236.683 189.085C236.056 189.272 235.428 189.456 234.797 189.635L234.661 189.154C234.033 189.333 233.403 189.507 232.771 189.677L232.901 190.16C232.268 190.331 231.634 190.498 230.997 190.66L230.873 190.175C230.243 190.336 229.61 190.493 228.976 190.646L229.093 191.132C228.457 191.285 227.819 191.434 227.18 191.579L227.069 191.091C226.432 191.235 225.793 191.375 225.153 191.511L225.256 192C224.616 192.136 223.974 192.268 223.33 192.395L223.233 191.904C222.595 192.031 221.954 192.153 221.313 192.271L221.403 192.763C220.759 192.881 220.114 192.995 219.467 193.105L219.383 192.612C218.738 192.721 218.092 192.826 217.445 192.927L217.522 193.421C216.876 193.522 216.229 193.618 215.581 193.71L215.511 193.215C214.866 193.307 214.219 193.394 213.572 193.477L213.635 193.973C212.986 194.056 212.334 194.135 211.682 194.21L211.625 193.713C210.975 193.787 210.324 193.857 209.671 193.923L209.722 194.421C209.073 194.486 208.423 194.547 207.771 194.604L207.728 194.106C207.079 194.162 206.428 194.215 205.777 194.263L205.813 194.761C205.16 194.809 204.504 194.853 203.848 194.893L203.818 194.394C203.166 194.433 202.513 194.468 201.859 194.498L201.882 194.998C201.231 195.028 200.578 195.054 199.925 195.076L199.908 194.576C199.256 194.598 198.604 194.615 197.95 194.628L197.96 195.128C197.304 195.141 196.647 195.15 195.989 195.155L195.986 194.655C195.658 194.657 195.33 194.658 195.001 194.658C194.673 194.658 194.345 194.657 194.017 194.655L194.014 195.155C193.356 195.15 192.699 195.141 192.043 195.128L192.053 194.628C191.399 194.615 190.746 194.598 190.095 194.576L190.078 195.076C189.425 195.054 188.772 195.028 188.12 194.998L188.144 194.498C187.489 194.468 186.836 194.433 186.185 194.394L186.155 194.893C185.498 194.853 184.843 194.809 184.189 194.761L184.226 194.263C183.575 194.215 182.924 194.162 182.275 194.106L182.232 194.604C181.58 194.547 180.93 194.486 180.281 194.421L180.331 193.923C179.679 193.857 179.028 193.787 178.378 193.713L178.321 194.21C177.668 194.135 177.017 194.056 176.367 193.973L176.431 193.477C175.783 193.394 175.137 193.307 174.492 193.215L174.422 193.71C173.774 193.618 173.127 193.522 172.481 193.421L172.558 192.927C171.911 192.826 171.264 192.721 170.62 192.612L170.536 193.105C169.889 192.995 169.244 192.881 168.6 192.763L168.69 192.271C168.048 192.153 167.408 192.031 166.769 191.904L166.672 192.395C166.029 192.268 165.387 192.136 164.746 192L164.85 191.511C164.21 191.375 163.571 191.235 162.934 191.091L162.823 191.579C162.184 191.434 161.546 191.285 160.91 191.132L161.027 190.646C160.392 190.493 159.76 190.336 159.129 190.176L159.006 190.66C158.369 190.498 157.734 190.331 157.101 190.16L157.231 189.677C156.6 189.507 155.97 189.333 155.342 189.154L155.205 189.635C154.575 189.456 153.947 189.272 153.32 189.085L153.463 188.606C152.838 188.418 152.214 188.227 151.593 188.032L151.443 188.509C150.816 188.312 150.191 188.111 149.568 187.906L149.725 187.431C149.104 187.227 148.485 187.018 147.868 186.806L147.705 187.278C147.086 187.065 146.469 186.848 145.853 186.626L146.023 186.156C145.408 185.935 144.794 185.709 144.183 185.48L144.008 185.948C143.393 185.717 142.781 185.483 142.17 185.244L142.352 184.778C141.744 184.541 141.138 184.299 140.533 184.053L140.345 184.516C139.739 184.27 139.134 184.019 138.532 183.764L138.727 183.304C138.124 183.049 137.523 182.79 136.925 182.528L136.724 182.986C136.123 182.722 135.525 182.454 134.929 182.183L135.136 181.728C134.542 181.458 133.949 181.183 133.36 180.905L133.146 181.357C132.554 181.077 131.963 180.794 131.375 180.507L131.594 180.057C131.007 179.77 130.421 179.48 129.838 179.185L129.613 179.631C129.028 179.335 128.445 179.036 127.865 178.733L128.096 178.289C127.518 177.987 126.941 177.681 126.368 177.371L126.13 177.811C125.553 177.499 124.978 177.184 124.406 176.865L124.649 176.428C124.078 176.11 123.51 175.788 122.944 175.462L122.695 175.895C122.127 175.569 121.561 175.238 120.998 174.904L121.254 174.474C120.692 174.14 120.133 173.803 119.577 173.463L119.316 173.889C118.756 173.547 118.199 173.2 117.645 172.851L117.912 172.428C117.359 172.079 116.809 171.727 116.262 171.371L115.99 171.79C115.44 171.433 114.894 171.073 114.349 170.708L114.628 170.293C114.085 169.929 113.544 169.562 113.007 169.192L112.723 169.603C112.183 169.231 111.646 168.856 111.112 168.477L111.401 168.069C110.868 167.691 110.338 167.31 109.811 166.925L109.516 167.329C108.987 166.942 108.46 166.553 107.937 166.159L108.237 165.76C107.714 165.367 107.195 164.972 106.678 164.572L106.372 164.968C105.853 164.568 105.337 164.164 104.824 163.756L105.135 163.365C104.623 162.959 104.115 162.549 103.609 162.137L103.293 162.524C102.785 162.11 102.28 161.692 101.778 161.271L102.1 160.888C101.599 160.468 101.101 160.045 100.607 159.619L100.28 159.997C99.784 159.57 99.2905 159.138 98.8 158.704L99.1316 158.33C98.6427 157.897 98.1569 157.461 97.674 157.021L97.3375 157.391C96.8527 156.95 96.371 156.506 95.8923 156.058L96.2337 155.693C95.7567 155.247 95.2826 154.798 94.8116 154.345L94.4653 154.706C93.9927 154.252 93.5231 153.795 93.0567 153.335L93.4079 152.979C92.943 152.52 92.4813 152.058 92.0226 151.594L91.6667 151.945C91.2065 151.478 90.7494 151.009 90.2955 150.536L90.6562 150.19C90.2038 149.719 89.7546 149.245 89.3086 148.768L88.9434 149.109C88.4958 148.63 88.0515 148.149 87.6104 147.664L87.9802 147.328C87.5408 146.845 87.1046 146.359 86.6717 145.87L86.2974 146.201C85.863 145.711 85.4319 145.218 85.0041 144.721L85.3828 144.395C84.9564 143.9 84.5334 143.402 84.1136 142.902L83.7305 143.223C83.3095 142.721 82.8918 142.216 82.4774 141.709L82.8648 141.392C82.4521 140.887 82.0428 140.378 81.6368 139.867L81.2452 140.177C80.8378 139.664 80.4339 139.148 80.0333 138.629L80.4291 138.324C80.0299 137.807 79.6342 137.287 79.2419 136.765L78.8421 137.065C78.4489 136.541 78.0592 136.015 77.6729 135.485L78.0768 135.191C77.692 134.663 77.3106 134.133 76.9328 133.601L76.525 133.89C76.1458 133.355 75.7702 132.818 75.3981 132.278L75.8098 131.995C75.4392 131.457 75.0722 130.917 74.7088 130.374L74.2933 130.652C73.929 130.108 73.5683 129.561 73.2113 129.012L73.6305 128.74C73.2747 128.192 72.9224 127.642 72.5738 127.09L72.151 127.357C71.8012 126.802 71.455 126.245 71.1126 125.686L71.539 125.425C71.1983 124.868 70.8613 124.309 70.5279 123.748L70.098 124.003C69.7637 123.44 69.4331 122.875 69.1062 122.307L69.5395 122.057C69.2138 121.491 68.8917 120.923 68.5735 120.352L68.1368 120.596C67.8176 120.023 67.5021 119.449 67.1904 118.872L67.6304 118.634C67.3205 118.06 67.0145 117.484 66.7122 116.906L66.269 117.137C65.9657 116.557 65.6661 115.974 65.3705 115.389L65.8167 115.163C65.522 114.58 65.2312 113.995 64.9442 113.407L64.495 113.627C64.2076 113.039 63.9241 112.448 63.6445 111.855L64.0967 111.642C63.8185 111.052 63.5441 110.46 63.2736 109.866L62.8185 110.073C62.5471 109.477 62.2796 108.878 62.016 108.278L62.4739 108.077C62.2112 107.478 61.9525 106.878 61.6978 106.275L61.2373 106.47C60.9827 105.868 60.7321 105.263 60.4854 104.657L60.9486 104.468C60.7028 103.864 60.461 103.258 60.2231 102.649L59.7575 102.831C59.5188 102.221 59.2842 101.608 59.0536 100.994L59.5217 100.818C59.2924 100.207 59.0671 99.5941 58.8458 98.9792L58.3753 99.1484C58.1539 98.5331 57.9366 97.9157 57.7233 97.2965L58.196 97.1337C57.9835 96.5166 57.775 95.8977 57.5706 95.2769L57.0957 95.4333C56.8905 94.8103 56.6895 94.1855 56.4926 93.5589L56.9697 93.409C56.7743 92.7873 56.5831 92.1638 56.396 91.5385L55.917 91.6819C55.7294 91.0552 55.546 90.4267 55.3667 89.7964L55.8476 89.6596C55.669 89.0316 55.4945 88.4018 55.3241 87.7702L54.8414 87.9005C54.6706 87.2674 54.504 86.6326 54.3416 85.9961L54.8261 85.8725C54.6652 85.2417 54.5084 84.6093 54.3557 83.9752L53.8696 84.0922C53.7165 83.4559 53.5675 82.818 53.4228 82.1785L53.9105 82.0682C53.7662 81.4309 53.6262 80.792 53.4904 80.1516L53.0013 80.2553C52.8655 79.6149 52.734 78.973 52.6067 78.3295L53.0972 78.2325C52.9708 77.5937 52.8487 76.9534 52.7307 76.3117L52.239 76.4021C52.1206 75.7581 52.0065 75.1126 51.8967 74.4657L52.3897 74.382C52.2803 73.7373 52.1751 73.0912 52.0742 72.4436L51.5802 72.5206C51.4797 71.875 51.3834 71.2281 51.2914 70.5798L51.7864 70.5096C51.6949 69.8647 51.6076 69.2184 51.5246 68.5708L51.0287 68.6344C50.9454 67.9846 50.8664 67.3334 50.7918 66.6809L51.2885 66.624C51.2142 65.9742 51.1441 65.323 51.0784 64.6705L50.5809 64.7206C50.5156 64.0717 50.4545 63.4216 50.3977 62.7702L50.8958 62.7268C50.8393 62.0776 50.787 61.4272 50.739 60.7757L50.2403 60.8124C50.1922 60.1585 50.1484 59.5035 50.1089 58.8473L50.608 58.8173C50.5688 58.1654 50.534 57.5124 50.5034 56.8582L50.004 56.8815C49.9736 56.23 49.9475 55.5773 49.9257 54.9236L50.4254 54.9069C50.4037 54.2554 50.3863 53.6027 50.3732 52.949L49.8733 52.959C49.8602 52.3031 49.8514 51.6461 49.847 50.9881L50.347 50.9848C50.3448 50.6569 50.3437 50.3287 50.3437 50.0003C50.3437 49.672 50.3448 49.3439 50.347 49.0161L49.847 49.0128C49.8514 48.3548 49.8602 47.6978 49.8733 47.0419L50.3732 47.0518C50.3863 46.3981 50.4037 45.7455 50.4254 45.094L49.9257 45.0773C49.9474 44.4236 49.9736 43.7709 50.004 43.1194L50.5034 43.1427C50.5339 42.4885 50.5688 41.8354 50.608 41.1836L50.1089 41.1535C50.1484 40.4973 50.1922 39.8423 50.2403 39.1885L50.739 39.2252C50.7869 38.5736 50.8392 37.9232 50.8958 37.2741L50.3977 37.2307C50.4545 36.5793 50.5156 35.9291 50.5809 35.2802L51.0784 35.3303C51.1441 34.6779 51.2141 34.0267 51.2885 33.3768L50.7917 33.32C50.8664 32.6675 50.9454 32.0163 51.0286 31.3664L51.5246 31.43C51.6076 30.7824 51.6948 30.1361 51.7864 29.4912L51.2913 29.421C51.3833 28.7727 51.4796 28.1258 51.5802 27.4803L52.0742 27.5572C52.1751 26.9096 52.2802 26.2635 52.3896 25.6188L51.8967 25.5351C52.0065 24.8882 52.1206 24.2427 52.2389 23.5987L52.7307 23.6891C52.8486 23.0474 52.9708 22.4071 53.0971 21.7683L52.6066 21.6713C52.7339 21.0278 52.8655 20.3859 53.0013 19.7455L53.4904 19.8492C53.6262 19.2088 53.7662 18.5699 53.9104 17.9326L53.4228 17.8222C53.5675 17.1827 53.7164 16.5448 53.8696 15.9086L54.3557 16.0256C54.5083 15.3915 54.6651 14.7591 54.826 14.1283L54.3416 14.0047C54.504 13.3682 54.6706 12.7334 54.8413 12.1003L55.3241 12.2305C55.4944 11.599 55.6689 10.9692 55.8476 10.3411L55.3667 10.2043C55.5459 9.5741 55.7294 8.94559 55.9169 8.31888L56.3959 8.46223C56.5831 7.83694 56.7743 7.21345 56.9696 6.59175L56.4926 6.44189C56.6895 5.81523 56.8905 5.19041 57.0956 4.56744L57.5705 4.72382C57.7749 4.10302 57.9834 3.48408 58.196 2.86703L57.7232 2.70419C57.9365 2.08498 58.1539 1.46768 58.3753 0.852303L58.8458 1.02157C59.067 0.40657 59.2923 -0.20649 59.5217 -0.817596L59.0535 -0.993271C59.2841 -1.60773 59.5188 -2.22021 59.7574 -2.83069L60.2231 -2.64864C60.4609 -3.25699 60.7027 -3.86334 60.9485 -4.46765L60.4854 -4.65603C60.732 -5.26244 60.9826 -5.86681 61.2372 -6.46911L61.6978 -6.27444C61.9525 -6.8771 62.2112 -7.47767 62.4738 -8.07612L62.016 -8.27705C62.2795 -8.87762 62.547 -9.47607 62.8185 -10.0723L63.2735 -9.8652C63.544 -10.4594 63.8184 -11.0515 64.0967 -11.6414L63.6445 -11.8547C63.9241 -12.4474 64.2076 -13.038 64.4949 -13.6263L64.9442 -13.4069C65.2312 -13.9944 65.522 -14.5796 65.8167 -15.1627L65.3704 -15.3882C65.6661 -15.9732 65.9657 -16.556 66.269 -17.1365L66.7121 -16.9049C67.0144 -17.4833 67.3205 -18.0595 67.6304 -18.6333L67.1904 -18.8709C67.5021 -19.448 67.8175 -20.0229 68.1367 -20.5953L68.5734 -20.3517C68.8917 -20.9225 69.2138 -21.4909 69.5395 -22.0568L69.1062 -22.3062C69.433 -22.8742 69.7637 -23.4397 70.098 -24.0027L70.5279 -23.7474C70.8612 -24.3089 71.1983 -24.8678 71.539 -25.4243L71.1126 -25.6854C71.455 -26.2448 71.8012 -26.8017 72.151 -27.356L72.5738 -27.0892C72.9224 -27.6416 73.2747 -28.1916 73.6305 -28.7389L73.2113 -29.0115C73.5683 -29.5607 73.929 -30.1074 74.2933 -30.6515L74.7088 -30.3733C75.0722 -30.9162 75.4392 -31.4565 75.8098 -31.9942L75.3981 -32.2779C75.7702 -32.8177 76.1458 -33.3549 76.525 -33.8894L76.9328 -33.6001C77.3106 -34.1328 77.692 -34.6627 78.0768 -35.19L77.673 -35.4848C78.0592 -36.014 78.4489 -36.5405 78.8421 -37.0642L79.242 -36.764C79.6342 -37.2866 80.03 -37.8064 80.4291 -38.3234L80.0334 -38.6289C80.4339 -39.1477 80.8379 -39.6637 81.2452 -40.1769L81.6368 -39.8661C82.0428 -40.3775 82.4522 -40.8861 82.8649 -41.3919L82.4775 -41.708C82.8918 -42.2158 83.3095 -42.7207 83.7306 -43.2227L84.1137 -42.9014C84.5334 -43.4019 84.9565 -43.8995 85.3828 -44.3942L85.0041 -44.7206C85.4319 -45.217 85.8631 -45.7104 86.2975 -46.2009L86.6718 -45.8694C87.1047 -46.3582 87.5409 -46.8441 87.9803 -47.327L87.6105 -47.6635C88.0516 -48.1482 88.4959 -48.63 88.9434 -49.1087L89.3087 -48.7672C89.7547 -49.2443 90.2038 -49.7183 90.6562 -50.1893L90.2956 -50.5357C90.7495 -51.0083 91.2065 -51.4778 91.6668 -51.9442L92.0227 -51.5931C92.4813 -52.0579 92.9431 -52.5197 93.4079 -52.9783L93.0567 -53.3342C93.5232 -53.7944 93.9927 -54.2515 94.4653 -54.7054L94.8117 -54.3448C95.2827 -54.7972 95.7567 -55.2463 96.2338 -55.6923L95.8923 -56.0576C96.371 -56.5051 96.8528 -56.9494 97.3375 -57.3905L97.674 -57.0207C98.1569 -57.4601 98.6428 -57.8963 99.1316 -58.3292L98.8001 -58.7035C99.2906 -59.1379 99.784 -59.5691 100.28 -59.9969L100.607 -59.6182C101.102 -60.0445 101.599 -60.4676 102.1 -60.8873L101.778 -61.2704C102.28 -61.6915 102.785 -62.1092 103.293 -62.5235L103.609 -62.1361C104.115 -62.5488 104.623 -62.9582 105.135 -63.3642L104.824 -63.7558C105.337 -64.1631 105.853 -64.5671 106.372 -64.9676L106.678 -64.5719C107.195 -64.971 107.714 -65.3667 108.237 -65.759L107.937 -66.1589C108.46 -66.5521 108.987 -66.9418 109.516 -67.328L109.811 -66.9242C110.338 -67.309 110.868 -67.6904 111.401 -68.0682L111.112 -68.476C111.646 -68.8552 112.183 -69.2308 112.723 -69.6028L113.007 -69.1911C113.544 -69.5617 114.085 -69.9287 114.628 -70.2922L114.349 -70.7077C114.894 -71.0719 115.44 -71.4326 115.99 -71.7897L116.262 -71.3705C116.809 -71.7263 117.359 -72.0785 117.912 -72.4271L117.645 -72.85C118.199 -73.1998 118.756 -73.5459 119.316 -73.8884L119.577 -73.462C120.133 -73.8027 120.692 -74.1397 121.254 -74.4731L120.998 -74.903C121.561 -75.2373 122.127 -75.5679 122.695 -75.8948L122.944 -75.4614C123.51 -75.7872 124.078 -76.1092 124.649 -76.4275L124.406 -76.8642C124.978 -77.1834 125.553 -77.4989 126.13 -77.8105L126.368 -77.3706C126.941 -77.6804 127.518 -77.9865 128.096 -78.2888L127.864 -78.7319C128.445 -79.0353 129.028 -79.3348 129.613 -79.6305L129.838 -79.1843C130.421 -79.4789 131.007 -79.7698 131.594 -80.0567L131.375 -80.506C131.963 -80.7934 132.553 -81.0769 133.146 -81.3565L133.36 -80.9043C133.949 -81.1825 134.541 -81.4569 135.136 -81.7274L134.929 -82.1825C135.525 -82.4539 136.123 -82.7214 136.724 -82.985L136.925 -82.5271C137.523 -82.7897 138.124 -83.0484 138.726 -83.3032L138.532 -83.7637C139.134 -84.0183 139.738 -84.2689 140.345 -84.5155L140.533 -84.0524C141.138 -84.2982 141.744 -84.54 142.352 -84.7778L142.17 -85.2435C142.781 -85.4822 143.393 -85.7168 144.008 -85.9474L144.183 -85.4793C144.794 -85.7086 145.407 -85.9339 146.022 -86.1552L145.853 -86.6256C146.468 -86.847 147.086 -87.0644 147.705 -87.2777L147.868 -86.805C148.485 -87.0175 149.104 -87.226 149.725 -87.4304L149.568 -87.9053C150.191 -88.1104 150.816 -88.3114 151.443 -88.5083L151.593 -88.0313C152.214 -88.2266 152.838 -88.4179 153.463 -88.605L153.32 -89.084C153.946 -89.2715 154.575 -89.455 155.205 -89.6342L155.342 -89.1533C155.97 -89.332 156.6 -89.5065 157.231 -89.6768L157.101 -90.1596C157.734 -90.3304 158.369 -90.497 159.005 -90.6594L159.129 -90.1749C159.76 -90.3358 160.392 -90.4926 161.026 -90.6452L160.909 -91.1313C161.546 -91.2845 162.183 -91.4334 162.823 -91.5782L162.933 -91.0905C163.571 -91.2347 164.21 -91.3748 164.85 -91.5105L164.746 -91.9997C165.387 -92.1354 166.029 -92.267 166.672 -92.3943L166.769 -91.9038C167.408 -92.0302 168.048 -92.1523 168.69 -92.2702L168.599 -92.762C169.243 -92.8803 169.889 -92.9944 170.536 -93.1042L170.62 -92.6113C171.264 -92.7207 171.91 -92.8259 172.558 -92.9267L172.481 -93.4208C173.126 -93.5213 173.773 -93.6176 174.422 -93.7096L174.492 -93.2146C175.137 -93.3061 175.783 -93.3934 176.431 -93.4764L176.367 -93.9723C177.017 -94.0556 177.668 -94.1346 178.321 -94.2092L178.378 -93.7125C179.027 -93.7868 179.679 -93.8569 180.331 -93.9226L180.281 -94.4201C180.93 -94.4854 181.58 -94.5465 182.231 -94.6033L182.275 -94.1051C182.924 -94.1617 183.574 -94.214 184.226 -94.262L184.189 -94.7606C184.843 -94.8088 185.498 -94.8526 186.154 -94.892L186.184 -94.3929C186.836 -94.4321 187.489 -94.467 188.143 -94.4975L188.12 -94.997C188.772 -95.0274 189.424 -95.0535 190.078 -95.0753L190.095 -94.5756C190.746 -94.5973 191.399 -94.6147 192.053 -94.6278L192.043 -95.1277C192.698 -95.1408 193.355 -95.1496 194.013 -95.1539L194.017 -94.6539C194.345 -94.6561 194.673 -94.6572 195.001 -94.6572C195.33 -94.6572 195.658 -94.6561 195.985 -94.6539L195.989 -95.1539C196.647 -95.1496 197.304 -95.1408 197.96 -95.1277L197.95 -94.6278C198.603 -94.6147 199.256 -94.5973 199.908 -94.5756L199.924 -95.0753C200.578 -95.0535 201.231 -95.0274 201.882 -94.997L201.859 -94.4976C202.513 -94.467 203.166 -94.4322 203.818 -94.393L203.848 -94.8921C204.504 -94.8526 205.159 -94.8088 205.813 -94.7607L205.776 -94.262C206.428 -94.214 207.078 -94.1617 207.727 -94.1052L207.771 -94.6033C208.422 -94.5465 209.072 -94.4854 209.721 -94.4201L209.671 -93.9226C210.324 -93.8569 210.975 -93.7868 211.625 -93.7125L211.682 -94.2092C212.334 -94.1346 212.985 -94.0556 213.635 -93.9723L213.572 -93.4764C214.219 -93.3934 214.865 -93.3061 215.51 -93.2146L215.581 -93.7097C216.229 -93.6176 216.876 -93.5214 217.521 -93.4208L217.444 -92.9268C218.092 -92.8259 218.738 -92.7208 219.383 -92.6113L219.466 -93.1043C220.113 -92.9945 220.759 -92.8804 221.403 -92.7621L221.312 -92.2703C221.954 -92.1524 222.594 -92.0302 223.233 -91.9038L223.33 -92.3943C223.974 -92.267 224.616 -92.1355 225.256 -91.9997L225.152 -91.5106C225.793 -91.3748 226.432 -91.2348 227.069 -91.0906L227.179 -91.5782C227.819 -91.4335 228.457 -91.2845 229.093 -91.1314L228.976 -90.6453C229.61 -90.4927 230.242 -90.3359 230.873 -90.1749L230.997 -90.6594C231.633 -90.497 232.268 -90.3304 232.901 -90.1596L232.771 -89.6769C233.403 -89.5065 234.032 -89.332 234.66 -89.1534L234.797 -89.6343C235.427 -89.455 236.056 -89.2716 236.683 -89.084L236.539 -88.605C237.165 -88.4179 237.788 -88.2267 238.41 -88.0314L238.56 -88.5084C239.186 -88.3115 239.811 -88.1105 240.434 -87.9054L240.278 -87.4305C240.899 -87.226 241.517 -87.0176 242.135 -86.805L242.297 -87.2777C242.917 -87.0644 243.534 -86.8471 244.149 -86.6257L243.98 -86.1552C244.595 -85.9339 245.208 -85.7086 245.819 -85.4793L245.995 -85.9474C246.609 -85.7168 247.222 -85.4822 247.832 -85.2436L247.65 -84.7779C248.259 -84.5401 248.865 -84.2982 249.469 -84.0524L249.658 -84.5156C250.264 -84.269 250.868 -84.0183 251.471 -83.7637L251.276 -83.3032C251.879 -83.0485 252.479 -82.7898 253.078 -82.5271L253.279 -82.985C253.879 -82.7214 254.478 -82.4539 255.074 -82.1825L254.867 -81.7274C255.461 -81.4569 256.053 -81.1826 256.643 -80.9043L256.856 -81.3565C257.449 -81.0769 258.04 -80.7934 258.628 -80.506L258.408 -80.0568C258.996 -79.7698 259.581 -79.479 260.164 -79.1843L260.39 -79.6305C260.975 -79.3349 261.558 -79.0353 262.138 -78.732L261.906 -78.2888C262.485 -77.9865 263.061 -77.6804 263.635 -77.3706L263.872 -77.8105C264.45 -77.4989 265.024 -77.1834 265.597 -76.8642L265.353 -76.4275C265.924 -76.1093 266.492 -75.7872 267.058 -75.4615L267.308 -75.8948C267.876 -75.5679 268.441 -75.2373 269.004 -74.903L268.749 -74.4731C269.31 -74.1397 269.869 -73.8027 270.426 -73.462L270.687 -73.8884C271.246 -73.5459 271.803 -73.1998 272.358 -72.85L272.091 -72.4271C272.643 -72.0785 273.193 -71.7263 273.74 -71.3705L274.013 -71.7897C274.562 -71.4326 275.109 -71.0719 275.653 -70.7077L275.375 -70.2922C275.918 -69.9287 276.458 -69.5617 276.996 -69.1911L277.279 -69.6028C277.819 -69.2308 278.356 -68.8551 278.891 -68.476L278.602 -68.0682C279.134 -67.6903 279.664 -67.309 280.192 -66.9241L280.486 -67.328C281.016 -66.9418 281.542 -66.5521 282.066 -66.1589L281.766 -65.759C282.288 -65.3667 282.808 -64.971 283.325 -64.5718L283.63 -64.9676C284.149 -64.5671 284.665 -64.1631 285.178 -63.7557L284.868 -63.3641C285.379 -62.9582 285.888 -62.5488 286.393 -62.1361L286.71 -62.5235C287.217 -62.1092 287.722 -61.6914 288.224 -61.2704L287.903 -60.8873C288.403 -60.4676 288.901 -60.0445 289.396 -59.6181L289.722 -59.9969C290.219 -59.569 290.712 -59.1379 291.202 -58.7035L290.871 -58.3292C291.36 -57.8963 291.846 -57.4601 292.329 -57.0207L292.665 -57.3905C293.15 -56.9494 293.632 -56.5051 294.11 -56.0576L293.769 -55.6923C294.246 -55.2463 294.72 -54.7971 295.191 -54.3448L295.537 -54.7054C296.01 -54.2515 296.479 -53.7944 296.946 -53.3342L296.595 -52.9783C297.059 -52.5196 297.521 -52.0579 297.98 -51.5931L298.336 -51.9442C298.796 -51.4778 299.253 -51.0082 299.707 -50.5356L299.346 -50.1893C299.799 -49.7183 300.248 -49.2442 300.694 -48.7672L301.059 -49.1086C301.507 -48.6299 301.951 -48.1482 302.392 -47.6634L302.022 -47.3269C302.462 -46.8441 302.898 -46.3582 303.331 -45.8694L303.705 -46.2009C304.139 -45.7104 304.571 -45.2169 304.998 -44.7206L304.62 -44.3941C305.046 -43.8994 305.469 -43.4018 305.889 -42.9014L306.272 -43.2227C306.693 -42.7206 307.111 -42.2157 307.525 -41.708L307.138 -41.3919C307.55 -40.8861 307.96 -40.3775 308.366 -39.866L308.757 -40.1769C309.165 -39.6637 309.569 -39.1477 309.969 -38.6289L309.573 -38.3234C309.973 -37.8063 310.368 -37.2865 310.761 -36.764L311.16 -37.0642C311.554 -36.5405 311.943 -36.014 312.33 -35.4848L311.926 -35.19C312.311 -34.6627 312.692 -34.1327 313.07 -33.6001L313.478 -33.8894C313.857 -33.3549 314.232 -32.8177 314.604 -32.2779L314.193 -31.9942C314.563 -31.4565 314.93 -30.9162 315.294 -30.3733L315.709 -30.6515C316.073 -30.1074 316.434 -29.5607 316.791 -29.0115L316.372 -28.7389C316.728 -28.1916 317.08 -27.6417 317.429 -27.0892L317.852 -27.356C318.201 -26.8017 318.547 -26.2448 318.89 -25.6854L318.464 -25.4243C318.804 -24.8679 319.141 -24.3089 319.475 -23.7475L319.905 -24.0027C320.239 -23.4397 320.569 -22.8742 320.896 -22.3063L320.463 -22.0569C320.789 -21.4909 321.111 -20.9225 321.429 -20.3518L321.866 -20.5953C322.185 -20.0229 322.5 -19.4481 322.812 -18.8709L322.372 -18.6334C322.682 -18.0595 322.988 -17.4834 323.29 -16.9049L323.733 -17.1365C324.037 -16.5561 324.336 -15.9733 324.632 -15.3883L324.186 -15.1627C324.48 -14.5797 324.771 -13.9944 325.058 -13.4069L325.508 -13.6264C325.795 -13.0381 326.078 -12.4475 326.358 -11.8548L325.906 -11.6415C326.184 -11.0516 326.458 -10.4595 326.729 -9.86529L327.184 -10.0724C327.455 -9.47615 327.723 -8.87771 327.986 -8.27714L327.529 -8.07621C327.791 -7.47777 328.05 -6.8772 328.305 -6.27456L328.765 -6.46922C329.02 -5.86693 329.27 -5.26256 329.517 -4.65614L329.054 -4.46777C329.3 -3.86346 329.542 -3.25711 329.779 -2.64876L330.245 -2.8308C330.484 -2.22034 330.718 -1.60786 330.949 -0.993401L330.481 -0.817734C330.71 -0.206635 330.935 0.406433 331.157 1.02142L331.627 0.852158C331.849 1.46753 332.066 2.08484 332.279 2.70403L331.806 2.86687C332.019 3.48392 332.228 4.10287 332.432 4.72366L332.907 4.56729C333.112 5.19025 333.313 5.81507 333.51 6.44173L333.033 6.59159C333.228 7.21328 333.419 7.83678 333.607 8.46206L334.086 8.31871C334.273 8.94543 334.456 9.57393 334.636 10.2042L334.155 10.341C334.333 10.969 334.508 11.5988 334.678 12.2303L335.161 12.1001C335.332 12.7332 335.499 13.368 335.661 14.0045L335.176 14.1281C335.337 14.7589 335.494 15.3913 335.647 16.0254L336.133 15.9084C336.286 16.5446 336.435 17.1825 336.58 17.822L336.092 17.9324C336.236 18.5697 336.376 19.2086 336.512 19.849L337.001 19.7453C337.137 20.3857 337.269 21.0276 337.396 21.6711L336.905 21.7681C337.032 22.4069 337.154 23.0471 337.272 23.6889L337.764 23.5985C337.882 24.2425 337.996 24.888 338.106 25.5349L337.613 25.6186C337.722 26.2633 337.827 26.9094 337.928 27.557L338.422 27.48C338.523 28.1255 338.619 28.7724 338.711 29.4207L338.216 29.491C338.308 30.1359 338.395 30.7821 338.478 31.4297L338.974 31.3662C339.057 32.016 339.136 32.6672 339.211 33.3197L338.714 33.3765C338.788 34.0264 338.858 34.6776 338.924 35.3301L339.422 35.28C339.487 35.9289 339.548 36.579 339.605 37.2304L339.107 37.2738C339.163 37.923 339.216 38.5733 339.264 39.2249L339.762 39.1882C339.81 39.842 339.854 40.4971 339.894 41.1533L339.394 41.1833C339.434 41.8351 339.469 42.4882 339.499 43.1424L339.999 43.119C340.029 43.7706 340.055 44.4232 340.077 45.077L339.577 45.0937C339.599 45.7452 339.616 46.3978 339.629 47.0515L340.129 47.0415Z' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Ccircle cx='194.997' cy='49.9995' r='99.6088' stroke='white' stroke-opacity='0.2' stroke-dasharray='2 2 2 2'/%3E%3Cpath opacity='0.1' d='M225.195 56.0201C225.195 59.1988 224.707 62.0155 223.729 64.4704C222.785 66.8938 221.432 69.0024 219.673 70.7963C217.914 72.5902 215.796 74.1953 213.32 75.6116C210.877 77.0278 208.108 78.3182 205.012 79.4827V90.2462H187.811V74.337C190.124 73.739 192.209 73.1253 194.066 72.4958C195.955 71.8664 197.926 70.8435 199.979 69.4273C201.901 68.1684 203.4 66.7049 204.475 65.0369C205.583 63.3689 206.136 61.4805 206.136 59.3719C206.136 56.2246 205.078 53.9901 202.96 52.6683C200.875 51.315 197.926 50.6383 194.115 50.6383C191.769 50.6383 189.114 51.1261 186.149 52.1018C183.217 53.0774 180.529 54.3363 178.086 55.8784H176.131V41.4799C178.216 40.6301 181.425 39.7489 185.758 38.8362C190.091 37.892 194.489 37.4199 198.953 37.4199C207 37.4199 213.385 39.1352 218.109 42.5656C222.833 45.9961 225.195 50.4809 225.195 56.0201ZM206.381 109.13H186.638V96.6666H206.381V109.13Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: top right;
      padding: 30px 25px; } }
  @media (max-width: 1100px) {
      .card-page__bottom-form .my-form_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px; } }
    .card-page__bottom-form .my-form_block__title {
      margin-bottom: 25px;
      color: #fff;
      font-weight: 700;
      font-size: 16px; }
    @media (max-width: 1100px) {
      .card-page__bottom-form .my-form_block__title {
        margin: 0; } }
    @media (max-width: 550px) {
      .card-page__bottom-form .my-form_block__title {
        font-size: 15px; } }
    .card-page__bottom-form .my-form_block__btn a {
      display: block;
      text-decoration: none;
      width: 100%;
      border: 1px solid #fff;
      color: #fff;
      transition: all 0.3s ease;
      text-align: center;
      padding: 11px;
      font-size: 15px;
      font-weight: normal; }
      @media (max-width: 1100px) {
      .card-page__bottom-form .my-form_block__btn a {
        padding: 11px 50px; } }
      .card-page__bottom-form .my-form_block__btn a:hover {
        background: #fff;
        color: #0c1840; }

.swiper-pagination {
  position: static;
  display: none; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  display: none; }

.comments-block .comment-item__name {
  display: block;
  margin-bottom: 5px; }
  .comments-block .comment-item__name a {
    font-weight: bold;
    font-size: 16px; }

.comments-block .comment-item__date {
  font-weight: normal;
  display: block;
  font-size: 14px;
  color: #11314d;
  margin: 0 0 10px; }

.comments-block .comment-item__head {
  border: none; }

.comments-block .comment-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7eaed;
  margin-bottom: 20px; }

@media (max-width: 1100px) {
    .reviews-block {
      display: none; } }
  .reviews-block__inner {
    border: 1px solid #f3f5f6; }
  .reviews-block__top {
    border-bottom: 1px solid #f3f5f6;
    padding: 35px 40px 24px; }
  .reviews-block__rev-counts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .reviews-block__rating {
    display: flex;
    align-items: center; }
  .reviews-block__rating .star_icon {
    width: 35px;
    height: 35px;
    flex: none;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg width='35' height='32' viewBox='0 0 35 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0L21.429 12.0922L34.1435 12.0922L23.8572 19.5656L27.7862 31.6578L17.5 24.1844L7.21376 31.6578L11.1428 19.5656L0.85651 12.0922L13.571 12.0922L17.5 0Z' fill='%23F8BB36'/%3E%3C/svg%3E%0A") 50% no-repeat; }
  .reviews-block__rating .title {
    font-size: 30px;
    font-weight: bold;
    color: #11314d; }
  .reviews-block__btn a {
    width: 100%;
    color: #fff; }
  .reviews-block__stars {
    padding: 25px 40px 35px;
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .reviews-block__stars-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .reviews-block__stars-item .stars {
    width: 100px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23E7EAED'/%3E%3C/svg%3E%0A") 0 0 repeat-x;
    position: relative; }
    .reviews-block__stars-item .stars.five:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23F8BB36'/%3E%3C/svg%3E%0A") 0 0 repeat-x; }
    .reviews-block__stars-item .stars.four:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 80%;
      background: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23F8BB36'/%3E%3C/svg%3E%0A") 0 0 repeat-x; }
    .reviews-block__stars-item .stars.three:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 60px;
      background: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23F8BB36'/%3E%3C/svg%3E%0A") 0 0 repeat-x; }
  .reviews-block__stars-item .title {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    color: #11314d; }

.collections {
  margin-top: 120px; }

.file-block-items {
  cursor: e-resize; }

@media (max-width: 1100px) {
  .product-panel .panel-inner {
    display: none !important; } }

@media (max-width: 768px) {
    .card-slider__thumbs {
      display: none !important; } }

.sub_folders_wr {
  position: relative;
  margin-bottom: 100px; }
  @media (max-width: 1100px) {
  .sub_folders_wr {
    margin-bottom: 80px; } }
  @media (max-width: 550px) {
  .sub_folders_wr {
    margin-bottom: 40px; } }
  .sub_folders_wr:before {
    width: 99999px;
    content: '';
    height: 1px;
    background: #e7eaed;
    left: -999px;
    right: -999px;
    position: absolute;
    top: 0; }

.sub_folders {
  overflow: hidden; }
  @media (max-width: 1100px) {
  .sub_folders {
    overflow: visible; } }
  .sub_folders > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -4px; }
  @media (max-width: 1100px) {
    .sub_folders > ul {
      margin: 0 -28px; } }
  @media (max-width: 550px) {
    .sub_folders > ul {
      margin: 0; } }
  .sub_folders > ul li {
    list-style-type: none;
    width: 25%;
    border: 1px solid #e7eaed;
    margin: 0 -1px -1px 0;
    padding: 25px 20px 35px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 1100px) {
    .sub_folders > ul li {
      width: 33.3%;
      padding: 20px 20px 30px; } }
    @media (max-width: 700px) {
    .sub_folders > ul li {
      width: 50%; } }
    @media (max-width: 550px) {
    .sub_folders > ul li {
      width: 100%;
      margin: 0 0 25px;
      border: none;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      padding: 0; } }
    .sub_folders > ul li .icon_wrap {
      width: 100%;
      text-align: center;
      position: relative;
      padding-top: 65%;
      margin-bottom: 20px; }
    @media (max-width: 550px) {
      .sub_folders > ul li .icon_wrap {
        border: 1px solid #e7eaed;
        margin-bottom: 15px; } }
    .sub_folders > ul li .icon_wrap img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: scale-down; }
      @media (max-width: 550px) {
      .sub_folders > ul li .icon_wrap img {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
    .sub_folders > ul li .foldname {
      padding-bottom: 30px;
      width: 100%;
      margin-bottom: auto; }
    @media (max-width: 550px) {
      .sub_folders > ul li .foldname {
        padding: 0;
        width: calc(100% - 45px); } }
    .sub_folders > ul li .foldname a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      transition: all 0.3s ease;
      display: inline-block; }
      @media (max-width: 1100px) {
      .sub_folders > ul li .foldname a {
        font-size: 14px;
        line-height: 128%; } }
      .sub_folders > ul li .foldname a:hover {
        color: #3eb84f; }
    .sub_folders > ul li .fold_btn {
      display: inline-block;
      padding: 12px 20px 11px;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      color: #3eb84f;
      border: 1px solid #3eb84f;
      transition: all 0.3s ease;
      text-decoration: none; }
    @media (max-width: 1100px) {
      .sub_folders > ul li .fold_btn {
        font-size: 13px; } }
    @media (max-width: 550px) {
      .sub_folders > ul li .fold_btn {
        width: 35px;
        height: 20px;
        font-size: 0;
        border: none;
        padding: 0;
        margin-left: auto;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='10' viewBox='0 0 25 10' fill='none'%3E%3Crect y='3.75' width='20' height='2.5' rx='1.25' fill='%233EB84F'/%3E%3Cpath d='M17.1875 0.913613C17.1875 0.518491 17.6242 0.279486 17.957 0.492472L24.3423 4.57886C24.6496 4.77553 24.6496 5.22447 24.3423 5.42114L17.957 9.50753C17.6242 9.72051 17.1875 9.48151 17.1875 9.08639L17.1875 0.913613Z' fill='%233EB84F'/%3E%3C/svg%3E") 50% no-repeat; } }
    @media (min-width: 551px) {
        .sub_folders > ul li .fold_btn:hover {
          background: #3eb84f;
          color: #fff; } }

.main-block__inner {
  padding-top: 30px; }

.folder-tabs {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 1100px) {
  .folder-tabs {
    margin: 0 -16px 100px; } }
  @media (max-width: 1023px) {
  .folder-tabs {
    margin-left: -24px;
    margin-right: -24px; } }
  @media (max-width: 768px) {
  .folder-tabs {
    margin-bottom: 60px; } }
  @media (max-width: 480px) {
  .folder-tabs {
    margin-left: -15px;
    margin-right: -15px; } }
  .folder-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid #e7eaed; }
  @media (max-width: 1100px) {
    .folder-tabs:before {
      display: none; } }
  .folder-tabs__titles {
    display: flex;
    width: 100%;
    background: #f3f5f6;
    overflow: auto; }
  .folder-tabs__titles a {
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    padding: 25px 25px 20px;
    border-top: 3px solid transparent;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: normal;
    color: #11314d; }
    @media (max-width: 1100px) {
    .folder-tabs__titles a {
      padding: 19px 16px 20px;
      font-size: 14px; } }
    @media (max-width: 550px) {
    .folder-tabs__titles a {
      font-size: 14px;
      padding: 14px 20px 15px; } }
    .folder-tabs__titles a:hover {
      background: #fff;
      position: relative;
      z-index: 5; }
    .folder-tabs__titles a.active {
      background: #fff;
      border-color: #3eb84f;
      position: relative;
      z-index: 5; }
  .folder-tabs__tab-item {
    display: none; }
  .folder-tabs__tab-item.active {
    display: flex; }
    @media (max-width: 1023px) {
    .folder-tabs__tab-item.active {
      flex-direction: column; } }
  .folder-tabs__tab-body {
    padding: 40px 80px;
    width: 60%; }
  @media (max-width: 1023px) {
    .folder-tabs__tab-body {
      padding: 32px 24px;
      width: 100%; } }
  @media (max-width: 550px) {
    .folder-tabs__tab-body {
      padding: 25px 15px; } }
  .folder-tabs__tab-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #11314d; }
  @media (max-width: 1023px) {
    .folder-tabs__tab-title {
      font-size: 16px;
      margin-bottom: 20px; } }
  @media (max-width: 550px) {
    .folder-tabs__tab-title {
      font-size: 15px;
      margin-bottom: 15px; } }
  .folder-tabs__tab-text {
    font-size: 15px;
    font-weight: normal;
    color: #11314d; }
  @media (max-width: 1023px) {
    .folder-tabs__tab-text {
      font-size: 14px; } }
  .folder-tabs__tab-image {
    padding: 40px 80px;
    width: 40%;
    border-right: 1px solid #e7eaed;
    text-align: center; }
  @media (max-width: 1023px) {
    .folder-tabs__tab-image {
      width: 100%;
      padding: 6px 24px;
      border: none;
      order: 2; } }
  @media (max-width: 550px) {
    .folder-tabs__tab-image {
      padding: 10px 15px; } }

@media (max-width: 960px) {
  .desktop-folders__body {
    display: none; } }

.slide-count {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
  .slide-count {
    display: flex; } }
  .slide-count .slide-count-wrap {
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    color: #fff;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 700; }

@media (max-width: 768px) {
  .card-slider.horizontal .slick-prev, .card-slider.horizontal .slick-next {
    width: 56px;
    height: 56px; }
    .card-slider.horizontal .slick-prev:before, .card-slider.horizontal .slick-next:before {
      display: none; }

  .card-slider.horizontal .slick-next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M21 14L35 28L21 42' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat rgba(0, 0, 0, 0.5); }

  .card-slider.horizontal .slick-prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cpath d='M35 42L21 28L35 14' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat rgba(0, 0, 0, 0.5); } }
  @media (max-width: 768px) and (max-width: 480px) {
    .card-slider.horizontal .slick-prev, .card-slider.horizontal .slick-next {
      width: 25px;
      height: 25px;
      -webkit-background-size: 20px !important;
      background-size: 20px !important; } }

.card-slider.horizontal .card-slider__thumbs {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.card-slider.horizontal .card-slider__thumb {
  margin: 0; }

.kinds-block .kinds-block__items.kinds_slider * {
  outline: none !important; }
  .kinds-block .kinds-block__items.kinds_slider .slick-track {
    display: flex; }
  .kinds-block .kinds-block__items.kinds_slider .slick-track > div {
    flex: auto;
    height: auto; }

.card-slider.horizontal .card-slider__thumb-img a img {
  opacity: 0; }

@media (min-width: 768px) {
  .site-header__in {
    position: relative; }
    .site-header__in .search-block {
      position: relative; }
      .site-header__in .search-block .search_closer {
        position: absolute;
        top: 25px;
        right: 30px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.28572 14.2857L5.71429 15.7143L15.7143 5.71429L14.2857 4.28571L4.28572 14.2857Z' fill='%2311314D'/%3E%3Cpath d='M14.2857 15.7143L15.7143 14.2857L5.71429 4.28571L4.28572 5.71428L14.2857 15.7143Z' fill='%2311314D'/%3E%3C/svg%3E") 50% no-repeat; }
      .site-header__in .search-block.active2 {
        right: 151px;
        left: 324px;
        position: absolute;
        transition: all 0.3s ease;
        border-bottom: 1px solid #11314d; }
        .site-header__in .search-block.active2 .search_closer {
          opacity: 1;
          visibility: visible; }
        .site-header__in .search-block.active2 #search-app {
          width: 100%;
          max-width: 100%;
          transition: all 0.3s ease; }

  #search-app .search-block__btn {
    pointer-events: none; } }

.tpl-anketa-success-note {
  color: #11314d;
  font-family: 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left; }
  @media (max-width: 480px) {
  .tpl-anketa-success-note {
    font-size: 18px; } }

.card-slider.horizontal .card-slider__image {
  background-size: contain; }

.card-slider.horizontal .card-slider__items {
  margin-bottom: 10px; }

.slide-count {
  bottom: -46px; }
