/*!
Theme Name: prorab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prorab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prorab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */


.wenow {
  width: 100%;
  padding: 20px;
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
   -ms-flex-pack: justify;
  justify-content: space-between;
}
.wenow-block1{
width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wenow-block1 p{
	font-family: Raleway;
	font-size: 24px;
	line-height: 130%;
	font-weight: 300;
	margin-top: 60px;
}
.wenow-block1 span{
		font-weight: 600;
}
.wenow-block2{
width: 40%;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wenow-block2 h3{
	font-size: 28px;
  font-weight: 400;
  font-family: Inter;
  line-height: 130%;
  letter-spacing: 0;
}
.wenow-block2 p{
	font-family: Raleway;
  font-size: 17px;
  font-weight: 300;
  line-height: 130%;
}
.key__wrapper{
    width: 100%;
    background-color: #fff;
	padding: 0 20px;
}
.key__carts {
max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 120px;
  display: flex;
  padding-bottom: 120px;
  justify-content: space-between;
}
.key__carts .key__cart .key__header {
  display: flex;
}
.key__carts .key__cart .key__header .key__svg {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-color: #478ACD;
}
.key__carts .key__cart .key__header .key__name {
  display: flex;
  flex-direction: column;
}
.key__carts .key__cart .key__header .key__name .name1 {
  font-size: 15px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0%;
  text-align: left;
  opacity: 0.6;
}
.key__carts .key__cart .key__header .key__name .name2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
.key__carts .key__cart .key__image {
  margin: 30px 0;
  max-width: 385px;
  width: 100%;
  height: 259px;
  overflow: hidden;
}
.key__carts .key__cart .key__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.key__carts .key__cart .interior__button {
  width: 157px;
}
.key__carts .key__cart .interior__button a {
  color: rgb(249, 249, 250);
}
.interior__button a.blue{
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #478ACD;
  text-decoration: none;
  color: #F9F9FA;
  font-family: Raleway;
  font-size: 19px;
  font-style: 300;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 58px;
  white-space: nowrap;
  border: none;
}
.stages{
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
gap: 20px;
padding-bottom: 120px;
}
.s-text{
	max-width: 608px;
  width: 100%;
  margin-left: 10%;
}
.s-photo{
  overflow: hidden;
  height: 470px;
}
.s-text h3{
	font-family: Neutral Face;
  font-size: 44px;
  font-weight: 400;
  line-height: 66px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.s-text ul{
	list-style: none;
}
.s-text li{
	font-family: Raleway;
	font-size: 17px;
	font-weight: 300;
	line-height: 130%;
	margin-bottom: 20px;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-text li::before{
	content: '';
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 20px;
width: 20px;
background-image: url(/wp-content/uploads/2024/07/o26g7zizdhlz9zei93.png);
background-size: cover;
padding-right: 15px;
}
.f-main{
	height: auto !important;
}
.repair{
	padding: 60px 0;
}
.advantages{
	padding-top: 60px;
}
.services .services__conteiner{
    border-radius: 0;
}
.price {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.inst{
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.reviews{
	height: auto !important;
}
.privacy-wrap {
	background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: Raleway;
    bottom: 0px;
    position: fixed;
    display: block;
	padding: 14px 25px;
	font-size: 16px;
    margin: 0 auto;
	text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3);
	-webkit-animation: opactrans .7s;
    -moz-animation: opactrans .7s;
	animation: opactrans .7s;
}
.privacy-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
#privacy-click {
	color: rgb(255, 255, 255);
  background-color: #478ACD;
	padding: 9px 12px;
	transition: all .3s ease;
  cursor: pointer;
  border-radius: 5px;
}
#privacy-click:hover {
	background-color: #68A7F9;
}
@keyframes opactrans {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes opactransout {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to{
		opacity: 0;
		transform: translateY(50px);
	}
}
@media (max-width: 768px){
	.advantages .advantages__conteiner .advantages__columns .advantages__column {
  flex-direction: column;
}
  .reviews .reviews__conteiner .services__tagline.adv {
    margin-bottom: 30px;
  }
.wenow{
	  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}	
.wenow-block1{
width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wenow-block1 p{
	margin-top: 20px;
}
.wenow-block2{
width: 100%;
  padding: 20px 0 0 0;
  gap: 20px;
}
.key__carts {
    padding: 30px 0;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
}
.key__cart {
    padding: 0;
  }
  .key__carts.other .key__cart .key__header {
    flex-direction: column;
  }
  .key__carts.other .key__cart .key__header .key__svg{
    margin-bottom: 10px;
  }
  .key__carts .key__cart .key__header .key__svg {
    width: 60px;
    height: 60px;
  }
  .key__carts .key__cart .key__header .key__name .name1 {
    font-size: 13px;
  }
  .key__carts .key__cart .key__header .key__name .name2 {
    font-size: 27px;
	line-height: 100%;
  }
  .key__carts .key__cart .key__image {
  margin: 10px 0;
  max-width: 100% !important;
  }
  .stages{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
	padding: 0 20px 30px;
	gap: 0;
}
.s-text {
  margin-left: 0;
}
.s-text h3 {
  font-family: Neutral Face;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}
.s-photo {
  height: auto;
}
.repair{
	padding: 30px 0;
}
.advantages{
	padding-top: 60px;
}
.privacy-flex {
	justify-content: left;
    flex-wrap: wrap;
	text-align: left;
}
}