@charset "UTF-8";
/* Colors */
html {
  width: 100%;
  min-height: 100vh; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 12pt;
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff; }

ul {
  margin: 0;
  padding: 0; }

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

a {
  text-decoration: none; }

.img-responsive {
  width: 100%;
  height: auto; }

.btn-outline-primary, .btn-primary {
  --bs-btn-color:#555;
  --bs-btn-border-color:#555;
  --bs-btn-hover-bg:#D778A4;
  --bs-btn-hover-border-color:#D778A4;
  --bs-btn-active-bg:#D778A4;
  --bs-btn-active-border-color:#D778A4;
  --bs-btn-disabled-color:#D778A4;
  --bs-btn-disabled-border-color:#D778A4;
  --bs-btn-border-width:2px;
  --bs-btn-bg: transparent; }

.hk_right {
  float: right; }

.hk_left {
  float: left; }

#collapseLang {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); }

.lang_block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }

.lang_block > button.btn-outline-primary.ua {
  color: #222;
  border-color: #afafaf;
  background: linear-gradient(0deg, #ffdd00 0%, rgba(203, 200, 100, 0.9) 45%, #0057b7 100%); }

.container-xxl {
  max-width: 920px;
  display: flex;
  min-height: 100vh; }
  .container-xxl .row {
    justify-content: center; }

.hk_sidebar {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #dbdfdf;
  border-left: 1px solid #dbdfdf; }
  .hk_sidebar > div {
    position: fixed;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .hk_sidebar .logo_block {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .hk_sidebar .btn-link {
    margin-block: 10px; }
  .hk_sidebar .menu_block {
    flex-grow: 1; }

.hk_main {
  display: flex;
  flex-direction: column;
  min-width: 600px;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #dbdfdf; }
  .hk_main main {
    flex-grow: 1; }

footer {
  flex-shrink: 0;
  text-align: center;
  border-top: 1px solid #dbdfdf;
  background: rgba(236, 241, 241, 0.6);
  color: #555;
  padding: 10px 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  footer p {
    margin-bottom: 0; }

.pagination_block {
  display: flex;
  justify-content: center; }

.pagination li {
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 7px;
  border: 2px solid #dbdfdf;
  font-size: 1rem;
  line-height: 1rem; }

.pagination li a {
  color: #555; }

.pagination li.active {
  background: #fff;
  border: 2px solid #D778A4; }

.menu_block {
  margin-top: 50px; }
  .menu_block .nav {
    padding: 2px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end; }
  .menu_block .nav.active {
    background: url(../img/nav_active.gif) repeat-x;
    background-position: center; }
  .menu_block .nav a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .menu_block .nav i {
    display: block;
    height: 50px;
    width: 50px;
    background: url(../img/menu.png) no-repeat;
    margin: 0 20px; }
  .menu_block .nav i.home {
    background-position: 0 0px; }
  .menu_block .nav:hover i.home {
    background-position: -50px 0; }
  .menu_block .nav i.about {
    background-position: 0 -50px; }
  .menu_block .nav:hover i.about {
    background-position: -50px -50px; }
  .menu_block .nav i.works {
    background-position: 0 -100px; }
  .menu_block .nav:hover i.works {
    background-position: -50px -100px; }
  .menu_block .nav i.modules {
    background-position: 0 -150px; }
  .menu_block .nav:hover i.modules {
    background-position: -50px -150px; }
  .menu_block .nav i.reviews {
    background-position: 0 -200px; }
  .menu_block .nav:hover i.reviews {
    background-position: -50px -200px; }
  .menu_block .nav i.contact {
    background-position: 0 -250px; }
  .menu_block .nav:hover i.contact {
    background-position: -50px -250px; }
  .menu_block .nav span {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    padding: 0;
    display: inline-block;
    color: #000;
    margin-top: 2px; }
  .menu_block .nav:hover span, .menu_block .nav.active span {
    color: #4687c3; }

header {
  z-index: 1000;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #dbdfdf;
  background: #fff;
  box-shadow: 0px 0px 3px #ccc; }

header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 580px;
  margin: 0 auto; }

header > div img {
  margin-left: 20px; }

header .menu-btn {
  margin-right: 20px; }

/* Гамбургер иконка */
.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.menu-btn span {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #222222;
  transition: all 0.5s; }

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px); }

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px); }

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
  display: none; }

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg); }

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); }

/* Меню, которое будет появляться */
.menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 60px 0 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

.menu.active {
  transform: translateX(0); }

.menu li {
  list-style-type: none; }

.menu #main_menu li {
  float: none;
  width: 100%;
  padding: 10px 0; }

.title_text {
  font-size: 14pt;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0; }

.menu .lang_block {
  flex-flow: column-reverse; }

/* Меню категорий */
.menu_category ul {
  display: flex;
  margin-left: -5px; }
.menu_category li {
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 7px;
  border: 2px solid #dbdfdf; }
.menu_category li a {
  color: #555; }
.menu_category li.active, .menu_category li:hover {
  background: #fff;
  border: 2px solid #D778A4; }

/* Главная страница */
.page_home .service_block {
  padding-left: calc(1.5rem - 16px);
  padding-right: calc(1.5rem - 16px); }
  .page_home .service_block .col-md-4:nth-child(1) .img {
    background: url(../img/code.png) no-repeat; }
  .page_home .service_block .col-md-4:nth-child(2) .img {
    background: url(../img/design.png) no-repeat; }
  .page_home .service_block .col-md-4:nth-child(3) .img {
    background: url(../img/print.png) no-repeat; }
  .page_home .service_block .service_block_item {
    width: 100%;
    /*height: 315px;*/
    border: 3px solid #333;
    background: #fff;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0.3; }
    .page_home .service_block .service_block_item:hover {
      opacity: 1;
      border-color: #D778A4; }
      .page_home .service_block .service_block_item:hover .button-next {
        padding: 10px;
        margin: 18px; }
    .page_home .service_block .service_block_item a {
      color: #000; }
    .page_home .service_block .service_block_item .item_stretch {
      display: flex;
      flex-direction: column; }
    .page_home .service_block .service_block_item .title {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 7px; }
    .page_home .service_block .service_block_item .img {
      width: 100px;
      height: 100px;
      margin: 20px auto; }
    .page_home .service_block .service_block_item .content {
      text-align: center;
      margin-bottom: 5px;
      font-size: 14px;
      padding: 0 10px; }
    .page_home .service_block .service_block_item .button-next {
      text-align: center;
      border: 3px solid #333;
      padding: 5px 7px;
      margin: 23px;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #333; }
      .page_home .service_block .service_block_item .button-next:hover {
        background: #333;
        color: #fff;
        border-color: #D778A4;
        -moz-transition: all 3s;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s; }
.page_home .intro_block {
  padding: 0 20px; }
  .page_home .intro_block p {
    padding: 0;
    text-align: justify; }

/* Страница обо мне */
.page_about > .row:first-of-type {
  align-items: center;
  justify-content: space-between; }
  .page_about > .row:first-of-type p:last-of-type {
    margin-bottom: 0; }
.page_about > .row {
  padding: 20px 20px 0 !important; }
.page_about .title_text {
  padding: 0;
  display: block;
  margin-bottom: 10px; }
.page_about .col-sm-5 {
  padding: 0 !important;
  max-width: 200px !important; }
.page_about .col-sm-7 {
  padding: 0; }

/* Страница отзывов */
.page_reviews .row:last-of-type .wrapper, .related_review .row:last-of-type .wrapper {
  padding-bottom: 20px !important; }
.page_reviews .wrapper, .related_review .wrapper {
  padding: 20px;
  padding-bottom: 0 !important; }
  .page_reviews .wrapper .info_block, .related_review .wrapper .info_block {
    padding: 10px;
    background: #fff;
    line-height: 17px;
    font-size: 13px;
    display: flex;
    align-items: center; }
    .page_reviews .wrapper .info_block p, .related_review .wrapper .info_block p {
      margin: 0;
      text-align: justify;
      padding-right: 7px; }
    .page_reviews .wrapper .info_block span, .related_review .wrapper .info_block span {
      display: block;
      color: #999; }
    .page_reviews .wrapper .info_block img, .related_review .wrapper .info_block img {
      width: 80px;
      height: fit-content;
      padding: 5px 15px 5px 5px; }
  .page_reviews .wrapper .total_block, .related_review .wrapper .total_block {
    padding: 10px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .page_reviews .wrapper .total_block i, .related_review .wrapper .total_block i {
      float: left;
      display: inline-block;
      height: 24px;
      width: 24px;
      background: url(../img/fl_link.png) no-repeat;
      margin-right: 7px; }
.page_reviews .reviews_info, .related_review .reviews_info {
  padding: 10px;
  background: #fff; }
  .page_reviews .reviews_info div, .related_review .reviews_info div {
    float: left;
    margin: 0 10px 0 0; }
    .page_reviews .reviews_info div p, .related_review .reviews_info div p {
      float: left;
      padding-left: 7px;
      line-height: 24px;
      font-weight: 500; }
  .page_reviews .reviews_info .original, .related_review .reviews_info .original {
    float: right; }
    .page_reviews .reviews_info .original a, .related_review .reviews_info .original a {
      color: #186FB3; }
  .page_reviews .reviews_info .all > p, .related_review .reviews_info .all > p {
    color: #555; }
.page_reviews .reviews_block, .related_review .reviews_block {
  margin: 20px 0;
  background: #fff;
  padding: 14px; }
.page_reviews .reviews_block li, .related_review .reviews_block li {
  float: left;
  padding: 10px;
  margin: 0 0 14px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box; }
.page_reviews .reviews_block li:last-of-type, .related_review .reviews_block li:last-of-type {
  margin: 0; }
.page_reviews .review_item, .related_review .review_item {
  box-shadow: 15px 0px 20px -10px #ccc inset; }
.page_reviews .review_item.positive, .related_review .review_item.positive {
  box-shadow: 15px 0px 20px -10px #00AE5A inset;
  border-color: #34be7c; }
.page_reviews .review_item.negative, .related_review .review_item.negative {
  box-shadow: 15px 0px 20px -10px #F55536 inset;
  border-color: #f7785f; }
.page_reviews .review_item_title, .related_review .review_item_title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between; }
.page_reviews .review_item_title h4, .related_review .review_item_title h4 {
  color: #186FB3;
  padding-left: 5px;
  font-size: 16px; }
.page_reviews .review_item .rtime, .related_review .review_item .rtime {
  font-size: 8pt;
  padding: 5px 7px 3px 7px;
  background: #777;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap;
  align-self: flex-start; }
.page_reviews .review_item_content p, .related_review .review_item_content p {
  font-size: 11pt;
  padding: 5px;
  margin: 0 !important; }
.page_reviews .review_item_content .text, .related_review .review_item_content .text {
  margin-bottom: 10px; }
.page_reviews .review_item_content .autor_line, .related_review .review_item_content .autor_line {
  margin-top: 10px !important; }
.page_reviews .review_item_content .autor_line span, .related_review .review_item_content .autor_line span {
  margin-right: 7px;
  padding-right: 10px;
  border-right: 2px solid #999; }
.page_reviews .review_item_content .autor_line span:last-of-type, .related_review .review_item_content .autor_line span:last-of-type {
  border: none; }
.page_reviews .review_item_content .autor_line span > i, .related_review .review_item_content .autor_line span > i {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/reviews_data.png) no-repeat;
  margin-right: 5px; }
.page_reviews .review_item_content .autor_line .safe > i, .related_review .review_item_content .autor_line .safe > i {
  background-position: -16px 0; }
.page_reviews .review_item_content .autor_line .personal > i, .related_review .review_item_content .autor_line .personal > i {
  background-position: -32px 0; }

.related_review .reviews_block {
  padding: 0;
  margin: 0; }

.page_work .title_block {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding: 15px 0; }

/* Страница контактов */
.page_contact input:focus,
.page_contact textarea:focus {
  outline: none !important;
  border-color: #D778A4;
  box-shadow: 0 0 0 0.2rem rgba(215, 120, 164, 0.3); }
.page_contact .wrapper {
  padding: 20px; }
.page_contact p img {
  width: 22px;
  height: 22px;
  margin-right: 18px; }
.page_contact p span {
  color: #333;
  font-size: 18px;
  font-weight: 500; }
.page_contact .row:first-of-type p {
  margin-bottom: 10px; }
.page_contact .alert {
  width: 78%;
  padding: 10px; }
.page_contact .btn-secondary {
  padding: 10px 15px; }

/* Страница списка работ */
.page_works .row:first-of-type .wrapper {
  border-bottom: 1px solid #dbdfdf; }
.page_works .wrapper {
  padding: 20px; }
.page_works .works_list_block {
  margin-top: 20px; }
  .page_works .works_list_block li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px; }
    .page_works .works_list_block li p {
      text-align: center;
      color: #333;
      font-weight: 500; }

/* Страница работы */
.page_work .row:first-of-type .wrapper {
  border-bottom: 1px solid #dbdfdf; }
.page_work .wrapper {
  padding: 20px; }
.page_work h1 {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
.page_work .background_block {
  margin: 20px 20px 0 20px; }
.page_work .description_block {
  background: #fff;
  padding: 15px;
  margin: 20px 0 0 0; }
  .page_work .description_block p:last-of-type {
    margin-bottom: 0; }
.page_work .screenshots_block {
  background: #fff;
  padding: 15px 15px 0;
  margin: 20px 0 0 0; }
  .page_work .screenshots_block ul {
    padding: 0 4px;
    display: inline-block; }
  .page_work .screenshots_block li {
    float: left;
    margin: 0 10px 20px; }
  .page_work .screenshots_block svg {
    width: 110px;
    height: 110px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2)); }

/* Страница списка модулей */
.page_modules .wrapper {
  padding: 20px; }
.page_modules .modules_list_block {
  /*margin-top:20px;*/ }
  .page_modules .modules_list_block li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 auto; }
    .page_modules .modules_list_block li p {
      text-align: center;
      color: #333;
      font-weight: 500; }

/* Страница модуля */
.page_module .wrapper {
  padding: 20px; }
.page_module h1 {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
.page_module .background_block {
  margin: 20px 20px 0 20px; }
.page_module .description_block {
  background: #fff;
  padding: 15px;
  margin: 20px 0 0 0; }
  .page_module .description_block p:last-of-type {
    margin-bottom: 0; }
.page_module .cms_block {
  background: #fff;
  padding: 15px;
  margin: 0px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page_module .cms_block img {
    max-width: 150px; }
.page_module .screenshots_block {
  background: #fff;
  padding: 15px 15px 0;
  margin: 20px 0 0 0; }
  .page_module .screenshots_block ul {
    padding: 0 4px;
    display: inline-block; }
  .page_module .screenshots_block li {
    float: left;
    margin: 0 10px 20px; }
  .page_module .screenshots_block svg {
    width: 110px;
    height: 110px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2)); }

/* > 1000 */
body {
  background-color: #fff;
  background-image: url(../img/background_top.webp), url(../img/background_bottom.webp);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x; }

/* > 934 */
@media screen and (min-width: 935px) {
  header {
    display: none; } }
/* < 934 */
@media screen and (max-width: 934px) {
  .container-xxl {
    max-width: 100%;
    padding: 0;
    margin: 0; }

  .container-xxl .row {
    /*padding:0 15px;*/
    margin: 0px;
    width: 100%; }

  .hk_sidebar {
    display: none; }

  .hk_main {
    max-width: 100%;
    min-width: 100%;
    border-left: none;
    border-right: none;
    margin-top: calc(1.5rem + 49px); }

  .hk_main > main {
    padding: 0 7%; }

  #slider-wrap {
    max-width: 560px;
    margin: 0 auto; }

  #slider {
    border: 0 !important; }

  .page_home .service_block .service_block_item .content {
    padding: 0 20px; }

  .page_reviews .wrapper {
    padding: 20px 5px; }

  .menu_category ul {
    justify-content: center; } }
/* > 767 */
@media screen and (min-width: 767px) {
  .page_home .service_block .col-md-4 {
    display: flex;
    align-items: stretch; } }
/* < 767 */
@media screen and (max-width: 766px) and (min-width: 480px) {
  .page_home .service_block .item_stretch {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: -20px !important; }
    .page_home .service_block .item_stretch > div {
      width: 50% !important; }
  .page_home .service_block .service_block_item .img {
    margin: 0 !important;
    background-position: center !important; }
  .page_home .service_block .service_block_item .title {
    margin-top: 10px; } }
/* < 767 */
@media screen and (max-width: 767px) and (min-width: 600px) {
  .page_modules .modules_list_block li {
    width: 50%; } }
/* < 767 */
@media screen and (min-width: 600px) {
  .page_modules .modules_list_block li:nth-child(odd) {
    padding: 20px 10px 20px 20px; }
  .page_modules .modules_list_block li:nth-child(even) {
    padding: 20px 20px 20px 10px; }
  .page_modules .modules_list_block.de li:last-of-type {
    padding: 20px; } }
@media screen and (max-width: 766px) {
  .hk_main > main {
    padding: initial; }

  footer {
    padding: 10px 15px; }

  .page_home .service_block .col-md-4 {
    padding: calc(1.5rem  * .5); }
    .page_home .service_block .col-md-4:first-of-type {
      padding-top: 0; }
    .page_home .service_block .col-md-4:last-of-type {
      padding-bottom: 0; }

  .page_module .cms_block {
    flex-direction: column-reverse; }
    .page_module .cms_block img {
      margin-bottom: 15px; } }
/* < 575 */
@media screen and (max-width: 575px) {
  .hk_main {
    padding: 0 5px; }

  .page_about > .row {
    padding: 20px !important; }
  .page_about .col-sm-5 {
    max-width: none !important;
    text-align: center;
    margin-bottom: 20px; }
  .page_about .title_text {
    text-align: center; } }
/* < 480 */
@media screen and (max-width: 480px) {
  .pagination li {
    padding: 8px 12px;
    font-size: 0.8rem;
    line-height: 0.8rem; }

  .page_reviews .total_block {
    flex-direction: column; }
    .page_reviews .total_block > div {
      padding: 5px 0; } }
/* > 400 */
@media screen and (min-width: 400px) {
  .page_modules .modules_list_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

/*# sourceMappingURL=new_style.css.map */
