

/* Start:/local/templates/doweb-sirius/assest/css/styles.css?175042539324893*/
/* -- styles -- */
:root {
  --first: #52c099;
  --second: #c7e0a7;
  --third: #f9b93a;
  --four: #6298a2;
}

@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: normal;
  src: local("Onest"), url("/local/templates/doweb-sirius/assest/css/../fonts/OnestMedium1602-hint.woff") format("woff"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/OnestMedium1602-hint.ttf") format("ttf"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/OnestMedium1602-hint.eot") format("eot");
}

@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: local("Onest"), url("/local/templates/doweb-sirius/assest/css/../fonts/Onest-Light.woff") format("woff"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/Onest-Light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Monoton";
  font-style: normal;
  font-weight: normal;
  src: local("Monoton"), url("/local/templates/doweb-sirius/assest/css/../fonts/monoton/monoton.eot") format("eot"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/monoton/monoton.ttf") format("ttf"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/monoton/monoton.woff") format("woff"),
    url("/local/templates/doweb-sirius/assest/css/../fonts/monoton/monoton.woff2") format("woff2");
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.32%;
}
.col-5 {
  width: 41.65%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.32%;
}
.col-11 {
  width: 91.65%;
}
.col-12 {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .col-pl-1 {
    width: 8.33% !important;
  }
  .col-pl-2 {
    width: 16.66% !important;
  }
  .col-pl-3 {
    width: 25% !important;
  }
  .col-pl-4 {
    width: 33.32% !important;
  }
  .col-pl-5 {
    width: 41.65% !important;
  }
  .col-pl-6 {
    width: 50% !important;
  }
  .col-pl-7 {
    width: 58.33% !important;
  }
  .col-pl-8 {
    width: 66.66% !important;
  }
  .col-pl-9 {
    width: 75% !important;
  }
  .col-pl-10 {
    width: 83.32% !important;
  }
  .col-pl-11 {
    width: 91.65% !important;
  }
  .col-pl-12 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .col-mb-1 {
    width: 8.33% !important;
  }
  .col-mb-2 {
    width: 16.66% !important;
  }
  .col-mb-3 {
    width: 25% !important;
  }
  .col-mb-4 {
    width: 33.32% !important;
  }
  .col-mb-5 {
    width: 41.65% !important;
  }
  .col-mb-6 {
    width: 50% !important;
  }
  .col-mb-7 {
    width: 58.33% !important;
  }
  .col-mb-8 {
    width: 66.66% !important;
  }
  .col-mb-9 {
    width: 75% !important;
  }
  .col-mb-10 {
    width: 83.32% !important;
  }
  .col-mb-11 {
    width: 91.65% !important;
  }
  .col-mb-12 {
    width: 100% !important;
  }
}

body {
  background-color: white;
  background-color: var(--black_bg_black);
  color: #555;
  color: var(--basic_text_black);
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.main {
  height: auto;
}

.content {
  width: 100%;
}

.left-block-use .content {
  width: 70%;
  padding-left: 20px;
}

a {
  transition: all 0.3s;
  color: var(--first);
}

a.black {
  color: #000;
}

a.grey {
  color: #818181;
}

a:hover {
  color: var(--third);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  margin: 46px 0 26px 0;
  color: #333;
  color: var(--white_text_black);
}

h1,
h2,
h3,
h4 {
  letter-spacing: normal;
}

h1 {
  font-size: 2.8em;
  line-height: calc(1em + 10px);
  margin: 0 0 18px;
}

h2 {
  font-size: 2em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}

h3 {
  font-size: 1.73333em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}

h4 {
  font-size: 1.375em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}

h5 {
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}

h6 {
  font-size: 1.066em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 50px;
}

h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
  margin-top: 0px;
}

h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
  margin-bottom: 0px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 64px;
}

h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
  margin-bottom: 36px;
}
.underline {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 2px solid blue;
}

h4.underline {
  padding-bottom: 7px;
}

h5.underline {
  padding-bottom: 4px;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}

.dark_link {
  color: #333;
  color: var(--white_text_black);
}

.text-green {
  color: #6dac44;
  transition: color 0.3s;
}

.text-green svg path {
  fill: #6dac44;
}

.hover-green:hover {
  color: #6dac44 !important;
  transition: color 0.3s;
}

.hover-green:hover svg path {
  fill: #6dac44;
  transition: all 0.3s;
}

.border-line {
  width: 100%;
  margin: 20px 0;
  border: 1px solid rgba(100, 100, 100, 0.26);
}

.bold {
  font-weight: 500;
}

body .dark_link:hover {
  color: #000;
  color: var(--fill_dark_light_hover);
}

.label[href]:hover,
.label[href]:focus {
  color: #555;
  color: var(--basic_text_black);
  cursor: default;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.no-top-margin {
  margin-top: 0;
}

.muted {
  color: #999;
}

.muted svg path {
  fill: #b8b8b8;
}

.muted svg rect {
  stroke: #b8b8b8;
}

.normal_text {
  font-size: 1.2em;
  line-height: 1.444em;
}

.bold {
  font-weight: bold;
}

p {
  margin-bottom: 24px;
}

p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

p.short {
  margin-bottom: 0;
}

p.tall {
  margin-bottom: 20px;
}

p.taller {
  margin-bottom: 40px;
}

p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

ul,
li {
  list-style: none;
  list-style-type: none;
}

ul.mark-line {
  padding-left: 25px;
  margin-bottom: 24px;
}

ul.mark-line > li {
  position: relative;
}

ul.mark-line > li::before {
  content: "—";
  position: absolute;
  top: 10%;
  left: -25px;
  transform: translateY(-10%);
  font-size: 1em;
  overflow: hidden;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.color_FIRST {
  color: var(--first) !important;
}

.color_SECOND {
  color: var(--second) !important;
}

.color_THIRD {
  color: var(--third) !important;
}

.back_FIRST {
  background: var(--first) !important;
}

.back_SECOND {
  background: var(--second) !important;
}

.back_THIRD {
  background: var(--third) !important;
}

.back_FOUR {
  background: var(--four) !important;
}

.FIRST_COLOR {
  background: var(--first) !important;
  border: 1px solid var(--first) !important;
}
.SECOND_COLOR {
  background: var(--second) !important;
  border: 1px solid var(--second) !important;
}
.THIRD_COLOR {
  background: var(--third) !important;
  border: 1px solid var(--third) !important;
}

.btn {
  width: fit-content;
  border-radius: 15px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  padding: 15px 20px;
  cursor: pointer;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pop-up__btn {
  margin: 20px auto;
  width: 90%;
  max-width: 350px;
  color: white;
  background-color: #3c3c3c;
  display: flex;
  justify-content: center;
}

.pop-up__btn .text {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
/* -- styles -- */

/* -- template_styles -- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* html .clearfix {
  height: 1%;
}

html[xmlns] .clearfix {
  display: block;
}

.wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.bottom_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80px;
}

.bottom_menu .block-links {
  width: 100%;
}

blockquote {
  margin: 0;
  color: #5f5f5f;
  padding: 30px 30px 30px 80px;
  position: relative;
}

blockquote:before {
  content: "\1F676";
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: var(--third);
  font-size: 50px;
  background: rgba(82, 192, 153, 0.7);
}

blockquote:after {
  content: "";
  position: absolute;
  left: 34px;
  top: 19px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(199, 224, 167, 0.7);
}

blockquote p {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0 0 16px;
  position: relative;
  z-index: 3;
}

blockquote p:first-child::before {
  content: "\201C";
  font-family: Arial;
  color: white;
  font-size: 60px;
  line-height: 1.2em;
  position: absolute;
  left: -30px;
  top: -15%;
}

blockquote cite {
  font-style: normal;
  font-weight: 300;
}

/* 
    HEADER 
*/
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 30px;
}

.pop-block {
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0px 6px 20px rgba(49, 75, 166, 0.1);
}

.block_logo {
  padding: 10px 10px 10px 10px;
}

.logo_a img {
  width: 100%;
  height: 100%;
}

.line-block__item {
  display: flex;
  align-items: center;
  height: 80px;
}

.line-block__item.block-menu {
  width: 80%;
}

.line-block__item > div {
  width: 100%;
}

.block-links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.block-links .line-block__header_menu_link {
  padding: 0;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.dropdown {
  color: #5a5b72;
  position: relative;
  width: 300px;
  height: 50px;
  filter: url(#goo);
  background: #f7f8fb;
  border: 1px solid #f7f8fb;
  border-radius: 45px;
}

.dropdown-dark {
  background-color: #575757;
  border: 1px solid #575757;
  color: white;
}

.dropdown * {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

  color: #5a5b72;
}

.line-block__item_text > .selected,
.line-block__header_menu_link > .selected {
  color: #6dac44;
}

.dropdown-dark * {
  color: white;
}

.dropdown .dropdown__face,
.dropdown .dropdown__items {
  background-color: #f7f8fb;
  padding: 14px;
  border-radius: 25px;
  margin-left: 15px;
}

.dropdown-dark .dropdown__face,
.dropdown-dark .dropdown__items {
  background-color: #575757;
}

.dropdown .dropdown__face {
  display: block;
  position: relative;
  cursor: pointer;
}

.dropdown .dropdown__items {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
}

.dropdown .dropdown__items li {
  margin-top: 10px;
  margin-left: 20px;
}

.dropdown .dropdown__items li > a {
  display: block;
  width: 100%;
}

.dropdown .dropdown__items li:first-child {
  margin-top: 0;
}

.dropdown .dropdown__arrow {
  border-bottom: 2px solid #5a5b72;
  border-right: 2px solid #5a5b72;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
  transition: all 0.5s;
}

.dropdown-dark .dropdown__arrow {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.dropdown input {
  display: none;
}

.dropdown:hover:not(.mobile) .dropdown__items,
.dropdown input:checked ~ .dropdown__items {
  top: calc(100% + 3px);
  visibility: visible;
  opacity: 1;
}

.dropdown:hover:not(.mobile) .dropdown__face .dropdown__arrow,
.dropdown input:checked ~ .dropdown__face .dropdown__arrow {
  top: 45%;
  transform: rotate(-135deg) translateX(50%);
}

.block_phone,
.block_address {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.line-block__item .social__working_regime_desc,
.line-block__item .social__address {
  width: auto;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 20px;
  color: #a1a1a1;
}

.block_address p.social__working_regime,
.block_phone p.social_phone,
.block_phone p.social_links {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 25px;
  margin: 3.5px;
}

.social__working_regime_desc p,
.social__address p {
  margin: 0;

  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 20px;
  color: #a1a1a1;

  transition: all 0.3s;
}

.social__working_regime_desc p.fa::before,
.social__address p.fa::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  color: #6dac44;
  margin-right: 5px;
}
.social__address p:hover {
  color: var(--third);
}

.block-social {
  padding: 0 40px;
  justify-content: space-between;
  height: 30px;
}

.block-social .social_a {
  margin: 0 5px;
  width: 30px;
  height: 30px;
}

.line-block__header_menu_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}

.line-block__header_menu_link {
  padding-right: 10%;
}

.line-block__header_menu_link:last-child {
  padding: 0;
}

.line-block__header_menu_link * {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #5a5b72;
}

/* -- low header start -- */

.low-header {
  margin-bottom: 80px;
}

.low-header .header__inner {
  justify-content: center;
  height: 100px;
}

.low-header .block_logo > div {
  width: 100%;
  height: 100%;
}

.low-header .block_logo {
  height: 100%;
  padding: 10px 40px;
  border-radius: 70px;
  box-shadow: 0px 6px 20px 0px #314ba61a;
}

.low-header .logo_a {
  width: 100%;
  height: 100%;
}

@media (max-width: 1140px) {
  .header__inner {
    padding: 0 20px;
  }
}

/* -- low header end -- */

/* -- mobile header start -- */

.header-mobile {
  margin-bottom: 50px;
}

.header-mobile .header__inner {
  height: 70px;
}

.header-mobile .block_logo {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  border-radius: 70px;
  box-shadow: 0px 6px 20px 0px #314ba61a;
  padding: 0 10px 0 10px;
}

.header-mobile .block_burger {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 6px 20px 0px #314ba61a;
}

.header-mobile .dropdown {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.header-mobile .modal-body > * {
  /*margin-bottom: 30px !important;*/
}
.time:before {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #a1a1a1;
  margin-right: 5px;
  content: "\f017";
}
.fa-map-markers::before{
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #a1a1a1;
  margin-right: 5px;
  content: "\f041";
}
.address{
  margin-bottom: 20px;
}
.social_phone{
  margin-top: 20px;
}
.work-times {
  margin: 0;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500!important;
  font-size: 1.1em!important;
  line-height: 20px;
  color: #a1a1a1;
  transition: all 0.3s;
}
.adresss{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flexed{
  display: flex;
}
.header-mobile .modal-body > div:nth-child(2) .footer_link {
  color: #494949;
}

.header-mobile .block-social__line {
  display: flex;
  justify-content: center;
}

.header-mobile .block_burger .hover-green:hover svg path {
  stroke: #6dac44;
  transition: all 0.3s;
}

/* -- mobile header end -- */

/* 
    end HEADER 
*/

/* 
    FOOTER 
*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
  background-color: #f7f8fb;
  min-height: 350px;
}

.footer__inner {
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
}
.footer__inner.top {
  padding-top: 25px;
}
.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.footer_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_item:last-child {
  align-items: flex-end;
}

.line-block__item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 166%;
  padding-bottom: 25px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: rgba(39, 40, 70, 0.85);
}

.line-block__item_text {
  width: 100%;
  height: auto;
}

.line-block__item_text p {
  margin-bottom: 6px;
}

.line-block__item_text * {
  font-weight: 500;
  font-size: 18px;
  line-height: 166%;
  color: rgba(39, 40, 70, 0.6);
}

.footer_link {
  margin-bottom: 6px;
}

.footer_link.download {
  display: block;
  /*text-align: center;
  padding: 10px;
  border: 1px solid rgba(39, 40, 70, 0.6);
  border-radius: 20px;*/
  transition: all .3s;
}
/*.footer_link.download:hover {
  background-color: #6dac44;
  color: #fff !important;
}*/

.footer_item .footer__privacy {
  text-align: end;
  color: rgba(39, 40, 70, 0.5);
  font-size: 18px;
  line-height: 127.5%;
}

.footer__privacy {
  color: rgba(39, 40, 70, 0.6);
}
.footer__policy,
.footer__policy a {
  color: rgba(39, 40, 70, 0.6);
}
.footer__inner.copyright {
  text-align: end;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0 1em 0;
}

.footer_hours_gray {
  margin: 0;
  font-size: 0.9em;
  color: gray;
}

@media (max-width: 1140px) {
  .footer__inner {
    padding: 0 20px;
  }

  .footer {
    margin-top: 50px;
  }
}

@media (max-width: 900px) {
  .footer {
    padding-top: 50px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__inner .branch {
    order: 1;
  }

  .footer__inner .inform {
    order: 2;
  }

  .footer__inner .links {
    order: 3;
  }

  .footer_item {
    align-items: center !important;
    margin-bottom: 20px;
  }

  .line-block__item_text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__inner.copyright {
    align-items: end;
    margin-bottom: 20px;
  }
}
/* 
    end FOOTER 
*/

/* -- template_style -- */

/*
  WINDOWS MODAL
*/
.window__modal {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  top: -1000px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 15px;
}

.modal__item {
  position: absolute;
  width: 90%;
  max-height: 560px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_active {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.modal-content {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 50px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 5px 15px black;
  border-radius: 25px;
  background: #ffffff;
}

.modal-body {
  height: 100%;
  width: 100%;
}

.need-scroll {
  overflow-y: auto;
}

.need-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #e1e1e1;
  border-radius: 10px;
}

.need-scroll::-webkit-scrollbar-thumb {
  background: #6dac44;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.hidden-window {
  overflow: hidden;
}

body.hidden-window div.window__modal {
  background: rgba(0, 0, 0, 0.6);
}

body.hidden-window .modal__content {
  background: #ededed;
}
/*
  end WINDOWS MODAL
*/

/*
  start CATALOG SIDEBAR
*/
.sidebar {
  display: block;
  width: 30%;
  padding-right: 10px;
}

.sidebar .pop-block {
  background: #ffffff;
  box-shadow: 0px 6px 20px rgb(49 75 166 / 10%);
  border-radius: 20px;
  max-height: 600px;
  height: auto;
  padding: 30px;
  overflow: hidden;
}
/*
  end CATALOG SIDEBAR
*/

/*
  MAIN PAGE ABOUT
*/
.contacts_main_page {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3em;

  margin-bottom: 4em;
}
.contacts_main_page .preview_img img {
  border-radius: 20px;
  width: max-content;
}
.contacts_main_page .title {
  font-size: 2.1em;
  border-bottom: 5px solid var(--first);
}
.contacts_main_page .description {
  line-height: 18px;
}
.contacts_main_page .description input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.contacts_main_page .description .text {
  display: -webkit-box;
  -webkit-line-clamp: 21;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contacts_main_page .description label {
  color: var(--first);
}
.contacts_main_page .description label:hover {
  color: var(--third);
}
.contacts_main_page .description input:checked + .text {
  -webkit-line-clamp: unset;
}
.contacts_main_page .description input:checked ~ label {
  display: none;
}
.contacts_main_page .description p {
  margin: 0 0 0.7em 0;
}
.contacts_main_page .bottom {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--first);
  margin-top: 1em;
  padding: 0.5em 1em;
}
.contacts_main_page .bottom .phone {
  margin: 0;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 2px solid #000;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s;
}
.contacts_main_page .bottom .block-social__line {
  width: auto;
}
.contacts_main_page .bottom .phone > svg {
  fill: #000;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  transition: all 0.3s;
}
.contacts_main_page .bottom .phone:hover,
.contacts_main_page .bottom .phone:hover svg,
.contacts_main_page .bottom .block-social__line .social_a:hover {
  color: var(--third) !important;
  fill: var(--third) !important;
}
@media (max-width: 900px) {
  .contacts_main_page {
    flex-direction: column;
  }
  .contacts_right_block {
    margin: 0px 15px;
  }
  .contacts_main_page .preview_img img {
    width: 100%;
  }
  .contacts_main_page .description .text {
    -webkit-line-clamp: 12;
  }
}

/*
  end MAIN PAGE ABOUT
*/
.section__desc {
  font-weight: 300;
}

a.text-green:hover {
  color: var(--third);
}

.footer__right-block {
  display: flex;
}

.copyright-doweb {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.copyright-doweb > a {
  display: contents;
  color: rgba(39, 40, 70, 0.6);
}

.copyright-doweb > a > img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .footer__inner.copyright {
    align-items: center !important;
  }

  .footer__policy {
    margin-bottom: 15px;
  }

  .footer__right-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer__privacy {
    text-align: center;
  }

  .copyright-doweb {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 900px) {
  .footer_1 .block_phone .social__working_regime {
    text-align: end;
  }
}

@media screen and (max-width: 900px) {
  .footer_1 .block_phone .social__working_regime {
    text-align: center;
  }
  .footer_1 .block_phone {
    text-align: center;
  }
  .footer_1 .block_phone > p,
  .footer_1 .block_phone > a {
    width: 100%;
  }

  .sticy-block{
    margin-bottom: 25px;
  }

  .top-block > .page-title h1{
    font-size: 2.1em;
  }

}

.footer_1 .block_phone {
  margin-top: 25px;
}
.down_pdf{
  display: flex;
  border: 1px solid rgba(39, 40, 70, 0.6);
  border-radius: 20px;
  padding: 10px;
  align-items: center;
}
.down_pdf img{
  margin-right: 10px;
  max-width: 35px;
  content: "\f1c1";;
}
.down_pdf a{
  color: #78798C;
}
.arendators_down{
  display: flex;
  margin-top: 10px;
  align-items: center;
  background: #D14524;
  padding: 10px;
  border-radius: 40px;
}
.arendators_header{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.arendators_text{
  margin-bottom: 0;
  color: #fff;
}
.arendators_down img{
  margin-right: 20px;
  max-width: 35px;
}
.pravila_form{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.pravila_form img{
  margin-right: 10px;
  max-width: 20px;
}
@media(max-width:700px){
  .section__title{
    margin-top: 50px;
  }
}


@media(max-width:1420px){
  .section__shop > .top-block > .page-title{
    padding: 0 20px;
  }

  .content > .top-block > .page-title{
    padding: 0 20px;
  }

}
.rew_ya {
    margin-top: 30px;
}



/* End */


/* Start:/local/templates/doweb-sirius/assest/fonts/font-awesome/css/brands.css?168491101423698*/
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/doweb-sirius/assest/fonts/font-awesome/css/../fonts/fa-brands-400.woff2") format("woff2"), url("/local/templates/doweb-sirius/assest/fonts/font-awesome/css/../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400;
  font-style: normal; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

/* End */


/* Start:/local/templates/doweb-sirius/components/doweb/main.social/popup/style.css?16932222951175*/
.block-social__popup {
  position: relative;
}

.more-link {
  width: fit-content;
  margin: 0 auto;
  font-size: 2em;
  transition: color 0.3s;
}

.more-link:hover {
  cursor: pointer;
}

.more-link.opened {
  color: var(--first);
}

.more-link:hover {
  color: var(--first);
}

.block_social__popItems a {
  color: #000;
}

.block_social__popItems {
  display: none;
  width: max-content;
  position: absolute;
  padding: 20px;
  z-index: 200;
  box-shadow: 20px 20px 60px rgb(49 50 50);
  top: 70px;
  background: #ffffff;
  border-radius: 60px;
}

.block-social__popup .social_a {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-family: "Font Awesome 6 Brands";
  line-height: 30px;
  text-align: center;
}

.block-social__popup .social_a:before {
  font-size: 30px;
}

.block_social__popItems i.fa-brands {
  font-size: 1.3em;
  opacity: 0;
  transition: all 0.4s;
}

.block_social__popItems.active i.fa-brands {
  opacity: 1;
}

.block_social__popItems .social_a:hover {
  color: var(--first);
}

.block_social__popItems .social_a[data-color]:hover,
.more-link[data-color]:hover,
.more-link.opened[data-color] {
  color: #272846 !important;
}

/* End */


/* Start:/local/templates/doweb-sirius/template_styles.css?1741887899383*/
div.entry-title {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	font-size: 2.4em;
	text-align: center;
	color: #0B3A37;
	line-height: calc(1em + 10px);
	margin: 0 0 18px;
}
.item.number {
	display: none;
}
div.h2{    font-size: 2em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;font-weight:600;}
.slick-track{margin-left:0 !important;}


/* End */
/* /local/templates/doweb-sirius/assest/css/styles.css?175042539324893 */
/* /local/templates/doweb-sirius/assest/fonts/font-awesome/css/brands.css?168491101423698 */
/* /local/templates/doweb-sirius/components/doweb/main.social/popup/style.css?16932222951175 */
/* /local/templates/doweb-sirius/template_styles.css?1741887899383 */
