@charset "UTF-8";
/* Sscss Document */
:root {
  --soft_blue_p: #6ca5c5;
  --soft_blue_grad_p: linear-gradient(270deg, #6ca5c5 0%, rgba(108, 165, 197, 0.6) 100%);
  --white_p: white;
  --hard_blue_p: #273a64;
  --hard_blue_grad_p: linear-gradient(270deg, #273a64 0%, rgba(39, 58, 100, 0.7) 100%);
  color: var(--hard_blue_p);
  --plashka_sprait_ind: -180px; }

/*    переменные



*/
.t_c-w {
  --text_color: var(--white_p); }

.t_c-hb {
  --text_color: var(--hard_blue_p); }

.bord_c-hb {
  --border_color: var(--hard_blue_p);
  --plashka_sprait: var(--plashka_sprait_hard_blue); }

.bord_c-sb {
  --border_color: var(--soft_blue_p);
  --plashka_sprait: var(--plashka_sprait_soft_blue); }

.fon_c-hb {
  --fon_color: var(--hard_blue_p);
  --text_color: var(--white_p); }

.fon_c-sb {
  --fon_color: var(--soft_blue_p);
  --text_color: var(--white_p); }

.my_col-2 {
  grid-column: span 2; }

.my_col-3 {
  grid-column: span 3; }

.my_col-4 {
  grid-column: span 4; }

.my_col-5 {
  grid-column: span 5; }

.my_col-6 {
  grid-column: span 6; }

.my_col-7 {
  grid-column: span 7; }

.my_col-8 {
  grid-column: span 8; }

.my_col-9 {
  grid-column: span 9; }

.my_col-10 {
  grid-column: span 122; }

.my_col-11 {
  grid-column: span 11; }

.my_col-12 {
  grid-column: span 12; }

.grid-container {
  position: relative;
  display: grid;
  width: 1160px;
  margin: auto !important;
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: repeat(11, 60px) 60px [col_end];
  grid-auto-flow: row;
  /*  border-style: solid;*/
  --font_size_p: 10px;
  --mob_size: 1; }

.u2 {
  position: relative;
  display: grid;
  margin: 0px;
  grid-auto-flow: row;
  row-gap: 40px;
  column-gap: 40px;
  /*grid-column-end: col_end;*/
  grid-auto-columns: 60px;
  /*  border-style: solid;*/ }

.plashka_num {
  background-image: var(--plashka_num, ""), var(--plashka_sprait); }

.content_block {
  box-sizing: border-box;
  padding: calc(var(--mob_size) * 30px);
  border-radius: 15px; }

.content_block strong {
  margin-bottom: 10px;
  line-height: 1.5;
  display: contents; }

.content_block strong.p {
  font-size: 100%;
  display: block; }

.subtitle::before {
  position: relative;
  color: white;
  min-width: 20px;
  left: -20px;
  text-align: center;
  margin: auto; }

.title {
  font-size: calc(var(--font_size_p) * 3);
  font-family: "Ubuntu";
  color: var(--text_color);
  background-color: var(--fon_color);
  line-height: 1.5; }

.title::before {
  content: var(--yarl_simb);
  position: relative;
  left: calc(var(--mob_size) * -15px);
  top: calc(var(--mob_size) * -15px);
  width: calc(var(--mob_size) * 60px);
  height: calc(var(--mob_size) * 60px);
  border-radius: 60px;
  background: white;
  line-height: calc(var(--mob_size) * 60px);
  font-size: calc(var(--mob_size) * 50px);
  color: var(--fon_color);
  float: left;
  text-align: center; }

.text {
  border-style: solid;
  border-width: 1px;
  background-image: var(--plashka_sprait);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "Roboto";
  box-sizing: border-box;
  border-color: var(--border_color); }

.plashka_num {
  background-image: var(--plashka_num), var(--plashka_sprait); }

.t_ur-1 {
  /*border-left-width: 20px;*/
  font-size: calc(var(--font_size_p) * 2);
  color: var(--text_color);
  display: flex;
  flex-direction: column;
  padding-left: 40px; }

.t_ur-2 {
  background-position: left calc(-180px + var(--plashka_sprait_ind) * 20px);
  font-size: calc(var(--font_size_p) * 1.6);
  color: var(--text_color);
  display: flex;
  flex-direction: column;
  padding-left: 40px; }

.zazor {
  /*grid-area: 3 / 1 / 3 / 11;*/
  grid-column: 1 / col_end;
  height: 1em; }

@media (max-width: 1199px) {
  .grid-container {
    --font_size_p: 7px;
    --mob_size: 0.7; }

  .u2 {
    row-gap: 20px;
    column-gap: 20px;
    /*grid-column-end: col_end;*/
    grid-auto-columns: 60px; }

  /*  border-style: solid;*/ }
@media (min-width: 960px) and (max-width: 1199px) {
  .grid-container {
    width: 940px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(11, 60px) 60px [col_end]; }

  .gradi {
    width: calc((100vw - 940px) / 2);
    left: calc((100vw - 940px) /(-2)); } }
@media (min-width: 640px) and (max-width: 959px) {
  .grid-container {
    width: 620px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(7, 60px) 60px [col_end]; }

  .gradi {
    /*width: calc((100vw - 640px) / 2);
    left: calc((100vw - 640px) /(-2));*/
    display: none; }

  .content_block {
    grid-column: 1 / col_end;
    grid-row: span 1; }

  /*  .my_col-2 {
      grid-column: span 2;
    }
  
    .my_col-3 {
      grid-column: span 3;
    }
  */
  .my_col-4 {
    grid-column: span 4; }

  .my_col-5 {
    grid-column: span 3; }

  .my_col-6 {
    grid-column: span 4; }

  .my_col-7 {
    grid-column: span 5; }

  .my_col-8 {
    grid-column: span 4; }

  /*
   .my_col-9 {
     grid-column: span 9;
   }*/ }
@media (min-width: 480px) and (max-width: 639px) {
  .grid-container {
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(5, 1fr) 1fr [col_end]; }

  .gradi {
    /*width: calc((100vw - 480px) / 2);
    left: calc((100vw - 480px) /(-2));*/
    display: none; }

  .content_block {
    grid-column: 1 / col_end !important;
    grid-row: span 1 !important; } }
@media (max-width: 479px) {
  .grid-container {
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr) 1fr [col_end]; }

  .content_block {
    grid-column: 1 / col_end !important;
    grid-row: span 1 !important; } }

    :root {
  /*  --plashka_hard_blue: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='2' viewBox='0 0 20 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cmask id='path-1-inside-1' fill='white'%3e%3cpath d='M0 0H20V2H0V0Z'/%3e%3c/mask%3e%3cpath d='M0 0H20V2H0V0Z' fill='%23273A64'/%3e%3cpath d='M0 0V-2H-2V0H0ZM20 0H22V-2H20V0ZM20 2V4H22V2H20ZM0 2H-2V4H0V2ZM0 2H20V-2H0V2ZM18 0V2H22V0H18ZM20 0H0V4H20V0ZM2 2V0H-2V2H2Z' fill='%23273A64' mask='url(%23path-1-inside-1)'/%3e%3c/svg%3e");*/
  --plashka_sprait_hard_blue: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='1500' viewBox='0 0 20 1500' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='1500' fill='%23273A64'/%3e%3ccircle cx='10' cy='15' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='35' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='55' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='135' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='155' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='175' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='75' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='95' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='115' r='2.5' fill='white'/%3e%3c/svg%3e");
  --plashka_sprait_soft_blue: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='1500' viewBox='0 0 20 1500' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='1500' fill='%236CA5C5'/%3e%3ccircle cx='10' cy='15' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='35' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='55' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='135' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='155' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='175' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='75' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='95' r='2.5' fill='white'/%3e%3ccircle cx='10' cy='115' r='2.5' fill='white'/%3e%3c/svg%3e");
  --plashka_n_1: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.21547 6C6.97547 5.70667 7.71547 5.33333 8.43547 4.88C9.15547 4.41333 9.81547 3.83333 10.4155 3.14H11.7355V17H9.87547V5.72C9.71547 5.86667 9.51547 6.02 9.27547 6.18C9.0488 6.34 8.79547 6.49333 8.51547 6.64C8.2488 6.78667 7.96214 6.92667 7.65547 7.06C7.36214 7.19333 7.07547 7.30667 6.79547 7.4L6.21547 6Z' fill='white'/%3e%3c/svg%3e");
  --plashka_n_2: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.6955 6.68C13.6955 7.16 13.5955 7.62667 13.3955 8.08C13.2088 8.52 12.9555 8.96 12.6355 9.4C12.3155 9.82667 11.9555 10.2533 11.5555 10.68C11.1555 11.0933 10.7555 11.5 10.3555 11.9C10.1288 12.1267 9.86214 12.3933 9.55547 12.7C9.26214 13.0067 8.98214 13.3267 8.71547 13.66C8.4488 13.9933 8.22214 14.3133 8.03547 14.62C7.86214 14.9267 7.77547 15.1933 7.77547 15.42H14.1555V17H5.75547C5.74214 16.92 5.73547 16.84 5.73547 16.76C5.73547 16.68 5.73547 16.6067 5.73547 16.54C5.73547 15.9133 5.83547 15.3333 6.03547 14.8C6.2488 14.2533 6.52214 13.74 6.85547 13.26C7.1888 12.78 7.56214 12.3267 7.97547 11.9C8.3888 11.4733 8.79547 11.06 9.19547 10.66C9.5288 10.34 9.84214 10.0267 10.1355 9.72C10.4421 9.4 10.7088 9.08667 10.9355 8.78C11.1755 8.46 11.3621 8.13333 11.4955 7.8C11.6421 7.46667 11.7155 7.11333 11.7155 6.74C11.7155 6.34 11.6488 6 11.5155 5.72C11.3955 5.44 11.2288 5.20667 11.0155 5.02C10.8021 4.83333 10.5488 4.7 10.2555 4.62C9.97547 4.52667 9.67547 4.48 9.35547 4.48C8.9688 4.48 8.61547 4.53333 8.29547 4.64C7.97547 4.74667 7.6888 4.87333 7.43547 5.02C7.18214 5.15333 6.9688 5.3 6.79547 5.46C6.62214 5.60667 6.4888 5.72 6.39547 5.8L5.47547 4.48C5.59547 4.34667 5.77547 4.18667 6.01547 4C6.25547 3.8 6.54214 3.61333 6.87547 3.44C7.2088 3.26667 7.58214 3.12 7.99547 3C8.4088 2.88 8.85547 2.82 9.33547 2.82C10.7888 2.82 11.8755 3.16 12.5955 3.84C13.3288 4.50667 13.6955 5.45333 13.6955 6.68Z' fill='white'/%3e%3c/svg%3e");
  --plashka_n_3: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.87547 15.64C10.0621 15.64 10.9088 15.4067 11.4155 14.94C11.9355 14.4733 12.1955 13.8467 12.1955 13.06C12.1955 12.5533 12.0888 12.1267 11.8755 11.78C11.6621 11.4333 11.3821 11.16 11.0355 10.96C10.6888 10.7467 10.2821 10.6 9.81547 10.52C9.36214 10.4267 8.89547 10.38 8.41547 10.38H7.93547V8.86H8.59547C8.9288 8.86 9.2688 8.82667 9.61547 8.76C9.97547 8.69333 10.3021 8.57333 10.5955 8.4C10.8888 8.22667 11.1288 7.99333 11.3155 7.7C11.5021 7.39333 11.5955 7.01333 11.5955 6.56C11.5955 6.18667 11.5288 5.86667 11.3955 5.6C11.2621 5.33333 11.0821 5.11333 10.8555 4.94C10.6421 4.76667 10.3888 4.64667 10.0955 4.58C9.81547 4.5 9.51547 4.46 9.19547 4.46C8.55547 4.46 8.0088 4.55333 7.55547 4.74C7.11547 4.92667 6.74214 5.12 6.43547 5.32L5.71547 3.9C5.87547 3.79333 6.07547 3.68 6.31547 3.56C6.5688 3.42667 6.8488 3.30667 7.15547 3.2C7.46214 3.09333 7.7888 3.00667 8.13547 2.94C8.49547 2.86 8.8688 2.82 9.25547 2.82C9.9888 2.82 10.6221 2.91333 11.1555 3.1C11.6888 3.27333 12.1288 3.52667 12.4755 3.86C12.8221 4.18 13.0821 4.56667 13.2555 5.02C13.4288 5.46 13.5155 5.94 13.5155 6.46C13.5155 7.18 13.3088 7.8 12.8955 8.32C12.4821 8.82667 11.9821 9.21333 11.3955 9.48C11.7555 9.58667 12.1021 9.74 12.4355 9.94C12.7688 10.14 13.0555 10.3933 13.2955 10.7C13.5488 11.0067 13.7488 11.36 13.8955 11.76C14.0555 12.16 14.1355 12.6067 14.1355 13.1C14.1355 13.7 14.0288 14.26 13.8155 14.78C13.6155 15.2867 13.2955 15.7267 12.8555 16.1C12.4288 16.4733 11.8888 16.7667 11.2355 16.98C10.5821 17.1933 9.8088 17.3 8.91547 17.3C8.5688 17.3 8.2088 17.2733 7.83547 17.22C7.47547 17.1667 7.13547 17.1 6.81547 17.02C6.49547 16.94 6.21547 16.86 5.97547 16.78C5.73547 16.7 5.56214 16.6333 5.45547 16.58L5.81547 14.96C6.04214 15.0667 6.41547 15.2067 6.93547 15.38C7.4688 15.5533 8.11547 15.64 8.87547 15.64Z' fill='white'/%3e%3c/svg%3e ");
  --plashka_n_4: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.15547 12.2C5.4088 11.6133 5.75547 10.9333 6.19547 10.16C6.63547 9.37333 7.1288 8.56667 7.67547 7.74C8.23547 6.91333 8.8288 6.1 9.45547 5.3C10.0955 4.5 10.7355 3.78 11.3755 3.14H13.1555V11.94H14.7955V13.46H13.1555V17H11.3555V13.46H5.15547V12.2ZM11.3555 5.34C10.9555 5.76667 10.5488 6.24667 10.1355 6.78C9.73547 7.3 9.34214 7.84667 8.95547 8.42C8.5688 8.99333 8.20214 9.58 7.85547 10.18C7.52214 10.78 7.22214 11.3667 6.95547 11.94H11.3555V5.34Z' fill='white'/%3e%3c/svg%3e ");
  --plashka_n_5: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.33547 8.48C10.3488 8.56 11.8221 9 12.7555 9.8C13.7021 10.6 14.1755 11.6867 14.1755 13.06C14.1755 13.6733 14.0688 14.24 13.8555 14.76C13.6555 15.28 13.3421 15.7267 12.9155 16.1C12.5021 16.4733 11.9755 16.7667 11.3355 16.98C10.6955 17.1933 9.93547 17.3 9.05547 17.3C8.7088 17.3 8.35547 17.2733 7.99547 17.22C7.63547 17.1667 7.30214 17.1 6.99547 17.02C6.6888 16.94 6.41547 16.86 6.17547 16.78C5.93547 16.7 5.76214 16.6333 5.65547 16.58L6.01547 14.96C6.24214 15.0667 6.6088 15.2067 7.11547 15.38C7.63547 15.5533 8.2688 15.64 9.01547 15.64C9.61547 15.64 10.1155 15.5733 10.5155 15.44C10.9288 15.3067 11.2621 15.1267 11.5155 14.9C11.7688 14.6733 11.9488 14.4133 12.0555 14.12C12.1755 13.8133 12.2355 13.4933 12.2355 13.16C12.2355 12.6533 12.1488 12.2067 11.9755 11.82C11.8021 11.42 11.4955 11.0867 11.0555 10.82C10.6155 10.5533 10.0288 10.3533 9.29547 10.22C8.56214 10.0733 7.63547 10 6.51547 10C6.59547 9.34667 6.65547 8.73333 6.69547 8.16C6.7488 7.58667 6.79547 7.02667 6.83547 6.48C6.87547 5.93333 6.9088 5.39333 6.93547 4.86C6.96214 4.31333 6.9888 3.74 7.01547 3.14H13.6955V4.72H8.63547C8.62214 4.92 8.60214 5.19333 8.57547 5.54C8.5488 5.87333 8.52214 6.22667 8.49547 6.6C8.4688 6.96 8.44214 7.31333 8.41547 7.66C8.3888 8.00667 8.36214 8.28 8.33547 8.48Z' fill='white'/%3e%3c/svg%3e");
  --plashka_n_6: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.61547 11.44C5.61547 10.0933 5.80214 8.90667 6.17547 7.88C6.5488 6.84 7.07547 5.96667 7.75547 5.26C8.4488 4.55333 9.28214 4.02 10.2555 3.66C11.2421 3.28667 12.3488 3.09333 13.5755 3.08L13.7155 4.64C12.9288 4.65333 12.2088 4.74 11.5555 4.9C10.9155 5.06 10.3421 5.31333 9.83547 5.66C9.3288 6.00667 8.90214 6.46 8.55547 7.02C8.2088 7.56667 7.9488 8.24667 7.77547 9.06C8.12214 8.9 8.5088 8.76667 8.93547 8.66C9.37547 8.55333 9.8288 8.5 10.2955 8.5C11.0821 8.5 11.7488 8.62 12.2955 8.86C12.8421 9.1 13.2888 9.42 13.6355 9.82C13.9821 10.2067 14.2288 10.66 14.3755 11.18C14.5355 11.6867 14.6155 12.22 14.6155 12.78C14.6155 13.2867 14.5288 13.8067 14.3555 14.34C14.1821 14.8733 13.9155 15.36 13.5555 15.8C13.2088 16.24 12.7621 16.6 12.2155 16.88C11.6688 17.16 11.0221 17.3 10.2755 17.3C8.75547 17.3 7.59547 16.78 6.79547 15.74C6.0088 14.7 5.61547 13.2667 5.61547 11.44ZM10.0955 10.02C9.6288 10.02 9.19547 10.0667 8.79547 10.16C8.39547 10.24 7.99547 10.3667 7.59547 10.54C7.58214 10.6867 7.5688 10.84 7.55547 11C7.55547 11.1467 7.55547 11.2933 7.55547 11.44C7.55547 12.0267 7.59547 12.58 7.67547 13.1C7.75547 13.62 7.89547 14.08 8.09547 14.48C8.3088 14.8667 8.5888 15.18 8.93547 15.42C9.28214 15.6467 9.72214 15.76 10.2555 15.76C10.6955 15.76 11.0688 15.6667 11.3755 15.48C11.6821 15.2933 11.9355 15.0533 12.1355 14.76C12.3355 14.4667 12.4755 14.1533 12.5555 13.82C12.6488 13.4733 12.6955 13.14 12.6955 12.82C12.6955 11.9133 12.4755 11.22 12.0355 10.74C11.6088 10.26 10.9621 10.02 10.0955 10.02Z' fill='white'/%3e%3c/svg%3e");
  --plashka_n_7: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.61547 17C7.69547 15.9333 7.88214 14.8133 8.17547 13.64C8.48214 12.4533 8.85547 11.3067 9.29547 10.2C9.73547 9.08 10.2155 8.04667 10.7355 7.1C11.2688 6.14 11.7888 5.36 12.2955 4.76H5.55547V3.14H14.3755V4.68C13.9355 5.18667 13.4488 5.88667 12.9155 6.78C12.3821 7.66 11.8755 8.65333 11.3955 9.76C10.9288 10.8533 10.5221 12.0267 10.1755 13.28C9.84214 14.52 9.63547 15.76 9.55547 17H7.61547Z' fill='white'/%3e%3c/svg%3e ");
  --plashka_n_8: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5355 13.4C14.5355 13.96 14.4355 14.48 14.2355 14.96C14.0488 15.4267 13.7621 15.84 13.3755 16.2C13.0021 16.5467 12.5288 16.8133 11.9555 17C11.3821 17.2 10.7221 17.3 9.97547 17.3C9.1088 17.3 8.38214 17.18 7.79547 16.94C7.22214 16.6867 6.76214 16.3733 6.41547 16C6.0688 15.6267 5.82214 15.22 5.67547 14.78C5.5288 14.3267 5.45547 13.9 5.45547 13.5C5.45547 13.1133 5.51547 12.7467 5.63547 12.4C5.7688 12.04 5.93547 11.7067 6.13547 11.4C6.3488 11.0933 6.5888 10.82 6.85547 10.58C7.13547 10.3267 7.4288 10.1067 7.73547 9.92C6.4288 9.17333 5.77547 8.07333 5.77547 6.62C5.77547 6.11333 5.87547 5.63333 6.07547 5.18C6.27547 4.71333 6.55547 4.30667 6.91547 3.96C7.2888 3.61333 7.73547 3.34 8.25547 3.14C8.77547 2.92667 9.35547 2.82 9.99547 2.82C10.7421 2.82 11.3821 2.93333 11.9155 3.16C12.4488 3.38667 12.8821 3.68 13.2155 4.04C13.5621 4.38667 13.8088 4.77333 13.9555 5.2C14.1155 5.62667 14.1955 6.04 14.1955 6.44C14.1955 6.82667 14.1355 7.19333 14.0155 7.54C13.9088 7.87333 13.7555 8.18667 13.5555 8.48C13.3688 8.77333 13.1488 9.03333 12.8955 9.26C12.6555 9.48667 12.4021 9.68667 12.1355 9.86C13.7088 10.6067 14.5088 11.7867 14.5355 13.4ZM7.33547 13.52C7.33547 13.76 7.37547 14.0133 7.45547 14.28C7.5488 14.5333 7.70214 14.7733 7.91547 15C8.1288 15.2133 8.40214 15.3933 8.73547 15.54C9.0688 15.6867 9.4888 15.76 9.99547 15.76C10.4488 15.76 10.8421 15.6933 11.1755 15.56C11.5221 15.4267 11.8021 15.26 12.0155 15.06C12.2288 14.8467 12.3888 14.6067 12.4955 14.34C12.6021 14.0733 12.6555 13.8 12.6555 13.52C12.6555 13.0933 12.5755 12.72 12.4155 12.4C12.2555 12.08 12.0221 11.8 11.7155 11.56C11.4221 11.32 11.0621 11.12 10.6355 10.96C10.2221 10.7867 9.7488 10.64 9.21547 10.52C8.61547 10.8533 8.1488 11.2667 7.81547 11.76C7.49547 12.2533 7.33547 12.84 7.33547 13.52ZM12.3355 6.42C12.3355 6.22 12.2888 6 12.1955 5.76C12.1155 5.52 11.9821 5.3 11.7955 5.1C11.6088 4.88667 11.3688 4.71333 11.0755 4.58C10.7821 4.43333 10.4221 4.36 9.99547 4.36C9.5688 4.36 9.20214 4.42667 8.89547 4.56C8.60214 4.69333 8.36214 4.86667 8.17547 5.08C7.9888 5.28 7.8488 5.50667 7.75547 5.76C7.67547 6 7.63547 6.24 7.63547 6.48C7.63547 6.77333 7.6888 7.06667 7.79547 7.36C7.90214 7.65333 8.0688 7.92667 8.29547 8.18C8.52214 8.43333 8.81547 8.66 9.17547 8.86C9.5488 9.06 9.9888 9.22 10.4955 9.34C11.0555 9.00667 11.5021 8.62 11.8355 8.18C12.1688 7.72667 12.3355 7.14 12.3355 6.42Z' fill='white'/%3e%3c/svg%3e ");
  --plashka_n_9: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.3755 8.68C14.3755 11.4267 13.6888 13.5067 12.3155 14.92C10.9555 16.32 8.9288 17.0267 6.23547 17.04L6.17547 15.48C7.01547 15.48 7.7688 15.4 8.43547 15.24C9.11547 15.08 9.7088 14.8267 10.2155 14.48C10.7221 14.12 11.1421 13.66 11.4755 13.1C11.8221 12.54 12.0755 11.8533 12.2355 11.04C11.8888 11.2 11.4955 11.3333 11.0555 11.44C10.6155 11.5333 10.1621 11.58 9.69547 11.58C8.9088 11.58 8.24214 11.4667 7.69547 11.24C7.1488 11 6.70214 10.6867 6.35547 10.3C6.0088 9.9 5.75547 9.44667 5.59547 8.94C5.4488 8.42 5.37547 7.88 5.37547 7.32C5.37547 6.82667 5.46214 6.31333 5.63547 5.78C5.8088 5.24667 6.0688 4.76 6.41547 4.32C6.77547 3.88 7.2288 3.52 7.77547 3.24C8.32214 2.96 8.9688 2.82 9.71547 2.82C10.4755 2.82 11.1421 2.95333 11.7155 3.22C12.3021 3.48667 12.7888 3.87333 13.1755 4.38C13.5755 4.88667 13.8755 5.50667 14.0755 6.24C14.2755 6.96 14.3755 7.77333 14.3755 8.68ZM9.89547 10.06C10.3621 10.06 10.8021 10.02 11.2155 9.94C11.6288 9.84667 12.0288 9.71333 12.4155 9.54C12.4288 9.39333 12.4355 9.25333 12.4355 9.12C12.4355 8.97333 12.4355 8.82667 12.4355 8.68C12.4355 8.10667 12.3955 7.56 12.3155 7.04C12.2355 6.50667 12.0888 6.04667 11.8755 5.66C11.6755 5.26 11.4021 4.94667 11.0555 4.72C10.7088 4.48 10.2688 4.36 9.73547 4.36C9.29547 4.36 8.92214 4.45333 8.61547 4.64C8.3088 4.82667 8.05547 5.06667 7.85547 5.36C7.65547 5.64 7.5088 5.95333 7.41547 6.3C7.33547 6.63333 7.29547 6.96 7.29547 7.28C7.29547 8.18667 7.5088 8.88 7.93547 9.36C8.37547 9.82667 9.0288 10.06 9.89547 10.06Z' fill='white'/%3e%3c/svg%3e");
