@charset "UTF-8";
/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
@keyframes list-open {
  0% {
    height: 325px;
  }
  100% {
    height: 899px;
  }
}
@keyframes notebook-flip {
  0% {
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  }
  50% {
    transform: perspective(900px) rotate3d(1, 0, 0, 180deg);
  }
  75% {
    transform: perspective(900px) rotate3d(1, 0, 0, 270deg);
    z-index: 1;
  }
  100% {
    transform: perspective(900px) rotate3d(1, 0, 0, 360deg);
    z-index: 1;
  }
}
@keyframes list-close {
  0% {
    height: 899px;
  }
  100% {
    height: 325px;
  }
}
@keyframes rainbow {
  0% {
    background-position: 1% 80%;
  }
  50% {
    background-position: 99% 20%;
  }
  100% {
    background-position: 1% 80%;
  }
}
@keyframes notebook-flip {
  0% {
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  }
  50% {
    transform: perspective(900px) rotate3d(1, 0, 0, 180deg);
  }
  75% {
    transform: perspective(900px) rotate3d(1, 0, 0, 270deg);
    z-index: 1;
  }
  100% {
    transform: perspective(900px) rotate3d(1, 0, 0, 360deg);
    z-index: 1;
  }
}
* {
  font-family: "Montserrat", sans-serif !important;
}

.header {
  background: #2D2D2D !important;
}
.header.fixed .header-logo-pane .pane-wrapper .logo {
  background: url(/build/images/kinetica-black-wl2.1b605589.svg) 50% no-repeat !important;
}
@media (max-width: 1000px) {
  .header.fixed .header-logo-pane .pane-wrapper .logo {
    background: url(/build/images/kinetica-black--s.5a9ff8fc.png) center no-repeat !important;
    background-size: contain;
  }
}
@media (max-width: 380px) {
  .header .header-logo-pane {
    padding: 0 20px !important;
  }
}
.header .header-logo-pane .pane-wrapper .logo {
  background: url(/build/images/kinetica-chatgpt.053a4082.svg) !important;
  background-position-y: 5px !important;
}
@media (max-width: 740px) {
  .header .header-logo-pane .pane-wrapper .logo {
    background: url(/build/images/kinetica-chatgpt.053a4082.svg) no-repeat !important;
    background-position-y: 0 !important;
    background-size: 150px 50px !important;
    width: 170px !important;
    height: 50px !important;
  }
}
@media (max-width: 500px) {
  .header .header-logo-pane .pane-wrapper .logo {
    background: none !important;
    width: 0 !important;
    height: 38px !important;
  }
}
@media (max-width: 500px) {
  .header .header-logo-pane .pane-wrapper .logo span {
    top: 50% !important;
    right: -22px !important;
    transform: translate(0, -50%) !important;
  }
}
.header .header-logo-pane .pane-wrapper .header-nav .items .item .link .link-text {
  color: #FFFFFF;
}
.header .header-logo-pane .pane-wrapper .header-nav .items .item .link .link-text:hover {
  color: #00B2FF;
}
.header .header-logo-pane .pane-wrapper .top-contacts .phone .phone-link {
  color: #fff;
}
.header .header-logo-pane .pane-wrapper .top-contacts .phone .phone-link:hover {
  color: #00B2FF !important;
}
.header .header-logo-pane .pane-wrapper .nav-menu path {
  fill: #fff;
}
.header .header-logo-pane .pane-wrapper .nav-menu .burger:hover path, .header .header-logo-pane .pane-wrapper .nav-menu .social a:hover path {
  fill: #00B2FF !important;
}
.header .header-logo-pane .pane-wrapper .nav-menu .burger span {
  background: #fff;
}
.header .header-logo-pane .pane-wrapper .nav-menu .burger.open span {
  background: #2d2d2d;
}
.header.fixed, .header.white-theme {
  background: #FFFFFF !important;
}
@media (max-width: 500px) {
  .header.fixed .logo, .header.white-theme .logo {
    max-width: 0 !important;
  }
}
.header.fixed .header-nav .items .item .link .link-text, .header.white-theme .header-nav .items .item .link .link-text {
  color: #2D2D2D !important;
}
.header.fixed .header-nav .items .item .link .link-text:hover, .header.white-theme .header-nav .items .item .link .link-text:hover {
  color: #00B2FF !important;
}
.header.fixed .top-contacts .phone .phone-link, .header.white-theme .top-contacts .phone .phone-link {
  color: #2d2d2d !important;
}
.header.fixed .nav-menu path, .header.white-theme .nav-menu path {
  fill: #2D2D2D !important;
}

section .section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.25em;
  color: #7e7e7e;
}
@media (max-width: 1220px) {
  section .section-title {
    font-size: 50px;
  }
}
@media (max-width: 1020px) {
  section .section-title {
    font-size: 40px;
  }
}
@media (max-width: 870px) {
  section .section-title {
    font-size: 30px;
  }
}
@media (max-width: 620px) {
  section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  section .section-title {
    font-weight: 800;
  }
}
section .section-desc {
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4.56px;
  text-align: center;
}
@media (max-width: 620px) {
  section .section-desc {
    font-size: 15px;
    letter-spacing: 3.5px;
    line-height: 1.5em;
  }
}
@keyframes caret {
  50% {
    background: #ffffff;
  }
}
@keyframes to-top-to-bottom {
  from {
    bottom: 3%;
  }
  15% {
    bottom: 4%;
  }
  30% {
    bottom: 2%;
  }
  45% {
    bottom: 3%;
  }
  to {
    bottom: 3%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 1% 80%;
  }
  50% {
    background-position: 99% 20%;
  }
  100% {
    background-position: 1% 80%;
  }
}

section.case-main-teaser {
  position: relative;
  padding: 100px 0 200px;
  background: #2D2D2D;
}
@media (max-width: 1044px) {
  section.case-main-teaser {
    padding: 100px 0 100px;
  }
}
@media (max-width: 870px) {
  section.case-main-teaser {
    padding: 50px 0 80px;
  }
}
@media (max-width: 500px) {
  section.case-main-teaser {
    padding: 50px 0 65px;
  }
}
section.case-main-teaser .section-container {
  display: flex;
  gap: 120px;
  align-items: center;
}
@media (max-width: 1044px) {
  section.case-main-teaser .section-container {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 395px) {
  section.case-main-teaser .section-container .main-text {
    margin-bottom: 110px;
  }
}
section.case-main-teaser .section-container .main-text .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
  color: #969696;
}
section.case-main-teaser .section-container .main-text h1 {
  max-width: 600px;
  margin: 15px 0 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4em;
  color: #ffffff;
}
@media (max-width: 500px) {
  section.case-main-teaser .section-container .main-text h1 {
    font-weight: 800;
    font-size: 32px;
  }
}
@media (max-width: 395px) {
  section.case-main-teaser .section-container .main-text h1 {
    font-weight: 900;
    font-size: 29px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}
section.case-main-teaser .section-container .main-text h1 .blue {
  color: #00B2FF;
}
section.case-main-teaser .section-container .main-text .desc {
  position: relative;
  max-width: 556px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 620px) {
  section.case-main-teaser .section-container .main-text .desc {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  section.case-main-teaser .section-container .main-text .desc {
    font-size: 16px;
  }
}
@media (max-width: 395px) {
  section.case-main-teaser .section-container .main-text .desc {
    font-weight: 500;
    line-height: 25px;
  }
}
section.case-main-teaser .section-container:after {
  content: "";
  position: absolute;
  background: #00B2FF;
  z-index: 1;
  width: 400%;
  left: -800px;
  height: 200%;
  transform: rotate(128deg);
}
@media (max-width: 1044px) {
  section.case-main-teaser .section-container:after {
    top: 70%;
    left: 60%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 870px) {
  section.case-main-teaser .section-container:after {
    top: 70%;
    left: 38%;
    width: 150%;
    height: 100%;
  }
}
@media (max-width: 620px) {
  section.case-main-teaser .section-container:after {
    left: 70%;
    top: 85%;
  }
}
@media (max-width: 395px) {
  section.case-main-teaser .section-container:after {
    left: 0;
    top: 95%;
    transform: rotate(164deg);
  }
}
section.case-main-teaser .section-container .right {
  position: relative;
  z-index: 3;
  /*
  	1. container
  */
  /*
      2. background & color
  */
  /* HARDCOVER FRONT */
  /* reverse */
  /* HARDCOVER BACK */
  /* reverse */
  /* thickness of cover */
  /* page */
  /*
      3. opening cover, back cover and pages
  */
  /*
      4. position, transform & transition
  */
  /* HARDCOVER front */
  /* HARDCOVER back */
  /* thickness of cover */
  /* HARDCOVER front */
  /* thickness of cover */
  /* BOOK SPINE */
  /* thickness of book spine */
  /*
      5. events
  */
  /*
      6. Bonus
  */
  /* cover CSS */
  /* Basic ribbon */
}
@media (max-width: 1044px) {
  section.case-main-teaser .section-container .right {
    margin-top: 50px;
    padding-left: 290px;
  }
}
@media (max-width: 788px) {
  section.case-main-teaser .section-container .right {
    margin-top: 30px;
    padding-left: 210px;
  }
}
@media (max-width: 500px) {
  section.case-main-teaser .section-container .right {
    padding-left: 160px;
  }
}
@media (max-width: 395px) {
  section.case-main-teaser .section-container .right {
    display: none;
  }
}
section.case-main-teaser .section-container .right:after {
  content: "";
  position: absolute;
  bottom: -85px;
  right: 400px;
  width: 115px;
  height: 152px;
  background: url(/build/images/hover-arrow.bea4578e.png) no-repeat;
  z-index: -1;
}
@media (max-width: 1044px) {
  section.case-main-teaser .section-container .right:after {
    display: none;
  }
}
section.case-main-teaser .section-container .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.case-main-teaser .section-container .right .book {
  position: relative;
  width: 330px;
  height: 450px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1400px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 788px) {
  section.case-main-teaser .section-container .right .book {
    width: 240px;
    height: 350px;
  }
}
@media (max-width: 500px) {
  section.case-main-teaser .section-container .right .book {
    width: 170px;
    height: 250px;
  }
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child {
  background-color: #eee;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.case-main-teaser .section-container .right .hardcover_front li:last-child {
  background: #fffbec;
}
section.case-main-teaser .section-container .right .hardcover_back li:first-child {
  background: #fffbec;
}
section.case-main-teaser .section-container .right .hardcover_back li:last-child {
  background: #fffbec;
}
section.case-main-teaser .section-container .right .book_spine li:first-child {
  background: #eee;
}
section.case-main-teaser .section-container .right .book_spine li:last-child {
  background: #333;
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:first-child:before,
section.case-main-teaser .section-container .right .hardcover_front li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:last-child:before,
section.case-main-teaser .section-container .right .hardcover_back li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:first-child:before,
section.case-main-teaser .section-container .right .hardcover_back li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:last-child:before,
section.case-main-teaser .section-container .right .book_spine li:first-child:after,
section.case-main-teaser .section-container .right .book_spine li:first-child:before,
section.case-main-teaser .section-container .right .book_spine li:last-child:after,
section.case-main-teaser .section-container .right .book_spine li:last-child:before {
  background: #999;
}
section.case-main-teaser .section-container .right .page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}
section.case-main-teaser .section-container .right .hardcover_front {
  -webkit-transform: rotateY(-34deg) translateZ(8px);
  -moz-transform: rotateY(-34deg) translateZ(8px);
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
}
section.case-main-teaser .section-container .right .hardcover_back {
  -webkit-transform: rotateY(-15deg) translateZ(-8px);
  -moz-transform: rotateY(-15deg) translateZ(-8px);
  transform: rotateY(-15deg) translateZ(-8px);
}
section.case-main-teaser .section-container .right .page li:nth-child(1) {
  -webkit-transform: rotateY(-28deg);
  -moz-transform: rotateY(-28deg);
  transform: rotateY(-28deg);
}
section.case-main-teaser .section-container .right .page li:nth-child(2) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
}
section.case-main-teaser .section-container .right .page li:nth-child(3) {
  -webkit-transform: rotateY(-32deg);
  -moz-transform: rotateY(-32deg);
  transform: rotateY(-32deg);
}
section.case-main-teaser .section-container .right .page li:nth-child(4) {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
}
section.case-main-teaser .section-container .right .page li:nth-child(5) {
  -webkit-transform: rotateY(-36deg);
  -moz-transform: rotateY(-36deg);
  transform: rotateY(-36deg);
}
section.case-main-teaser .section-container .right .hardcover_front,
section.case-main-teaser .section-container .right .hardcover_back,
section.case-main-teaser .section-container .right .book_spine,
section.case-main-teaser .section-container .right .hardcover_front li,
section.case-main-teaser .section-container .right .hardcover_back li,
section.case-main-teaser .section-container .right .book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.case-main-teaser .section-container .right .hardcover_front,
section.case-main-teaser .section-container .right .hardcover_back {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
section.case-main-teaser .section-container .right .hardcover_front {
  -webkit-transition: all 0.8s ease, z-index 0.6s;
  -moz-transition: all 0.8s ease, z-index 0.6s;
  transition: all 0.8s ease, z-index 0.6s;
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}
section.case-main-teaser .section-container .right .hardcover_front li:last-child {
  -webkit-transform: rotateY(180deg) translateZ(2px);
  -moz-transform: rotateY(180deg) translateZ(2px);
  transform: rotateY(180deg) translateZ(2px);
}
section.case-main-teaser .section-container .right .hardcover_back li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}
section.case-main-teaser .section-container .right .hardcover_back li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:first-child:before,
section.case-main-teaser .section-container .right .hardcover_front li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:last-child:before,
section.case-main-teaser .section-container .right .hardcover_back li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:first-child:before,
section.case-main-teaser .section-container .right .hardcover_back li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:last-child:before,
section.case-main-teaser .section-container .right .book_spine li:first-child:after,
section.case-main-teaser .section-container .right .book_spine li:first-child:before,
section.case-main-teaser .section-container .right .book_spine li:last-child:after,
section.case-main-teaser .section-container .right .book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:first-child:before {
  width: 4px;
  height: 100%;
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
section.case-main-teaser .section-container .right .hardcover_front li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
section.case-main-teaser .section-container .right .hardcover_front li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}
section.case-main-teaser .section-container .right .hardcover_front li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
section.case-main-teaser .section-container .right .hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}
section.case-main-teaser .section-container .right .hardcover_back li:first-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}
section.case-main-teaser .section-container .right .hardcover_back li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
section.case-main-teaser .section-container .right .hardcover_back li:first-child:before {
  -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
section.case-main-teaser .section-container .right .hardcover_back li:last-child:after,
section.case-main-teaser .section-container .right .hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}
section.case-main-teaser .section-container .right .hardcover_back li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}
section.case-main-teaser .section-container .right .hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666;
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}
section.case-main-teaser .section-container .right .book_spine {
  -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
  width: 16px;
  z-index: 0;
}
section.case-main-teaser .section-container .right .book_spine li:first-child {
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  transform: translateZ(2px);
}
section.case-main-teaser .section-container .right .book_spine li:last-child {
  -webkit-transform: translateZ(-2px);
  -moz-transform: translateZ(-2px);
  transform: translateZ(-2px);
}
section.case-main-teaser .section-container .right .book_spine li:first-child:after,
section.case-main-teaser .section-container .right .book_spine li:first-child:before {
  width: 4px;
  height: 100%;
}
section.case-main-teaser .section-container .right .book_spine li:first-child:after {
  -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  -moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
section.case-main-teaser .section-container .right .book_spine li:first-child:before {
  -webkit-transform: rotateY(-90deg) translateZ(-12px);
  -moz-transform: rotateY(-90deg) translateZ(-12px);
  transform: rotateY(-90deg) translateZ(-12px);
}
section.case-main-teaser .section-container .right .book_spine li:last-child:after,
section.case-main-teaser .section-container .right .book_spine li:last-child:before {
  width: 4px;
  height: 16px;
}
section.case-main-teaser .section-container .right .book_spine li:last-child:after {
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}
section.case-main-teaser .section-container .right .book_spine li:last-child:before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  -moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}
section.case-main-teaser .section-container .right .page,
section.case-main-teaser .section-container .right .page > li {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.case-main-teaser .section-container .right .page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}
section.case-main-teaser .section-container .right .page > li {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
section.case-main-teaser .section-container .right .page > li:nth-child(1) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
section.case-main-teaser .section-container .right .page > li:nth-child(2) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
section.case-main-teaser .section-container .right .page > li:nth-child(3) {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
section.case-main-teaser .section-container .right .page > li:nth-child(3) img {
  transform: rotateY(180deg);
}
section.case-main-teaser .section-container .right .page > li:nth-child(4) {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
section.case-main-teaser .section-container .right .page > li:nth-child(4) img {
  transform: rotateY(180deg);
}
section.case-main-teaser .section-container .right .page > li:nth-child(5) {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
section.case-main-teaser .section-container .right .book:hover > .hardcover_front {
  -webkit-transform: rotateY(-145deg) translateZ(0);
  -moz-transform: rotateY(-145deg) translateZ(0);
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}
section.case-main-teaser .section-container .right .book:hover > .page li:nth-child(1) {
  -webkit-transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  transform: rotateY(-30deg);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
section.case-main-teaser .section-container .right .book:hover > .page li:nth-child(2) {
  -webkit-transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  transform: rotateY(-35deg);
  -webkit-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  transition-duration: 1.8s;
}
section.case-main-teaser .section-container .right .book:hover > .page li:nth-child(3) {
  -webkit-transform: rotateY(-118deg);
  -moz-transform: rotateY(-118deg);
  transform: rotateY(-118deg);
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
}
section.case-main-teaser .section-container .right .book:hover > .page li:nth-child(4) {
  -webkit-transform: rotateY(-130deg);
  -moz-transform: rotateY(-130deg);
  transform: rotateY(-130deg);
  -webkit-transition-duration: 1.4s;
  -moz-transition-duration: 1.4s;
  transition-duration: 1.4s;
}
section.case-main-teaser .section-container .right .book:hover > .page li:nth-child(5) {
  -webkit-transform: rotateY(-140deg);
  -moz-transform: rotateY(-140deg);
  transform: rotateY(-140deg);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
section.case-main-teaser .section-container .right .coverDesign {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.case-main-teaser .section-container .right .coverDesign::after {
  background-image: -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section.case-main-teaser .section-container .right .coverDesign h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 54% 0 0 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
section.case-main-teaser .section-container .right .coverDesign p {
  color: #f8f8f8;
  font-size: 1em;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
section.case-main-teaser .section-container .right .yellow {
  background-color: #f1c40f;
  background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
  background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}
section.case-main-teaser .section-container .right .blue {
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
  background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%);
}
section.case-main-teaser .section-container .right .grey {
  background-color: #f8e9d1;
  background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
  background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}
section.case-main-teaser .section-container .right .ribbon {
  color: #fff;
  display: block;
  font-size: 0.7em;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transform: rotateZ(45deg) translateZ(1px);
  -moz-transform: rotateZ(45deg) translateZ(1px);
  transform: rotateZ(45deg) translateZ(1px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
}
section.case-main-teaser .section-container .right .ribbon.new {
  background: #63c930;
}
section.case-main-teaser .section-container .right .ribbon.new:before, section.case-main-teaser .section-container .right .ribbon.new:after {
  border-bottom: 20px solid #63c930;
}
section.case-main-teaser .section-container .right .ribbon.bestseller {
  background: #c0392b;
}
section.case-main-teaser .section-container .right .ribbon.bestseller:before, section.case-main-teaser .section-container .right .ribbon.bestseller:after {
  border-bottom: 20px solid #c0392b;
}
section.case-main-teaser .section-container .right .ribbon::before,
section.case-main-teaser .section-container .right .ribbon::after {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
}
section.case-main-teaser .section-container .right .ribbon::before {
  left: -20px;
  border-left: 20px solid transparent;
}
section.case-main-teaser .section-container .right .ribbon::after {
  right: -20px;
  border-right: 20px solid transparent;
}

section.useful-document {
  padding: 140px 0;
  z-index: 4;
  background: #FFFFFF;
}
@media (max-width: 870px) {
  section.useful-document {
    padding: 85px 0;
  }
}
section.useful-document .section-container .section-title {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 70px;
}
@media (max-width: 788px) {
  section.useful-document .section-container .section-title {
    font-size: 48px;
  }
}
@media (max-width: 740px) {
  section.useful-document .section-container .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 395px) {
  section.useful-document .section-container .section-title {
    font-size: 32px;
  }
}
section.useful-document .section-container .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 0;
  width: 1140px;
}
@media (max-width: 1220px) {
  section.useful-document .section-container .items {
    width: 100%;
  }
}
@media (max-width: 740px) {
  section.useful-document .section-container .items {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}
section.useful-document .section-container .items .item {
  display: flex;
  align-items: center;
}
section.useful-document .section-container .items .item .icon {
  width: 50px;
  flex: 0 0 50px;
  line-height: 0;
  text-align: center;
}
section.useful-document .section-container .items .item .title {
  margin-left: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #2d2d2d;
}
@media (max-width: 500px) {
  section.useful-document .section-container .items .item .title {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  section.useful-document .section-container .items .item .title {
    font-size: 20px;
  }
}

section.what-inside {
  padding: 0 0 180px;
  background: #FFFFFF;
  z-index: 4;
}
@media (max-width: 788px) {
  section.what-inside {
    padding: 0 0 80px;
  }
}
@media (max-width: 500px) {
  section.what-inside {
    padding: 0 0 80px;
  }
}
section.what-inside .section-container .section-title {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 60px;
}
@media (max-width: 788px) {
  section.what-inside .section-container .section-title {
    font-size: 48px;
  }
}
@media (max-width: 395px) {
  section.what-inside .section-container .section-title {
    font-size: 32px;
  }
}
section.what-inside .section-container .desc {
  max-width: 1064px;
  margin: 23px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #2D2D2D;
}
@media (max-width: 395px) {
  section.what-inside .section-container .desc {
    font-size: 16px;
    line-height: 25px;
  }
}
section.what-inside .section-container .elem {
  margin-top: 70px;
  border: 1px solid #E6E6E6;
}
@media (max-width: 740px) {
  section.what-inside .section-container .elem {
    margin-top: 50px;
  }
}
section.what-inside .section-container .elem .title {
  position: relative;
  padding: 36px 40px 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #2d2d2d;
  cursor: pointer;
}
@media (max-width: 380px) {
  section.what-inside .section-container .elem .title {
    padding: 25px 20px;
  }
}
section.what-inside .section-container .elem .title:after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  top: 50%;
  right: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC45ODgzIDE4LjAwNjFDMzkuODE2NyAxOC4wMDYxIDQwLjQ4ODMgMTguNjc3NyA0MC40ODgzIDE5LjUwNjFDNDAuNDg4MyAyMC4zMzQ2IDM5LjgxNjcgMjEuMDA2MSAzOC45ODgzIDIxLjAwNjFMMjIuNjAzNSAyMS4wMDYxVjM4LjM5MDlDMjIuNjAzNSAzOS4yMTkzIDIxLjkzMTkgMzkuODkwOSAyMS4xMDM1IDM5Ljg5MDlDMjAuMjc1IDM5Ljg5MDkgMTkuNjAzNSAzOS4yMTkzIDE5LjYwMzUgMzguMzkwOVYyMS4wMDYxSDIuMjE4NzNDMS4zOTAzMSAyMS4wMDYxIDAuNzE4NzM1IDIwLjMzNDYgMC43MTg3MzQgMTkuNTA2MUMwLjcxODczNSAxOC42Nzc3IDEuMzkwMzEgMTguMDA2MSAyLjIxODczIDE4LjAwNjFMMTkuNjAzNSAxOC4wMDYxVjEuNjIxMzFDMTkuNjAzNSAwLjc5Mjg4NSAyMC4yNzUgMC4xMjEzMTIgMjEuMTAzNSAwLjEyMTMxMkMyMS45MzE5IDAuMTIxMzEyIDIyLjYwMzUgMC43OTI4ODUgMjIuNjAzNSAxLjYyMTMxTDIyLjYwMzUgMTguMDA2MUwzOC45ODgzIDE4LjAwNjFaIiBmaWxsPSIjMDBCMkZGIi8+Cjwvc3ZnPgo=") no-repeat;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 380px) {
  section.what-inside .section-container .elem .title:after {
    right: 20px;
  }
}
section.what-inside .section-container .elem .items {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 80px;
  margin-top: -40px;
  padding: 0 80px 40px 40px;
}
@media (max-width: 1044px) {
  section.what-inside .section-container .elem .items {
    grid-gap: 0 20px;
  }
}
@media (max-width: 740px) {
  section.what-inside .section-container .elem .items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 380px) {
  section.what-inside .section-container .elem .items {
    margin-top: -30px;
    padding: 0 20px 40px 20px;
  }
}
section.what-inside .section-container .elem .items .item {
  position: relative;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.5em;
  color: #2d2d2d;
}
section.what-inside .section-container .elem .items .item a {
  color: #00b2ff;
  text-decoration: underline;
}
section.what-inside .section-container .elem .items .item:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  background: #2d2d2d;
  border-radius: 50%;
}
section.what-inside .section-container .elem.active .title:after {
  transform: translate(0, -50%) rotate(45deg);
}
section.what-inside .section-container .elem.active .items {
  display: grid;
}

section.feedback-section {
  position: relative;
  padding: 130px 0;
  background: #2D2D2D;
  box-sizing: border-box;
  z-index: 5;
}
@media (max-width: 1220px) {
  section.feedback-section {
    padding: 100px 0;
  }
}
@media (max-width: 620px) {
  section.feedback-section {
    padding: 50px 0;
  }
}
section.feedback-section .section-container .icon-pk, section.feedback-section .section-container .icon-mob, section.feedback-section .section-container .info-container {
  display: none;
}
section.feedback-section .section-container .form-container {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container {
    gap: 0;
  }
}
section.feedback-section .section-container .form-container .left-col {
  padding-top: 18px;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container .left-col {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container .left-col {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col {
    padding: 0;
  }
}
section.feedback-section .section-container .form-container .left-col .title {
  font-weight: 700;
  font-size: 60px;
  color: #737373;
  line-height: 1.1em;
}
@media (max-width: 620px) {
  section.feedback-section .section-container .form-container .left-col .title {
    font-size: 48px;
  }
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col .title {
    font-size: 33px;
  }
}
section.feedback-section .section-container .form-container .left-col .title span.blue {
  color: #00B2FF;
}
section.feedback-section .section-container .form-container .left-col .desc {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.75em;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col .desc {
    display: none;
  }
}
section.feedback-section .section-container .form-container form.simple-form {
  position: unset;
  max-width: 600px;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container form.simple-form {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container form.simple-form {
    max-width: 100%;
  }
}
section.feedback-section .section-container .form-container form.simple-form input, section.feedback-section .section-container .form-container form.simple-form textarea {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  font: 500 16px/1.2em "Montserrat", sans-serif;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form input::placeholder, section.feedback-section .section-container .form-container form.simple-form textarea::placeholder {
  color: #fff;
}
section.feedback-section .section-container .form-container form.simple-form input:hover, section.feedback-section .section-container .form-container form.simple-form textarea:hover {
  border-bottom: 1px solid #00B2FF;
}
section.feedback-section .section-container .form-container form.simple-form input:-webkit-autofill, section.feedback-section .section-container .form-container form.simple-form textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
section.feedback-section .section-container .form-container form.simple-form textarea {
  min-height: 30px;
  height: 50px;
  resize: vertical !important;
  max-height: 100px;
}
section.feedback-section .section-container .form-container form.simple-form div.field {
  position: relative;
}
section.feedback-section .section-container .form-container form.simple-form div.field span {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 14px;
  color: red;
}
section.feedback-section .section-container .form-container form.simple-form div.field.error input {
  border-bottom: 1px solid #E81C1C !important;
}
section.feedback-section .section-container .form-container form.simple-form div.field.error span {
  display: block;
}
section.feedback-section .section-container .form-container form.simple-form div.field.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 46px;
}
section.feedback-section .section-container .form-container form.simple-form div.field.flex .custom-check {
  position: absolute;
  width: auto;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
section.feedback-section .section-container .form-container form.simple-form div.field.flex label {
  position: relative;
  padding-left: 38px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
}
section.feedback-section .section-container .form-container form.simple-form div.field.flex .custom-check + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #fff;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-sizing: border-box;
  transform: translate(0, -50%);
}
section.feedback-section .section-container .form-container form.simple-form div.field.flex .custom-check:checked + label::before {
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
section.feedback-section .section-container .form-container form.simple-form div.submit {
  position: relative;
  margin-top: 50px;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit {
    display: block;
    gap: 0;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit button {
  max-width: 100%;
  max-height: 65px;
  padding: 16px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  color: #00B2FF;
  text-transform: uppercase;
  border: 1px solid #00B2FF;
  background: transparent;
  letter-spacing: 4px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit button {
    max-width: none;
    font-size: 16px;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit button:hover {
  background: #00B2FF;
  color: #2d2d2d;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a {
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit a {
    display: none;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit a svg path {
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a:hover {
  background: #00B2FF;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a:hover svg path {
  opacity: 1;
  fill: #2d2d2d;
}
section.feedback-section .section-container .form-container form.simple-form div.rules {
  margin-top: 35px;
}
section.feedback-section .section-container .form-container form.simple-form div.rules div {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25em;
  color: #7e7e7e;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container form.simple-form div.rules div {
    white-space: normal;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.rules div a {
  color: #7E7E7E;
  text-decoration: underline;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form div.rules div a:hover {
  color: #fff;
}
section.feedback-section .section-container .form-container form.simple-form .success {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #0191FC;
  display: none;
  z-index: 50;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0;
}
@media (max-width: 620px) {
  section.feedback-section .section-container .form-container form.simple-form .success {
    font-size: 22px;
  }
}
@media (max-width: 395px) {
  section.feedback-section .section-container .form-container form.simple-form .success {
    padding: 0 20px;
  }
}
section.feedback-section .section-container .form-container form.simple-form .success .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
section.feedback-section .section-container .form-container form.simple-form .success .js-blog-reader-question {
  display: none;
}
section.feedback-section .section-container .form-container form.simple-form .success span.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
@media (max-width: 620px) {
  section.feedback-section .section-container .form-container form.simple-form .success span.content {
    font-size: 22px;
  }
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us {
  font-family: "Montserrat", Arial, sans-serif;
  color: #80C8FD;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding: 25px 37px;
  box-sizing: border-box;
  border-top: 1px solid #CFEBFF;
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us a {
  color: #80C8FD;
  transition: 0.3s;
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us a:hover {
  color: #0191FC;
}
section.feedback-section .section-container .form-container form.simple-form .success p {
  margin: 0;
}
section.feedback-section .section-container .form-container form.simple-form.reset {
  padding: 0;
  border: none;
}
section.feedback-section .section-container .form-container form.simple-form.error {
  border: 0 !important;
}
section.feedback-section .section-container .socials-mob {
  display: none;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .socials-mob {
    display: block;
    margin-top: 50px;
  }
}
section.feedback-section .section-container .socials-mob .text {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25em;
  color: #00B2FF;
}
section.feedback-section .section-container .socials-mob a {
  display: inline-block;
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .socials-mob a svg path {
  transition: all 0.3s ease;
}
section.feedback-section .section-container .socials-mob a:hover {
  background: #fff;
}
section.feedback-section .section-container .socials-mob a:hover svg path {
  opacity: 1;
  fill: #00B2FF;
}
section.feedback-section .section-container .socials-mob a + a {
  margin-left: 32px;
}
