/*
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

*/
@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/ProximaNova-Regular.ttf) format("truetype");
  src: url(fonts/ProximaNova-Regular.woff) format("woff")
}

@font-face {
  font-family: ProximaNova-bold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/ProximaNova-Bold.ttf) format("truetype");
  src: url(fonts/ProximaNova-Bold.woff) format("woff")
}

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

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

body {
  position: relative;
  color: #333;
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

body:before {
  content: '';
  position: absolute;
  background: url(/wp-content/uploads/hero_bg.png) no-repeat top left;
  background-size: contain;
  width: 50vw;
  height: 1600px;
  top: 0;
  left: 0;
  z-index: -1;
}

body:after {
  content: '';
  position: absolute;
  background: url(/wp-content/uploads/hero_bg.png) no-repeat top left;
  background-size: contain;
  width: 50vw;
  height: 1600px;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: scale(-1, -1);
}

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

ul {
  list-style: none;
}

ol {
  padding-left: 40px;
}

h1 {
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 70px;
  font-family: "ProximaNova-bold";
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "ProximaNova-bold";
  margin: 80px 0 35px;
}

h3 {
  font-size: 24px;
  font-family: "ProximaNova-bold";
}

h4 {
  font-size: 20px;
  font-family: "ProximaNova-bold";
}

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

label {
  cursor: pointer;
}

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

.main {
  max-width: 1312px;
  margin: auto;
  padding-top: 87px;
}

/* header
--------------------*/
.header {
  position: fixed;
  width: 100%;
  background-color: #6923c2;
  z-index: 20;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1312px;
  margin: 0 auto;
}

.logo {
  width: 180px;
}

.header__bottom-menu .menu {
  display: flex;
  justify-content: space-between;
}

.header__bottom-menu .menu .menu__item {
  position: relative;
  padding: 28px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.header__bottom-menu .menu .menu__item a {
  display: inline-block;
  font-family: "ProximaNova-bold";
  padding: 6px 33px;
  border-right: 1px solid #46009f;
  color: #fff;
}

.header__bottom-menu .menu .menu__item:first-child a {
  border-left: 1px solid #46009f;
}

.header__bottom-menu .menu .menu__item:hover a:after {
  visibility: visible;
  opacity: 1;
}

.header__bottom-menu .menu .menu__item a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  width: calc(100% - 66px);
  height: 3px;
  background-color: white;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.header .phone {
  color: white;
  font-family: "ProximaNova-bold";
  font-size: 24px;
}

/* Блоки
--------------------*/
.home__first__screen {
  padding-top: 80px;
}

.home__first__screen h3 {
  font-size: 30px;
  color: #5d2c9b;
  margin-top: 40px;
}

.home__first__screen .offer-block {
  position: relative;
  background: rgba(92, 44, 155, 0.103);
  padding: 30px 40px;
}

.home__first__screen .js-zacaz a {
  display: inline-block;
  width: 220px;
  padding: 20px 0;
  text-align: center;
  transition: 0.3s;
  background: #46009f;
  color: #fff;
  border-radius: 40px;
  margin-top: 30px;
}

.home__first__screen .js-zacaz a:hover {
  background: rgba(92, 44, 155, 0.9);
}

.block-2 .wp-block-column {
  padding: 40px;
  box-shadow: 0 4px 50px 0 rgba(15, 29, 66, 0.12);
  background-color: #fff;
  border-radius: 20px;
}

.block-2 .wp-block-image {
  height: 200px;
  margin-bottom: 20px;
}

.block-2 .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-2 .wp-block-column h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.block-2 .wp-block-column p {
  font-size: 20px;
}

.block-3 {
  background-color: #46009f;
  background-image: url(/wp-content/uploads/home-our-services-4.png);
  background-size: cover;
  border-radius: 30px;
  margin: 100px -100px 0;
  padding: 1px 100px 100px;
}

.block-3 h2 {
  color: #fff;
  margin-bottom: 50px;
}

.block-3 .wp-block-columns {
  flex-wrap: wrap !important;
}

.block-3 .wp-block-column {
  flex-basis: calc((100% - 4em) / 3) !important;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.block-3 .wp-block-image {
  height: 85px;
  margin-bottom: 10px;
}

.block-3 h3 {
  margin-bottom: 20px;
}

.loading_block .kadence-blocks-gallery-item {
  display: none;
}

.loading_block .kb-gal-image-radius {
  box-shadow: 0 4px 50px 0 rgba(15, 29, 66, 0.12);
}

.load-more {
  margin: 50px auto 0;
  padding-top: 16px;
  color: #5d2c9b;
  text-align: center;
  width: 167px;
  height: 48px;
  background-color: rgba(92, 44, 155, 0.103);
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.block-5 li {
  position: relative;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.block-5 li:before {
  content: '';
  position: absolute;
  background: #FF863B;
  border-radius: 3px;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
}

.block-6 {
  position: relative;
  background: linear-gradient(to left, #6D54DC, #AB42C9);
  margin: 150px -500px 0;
  padding: 100px 500px;
}

.block-6:before {
  content: '';
  position: absolute;
  width: 254px;
  height: 227px;
  top: -113px;
  right: 600px;
  background: url(/wp-content/uploads/cta.svg) no-repeat center / contain;
  animation: rotate 2.5s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.block-6 .wp-block-columns {
  width: 70%;
}

.block-6 h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.block-6 .js-zacaz a {
  display: inline-block;
  width: 220px;
  padding: 24px 0;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  background: #46009f;
  color: #fff;
  border-radius: 40px;
}

.block-6 .js-zacaz a:hover {
  background: #fff;
  color: #46009f;
}

.block-7 {
  flex-wrap: wrap !important;
}

.block-7 .wp-block-column {
  flex-basis: calc((100% - 4em) / 3) !important;
  padding: 40px;
  box-shadow: 0 4px 50px 0 rgba(15, 29, 66, 0.12);
  background-color: #fff;
  border-radius: 20px;
}

.block-7 .wp-block-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(92, 44, 155, 0.103);
  border-radius: 10px;
  margin-bottom: 30px;
}

.block-7 h3 {
  margin-bottom: 20px;
}

.kt-accordion-panel-inner p+p {
  margin-top: 10px;
}

/* footer
--------------------*/
.footer {
  width: 100%;
  background: #333;
  color: #fff;
  margin-top: 80px;
}

.footer-row {
  width: 1312px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  margin: auto;
}

.footer-row .name {
  font-size: 20px;
}

.footer-row a {
  font-size: 24px;
}

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

.text-404 h1 {
  font-size: 70px;
  line-height: 1;
}

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

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