/* Start:/bitrix/templates/about/css/style.css?178245551815261*/
@font-face {
  font-family: "CeraPro-Regular";
  src:
    url("/bitrix/templates/about/css/../fonts/CeraPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Regular.woff")
      format("woff"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Regular.ttf")
      format("truetype"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Regular.svg#CeraPro-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Medium";
  src:
    url("/bitrix/templates/about/css/../fonts/CeraPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Medium.woff")
      format("woff"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Medium.ttf")
      format("truetype"),
    url("/bitrix/templates/about/css/../fonts/CeraPro-Medium.svg#CeraPro-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTMono-Regular";
  src:
    url("/bitrix/templates/about/css/../fonts/PTMono-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Regular.woff")
      format("woff"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Regular.ttf")
      format("truetype"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Regular.svg#PTMono-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTMono-Bold";
  src:
    url("/bitrix/templates/about/css/../fonts/PTMono-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Bold.woff") format("woff"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Bold.ttf")
      format("truetype"),
    url("/bitrix/templates/about/css/../fonts/PTMono-Bold.svg#PTMono-Bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-appearance: none;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
input:focus,
button:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
body {
  color: #000;
  font-family: "CeraPro-Regular";
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cont {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.kofe-zag {
  font-family: "PTMono-Bold";
  font-size: 60px;
  line-height: 110%;
}
.kofe-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.girl {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
  opacity: 0;
  margin-left: 35px;
  margin-right: 15px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.girl-text {
  font-size: 17px;
}
#kofe {
  padding-top: 290px;
  color: #000;
}
.kofe-box-zag {
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.kofe-zag-two {
  font-size: 32px;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  margin-left: 25px;
}
.kofe-line {
  background: url(/bitrix/templates/about/css/../images/lines.svg);
  height: 23px;
  overflow: hidden;
  position: relative;
}

.kofe-box .kofe-line:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  right: -3px;
  transform: rotate(23deg);
  top: -1px;
  opacity: 0;
  animation: width11 5s linear forwards;
}

@keyframes width11 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-line1 {
  margin-left: -55px;
  width: 0;
  -webkit-animation: width1 1.5s linear forwards;
  animation: width1 1.5s linear forwards;
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

@keyframes width1 {
  0% {
    width: 0;
  }
  100% {
    width: 229px;
  }
}

.kofe-container {
  padding-top: 80px;
}
.kofe-text p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 25px;
}
.kofe-img img {
  display: block;
  width: 100%;
}
.kofe-two {
  width: 32%;
}
.kofe-one {
  width: 32%;
  margin-right: 2%;
}
.kofe-tree {
  width: 420px;
  margin-left: auto;
}
.kofe-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.kofe-tree {
  width: 31.4%;
  margin-left: auto;
}
.kofe-tree-one {
  /* padding-top: 35px; */
}
.kofe-tree-one p span {
  font-family: "PTMono-Bold";
}
.kofe-tree-one p {
  font-size: 16px;
  line-height: 210.5%;
  color: #000000;
  font-family: "PTMono-Regular";
}

.kofe-one {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  -o-animation-delay: 6.5s;
  animation-delay: 6.5s;
  opacity: 0;
}
.kofe-two {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
  opacity: 0;
}
.kofe-tree {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  -o-animation-delay: 7.5s;
  animation-delay: 7.5s;
  opacity: 0;
}

.kofe-line2 {
  margin-left: -55px;
  width: 0;
}
.kofe-box.active .kofe-line2 {
  -webkit-animation: width2 1.5s linear forwards;
  animation: width2 1.5s linear forwards;
}
@-webkit-keyframes width2 {
  0% {
    width: 0;
  }
  100% {
    width: 315px;
  }
}

@keyframes width2 {
  0% {
    width: 0;
  }
  100% {
    width: 315px;
    position: relative;
  }
}

.kofe-box .kofe-line2:before {
  animation: width22 1.5s linear forwards;
}

@keyframes width22 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-box {
  margin-bottom: 115px;
}

.kofe-box.some0 .kofe-one {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  -o-animation-delay: 6.5s;
  animation-delay: 6.5s;
}
.kofe-box.some0 .kofe-two {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}
.kofe-box.some0 .kofe-tree {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  -o-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.kofe-box .kofe-one {
  -webkit-animation: none;
  animation: none;
}
.kofe-box .kofe-two {
  -webkit-animation: none;
  animation: none;
}
.kofe-box .kofe-tree {
  -webkit-animation: none;
  animation: none;
}
.kofe-box.active .kofe-one {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.kofe-box.active .kofe-two {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.kofe-box.active .kofe-tree {
  -webkit-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.logos {
  margin: 0 auto;
  display: block;
  margin-top: -15px;
  width: 80%;
}
.user-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
.user-img {
  width: 17%;
}
.user-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.user-text {
  width: 79%;
  margin-left: auto;
}
.user-text p {
  color: #8c8c8c !important;
  font-size: 14px !important;
  line-height: 150% !important;
  margin-bottom: 8px !important;
}
.user-text a,
.user-text span {
  display: block;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 131%;
  font-family: "PTMono-Regular";
}

.kofe-line3 {
  margin-left: -55px;
  width: 0;
}
.kofe-box.active .kofe-line3 {
  -webkit-animation: width3 1.5s linear forwards;
  animation: width3 1.5s linear forwards;
}
@-webkit-keyframes width3 {
  0% {
    width: 0;
  }
  100% {
    width: 683px;
    position: relative;
  }
}
@keyframes width3 {
  0% {
    width: 0;
  }
  100% {
    width: 683px;
    position: relative;
  }
}

.kofe-box .kofe-line3:before {
  animation: width33 1.5s linear forwards;
}

@keyframes width33 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-fermer img {
  display: block;
  width: 100%;
}
.kofe-fermer {
  position: relative;
}
.kofe-fermer-box:before {
  position: absolute;
  content: "";
  width: 33.5%;
  height: 50.5%;
  border: 2px solid #ff4664;
  left: 0;
  top: 0;
}
a.yellow {
  color: #ff4664;
  font-size: 14px;
  line-height: 150%;
  font-family: "CeraPro-Regular";
  text-decoration: none;
}
.kofe-tree p {
  text-align: justify;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
  font-family: "CeraPro-Regular";
  margin-bottom: 25px;
}

.kofe-line4 {
  margin-left: -55px;
  width: 0;
}
.kofe-box.active .kofe-line4 {
  -webkit-animation: width4 1.5s linear forwards;
  animation: width4 1.5s linear forwards;
}
@-webkit-keyframes width4 {
  0% {
    width: 0;
  }
  100% {
    width: 274px;
  }
}
@keyframes width4 {
  0% {
    width: 0;
  }
  100% {
    width: 274px;
    position: relative;
  }
}

.kofe-box .kofe-line4:before {
  animation: width44 1.5s linear forwards;
}

@keyframes width44 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-ferma img {
  display: block;
  width: 100%;
  margin-top: 35px;
}
.telegram-box p {
  position: relative;
  font-family: "CeraPro-Regular";
  padding-left: 55px;
  /* max-width: 185px; */
  text-align: left;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}
.telegram-box p a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}
.telegram-box p a:hover {
}
.kofe-ferma p {
  position: relative;
  font-size: 14px;
  line-height: 140.5%;
  color: #464646;
  font-family: "CeraPro-Regular";
  margin-left: 20%;
  max-width: 55%;
  text-align: right;
}
.kofe-ferma p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 295px;
  background: url(/bitrix/templates/about/css/../images/line.svg) no-repeat;
  right: -15px;
  top: 3px;
}
.telegram-box p:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 27px;
  background: url(/bitrix/templates/about/css/../images/telegram.svg) no-repeat;
  left: 3px;
  top: 10px;
}

.kofe-line5 {
  margin-left: -55px;
  width: 0;
}
.kofe-box.active .kofe-line5 {
  -webkit-animation: width5 1.5s linear forwards;
  animation: width5 1.5s linear forwards;
}
@-webkit-keyframes width5 {
  0% {
    width: 0;
  }
  100% {
    width: 623px;
  }
}
@keyframes width5 {
  0% {
    width: 0;
  }
  100% {
    width: 623px;
    position: relative;
  }
}
.kofe-box .kofe-line5:before {
  animation: width55 1.5s linear forwards;
}

@keyframes width55 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-fermer p {
  font-size: 14px;
  line-height: 150%;
  color: #464646;
  margin-top: 20px;
}
.kofe-experiment img {
  display: block;
  width: 100%;
}
.kofe-experiment > p {
  font-size: 14px;
  line-height: 150%;
  color: #464646;
  margin-top: 15px;
}
.experiment-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.experiment-img {
  width: 39%;
}
.experiment-text p {
  font-size: 14px;
  line-height: 150%;
  color: #464646;
  font-family: "CeraPro-Regular";
}
.experiment-text {
  width: 40%;
  margin-left: 8%;
}

.kofe-line6 {
  margin-left: -55px;
  width: 0;
}
.kofe-box.active .kofe-line6 {
  -webkit-animation: width6 1.5s linear forwards;
  animation: width6 1.5s linear forwards;
}
@-webkit-keyframes width6 {
  0% {
    width: 0;
  }
  100% {
    width: 271px;
  }
}
@keyframes width6 {
  0% {
    width: 0;
  }
  100% {
    width: 271px;
    position: relative;
  }
}

.kofe-box .kofe-line6:before {
  animation: width66 1.5s linear forwards;
}

@keyframes width66 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kofe-about img {
  display: block;
  width: 100%;
}
.kofe-about p {
  font-size: 14px;
  line-height: 150%;
  color: #464646;
  margin-top: 15px;
}

.some5 .kofe-row {
  margin-top: 80px;
}
.some5 .kofe-row:first-child {
  margin-top: 0px;
}

.zagg {
  display: block;
  font-size: 25px;
  line-height: 150%;
  color: #000000;
  font-family: "CeraPro-Medium";
  margin-bottom: 20px;
}
.kofe-soc a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 150%;
  color: #464646;
  font-family: "CeraPro-Regular";
  padding-left: 25px;
  margin-bottom: 20px;
}
.kofe-soc {
  padding-top: 60px;
}
.insta-btn:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/about/css/../images/insta.svg) no-repeat;
  left: 0;
  top: 3px;
}
.internet-btn:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/bitrix/templates/about/css/../images/internet.svg) no-repeat;
  left: 0;
  top: 3px;
}
.maps-btn:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 20px;
  background: url(/bitrix/templates/about/css/../images/maps.svg) no-repeat;
  left: -2px;
  top: 0px;
}
.yel {
  color: #ff4664;
}
.kofe-fermer-box {
  position: relative;
}

.kofe-one .zagg {
  display: none;
}

.kofe-img video {
  width: 100%;
}

.reveal-modal iframe {
  width: 100%;
  height: 360px;
}
.reveal-map.reveal-modal {
  max-width: 390px;
  padding: 30px 15px 15px;
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.reveal-map.reveal-modal .close-reveal-modal {
  top: -3px;
  right: 12px;
}

.texts {
  font-size: 0;
  -webkit-animation: size 0.2s linear forwards;
  animation: size 0.2s linear forwards;
  -webkit-animation-delay: 10.5s;
  -moz-animation-delay: 10.5s;
  -o-animation-delay: 10.5s;
  animation-delay: 10.5s;
}
@-webkit-keyframes size {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 16px;
  }
}
@keyframes size {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 16px;
  }
}
.numbs {
  font-size: 16px;
  -webkit-animation: numbs 0.2s linear forwards;
  animation: numbs 0.2s linear forwards;
  -webkit-animation-delay: 10.5s;
  -moz-animation-delay: 10.5s;
  -o-animation-delay: 10.5s;
  animation-delay: 10.5s;
}
@-webkit-keyframes numbs {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 0;
  }
}
@keyframes numbs {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 0;
  }
}

a.yellow:hover,
.yel:hover {
  color: #fbd84b;
  text-decoration: none;
  border-bottom: 0px;
}
a.yellow,
.yel {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kofe-soc a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kofe-soc a:hover {
  color: #000;
}
/* End */

/* Start:/bitrix/templates/about/css/reveal.css?17316187761016*/
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(255, 204, 0, 0.6);
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  background: #fff;
  position: fixed;
  z-index: 999999;
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 15px;
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-family: "CeraPro-Light";
}

/* End */

/* Start:/bitrix/templates/about/css/responsive.css?17316187765043*/
@media only screen and (max-width: 1025px) {
  body {
    min-width: initial;
  }
  .cont {
    padding: 0 25px;
  }
  .girl {
    margin-left: 0;
    margin-right: 10px;
    width: 25px;
  }
  .kofe-zag {
    font-size: 32px;
    width: 100%;
    margin-bottom: 10px;
  }
  #kofe {
    padding-top: 95px;
  }
  .kofe-line {
    display: none;
  }
  .kofe-zag-two {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 0;
  }
  .kofe-box-zag {
    margin-bottom: 35px;
  }
  .kofe-text p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .kofe-tree p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .user-text p {
    font-size: 13px !important;
    line-height: 140% !important;
    margin-bottom: 0 !important;
  }
  a.yellow {
    font-size: 12px;
  }
  .kofe-box {
    margin-bottom: 45px;
  }
  .kofe-soc a {
    margin-bottom: 15px;
  }
  .zagg {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .some5 .kofe-row:last-child {
    margin-top: 20px;
  }
  .kofe-container {
    padding-top: 35px;
  }
  .kofe-box.some0 .kofe-one {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  .kofe-box.some0 .kofe-two {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
  }
  .kofe-box.some0 .kofe-tree {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    -o-animation-delay: 5.5s;
    animation-delay: 5.5s;
  }
}

@media only screen and (max-width: 769px) {
  .kofe-one {
    width: 100%;
    margin-right: 0;
  }
  .kofe-two {
    width: 100%;
  }
  .kofe-img img {
    max-width: 350px;
  }
  .kofe-tree {
    width: 100%;
    margin-left: 0;
  }
  .kofe-tree-one {
    padding-top: 25px;
  }
  .kofe-text.kofe-one img {
    order: 0;
  }
  .kofe-text.kofe-one {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .kofe-text.kofe-one p {
    width: 100%;
  }
  .kofe-text.kofe-one img {
    order: 0;
    width: 195px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .kofe-experiment.kofe-one {
    margin-bottom: 25px;
  }
  .kofe-soc {
    padding-top: 15px;
  }
  .some5 .kofe-text {
    order: 1;
  }
  .some5 .kofe-tree {
    order: 0;
  }
  .kofe-box.some5.active .kofe-two {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  .kofe-box.some5.active .kofe-tree {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@media only screen and (max-width: 500px) {
  .kofe-zag {
    padding-right: 15%;
  }
  .girl-text {
    font-size: 14px;
  }
  .kofe-zag-two {
    margin-left: 0;
  }
  .kofe-box.some0 .kofe-tree {
    order: 0;
  }
  .kofe-box.some0 .kofe-one {
    order: 2;
  }
  .kofe-box.some0 .kofe-two {
    order: 1;
  }
  .kofe-tree-one {
    padding-top: 0;
  }
  .kofe-box.some0 .kofe-two {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    -o-animation-delay: 5.5s;
    animation-delay: 5.5s;
  }
  .kofe-box.some0 .kofe-tree {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
  }
  .kofe-box.some0 .kofe-one {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
  }
  .kofe-box.some0 .kofe-two {
    padding-bottom: 25px;
    padding-top: 10px;
  }
  .kofe-zag-two {
    letter-spacing: 5px;
  }
  .kofe-text.kofe-one p {
    order: 1;
  }
  .kofe-box.some1 .kofe-two {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    order: 2;
  }
  .kofe-box.some1 .kofe-tree {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
  }
  .kofe-box.some3 .kofe-one {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    order: 1;
  }
  .kofe-box.some3 .kofe-two {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    order: 0;
    margin-bottom: 25px;
  }
  .kofe-box.some3 .kofe-tree {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    order: 2;
  }
  .some0 .kofe-zag-two {
    text-align: left;
  }
  .kofe-fermer {
    margin-bottom: 25px;
  }
  .some4 .kofe-tree .user-box {
    order: 0;
  }
  .some4 .kofe-tree {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .kofe-tree p:nth-child(2) {
    order: 2;
  }
  .kofe-soc {
    padding-left: 35%;
  }

  .kofe-one .zagg {
    display: block;
    text-align: center;
  }
  .kofe-two .zagg {
    display: none;
  }

  .kofe-zag-two {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .z1 {
    max-width: 235px;
    margin-right: calc(100% - 235px);
    padding-right: 0;
  }
  p#zag1 {
    max-width: 225px;
  }
  p#zag2 {
    max-width: 185px;
  }
  p#zag4 {
    max-width: 230px;
  }

  .telegram-box p br {
    display: none;
  }
}
/* End */
/* /bitrix/templates/about/css/style.css?178245551815261 */
/* /bitrix/templates/about/css/reveal.css?17316187761016 */
/* /bitrix/templates/about/css/responsive.css?17316187765043 */
