/*
Theme Name: ChongSu
Author: Ilya Kochergin
Author URI: https://www.webbuild.ru
Description: Theme for my personal website and blog
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
*/
/******************************************************************************

                                    INTER

*******************************************************************************/
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/chongsu/assets/fonts/inter/Inter-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/chongsu/assets/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/chongsu/assets/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/chongsu/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/chongsu/assets/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700; }
/******************************************************************************

                                 OPEN SANS

*******************************************************************************/
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-SemiBoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/chongsu/assets/fonts/open-sans/OpenSans-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800; }
html {
  scroll-behavior: smooth; }

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Inter';
  font-size: 18px;
  font-weight: normal;
  color: #202020;
  background-color: #e8e8ee;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  @media (min-width: 800px) {
    body {
      font-size: 18px; } }

.section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  line-height: 1.6; }

.centrator {
  width: 100%;
  max-width: 1280px;
  padding-inline: 12px;
  box-sizing: border-box; }
  @media (min-width: 400px) {
    .centrator {
      padding-inline: 16px; } }
  @media (min-width: 960px) {
    .centrator {
      padding-inline: 20px; } }
  @media (min-width: 1280px) {
    .centrator {
      margin-inline: auto; } }

.abyssal {
  color: #fff;
  background-color: #202020; }
  .abyssal_wooden {
    background-image: url("/wp-content/themes/chongsu/assets/i/background_dark.jpg"); }
  .abyssal .section {
    padding-block: 30px 40px; }
    @media (min-width: 768px) {
      .abyssal .section {
        padding-block: 40px; } }

.semiabyss {
  background-image: url("/wp-content/themes/chongsu/assets/i/semiabyss.png"); }

@media (min-width: 960px) {
  .ornamented {
    position: relative;
    overflow: hidden; }
    .ornamented::before {
      position: absolute;
      width: 124px;
      height: 432px;
      top: calc(50% - 216px);
      left: calc((124px - ((100dvw - 900px) / 2)) * -1);
      content: "";
      z-index: 0;
      background-position: left top;
      background-repeat: no-repeat;
      background-image: url("/wp-content/themes/chongsu/assets/i/pattern-left.png"); }
    .ornamented::after {
      position: absolute;
      width: 124px;
      height: 432px;
      top: calc(50% - 216px);
      right: calc((124px - ((100dvw - 900px) / 2)) * -1);
      content: "";
      z-index: 0;
      background-position: right top;
      background-repeat: no-repeat;
      background-image: url("/wp-content/themes/chongsu/assets/i/pattern-right.png"); }
    .ornamented__list {
      row-gap: 60px; } }
@media (min-width: 1164px) {
  .ornamented::before {
    left: 0; }
  .ornamented::after {
    right: 0; } }

.article p {
  line-height: 1.8; }
.article_short {
  text-align: center; }
.article__date {
  color: #aaa; }
.article__footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.clear {
  clear: both; }

h1 {
  margin-top: 0; }

h1.index, h2.index, h3.index {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  h1.index_small, h2.index_small, h3.index_small {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3; }
h1.center, h2.center, h3.center {
  width: 100%;
  text-align: center; }

.decor {
  text-align: center; }
  .decor:after {
    display: block;
    content: "";
    min-width: 166px;
    margin-top: 16px;
    min-height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/chongsu/assets/i/decor-light.png"); }
  .decor_accent:after {
    background-image: url("/wp-content/themes/chongsu/assets/i/decor-accent.png"); }
  @media (min-width: 780px) {
    .decor {
      position: relative;
      display: inline-block;
      padding-bottom: 55px;
      text-align: left; }
      .decor::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .decor_center {
        position: static;
        padding-bottom: 0;
        text-align: center; }
        .decor_center:after {
          position: static;
          transform: none;
          left: auto;
          top: auto;
          background-position-x: center; } }

p {
  line-height: 1.5; }
  p.slim {
    margin: 0; }
  p.emphasis {
    margin-block: 40px;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Open Sans', 'Inter';
    border-radius: 8px;
    background-color: #f7f7f9; }

a {
  color: #a95f2c;
  text-decoration: none;
  transition: color 0.25s; }
  a:hover {
    color: #c48741;
    text-decoration: underline; }
  a.altref {
    color: #dbb97f; }
    a.altref:hover {
      color: #d4a774; }

ul li {
  margin-bottom: 1em;
  line-height: 1.5; }

hr {
  margin-block: 40px; }

.nowrap {
  white-space: nowrap; }

figcaption {
  text-align: center;
  color: #736756;
  font-size: 16px; }

.wp-block-image .alignleft {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .wp-block-image .alignleft {
      float: left;
      width: auto;
      margin: 0 20px 16px 0; } }
  @media (min-width: 768px) {
    .wp-block-image .alignleft {
      margin: 0 40px 20px 0; } }

.wp-block-separator.clear {
  margin-block: 20px;
  border-top: 0; }
.wp-block-separator.space {
  margin-block: 40px;
  border-top: 0; }

.mediatext1 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px; }
  .mediatext1 img {
    padding-top: 1em; }
  .mediatext1_plain {
    display: inline-block; }
    .mediatext1_plain img {
      float: left;
      margin: 0 40px 20px 0; }
  .mediatext1_intro img {
    grid-row: span 2; }
  .mediatext1_intro p:nth-child(4) {
    grid-column: span 2; }
  @media (min-width: 960px) {
    .mediatext1_intro img {
      grid-row: span 3; }
    .mediatext1_intro p:nth-child(4) {
      grid-column: auto; } }

.circonf {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #202020;
  animation: circ-anim 0.7s linear infinite;
  border-bottom-color: transparent; }
  .circonf_small {
    width: 18px;
    height: 18px;
    border-width: 2px;
    animation: circ-anim 0.5s linear infinite; }
  .circonf_micro {
    width: 14px;
    height: 14px;
    border-width: 1px;
    animation: circ-anim 0.4s linear infinite; }

@keyframes circ-anim {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
.chonglogo {
  width: 128px;
  height: 128px; }
  @media (min-width: 768px) {
    .chonglogo {
      width: 196px;
      height: 196px; } }
  .chonglogo_footer {
    width: 92px;
    height: 92px; }
    @media (min-width: 768px) {
      .chonglogo_footer {
        width: 128px;
        height: 128px; } }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 300;
  opacity: 0;
  background-image: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABHSURBVHja7M8xEQAgDACxB+WVjguGXuIgp5oWuC0hIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi8scTYAByuwDk+ZlwwAAAAABJRU5ErkJggg==");
  transition: opacity 0.25s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup .popup__box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #e8e8ee;
    border: #bbb 1px solid;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box; }
  .popup .popup__body {
    max-height: 70dvh;
    overflow-y: auto; }
  .popup h2 {
    margin: 0;
    padding: 0; }
  @media (min-width: 480px) {
    .popup .popup__box {
      padding-inline: 40px; } }

.messager .popup__box {
  max-width: calc(100dvw - 16px) !important; }

.socio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px; }
  .socio__item {
    width: 24px;
    height: 24px;
    outline: none; }
    .socio__item svg {
      width: 24px;
      height: 24px;
      fill: #dbb97f;
      stroke: none; }
    .socio__item:hover svg, .socio__item:focus svg {
      fill: #d4a774; }
  @media (min-width: 960px) {
    .socio {
      gap: 40px; }
      .socio__item {
        width: 36px;
        height: 36px; }
        .socio__item svg {
          width: 36px;
          height: 36px; }
      .socio_wide {
        gap: 36px; }
        .socio_wide .socio__item {
          width: 32px;
          height: 32px; }
          .socio_wide .socio__item svg {
            width: 32px;
            height: 32px; } }

footer .socio__item {
  width: 36px;
  height: 36px; }
  footer .socio__item svg {
    width: 36px;
    height: 36px; }
footer .socio_wide {
  gap: 32px; }
  footer .socio_wide .socio__item {
    width: 28px;
    height: 28px; }
    footer .socio_wide .socio__item svg {
      width: 28px;
      height: 28px; }

.hamburger {
  position: relative;
  width: 44px;
  height: 44px;
  top: 0;
  transition: background-color 0.25s, top 0.25s;
  cursor: pointer;
  z-index: 20; }
  .hamburger span, .hamburger span::before, .hamburger span::after {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #dbb97f;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; }
  .hamburger span {
    top: 20px;
    left: 8px; }
  .hamburger span::before, .hamburger span::after {
    content: ""; }
  .hamburger span::before {
    top: -10px; }
  .hamburger span::after {
    top: 10px; }
  .hamburger:hover span, .hamburger:hover span::before, .hamburger:hover span::after {
    background-color: #d4a774; }
  .hamburger_active {
    top: -126px; }
    .hamburger_active span {
      width: 0;
      height: 0; }
      .hamburger_active span::before {
        top: 0;
        left: -4px;
        width: 36px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .hamburger_active span::after {
        top: 0px;
        left: -4px;
        width: 36px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
  .hamburger_fixed {
    position: fixed;
    top: 16px;
    right: 16px;
    transition: none !important; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }

.topmenu {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  height: 100dvh;
  right: 0;
  width: 0;
  z-index: 10;
  flex-direction: column;
  gap: 28px;
  padding: 80px 0 40px 0;
  border-left: #000 1px solid;
  background-color: #202020;
  transition: width 0.3s, padding-left 0.33s, padding-right 0.33s; }
  .topmenu_active {
    width: 240px; }
    .topmenu_active.topmenu_wide {
      width: 270px; }
  .topmenu .centrator {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0; }
  .topmenu menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0; }
  .topmenu__item {
    padding: 8px 32px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: #dbb97f;
    transition: background-color 0.2s; }
    .topmenu__item_active {
      cursor: default;
      color: #e8e8ee;
      background-color: transparent !important;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABHSURBVHja7M9BEQAACAOgraP9s5jBrwcNaJLJAxURERERERERERERERERERERERERERERERERERERERERERERERERuVgBBgBcZRCbKZqCPgAAAABJRU5ErkJggg=="); }
    .topmenu__item:hover, .topmenu__item:focus {
      color: #d4a774;
      text-decoration: none;
      background-color: #363636; }
  .topmenu__socio {
    display: flex !important;
    padding-inline: 32px;
    gap: 32px; }
    .topmenu__socio .socio__item {
      display: flex;
      flex-shrink: 0;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      border-radius: 18px;
      overflow: hidden;
      outline: none;
      transition: background-color 0.25s; }
      .topmenu__socio .socio__item svg {
        width: 24px;
        height: 24px;
        fill: #dbb97f;
        stroke: none; }
      .topmenu__socio .socio__item:hover, .topmenu__socio .socio__item:focus {
        background-color: #363636; }
        .topmenu__socio .socio__item:hover svg, .topmenu__socio .socio__item:focus svg {
          fill: #dbb97f; }
    .topmenu__socio.socio_wide {
      gap: 24px; }
  .topmenu .hamburger {
    position: absolute;
    top: 16px;
    right: 16px; }
  @media (min-width: 768px) {
    .topmenu {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 0;
      border-left: 0;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABHSURBVHja7M9BEQAACAOgraP9s5jBrwcNaJLJAxURERERERERERERERERERERERERERERERERERERERERERERERERuVgBBgBcZRCbKZqCPgAAAABJRU5ErkJggg=="); }
      .topmenu .centrator {
        display: block;
        padding-inline: 8px; }
      .topmenu menu {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding: 3px 0 0 0; }
      .topmenu__item {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 0;
        width: auto;
        padding: 0;
        font-size: 16px;
        line-height: 1;
        white-space: normal; }
        .topmenu__item span {
          padding: 10px 14px 13px 14px;
          color: #dbb97f; }
        .topmenu__item_active {
          color: #dbb97f; }
          .topmenu__item_active span {
            padding-inline: 10px;
            color: #202020 !important;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background-color: #e8e8ee !important;
            background-image: none !important; }
          .topmenu__item_active::before {
            width: 4px;
            content: "";
            background-position: right bottom;
            background-repeat: no-repeat;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA7SURBVHgBTcihEQAgCEZhMBkZgREcxQ0dxVGIxL9SPKV4x2vvIyoBkFYh4kz+4w7ldjebQXqnkbPS9QGsNA97Yo0crgAAAABJRU5ErkJggg=="); }
          .topmenu__item_active::after {
            width: 4px;
            content: "";
            background-position: left bottom;
            background-repeat: no-repeat;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA7SURBVHgBTYixDQAgCMDAidETPMETfcmLcEMXmdhMlMWELk0LzJohkIhOjQPm2iyi5Tf6uO6REJsZ9Af6WxI10gKfVQAAAABJRU5ErkJggg=="); }
        .topmenu__item_secondary {
          display: none; }
        .topmenu__item:hover, .topmenu__item:focus {
          background-image: none;
          background-color: transparent; }
          .topmenu__item:hover span, .topmenu__item:focus span {
            padding-inline: 10px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABJSURBVHja7M8xEQAwCAQwqLL3i0lcdOASB+kkUwe8OkJERERERERERERERERERERERERERERERERERERERERERERERETkjxVgAHxBAc91vQsZAAAAAElFTkSuQmCC"); }
          .topmenu__item:hover::before, .topmenu__item:focus::before {
            width: 4px;
            content: "";
            background-position: right bottom;
            background-repeat: no-repeat;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAsSURBVHjaYvj//z8DDDs4OOQxMUCBo6NjBJCyZULiGILYLEBOHkgGphIgwADWlg5Au8noPgAAAABJRU5ErkJggg=="); }
          .topmenu__item:hover::after, .topmenu__item:focus::after {
            width: 4px;
            content: "";
            background-position: left bottom;
            background-repeat: no-repeat;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAuSURBVHjaYnBwcMj7//8/AwwzMTAw2Do6OkYwQAETlDaECbJABZRAGCgoBhBgALWVDe9xgLHtAAAAAElFTkSuQmCC"); }
      .topmenu__socio {
        display: none !important; } }
  @media (min-width: 960px) {
    .topmenu .centrator {
      padding-inline: 16px; } }
  @media (min-width: 1100px) {
    .topmenu {
      padding-top: 4px; }
      .topmenu .centrator {
        padding-inline: 20px; }
      .topmenu__item {
        font-size: 18px; }
        .topmenu__item span {
          padding: 10px 16px 13px 16px; }
        .topmenu__item_active span, .topmenu__item:hover span, .topmenu__item:focus span {
          padding-inline: 12px; }
        .topmenu__item_info {
          display: flex; } }
  @media (min-width: 1200px) {
    .topmenu__item_info {
      display: flex; } }

.button {
  display: inline-block;
  padding: 12px 24px;
  box-sizing: border-box;
  border: 0;
  color: #202020;
  font-size: 18px;
  background-color: #dbb97f;
  text-align: center;
  outline: 0;
  line-height: 1;
  transition: background-color 0.25s; }
  .button__circonf {
    display: none; }
  .button:hover, .button:focus {
    color: #202020;
    background-color: #d4a774;
    text-decoration: none; }
  .button:disabled, .button_disabled {
    color: #aaa;
    background-color: #d5d5d5 !important;
    cursor: default; }
  .button_wait {
    padding: 11px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .button_wait .button__circonf {
      display: block; }
  .button_flex {
    display: flex;
    align-items: center; }
  .button_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    .button_icon::before {
      content: '';
      width: 24px;
      height: 24px;
      background-position: center;
      background-repeat: no-repeat; }
  .button_buy::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/run-black.png"); }
  .button_buy:hover::before, .button_buy:focus::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/run-dark.png"); }
  .button_chong::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/above-black.png"); }
  .button_chong:hover::before, .button_chong:focus::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/above-dark.png"); }
  .button_mallet::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/mallet-black.png"); }
  .button_mallet:hover::before, .button_mallet:focus::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/mallet-dark.png"); }
  .button_more::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/arrow-right-black.png"); }
  .button_more:hover::before, .button_more:focus::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/arrow-right-dark.png"); }
  .button_back::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/arrow-left-black.png"); }
  .button_back:hover::before, .button_back:focus::before {
    background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/arrow-left-dark.png"); }
  .button_load {
    width: 100%; }
    @media (min-width: 800px) {
      .button_load {
        display: block;
        width: 600px;
        margin-inline: auto; } }

.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px; }
  @media (min-width: 440px) {
    .buttons {
      flex-direction: row;
      gap: 20px; } }
  @media (min-width: 480px) {
    .buttons {
      gap: 40px; } }

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start; }
  form p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0; }
  form label {
    padding-left: 4px;
    color: #736756; }

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px; }
  .form h2 {
    margin: 0; }
  .form__row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%; }
  .form__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%; }
  .form__label {
    padding-left: 8px; }
  .form__hint {
    color: #e63d00; }
  .form__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px; }
    .form__footer p {
      margin: 0; }
  @media (min-width: 480px) {
    .form__row {
      flex-direction: row; }
    .form .form__field_double input {
      width: calc(100% - 20px); } }
  @media (min-width: 600px) {
    .form .form__field_single {
      width: calc(50% - 20px); } }
  @media (min-width: 900px) {
    .form__row {
      flex-direction: column; }
    .form .form__field_single {
      width: auto; } }
  @media (min-width: 1200px) {
    .form__row {
      flex-direction: row; }
    .form .form__field_double input {
      width: calc(100% - 20px); } }

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding: 4px 8px;
  background-color: #f6f6fa;
  color: #202020;
  border: #bbb 1px solid;
  border-radius: 4px;
  font-family: Inter;
  font-size: 18px;
  outline: none;
  transition: background-color 0.25s, border-color 0.25s; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
    color: #88868e; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    background-color: #f4ece2;
    border-color: #9d8971; }

input:autofill, input:-internal-autofill-selected, input:-webkit-autofill {
  background-color: #f6f6fa !important;
  color: #202020 !important;
  -webkit-text-fill-color: #202020;
  -webkit-box-shadow: 0 0 0 50px #f6f6fa inset; }

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px; }
  .checkbox__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: #bbb 1px solid;
    border-radius: 4px;
    background-color: #f6f6fa;
    outline: none;
    color: #202020;
    font-weight: bold;
    text-decoration: none !important;
    transition: background-color 0.25s, border-color 0.25s; }
  .checkbox__label {
    text-align: left; }
  .checkbox:focus .checkbox__mark, .checkbox:hover .checkbox__mark, .checkbox_focused .checkbox__mark {
    background-color: #f4ece2;
    border-color: #9d8971; }
  .checkbox_disabled {
    color: #88868e; }

div.checkbox {
  cursor: default; }
  div.checkbox_focused {
    color: #202020; }
  div.checkbox_disabled {
    color: #88868e; }
    div.checkbox_disabled .checkbox__mark {
      color: #88868e; }

.convo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0; }
  .convo__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500; }
    .convo__item a {
      display: flex;
      align-items: center;
      gap: 16px;
      color: #202020;
      text-decoration: none;
      outline: 0;
      transition: color 0.25s; }
      .convo__item a::before {
        content: '';
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat; }
      .convo__item a:hover, .convo__item a:focus {
        color: #a95f2c; }
    .convo__item_phone a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/phone-gray.png"); }
    .convo__item_phone a:hover::before, .convo__item_phone a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/phone-hover.png"); }
    .convo__item_vk a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/vk-gray.png"); }
    .convo__item_vk a:hover::before, .convo__item_vk a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/vk-hover.png"); }
    .convo__item_email a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/email-gray.png"); }
    .convo__item_email a:hover::before, .convo__item_email a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/email-hover.png"); }
    .convo__item_telegram a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/telegram-gray.png"); }
    .convo__item_telegram a:hover::before, .convo__item_telegram a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/telegram-hover.png"); }
    .convo__item_whatsapp a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/whatsapp-gray.png"); }
    .convo__item_whatsapp a:hover::before, .convo__item_whatsapp a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/whatsapp-hover.png"); }
    .convo__item_maks a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/maks-gray.png"); }
    .convo__item_maks a:hover::before, .convo__item_maks a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/maks-hover.png"); }

.pagination {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
  margin-inline: auto; }
  .pagination__pages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px; }
  .pagination__page {
    min-width: 30px;
    box-sizing: border-box;
    padding: 4px 10px;
    border-radius: 16px;
    text-align: center;
    border: #bbb 1px solid;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.25s; }
    .pagination__page:hover {
      color: #a95f2c;
      background-color: #d4a774;
      border-color: #d4a774;
      text-decoration: none; }
    .pagination__page_active {
      color: #000 !important;
      background-color: #d4a774 !important;
      border-color: #d4a774;
      cursor: default; }
  @media (min-width: 960px) {
    .pagination {
      flex-direction: row;
      justify-content: space-between;
      gap: 40px; }
      .pagination .pagination__more {
        min-width: 250px; } }

.navlinks {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 60px 40px;
  padding: 0; }
  .navlinks__cover {
    margin-block: 40px;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Open Sans', 'Inter';
    border-radius: 8px;
    background-color: #f7f7f9; }
  .navlinks .navlink {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin: 0 !important;
    padding: 0; }
    .navlinks .navlink a {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 300px;
      padding: 12px 20px;
      box-sizing: border-box;
      color: #dbb97f;
      background-color: #202020;
      outline: 0;
      text-decoration: none;
      transition: color 0.25s, background-color 0.25s;
      font-size: 20px;
      font-weight: 500; }
      .navlinks .navlink a::before {
        content: '';
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat; }
      .navlinks .navlink a:hover, .navlinks .navlink a:focus {
        color: #fff;
        background-color: #363636; }
    .navlinks .navlink_phone a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/phone-accent.png"); }
    .navlinks .navlink_phone a:hover::before, .navlinks .navlink_phone a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/phone-white.png"); }
    .navlinks .navlink_vk a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/vk-accent.png"); }
    .navlinks .navlink_vk a:hover::before, .navlinks .navlink_vk a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/vk-white.png"); }
    .navlinks .navlink_email a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/email-accent.png"); }
    .navlinks .navlink_email a:hover::before, .navlinks .navlink_email a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/email-white.png"); }
    .navlinks .navlink_telegram a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/telegram-accent.png"); }
    .navlinks .navlink_telegram a:hover::before, .navlinks .navlink_telegram a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/telegram-white.png"); }
    .navlinks .navlink_whatsapp a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/whatsapp-accent.png"); }
    .navlinks .navlink_whatsapp a:hover::before, .navlinks .navlink_whatsapp a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/whatsapp-white.png"); }
    .navlinks .navlink_chong a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/chong-accent.png"); }
    .navlinks .navlink_chong a:hover::before, .navlinks .navlink_chong a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/chong-white.png"); }
    .navlinks .navlink_models a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/above-accent.png"); }
    .navlinks .navlink_models a:hover::before, .navlinks .navlink_models a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/above-white.png"); }
    .navlinks .navlink_buy a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/run-accent.png"); }
    .navlinks .navlink_buy a:hover::before, .navlinks .navlink_buy a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/run-white.png"); }
    .navlinks .navlink_delivery a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/truck-accent.png"); }
    .navlinks .navlink_delivery a:hover::before, .navlinks .navlink_delivery a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/truck-white.png"); }
    .navlinks .navlink_master a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/mallet-accent.png"); }
    .navlinks .navlink_master a:hover::before, .navlinks .navlink_master a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/mallet-white.png"); }
    .navlinks .navlink_maks a::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/maks-accent.png"); }
    .navlinks .navlink_maks a:hover::before, .navlinks .navlink_maks a:focus::before {
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/maks-white.png"); }
  @media (min-width: 720px) {
    .navlinks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; } }
  @media (min-width: 1200px) {
    .navlinks {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 40px; }
      .navlinks .navlink a {
        min-width: 200px; } }

.header__centrator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding-block: 10px 16px; }
.header__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  line-height: 0;
  color: #fff;
  text-decoration: none;
  outline: 0;
  transition: color 0.25s; }
  .header__title h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3; }
    .header__title h1 span:first-child {
      font-size: 26px; }
  .header__title:hover, .header__title:focus {
    color: #dbb97f;
    text-decoration: none; }
.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 44px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6; }
.header__contact {
  display: none; }
  .header__contact_primary {
    display: block;
    font-size: 26px; }
.header .socio {
  display: none; }
@media (min-width: 480px) {
  .header__title {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%; }
    .header__title h1 {
      align-items: flex-start;
      text-align: left; } }
@media (min-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }
    .header__centrator {
      padding-block: 10px 0px; }
    .header__title {
      gap: 32px;
      align-items: center; }
      .header__title h1 {
        gap: 16px;
        font-size: 42px;
        font-weight: bold; }
        .header__title h1 span:first-child {
          font-size: 36px;
          font-weight: 500; }
    .header__contact {
      display: block; }
    .header .socio {
      display: flex; } }
@media (min-width: 960px) {
  .header__centrator {
    flex-direction: row;
    justify-content: space-between; }
  .header__title {
    justify-content: flex-start; }
  .header__contacts {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 0;
    width: auto; }
  .header__contact_primary {
    letter-spacing: 0.4px; }
  .header .socio {
    width: 100%; } }

main {
  display: flex;
  flex-direction: column;
  gap: 100px;
  min-height: 200px;
  padding-block: 32px; }
  @media (min-width: 768px) {
    main {
      padding-block: 40px; }
      main.main_index {
        background-position-x: calc(100dvw - 310px);
        background-position-y: -190px;
        background-repeat: no-repeat;
        background-image: url("/wp-content/themes/chongsu/assets/i/upchong.jpg"); } }
  @media (min-width: 960px) {
    main {
      padding-block: 48px;
      background-position-x: calc(100dvw - 360px); } }
  @media (min-width: 1280px) {
    main {
      padding-block: 60px; }
      main.main_index {
        background-position-x: calc((100dvw - 1280px) / 2 + 930px); } }

.aboutchong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-inline: 16px; }
  .aboutchong__photo {
    width: 100%;
    max-width: 500px;
    height: auto; }
  .aboutchong__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }
  @media (min-width: 768px) {
    .aboutchong {
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      .aboutchong .aboutchong__photo {
        width: 30%; }
      .aboutchong__info {
        align-items: flex-start; }
      .aboutchong h2, .aboutchong h3 {
        text-align: left; }
      .aboutchong .button {
        display: inline-flex;
        flex-grow: 0; } }
  @media (min-width: 960px) {
    .aboutchong {
      gap: 55px; }
      .aboutchong .aboutchong__photo {
        width: 33%;
        max-width: 323px; } }

.workshop {
  gap: 40px; }
  .workshop p {
    max-width: 960px; }
  .workshop a {
    text-decoration: none !important; }
    .workshop a:hover .workshop__label {
      color: #dbb97f; }
  .workshop__cards {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .workshop__card {
    display: flex;
    align-items: stretch; }
  .workshop__photo {
    display: block;
    flex-shrink: 0;
    width: 50%;
    aspect-ratio: 3 / 4;
    overflow: hidden; }
    .workshop__photo img {
      width: 100%;
      height: auto;
      border: 0;
      outline: 0; }
  .workshop__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0;
    padding-inline: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #f6f6f6;
    background-color: #000;
    transition: color 0.25s; }
  @media (min-width: 400px) {
    .workshop__label {
      font-size: 18px; } }
  @media (min-width: 480px) {
    .workshop__label {
      font-size: 20px; } }
  @media (min-width: 640px) {
    .workshop__cards {
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      max-width: 960px; }
    .workshop__card {
      flex-direction: column;
      width: 33%;
      background-color: #000; }
    .workshop__photo {
      width: 100%; }
    .workshop__label {
      display: inline-block;
      width: auto;
      padding: 8px;
      font-size: 16px;
      text-align: center; } }
  @media (min-width: 768px) {
    .workshop__label {
      padding: 10px;
      font-size: 18px; } }
  @media (min-width: 960px) {
    .workshop__label {
      font-size: 20px; } }

.geographic__map {
  width: 100%;
  height: auto;
  border: 0; }

.contact {
  display: flex;
  flex-direction: column; }
  .contact_short {
    align-items: center;
    gap: 32px; }
    .contact_short .contact__intro {
      max-width: 600px;
      text-align: center; }
    .contact_short .convo {
      margin-bottom: 40px; }
  .contact_form .form {
    margin-bottom: 20px; }
  @media (min-width: 900px) {
    .contact_form {
      display: grid;
      grid-template-columns: calc(50% - 30px) calc(50% - 30px);
      grid-template-rows: auto auto 1fr;
      column-gap: 60px;
      align-items: flex-start;
      padding-bottom: 40px; }
      .contact_form h1, .contact_form h2 {
        grid-column: span 2; }
      .contact_form .form {
        grid-row: span 2; } }

.postman {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  box-sizing: border-box; }
  .postman__row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center; }
    .postman__row_hidden {
      display: none; }
  .postman__post {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 200px;
    box-sizing: border-box;
    outline: 0; }
    .postman__post img {
      width: auto;
      display: block;
      object-fit: cover;
      align-self: stretch; }
    .postman__post h3, .postman__post p {
      margin: 0;
      text-align: left;
      transition: color 0.25s; }
    .postman__post_link {
      color: #202020;
      text-decoration: none !important; }
      .postman__post_link:hover {
        color: #a95f2c; }
        .postman__post_link:hover h3 {
          color: #a95f2c; }
  .postman__caption {
    color: #202020; }
  .postman__date {
    color: #aaa; }
    .postman__date_link {
      padding-right: 40px;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("/wp-content/themes/chongsu/assets/i/icons-24/arrow-right-hover.png"); }
  .postman_temp {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap; }
    .postman_temp .postman__post {
      width: 220px;
      height: 360px; }
      .postman_temp .postman__post::before {
        display: flex;
        justify-content: center;
        align-items: center;
        content: url("/wp-content/themes/chongsu/assets/i/chong-above-silver.png");
        width: 100%;
        height: 300px;
        animation-duration: 5s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: shimmer;
        animation-timing-function: linear;
        background-color: #d5d5d5;
        background: linear-gradient(to right, #d5d5d5 8%, #bcbcbc 24%, #bcbcbc 40%, #d5d5d5 54%);
        background-size: 400px 400px; }
      .postman_temp .postman__post .postman__caption, .postman_temp .postman__post .postman__excerpt, .postman_temp .postman__post .postman__date {
        height: 27px;
        color: #d5d5d5;
        background-color: #d5d5d5;
        border-radius: 4px;
        overflow: hidden; }
      .postman_temp .postman__post .postman__caption {
        width: 75%; }
      .postman_temp .postman__post .postman__date {
        width: 50%;
        background-image: none; }
      .postman_temp .postman__post img {
        display: none; }
  .postman_dark .postman__row {
    z-index: 1; }
  .postman_dark .postman__post_link .postman__caption, .postman_dark .postman__post_link .postman__excerpt {
    color: #aaa !important; }
  .postman_dark .postman__post_link:hover .postman__caption, .postman_dark .postman__post_link:hover .postman__excerpt {
    color: #d4a774 !important;
    text-decoration: underline; }
  .postman_dark .postman__caption {
    text-align: left;
    color: #e8e8ee; }
  .postman_dark .postman__excerpt {
    text-align: left; }
  .postman_dark.postman_temp .postman__post::before {
    content: url("/wp-content/themes/chongsu/assets/i/chong-above-dark.png");
    background-color: #363636;
    background: linear-gradient(to right, #363636 8%, #292929 24%, #292929 40%, #363636 54%); }
  .postman_dark.postman_temp .postman__caption, .postman_dark.postman_temp .postman__excerpt, .postman_dark.postman_temp .postman__date {
    color: #363636;
    background-color: #363636; }
@keyframes shimmer {
  0% {
    background-position: -400px 0; }
  100% {
    background-position: 400px 0; } }
  @media (min-width: 960px) {
    .postman {
      gap: 40px; }
      .postman__row {
        justify-content: flex-start; } }

.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .page404 h1 {
    margin: 0; }
  .page404__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left; }
  .page404__art {
    width: 100%;
    max-width: 800px;
    height: auto; }
  @media (min-width: 1200px) {
    .page404 {
      display: grid;
      grid-template-columns: 1fr 800px;
      text-align: left; }
      .page404__info {
        order: 1; }
      .page404__button {
        order: 3; }
      .page404__art {
        order: 2;
        grid-row: span 2; } }

.footer__centrator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding-block: 20px 40px; }
.footer__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  outline: 0;
  transition: color 0.25s; }
  .footer__title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3; }
    .footer__title h2 span:first-child {
      font-size: 26px; }
  .footer__title:hover, .footer__title:focus {
    color: #dbb97f;
    text-decoration: none; }
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%; }
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500; }
.footer .socio {
  margin-top: 20px; }
.footer .lawlinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center; }
.footer .toplink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none !important; }
  .footer .toplink__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #000; }
    .footer .toplink__arrow svg {
      width: 32px;
      height: 32px;
      fill: #dbb97f;
      transition: fill 0.25s; }
  .footer .toplink__text {
    color: #dbb97f;
    transition: color 0.25s; }
  .footer .toplink:hover svg {
    fill: #d4a774; }
  .footer .toplink:hover .toplink__text {
    color: #d4a774; }
@media (min-width: 768px) {
  .footer__title {
    flex-direction: row; }
  .footer h2 {
    flex-direction: row;
    gap: 14px; }
    .footer h2 span:first-child {
      font-size: 32px; }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .footer .lawlinks {
    max-width: 200px; } }
@media (min-width: 960px) {
  .footer__centrator {
    position: relative;
    min-height: 320px;
    align-items: center; }
  .footer__title {
    position: absolute;
    flex-direction: column; }
  .footer h2 {
    flex-direction: column; }
    .footer h2 span:first-child {
      font-size: 26px; } }

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