@font-face {
  font-family: "Minion Pro";
  src: url("../fonts/MinionPro-Regular.eot");
  src: url("../fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype"), url("../fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gosha Sans";
  src: url("../fonts/GoshaSans-Bold.eot");
  src: url("../fonts/GoshaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GoshaSans-Bold.woff2") format("woff2"), url("../fonts/GoshaSans-Bold.woff") format("woff"), url("../fonts/GoshaSans-Bold.ttf") format("truetype"), url("../fonts/GoshaSans-Bold.svg#GoshaSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gosha Sans";
  src: url("../fonts/GoshaSans-Regular.eot");
  src: url("../fonts/GoshaSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GoshaSans-Regular.woff2") format("woff2"), url("../fonts/GoshaSans-Regular.woff") format("woff"), url("../fonts/GoshaSans-Regular.ttf") format("truetype"), url("../fonts/GoshaSans-Regular.svg#GoshaSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-mono-v8-latin_cyrillic-regular.eot");
  src: local(""), url("../fonts/pt-mono-v8-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-mono-v8-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/pt-mono-v8-latin_cyrillic-regular.woff") format("woff"), url("../fonts/pt-mono-v8-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/pt-mono-v8-latin_cyrillic-regular.svg#PTMono") format("svg");
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

button, input, textarea, select {
  outline: none;
}

header, nav, section, article, aside, footer {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/******************************************animation*************************************************/
@keyframes slideInDown_site {
  from {
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown_site {
  animation-name: slideInDown_site;
}

@keyframes fadeInLeft_site {
  from {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft_site {
  animation-name: fadeInLeft_site;
}

@keyframes fadeIn_site {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.fadeIn_site {
  animation-name: fadeIn_site;
}

@keyframes fadeInUp_site {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp_site {
  animation-name: fadeInUp_site;
}

@keyframes fadeInDown_site {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown_site {
  animation-name: fadeInDown_site;
}

@keyframes fadeInRight_site {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight_site {
  animation-name: fadeInRight_site;
}

@keyframes fadeInLeft_site {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft_site {
  animation-name: fadeInLeft_site;
}

.my_animated {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.my_animated_long {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.my_animated_very_long {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.my_delay {
  animation-delay: 0.3s;
}

.my_infinite {
  animation-iteration-count: infinite;
}

/********************************************global*************************************************/
#site_wrapper .header {
  background-color: #f2eae7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 25px 0 10px 0;
  font-family: "PT Mono", "Arial", sans-serif;
  font-size: 1.38889vw;
}
@media screen and (min-width: 1920px) {
  #site_wrapper .header {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #site_wrapper .header {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .header {
    padding: 15px 0 5px 0;
    font-size: 20px;
  }
}
#site_wrapper .header a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
#site_wrapper .header a:hover {
  opacity: 0.7;
}
#site_wrapper .header .header_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  background-color: transparent;
}
@media screen and (max-width: 1000px) {
  #site_wrapper .header .header_link {
    min-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .header .header_link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f2eae7;
    max-width: 100%;
    overflow: auto;
    position: fixed;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: calc(100vh - 58px);
    min-height: calc(100vh - 58px);
    opacity: 1;
    padding: 30px 16px 30px 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translate(0, -50px);
  }
}
#site_wrapper .header .header_link a {
  max-width: calc((100% - 300px) / 2);
}
@media screen and (max-width: 768px) {
  #site_wrapper .header .header_link a {
    max-width: 100%;
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #site_wrapper .header.active .header_link {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}
#site_wrapper .header_inner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #site_wrapper .header_inner {
    justify-content: flex-start;
  }
}

#site_wrapper .logo {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 217px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  #site_wrapper .logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .logo {
    width: 137px;
  }
}

#site_wrapper .logo_img {
  max-height: 45px;
}
@media screen and (max-width: 1000px) {
  #site_wrapper .logo_img {
    max-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .logo_img {
    max-height: 30px;
  }
}

#site_wrapper .logo_desq {
  max-height: 13px;
  width: 203px;
  margin-top: 7px;
  margin-left: auto;
  align-self: center;
}
@media screen and (max-width: 1000px) {
  #site_wrapper .logo_desq {
    width: 150px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .logo_desq {
    width: 128px;
  }
}

.btn_mobile_menu {
  width: 24px;
  height: 24px;
  padding: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  display: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn_mobile_menu {
    display: block;
  }
}

.btn_mobile_menu span, .btn_mobile_menu span:after, .btn_mobile_menu span:before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  display: block;
  transition: all 0.3s;
}

.btn_mobile_menu span {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12px;
}

.btn_mobile_menu span:before {
  top: -7px;
}

.btn_mobile_menu span:after {
  bottom: -7px;
}

.header.active .btn_mobile_menu span {
  background: 0 0;
}

.header.active .btn_mobile_menu span:before {
  transform: translateY(7px) rotate(45deg);
}

.header.active .btn_mobile_menu span:after {
  transform: translateY(-7px) rotate(-45deg);
}

#site_wrapper .c_scroll {
  display: none !important;
}

#site_wrapper {
  font-family: "Gosha Sans", sans-serif;
  background-color: #f2eae7;
}

#site_wrapper .container {
  position: relative;
  z-index: 2;
  overflow: visible;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 63px 0;
}
@media screen and (max-width: 1439px) {
  #site_wrapper .container {
    padding: 0px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  #site_wrapper .container {
    padding: 0px 23px 0;
  }
}
@media screen and (max-width: 768px) {
  #site_wrapper .container {
    padding: 0px 16px 0;
  }
}

/*************************************footer***************************************/
.page__footer {
  position: relative;
  z-index: 3;
}

body.bg_grey {
  background-color: #f2eae7;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 80px;
  }

  #site_wrapper {
    padding: 0 0 10px 0;
  }
}
/*******************************************************************************************************************/
#site_wrapper .screen_wiki {
  background-color: #f2eae7;
  color: #919296;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 110px 0 50px 0;
  font-family: "Gosha Sans", sans-serif;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #site_wrapper .screen_wiki {
    min-height: 0;
  }
}
@media screen and (max-width: 600px) {
  #site_wrapper .screen_wiki {
    padding: 90px 0 50px 0;
  }
}

#site_wrapper .screen_wiki_img {
  padding-top: 40%;
  position: relative;
  overflow: hidden;
  margin-bottom: 8%;
}

#site_wrapper .img_w {
  text-align: center;
  font-size: 80vw;
  line-height: 1;
  color: #ddd3d1;
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1920px) {
  #site_wrapper .img_w {
    font-size: 1536px;
  }
}

#site_wrapper .img_wikipedia {
  text-align: center;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: 0.5em;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 57%;
  left: 5%;
  width: 95%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1920px) {
  #site_wrapper .img_wikipedia {
    font-size: 154px;
  }
}

.screen_wiki_img .img_bg {
  position: absolute;
  bottom: 3%;
  width: 22%;
  height: 70%;
  left: 50%;
  transform: translate(-50%, 0);
}
.screen_wiki_img .img_bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#site_wrapper .content_box {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}
#site_wrapper .content_box p {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
  margin-bottom: 20px;
  font-size: 1.3vw;
  line-height: 1.3;
  font-family: "Gosha Sans", sans-serif;
}
@media screen and (min-width: 1920px) {
  #site_wrapper .content_box p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #site_wrapper .content_box p {
    font-size: 16px;
  }
}
#site_wrapper .content_box p b, #site_wrapper .content_box p strong {
  font-weight: 700;
}
#site_wrapper .content_box a {
  position: relative;
  display: inline-block;
  color: #2eb534;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  min-width: 0 !important;
  font-family: "Gosha Sans", sans-serif;
  font-weight: 600;
}
#site_wrapper .content_box a:hover {
  color: #000;
}
#site_wrapper .content_box ul, #site_wrapper .content_box ol {
  margin-top: 0;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 15px;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}
#site_wrapper .content_box ul li, #site_wrapper .content_box ol li {
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 1.3;
  font-family: "Gosha Sans", sans-serif;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 0 !important;
}
@media screen and (min-width: 1920px) {
  #site_wrapper .content_box ul li, #site_wrapper .content_box ol li {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #site_wrapper .content_box ul li, #site_wrapper .content_box ol li {
    font-size: 16px;
  }
}
#site_wrapper .content_box ul li:before, #site_wrapper .content_box ol li:before {
  content: "-";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 1px;
  top: 0;
  left: -15px;
}
#site_wrapper .content_box ul li a, #site_wrapper .content_box ol li a {
  font-weight: 400;
  font-family: "Gosha Sans", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: inline;
  min-width: 0 !important;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid black;
}
#site_wrapper .content_box ul li a:hover, #site_wrapper .content_box ol li a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#site_wrapper .content_box ul li:last-child, #site_wrapper .content_box ol li:last-child {
  margin-bottom: 0;
}
#site_wrapper .content_box *:last-child {
  margin-bottom: 0;
}
#site_wrapper .content_box *:first-child {
  margin-top: 0;
}

#site_wrapper .case_column_3 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #site_wrapper .case_column_3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

#site_wrapper .case_column_3 .case_column_item {
  min-width: 0 !important;
}