/*
Theme Name: G-ravitacia
Theme URI: 
Author: G-ravitacia
Author URI: 
Description: 

Version: 1.7
License: GNU General Public License
License URI: license.txt
Text Domain: g-ravitacia

*/
html {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #0a1720;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  overflow-x: hidden;
  z-index: 1;
}

body.home {
  background: #061118;
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
}

ol {
  padding-left: 40px;
}

h1 {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 30px;
}

h2 {
  font-size: 80px;
  font-weight: 400;
  margin: 90px 0 40px;
}

h3 {
  font-size: 36px;
  font-weight: 400;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

.wp-block-image, .wp-block-columns {
  margin-bottom: 0;
}

.container>div {
  width: 100%;
  max-width: 1340px;
  margin: auto;
}

.white {
  background: #fff;
  color: #000;
}

.white h1,
.white h2,
.white h3,
.white h4 {
  color: #08131b;
}

.mobile {
  display: none;
}

.main {
  padding-top: 128px;
}

.wp-block-image .alignright {
    margin: 0;
}

/* header
--------------------*/
.header {
  position: fixed;
  background: #0a1720;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 0;
}

.head-col {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header .head-logo {
  width: 230px;
}

.head-col a {
  font-size: 20px;
}

.head-col a.border {
  font-weight: 600;
  border: 1px solid #5abeff;
  border-radius: 50px;
  padding: 7px 40px;
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7), inset 0 0 20px rgba(90, 189, 255, 0.7);
}

.sitenav .menu {
  display: flex;
  gap: 40px;
}

.sitenav .menu li a {
  display: block;
  font-size: 24px;
  border-bottom: 1px solid transparent;
  transition: .3s;
}

.sitenav .menu .current-menu-item a {
  border-color: #fff;
}

/* Блоки
--------------------*/
.home-block-1 {
  background: url(/wp-content/uploads/home-fon-1.png) no-repeat center;
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  padding: 100px 0 120px;
}

.home-block-1 h1 {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 700;
}


.home-block-1 .wp-block-group__inner-container p:last-child{
  position: relative;
  top: 86px;
}



.home-block-1 mark.has-inline-color {




  font-weight: 500;
  font-size: 93px !important;

}

/*.home-block-1 p {*/
/*  margin-bottom: 60px;*/
/*}*/

.home-block-1 .btn {
  margin-bottom: 0;
  margin-top: 50px;
}

.home-block-1 .btn a,.home-block-48 .btn a {
  display: block;
  width: max-content;
  font-size: 38px;
  font-weight: 400;
  padding: 5px 100px 12px;
  background: #5abeff;
  border-radius: 26px;
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
  transition: .3s;
}

.home-block-1 .btn a:hover, .home-block-48 .btn a:hover{
  box-shadow: 0 0 30px rgba(90, 189, 255, 1);
}

.home-block-2 .wp-block-columns {
  position: relative;
  padding: 1px 0 80px;
}

.home-block-2 .wp-block-image {
  position: absolute;
  width: 680px;
  bottom: 0;
}

.home-block-2 .wp-block-image img {
  
  max-height: 550px;
    width: auto;
}


@media(max-width: 1000px){
  .column-robot {
    display: none;
  }
}

.home-block-2 p {
  margin-top: 30px;
}

.home-block-2 a {
  display: inline-block;
  color: #64bbfe;
  border-bottom: 1px solid;
  transition: .3s;
}

.home-block-2 a:hover {
  text-indent: 15px;
  border-color: transparent;
}

.home-block-3 {
  padding: 1px 0 130px;
}

.home-block-3 p {
  margin-top: 30px;
}

.home-block-3 .blue {
  font-weight: 500;
  color: #5abeff;
  text-shadow: 0 0 10px #5abeff;
}

.home-block-3 .wp-block-column {
  position: relative;
}

.home-block-3 .wp-block-column:first-child {
  z-index: 10;
}

#carousel-evolution {
  position: absolute;
  top: 160px;
  right: 0;
  overflow: visible;
}

#carousel-evolution .slides {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  position: relative;
  overflow: visible;
}

#carousel-evolution .slides .slideItem {
  position: absolute;
  background: #0a1720;
  padding: 0;
  margin: 0;
  border: none;
  pointer-events: none;
}

#carousel-evolution .slides .slideItem.slideActive {
  padding-top: 0;
  pointer-events: auto;
}

#carousel-evolution .slides .slideItem:not(.slideActive) img {
  opacity: .3;
  transition: .3s;
}

#carousel-evolution .slides .slideItem img {
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.1);
  border-radius: 15px;
}

#carousel-evolution .prevButton,
#carousel-evolution .nextButton {
  position: absolute;
  width: 31px;
  height: 32px;
  background: url('images/slider-arrow.svg');
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

#carousel-evolution .prevButton {
  right: 610px;
}

#carousel-evolution .nextButton {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}

.text-slider-1 {
  position: absolute;
  width: 600px;
  top: 50px;
  right: 0;
  z-index: 15;
}

.text-slider-1 p {
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}

.text-slider-2 {
  position: absolute;
  width: 1400px;
  bottom: -150px;
  left: -110px;
  z-index: -1;
}

.text-slider-2 p {
  font-size: 200px;
  font-weight: 500;
  opacity: .05;
  color: #5abeff;
  margin-top: 0;
}

.home-block-3-1 {
  position: relative;
  margin-top: -430px;
  margin-bottom: -100px;
  padding: 0 100px;
  z-index: 10;
  gap: 0;
}

#evolution-2 .wp-block-columns {
  gap: 0;
  height: 560px;
}

@keyframes shejker {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.owl-item.active .shejker {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: shejker;
  animation-timing-function: linear;
}

.owl-item.active .gantelya {
  animation-duration: .5s;
  animation-delay: .4s;
  animation-fill-mode: both;
  animation-name: shejker;
  animation-timing-function: ease-in;
  margin-left: -50px;
}

@keyframes auto {
  0% {
    opacity: 0;
    transform: translateX(50%) scale(.6)
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1)
  }
}

.owl-item.active .auto {
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-name: auto;
}

#evolution-2 .slide-3 {
  padding: 0 160px 0 30px;
}

@keyframes lack {
  0% {
    opacity: 0;
    transform: scale(.6)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.owl-item.active .lack {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: lack;
}

@keyframes manikyur {
  0% {
    opacity: 0;
    transform: translateX(100px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.owl-item .manikyur {
  margin-bottom: 50px;
}

.owl-item.active .manikyur {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: manikyur;
}

#evolution-2 .slide-4 {
  position: relative;
}

#evolution-2 .slide-4:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@keyframes nozhniczy {
  0% {
    opacity: 0;
    transform: rotate(30deg)
  }

  to {
    opacity: 1;
    transform: rotate(0)
  }
}

.owl-item .nozhniczy {
  position: relative;
  z-index: 3;
}

.owl-item.active .nozhniczy {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: nozhniczy;
}

@keyframes fen {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(-30deg) scale(.8)
  }

  to {
    opacity: 1;
    transform: translateX(-30px) rotate(0) scale(1.15)
  }
}

.owl-item .fen {
  position: relative;
  padding-right: 30px;
  z-index: 1;
}

.owl-item .fen img {
  position: relative;
  bottom: -30px;
}

.owl-item.active .fen {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fen;
}

.home-block-4 {
  padding: 1px 0 130px;
}

.home-block-4 p {
  margin-top: 30px;
}

.home-block-4 .order-line {
  position: relative;
  gap: 0;
  margin: 40px 0;
  z-index: 2;
}

.home-block-4 .order-line:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.home-block-4 .order-line .wp-block-column {
  position: relative;
  height: 200px;
  padding: 10px 0;
}

.home-block-4 .order-1:before {
  content: '';
  position: absolute;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.home-block-4 .order-line .wp-block-column h3 {
  position: absolute;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.home-block-4 .order-1 h3 {
  right: -36px;
}

.home-block-4 .order-2 h3 {
  right: -67px;
}

.home-block-4 .order-3 h3 {
  right: -103px;
}

.home-block-4 .order-line h3:before {
  content: '';
  position: absolute;
  background: #000;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.home-block-4 .order-line h3:after {
  content: '';
  position: absolute;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.home-block-4 .order-1 h3:before {
  height: 100px;
  bottom: -100px;
}

.home-block-4 .order-1 h3:after {
  bottom: -100px;
}

.home-block-4 .order-2 h3:before {
  height: 40px;
  top: -40px;
}

.home-block-4 .order-2 h3:after {
  top: -40px;
}

.home-block-4 .order-3 h3:before {
  height: 60px;
  bottom: -60px;
}

.home-block-4 .order-3 h3:after {
  bottom: -60px;
}

.home-block-4 .order-line p {
  position: absolute;
  width: 134px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  white-space: nowrap;
}

.home-block-4 .order-1 p {
  right: -36px;
  bottom: -100px;
}

.home-block-4 .order-2 p {
  right: -67px;
  top: -44px;
}

.home-block-4 .order-3 p {
  right: -105px;
  bottom: -60px;
}

.home-block-4 .order-1 .icon img {
  position: relative;
  left: calc((100% - 103px) / 2);
  top: 0;
}

.home-block-4 .order-2 .icon img {
  position: absolute;
  left: calc((100% - 95px) / 2);
  top: calc(50% + 20px);
}

.home-block-4 .order-2 .arrow img {
  position: absolute;
  left: 80px;
  top: 40px;
}

.home-block-4 .order-3 .icon img {
  position: absolute;
  left: 50%;
  top: calc(50% + 20px);
}

.home-block-4 .order-3 .arrow img {
  position: absolute;
  left: 115px;
  top: 40px;
}

.home-block-4 .order-4 .icon img {
  position: relative;
  left: 50%;
  top: -10px;
}

.home-block-4 .order-4:before {
  content: '';
  position: absolute;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-block-5 {
  background: url(/wp-content/uploads/home-fon-5.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1px 0 130px;
}

.meredian-block {
  position: relative;
  width: 740px;
  height: 560px;
  margin: auto;
}

.meredian-block:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.meredian-block .wp-block-image {
  width: 740px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meredian-text {
  position: absolute;
  width: 740px;
  height: 560px;
  top: 0;
  left: 0;
}

.meredian-text .wp-block-group__inner-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

.meredian-text p {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 740px;
  height: 560px;
}

.meredian-text p,
.meredian-text p a {
  transform-style: preserve-3d;
}

.meredian-1 {
  transform: rotateY(68deg) rotateX(320deg);
}

.meredian-2 {
  transform: rotateY(60deg) rotateX(450deg);
}

.meredian-3 {
  transform: rotateY(35deg) rotateX(20deg);
}

.meredian-4 {
  transform: rotateY(180deg) rotateX(3deg);
}

.meredian-5 {
  transform: rotateY(1deg) rotateX(320deg);
}

.meredian-text p a {
  display: block;
  position: relative;
  height: 60px;
  width: 20px;
}

.meredian-1 a {
  animation: spin 25s linear infinite;
}

.meredian-2 a {
  animation: spin 30s linear infinite;
}

.meredian-3 a {
  animation: spin 35s linear infinite;
}

.meredian-4 a {
  animation: spin 40s linear infinite;
}

.meredian-5 a {
  animation: spin 35s linear infinite;
}

.meredian-text p a span {
  animation: revolve 15s linear infinite;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.meredian-text p a span:empty:before {
  content: "";
  position: absolute;
  background: #00C1FF;
  width: 130%;
  height: 2px;
  left: 0;
  top: 40%;
}

@keyframes spin {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(1turn);
  }
}

@keyframes revolve {
  from {
    z-index: 10;
  }

  to {
    z-index: -1;
  }
}

/* О компании
--------------------*/
.about-block {
  background: url(/wp-content/uploads/about-fon.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.about-block p {
  margin-top: 30px;
}

.about-block .wp-block-group__inner-container>.wp-block-columns {
  gap: 100px;
  margin-top: 60px;
}

.about-block .wp-block-group__inner-container>.wp-block-columns>.wp-block-column {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns {
  gap: 0;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns.revers {
  flex-direction: row-reverse;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns .text {
  padding: 30px 30px 30px 0;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns.revers .text {
  padding: 30px 0 30px 30px;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0a1720;
  margin-bottom: 15px;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns h5 {
  font-size: 18px;
  color: #64bbfe;
  margin-bottom: 30px;
}

.about-block .wp-block-group__inner-container>.wp-block-columns .wp-block-columns p {
  font-size: 18px;
  color: #000;
  margin-top: 0;
}

/* Тарифы
--------------------*/
.tarif-block {
  background: url(/wp-content/uploads/tarif-fon.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 100px 0 50px;
}

.tarif-block .offer p {
  margin-top: 30px;
}

.tarif-block .card {
  position: relative;
  text-align: center;
  gap: 0;
  z-index: 1;
}

.tarif-block .offer .demo {
  margin: 100px 0;
}

.tarif-block .offer .demo a {
  display: inline-block;
  background: #5abeff;
  font-size: 28px;
  font-weight: 600;
  border-radius: 10px;
  padding: 6px 25px 10px;
  transition: .3s;
}

.tarif-block .offer .demo a:hover {
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
}

.tarif-block .card .slider {
  position: absolute;
  border: 2px solid #5abeff;
  border-radius: 50px;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .3s;
}

.tarif-block .card:after {
  content: '';
  position: absolute;
  background: #526675;
  border-radius: 10px;
  width: 100%;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.tarif-block .card .wp-block-column {
  padding: 20px 10px;
}

.tarif-block .card .radio {
  position: relative;
  background: #526675;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: .3s;
  cursor: pointer;
}

.tarif-block .card .radio:before {
  content: '';
  position: absolute;
  border: 3px solid #6bccff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.tarif-block .card .radio:hover,
.tarif-block .card .active .radio {
  background: #6bccff;
}

.tarif-block .card .radio:hover:before,
.tarif-block .card .active .radio:before {
  opacity: 1;
}

.tarif-block .card p {
  font-size: 40px;
  margin-top: 0;
}

.tarif-block .card .month {
  font-weight: 600;
}

.tarif-block .card .discount {
  font-size: 22px;
  color: #64bbfe;
  margin-bottom: 30px;
}

.tarif-block .card #item-1 .discount {
  visibility: hidden;
}

.tarif-block .card .price {
  font-weight: 600;
  margin-top: 60px;
}

.tarif-block .total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(82, 102, 117, 0.47);
  border-radius: 10px;
  padding: 30px;
}

.tarif-block .total .top h4 {
  font-size: 26px;
  margin-bottom: 5px;
}

.tarif-block .total .top .total-date {
  margin-bottom: 5px;
}

.tarif-block .total .top .total-price {
  margin-bottom: 50px;
}

.tarif-block .total .bottom h4 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
}

.tarif-block .total .bottom .total-price {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tarif-block .total .bottom .total-btn a {
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 6px 10px 10px;
  background: #5abeff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
  transition: .3s;
}

.tarif-block .total .bottom .total-btn a:hover {
  box-shadow: 0 0 30px rgba(90, 189, 255, 1);
}

/* Инструкции
--------------------*/
.instructions {
  background-color: #071a25;
  background-image: url(/wp-content/uploads/instruction-fon.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.instructions .sub-block-1 {
  background: url(/wp-content/uploads/phone-98987.png) no-repeat right bottom;
  padding: 100px 0 60px;
}

.instructions .sub-block-1 h1 {
  font-size: 80px;
  line-height: 1.2;
  margin: 30px 0;
}

.instructions .sub-block-1 .btn {
  margin-top: 50px;
}

.instructions .sub-block-1 .btn a {
  display: block;
  width: max-content;
  font-size: 38px;
  font-weight: 400;
  padding: 12px 60px 17px;
  background: #5abeff;
  border-radius: 26px;
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
  transition: .3s;
}

.instructions .sub-block-1 .btn a:hover {
  box-shadow: 0 0 30px rgba(90, 189, 255, 1);
}

.instructions .white {
  margin-left: -90px;
  margin-right: -90px;
  padding-left: 90px;
  padding-right: 90px;
}

.instructions .sub-block-2 {
  background-image: url(/wp-content/uploads/man-65465.jpg);
  background-position: right 50px bottom;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}

.instructions .sub-block-2 p,
.instructions .sub-block-4 p,
.instructions .sub-block-5 p,
.instructions .sub-block-6 p,
.instructions .sub-block-7 p,
.instructions .sub-block-8 p,
.instructions .sub-block-9 p {
  margin-top: 30px;
}

.instructions .sub-block-3 {
  padding-bottom: 100px;
}

.instructions .sub-block-3 p a mark {
  text-decoration: underline;
}

.instructions .sub-block-3 .wp-block-columns {
  gap: 0;
  margin: 50px 0;
  padding: 0 30px;
}

.instructions .sub-block-3 .wp-block-column:first-child .wp-block-image {
  position: relative;
}

.instructions .sub-block-3 .wp-block-column:first-child .wp-block-image:before {
  content: '';
  position: absolute;
  background: url(images/new-arrow.svg) no-repeat center;
  width: 277px;
  height: 109px;
  bottom: -10px;
  right: -170px;
}

.instructions .sub-block-4 {
  position: relative;
  padding-bottom: 100px;
}

.instructions .sub-block-4 .wp-block-column:first-child {
  width: 100%;
}

.instructions .sub-block-4 .wp-block-column:last-child {
  position: absolute;
  right: -1px;
  top: 60px;
}

.instructions .sub-block-6 {
  position: relative;
  padding-top: 1px;
  padding-bottom: 220px;
  margin-top: -80px;
  z-index: 1;
}

.instructions .sub-block-6 .wp-block-column:last-child .wp-block-image {
  position: absolute;
  right: -90px;
  top: 100px;
  z-index: -1;
}

.instructions .sub-block-7 {
  padding-bottom: 100px;
}

.instructions .sub-block-7 .wp-block-image {
  margin-top: -200px;
}

.instructions .sub-block-8 .wp-block-column:first-child {
  padding-bottom: 120px;
}

.instructions .sub-block-9 {
  padding-bottom: 10px;
}

.instructions .sub-block-9 .wp-block-columns {
  gap: 0;
}

.instructions .sub-block-9 .wp-block-image {
  margin-top: -110px;
  margin-right: -100px;
}

/* Секторы бизнеса
--------------------*/
.bisneses {
  background: url(images/sectors-fon.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 90px;
}

.bisneses .sub-block-1 {
  background: url(/wp-content/uploads/wooman-65465.png) no-repeat right bottom;
  padding: 90px 0 60px;
}

.bisneses .sub-block-1 h1 {
  /*font-size: 80px;*/
  line-height: 1.2;
  margin: 30px 0;
}

.bisneses .sub-block-1 p {
  margin-top: 30px;
}

.bisneses .sub-block-1 .btn {
  margin: 50px 0;
}

.bisneses .sub-block-1 .btn a {
  display: block;
  width: max-content;
  font-size: 38px;
  font-weight: 400;
  padding: 12px 60px 17px;
  background: #5abeff;
  border-radius: 26px;
  box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
  transition: .3s;
}

.bisneses .sub-block-1 .btn a:hover {
  box-shadow: 0 0 30px rgba(90, 189, 255, 1);
}

.bisneses .sub-block-2 {
  margin-left: -90px;
  margin-right: -90px;
  padding: 90px;
}

.bisneses .sub-block-2 .tabs-row {
  display: flex;
  gap: 100px;
}

.bisnes-tabs {
  position: relative;
  margin-bottom: 60px;
}

.bisnes-tabs .bisnes-title {
  position: relative;
  width: 50%;
  border: 1px solid #526675;
  border-radius: 10px;
  padding: 5px 30px 7px;
  cursor: pointer;
}

.bisnes-tabs .bisnes-title:before {
  content: '';
  position: absolute;
  background: url(images/arrows-down.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 15px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.cat-list {
  display: none;
  position: absolute;
  width: 50%;
  background: #fff;
  border: 1px solid #526675;
  left: 0;
  top: 45px;
  z-index: 100;
}

.cat-list_item {
  font-size: 15px;
  padding: 5px 30px;
  cursor: pointer;
  transition: .3s;
}

.cat-list_item:hover {
  background: #e5e5ee;
}

.bisnes-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 100px;
}

.bisnes-tiles .event {
  width: calc((100% - 200px) / 3);
}

.bisnes-tiles .event .event-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #526675;
  height: 260px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: .3s;
}

.bisnes-tiles .event p {
  font-size: 22px;
  color: #123345;
}

.bisnes-tiles .event:hover .event-img {
  box-shadow: 0 0 30px rgba(90, 189, 255, 1);
}

/* Контакты
--------------------*/
.contact-block {
  background: url(/wp-content/uploads/contact-fone.jpg) no-repeat bottom center;
  background-size: cover;
}

.contact-block .wp-block-columns {
  position: relative;
  padding: 100px 0;
}

.contact-block p {
  margin-top: 30px;
}

.contact-block .wp-block-image {
  position: absolute;
  bottom: 0;
  left: -50px;
}

.contact-block .wp-block-image:before {
  content: '';
  position: absolute;
  background: url(images/ya-arrow.svg) no-repeat center;
  width: 224px;
  height: 171px;
  top: -40px;
  right: -180px;
}

.contact-block .maps p {
  font-size: 18px;
  margin: 10px 0;
}

.contact-block #map-1,
.contact-block #map-2,
.contact-block #map-3 {
  width: 100%;
  height: 170px;
  border-radius: 15px;
  overflow: hidden;
  margin: 5px 0 30px;
}

.contact-block #map-3 {
  margin-bottom: 0;
}

/* footer
--------------------*/
.footer {
  background: #061118;
  padding: 100px 0 50px;
}

.footer-row {
  position: relative;
  display: flex;
  gap: 50px;
  font-size: 16px;
}

.footer-col {
  width: calc((100% - 280px) / 2);
}

.footer-col .menu-row {
  display: flex;
  gap: 70px;
}

.footer-col .menu-col.row {
  display: flex;
  gap: 70px;
}

.footer-col .menu-row .menu-title {
  font-weight: 500;
  margin-bottom: 2px;
}

.footer-col .menu-row li {
  margin-bottom: 2px;
}

.footer-col.middle {
  position: relative;
  width: 280px;
}

.footer-col.middle img {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  filter: drop-shadow(0 0 50px #000);
}

.footer-col.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-col .qr-row {
  display: flex;
  gap: 50px;
}

.footer-col .qr-col {
  width: 33.33%;
  text-align: center;
}

.footer-col .qr-col .qr_code {
  width: 80%;
  margin-top: 30px;
}

.footer-col .social-row {
  display: flex;
  gap: 15px;
}

.footer-col .social-row a {
  width: 42px;
}

.footer-row .copy-block {
  position: absolute;
  width: max-content;
  left: 0;
  bottom: 2px;
}

.footer-row .copy-block a {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

.police-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  font-size: 16px;
  margin-top: 120px !important;
  padding-top: 50px;
  border-top: 1px solid #64bbfe;
}

.police-col p {
  margin-bottom: 3px;
}

#amo_brand {
    display: none;
}

/* 404
--------------------*/
.text-404 {
  padding: 200px 0 100px;
  text-align: center;
}

.text-404 h2 {
  color: #00C1FF;
  font-size: 300px;
  line-height: 1;
  margin: 50px 0;
}

.text-404 a {
  font-size: 30px;
  text-decoration: underline;
}


#carousel-evolution .nextButton {
  display: none;
}

#carousel-evolution .prevButton {
  display: none;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow.employees__empty {
    visibility: hidden;
}


#evolution-2 .wp-block-image img {
    width: 100px;
    max-width: 100px;
    height: auto;
}
#evolution-2 .wp-block-columns {
    width: 100%;
    justify-content: space-between; /* или center */
}

#evolution-2 .wp-block-column {
    flex: 1;
    display: flex;
    justify-content: center;
}
#evolution-2 .wp-block-column {
    width: auto !important;
}
#evolution-2 .wp-block-columns{
  height: auto;
}
.home-block-3-1 {
   
    margin-top: -200px;
  
}

#evolution-2 .wp-block-column {
    flex: unset;
  }

  #evolution-2 .wp-block-columns {
    justify-content: center;
}

#evolution-2 .wp-block-columns {
    gap: 40px;
  }


  #evolution-2 .slide-4:before {
 
    background: none;
  
}


.owl-item .fen img {
 
  bottom: 0px; 
}

figure.wp-block-image.size-full.auto img {
    width: 300px !important;
    max-width: unset !important;
}
figure.wp-block-image.size-full.shejker img {
    width: 300px !important;
    max-width: 300px !important;
}

figure.wp-block-image.size-full.nozhniczy img {
  width: 150px !important;
  max-width: 150px !important;
}
figure.wp-block-image.size-full.fen img {
  width: 150px !important;
  max-width: 150px !important;
}

figure.wp-block-image.size-full.auto.mas img {
  width: 200px !important;
}

ul.wp-block-list {
    list-style-type: disc;
    padding-left: 30px;
}


.wr-biznes {
    display: flex;
    gap: 20px;
}

.wr-biznes a {
    display: block;
    padding: 12px 60px 17px;
    background: #5abeff;
    border-radius: 26px;
    box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
    transition: .3s;
    color: white;
}

.fancybox-content {
    color: black;
    border-radius: 20px;
}

.wpcf7-form input {
    border-radius: 10px;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px;
    font-size:20px;
    width: 300px;
        margin-top: 10px;
}
.wpcf7-form input[type=submit]{ 
  display: block;
    padding: 12px 60px 17px;
    background: #5abeff;
    border-radius: 26px;
    box-shadow: 0 0 20px rgba(90, 189, 255, 0.7);
    transition: .3s;
    color: white;
        border: none;
        cursor: pointer;
}

.wpcf7-form {
    width: 300px;
}

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

.wpcf7-response-output {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 15px;
    font-weight: 300;
}
.oferta-wr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.oferta-wr input {
    margin-top: 8px;
}

.oferta-wr  a {
    text-decoration: underline;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
}

.faq-category-item {
    width: calc(33% - 10px);
}

.faq-category-image {
    margin-bottom: 15px;
}
.faq-category .faq-category-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.faq-list {
        margin-top: 50px;
    display: flex;
    flex-direction: column;

    max-width: 700px;
}

.faq-category {
    padding-bottom: 50px;
    margin-top: 130px !important;
}

.faq-question {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.faq-question.active:after {
    transform: rotate(180deg);
    top: 3px;
}

.faq-answer {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease-out;
}
.faq-answer.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
}
.faq-item {
    border: 1px solid #ececec;
    padding: 30px;
}

.faq-question:after {
    content: "⌄";
    position: absolute;
    right: 30px;
    top: -12px;
    font-size: 25px;
    
}
.home-block-4 .order-line .wp-block-column h3 {
    border: none;
    background: #5abeff;
}


.employees {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.employees-item {
    width: calc(33% - 15px);
    min-width: 250px;
}

h5.employees-role {
    font-size: 17px;
}



@media(max-width: 768px) {
   .faq-category-item {
    width: calc(50% - 10px);
   
}
  .wr-biznes {
    flex-direction: column;
}

.wr-biznes a {
    text-align: center;
}
.home-block-48 .btn a {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
}