/*
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;
  color: #121212;
  background: #fdfdfd;
  font-family: 'Geometria', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

ol {
  padding-left: 40px;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

h1 {
  font-size: 46px;
  text-transform: uppercase;
  margin: 60px 0 40px;
}

h2 {
  font-size: 60px;
  margin: 80px 0 40px;
}

h3 {
  font-size: 30px;
  margin: 40px 0 20px;
}

h4 {
  font-size: 24px;
  margin: 30px 0 15px;
}

h5 {
  font-size: 18px;
  margin: 20px 0 10px;
}

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

input::-moz-focus-inner {
  border: 0px !important;
}

input:hover,
input:active,
input:focus {
  outline: none !important;
}

input[type="file"],
input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  cursor: pointer;
}

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

.fp-tableCell>.wp-block-group__inner-container {
  width: 1170px;
  margin: 0 auto;
}

.button {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 25px;
  padding-left: 40px;
  border: none;
  border-radius: 12px;
  text-transform: uppercase;
  line-height: 1;
  background: #5ce1e6;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.button:before {
  content: '';
  position: absolute;
  background: url(images/button_galka.png);
  height: 15px;
  width: 26px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/* Шапка
--------------------*/
.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #121212;
  width: 1170px;
  margin: 0 auto;
  padding: 10px 0;
}

.head-col a,
.head-col p {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 5px;
}

.head-col .adress {
  position: relative;
}

.head-col .adress:before {
  content: '';
  position: absolute;
  background: url(images/location.svg) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 1px;
  left: 0;
}

.head-col .phone:before {
  content: '';
  position: absolute;
  background: url(images/phone.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.head-col .mail:before {
  content: '';
  position: absolute;
  background: url(images/mail.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.head-col .js-call {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #CFCFCF;
  border-radius: 10px;
  padding: 13px 25px;
  cursor: pointer;
}

.head-col .js-call:before {
  content: '';
  position: absolute;
  border-left: 2px solid #CFCFCF;
  border-bottom: 2px solid #CFCFCF;
  border-radius: 0 0 0 11px;
  width: 95%;
  height: 80%;
  bottom: -6px;
  left: -6px;
  transition: .2s;
}

.head-col .js-call:hover:before {
  bottom: -2px;
  left: -2px;
}

.toggle-menu,
.menu-close {
  display: none;
}

.sitenav {
  width: 1170px;
  border-bottom: 1px solid #121212;
  margin: auto;
}

.sitenav ul {
  display: flex;
  gap: 30px;
}

.sitenav ul li {
  padding: 10px 0;
}

.sitenav ul .current_page_item {
  opacity: .6;
}

/* 1 Блок
--------------------*/
.block-1 {
  background: url(/wp-content/uploads/main-bg-1.jpg) no-repeat;
  background-size: cover;
}

.block-1.au-1 {
  background: url(/wp-content/uploads/au-bg-1.jpg) no-repeat;
  background-size: cover;
}

.block-1 li {
  position: relative;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 20px;
}

.block-1 li:before {
  content: '';
  position: absolute;
  background: url(images/check-circle.svg) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.block-1 p {
  font-size: 20px;
  margin-bottom: 50px;
}

/* 2 Блок
--------------------*/
.block-2 {
  background: #F8F8F8;
}

.block-2 h2 {
  margin: 0 0 70px;
}

.block-2 .advantages-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.block-2 .advantages-list li {
  flex-basis: calc(50% - 15px);
  font-size: 17px;
  color: #808080;
}

.block-2 .advantages-list li strong {
  display: block;
  font-size: 50px;
  color: #ED6400;
}

.block-2 .advantages-list:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.block-2 .advantages-list:after {
  content: '';
  position: absolute;
  border-left: 1px solid #EAEAEA;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.block-2 .advantages-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.block-2 .advantages-info .wp-block-group {
  flex-basis: calc(50% - 8px);
  height: 200px;
  padding: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 24px;
}

.block-2 .advantages-info .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.block-2 .advantages-info .wp-block-group .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #5ce1e6;
  border-radius: 10px;
}

/* 2 Блок ведение
--------------------*/
.block-3 {
  background: url(/wp-content/uploads/main-bg-3.jpg) no-repeat;
  background-size: cover;
}

.block-3 .wp-block-columns {
  padding-top: 60px;
}

.au-block-2 .line {
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #ED6400;
  margin: 20px 0;
}

/* 3 Блок
--------------------*/
.block-3 {
  background: url(/wp-content/uploads/main-bg-3.jpg) no-repeat;
  background-size: cover;
}

.block-3 .wp-block-columns {
  padding-top: 60px;
}

.block-3 h2 {
  margin: 0 0 20px;
}

.block-3 .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ED6400;
  margin: 15px 0;
}

/* 3 Блок ведение
--------------------*/
.au-block-3 {
  background: #F8F8F8;
}

.au-block-3 h2 {
  font-size: 40px;
  margin: 30px 0;
}

.au-block-3 .wp-block-columns {
  flex-wrap: wrap !important;
  gap: 20px;
}

.au-block-3 .wp-block-column {
  flex-basis: calc((100% - 40px) / 3) !important;
  padding: 30px;
  border: 1px solid #E2E2E2;
  border-radius: 24px;
}

.au-block-3 .wp-block-column .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #5ce1e6;
  border-radius: 10px;
}

.au-block-3 .wp-block-column .wp-block-image img {
  width: 40px;
}

.au-block-3 .wp-block-column h4 {
  font-size: 20px;
  margin: 15px 0 10px;
}

/* 4 Блок
--------------------*/
.block-4 {
  background: url(/wp-content/uploads/main-bg-4.jpg) no-repeat;
  background-size: cover;
}

.block-4 h2 {
  font-size: 40px;
  margin: 80px 0 30px;
}

.programm-row {
  position: relative;
}

.programm-row>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.programm-col {
  flex-basis: calc(50% - 20px);
}

.programm-row:after {
  content: '';
  position: absolute;
  border-left: 1px solid #EAEAEA;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.programm-col ul {
  padding-left: 30px;
}

.programm-col ul li {
  font-size: 15px;
  list-style: circle;
  margin-bottom: 7px;
}

/* 4 Блок ведение
--------------------*/

.au-block-4 h2 {
  font-size: 40px;
  margin: 50px 0;
}

.au-block-4 .wp-block-columns {
  flex-wrap: wrap !important;
  gap: 50px;
}

.au-block-4 .wp-block-column {
  flex-basis: calc((100% - 100px) / 3) !important;
}

.au-block-4 .wp-block-column .num {
  position: relative;
  width: max-content;
  font-size: 14px;
  background: #ED6400;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #fff;
  margin-left: 80px;
  margin-bottom: 80px;
  padding: 8px 12px;
}

.au-block-4 .wp-block-column .num:before {
  content: '';
  position: absolute;
  background-color: #F9F5F2;
  background-image: url(images/layers.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -10px;
  left: -80px;
  z-index: -1;
}

.au-block-4 .wp-block-column .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #5ce1e6;
  border-radius: 10px;
}

.au-block-4 .wp-block-column h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

.au-block-4 .wp-block-column p {
  font-size: 14px;
}

/* 5 Блок
--------------------*/
.block-5 .wp-block-columns {
  position: relative;
  background: #F9F5F2;
  border-radius: 24px;
  height: 350px;
  padding-left: 320px;
  margin-top: 100px;
}

.block-5 .wp-block-columns .wp-block-column:first-child {
  position: absolute;
  width: 370px;
  bottom: 0;
  left: -30px;
}

.block-5 .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: 400px;
  flex-grow: 0;
}

.block-5 .wp-block-columns .wp-block-column:last-child {
  background: #fff;
  width: 400px;
  padding: 30px;
  position: absolute;
  border: 4px solid #5ce1e6;
  border-radius: 24px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.block-5 h2 {
  font-size: 36px;
  margin: 60px 0 30px;
}

.block-5 .wp-block-columns .wp-block-column:nth-child(2) p {
  font-size: 18px;
}

/* 6 Блок
--------------------*/
.block-6 {
  background: url(/wp-content/uploads/main-bg-6.jpg) no-repeat;
  background-size: cover;
}

.block-6 h2 {
  margin-top: 30px;
}

.block-6 h4 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.block-6 .button {
  width: 350px;
}

.block-6 .after-list {
  padding-left: 50px;
}

.block-6 .after-list li {
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid #ED6400;
  border-radius: 24px;
  height: 80px;
  margin: 50px 0;
  padding-left: 120px;
}

.block-6 .after-list li img {
  position: absolute;
  width: 160px !important;
  left: -60px;
}

/* 6 Блок ведение
--------------------*/
.au-block-6 {
  background: url(/wp-content/uploads/main-bg-4.jpg) no-repeat center;
  background-size: 80%;
}

.au-block-6 h2 {
  font-size: 42px;
  margin: 0 0 50px;
}

.au-block-6 .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.au-block-6 .button {
  width: 350px;
  margin-bottom: 20px;
}

.au-block-6 li {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 45px;
}

.au-block-6 li:before {
  content: '';
  position: absolute;
  background: url(images/checked.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 3px;
  left: 0;
}

/* 7 Блок
--------------------*/
.block-7 .wp-block-columns {
  padding-bottom: 50px;
}

.block-7 .wp-block-column.img {
  display: flex;
  gap: 24px;
}

.block-7 .wp-block-column.img img {
  width: 100%;
  border: 1px solid #E2E2E2;
}

.block-7 .wp-block-column.text p {
  font-weight: 700;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.block-7 .wp-block-column.text ul {
  padding-left: 30px;
}

.block-7 .wp-block-column.text li {
  list-style: circle;
  margin-bottom: 10px;
}

/* 8 Блок
--------------------*/
.owl-nav {
  position: absolute;
  display: block;
  width: 100%;
  top: calc(50% - 25px);
  left: 0;
  z-index: 20;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 2px solid #ED6400;
  border-radius: 50%;
  cursor: pointer;
}

.owl-carousel .owl-nav button:before {
  content: '';
  position: absolute;
  background: url('images/arrow.svg') no-repeat center;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

.owl-nav button.owl-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.block-8 .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F9F5F2;
  border-radius: 24px;
  padding: 20px 40px 40px;
}

.block-8 h2 {
  margin: 0;
}

.block-8 p {
  text-transform: uppercase;
}

.block-8 .owl-stage {
  display: flex;
  padding-left: 2px;
}

.block-8 .owl-item {
  padding: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 24px;
}

.block-8 .owl-item p {
  text-transform: none;
}

.block-8 .owl-item p strong {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.block-8 .owl-item p br,
.block-8 .owl-dots {
  display: none;
}

/* 8 Блок ведение
--------------------*/
.au-block-8 h2 {
  font-size: 40px;
  margin: 0 0 40px;
}

.dropdownlink {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 20px 80px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .3s;
}

.dropdownlink:before {
  content: '—';
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  color: #ED6400;
  left: 40px;
  top: 45%;
  transform: translateY(-50%);
}

.submenuItems {
  display: none;
  padding: 5px 40px 0;
}

.submenuItems p {
  margin-bottom: 15px;
}

.accordion-menu .open .submenuItems {
  display: block;
}

.accordion-menu .open .dropdownlink,
.dropdownlink:hover {
  border-color: #ED6400;
}

.accordion-menu .open .dropdownlink:before {
  content: '+';
  font-size: 40px;
  font-weight: 100;
  top: 50%;
}

/* 9 Блок
--------------------*/
.block-9 .wp-block-group__inner-container {
  position: relative;
}

#map {
  position: relative;
  width: 100vw;
  height: calc(100vh - 132px);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 132px;
}

.block-map-info {
  background: #fff;
  width: 400px;
  padding: 30px;
  position: absolute;
  border: 4px solid #ED6400;
  border-radius: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 20px 25px rgb(0 0 0 / 20%);
}

.block-map-info h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.block-map-info .wp-block-table {
  margin-bottom: 0;
}

.block-map-info .wp-block-table tr td {
  vertical-align: top;
  border: 0;
  padding: 15px 0 0;
}

.block-map-info .wp-block-table tr td:first-child {
  width: 80px;
  font-weight: 600;
}

/* Модальные окна
--------------------*/
.input_your {
  width: 100%;
  height: 64px;
  padding: 0 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 12px;
}

.form_police {
  position: relative;
  margin: 24px 0 0;
  font-size: 12px;
  padding-left: 35px;
  cursor: pointer;
}

.form_police .label {
  user-select: none;
}

.form_police .js-police {
  text-decoration: underline;
}

.js-police:hover {
  text-decoration: none;
}

.button.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.form_police .label:before {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
}

.form_police .label.check:before {
  content: url(images/сheck.svg);
  background: #5ce1e6;
  border: 1px solid #5ce1e6;
}

.agree,
.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-response-output {
  position: absolute;
  background: #767272;
  color: #fff;
  width: calc(100% - 100px);
  text-align: center;
  padding: 10px !important;
  border: none !important;
  top: 33px;
  left: 50px;
  margin: 0 !important;
}

.wpcf7-not-valid {
  border: 2px solid #ee382b !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.popup_modal_police,
.popup_modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
}

.win_modal {
  background: #fff;
  position: absolute;
  width: 400px;
  border: 4px solid #ED6400;
  margin-top: -200px;
  border-radius: 24px;
  padding: 30px;
  display: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.win_modal_police {
  background: #fff;
  position: absolute;
  margin-top: -200px;
  display: none;
  opacity: 0;
  width: 1000px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow-x: hidden;
}

.win_modal_police .content {
  width: 1020px;
  padding: 40px 100px 65px;
  height: 100vh;
  overflow-y: auto;
}

.win_modal_police .content h1 {
  margin-top: 0;
}

.win_modal_police .content h4 {
  font-size: 26px;
  margin: 25px 0 15px;
}

.win_modal_police .content p {
  margin-bottom: 15px;
}

.win_modal_police .content li {
  margin-bottom: 15px;
}

.win_modal h3 {
  font-size: 18px;
  margin: 0 0 15px;
}

.win_modal .button {
  background: #ED6400;
}

.win_modal .form_police .label.check:before {
  background: #ED6400;
  border: 1px solid #ED6400;
}

.close,
.menu-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close:before,
.close:after,
.menu-close:before,
.menu-close:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #121212;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close:after,
.menu-close:after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.grecaptcha-badge {
  right: -300px !important;
}