﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.entry-content {
	max-width: 1200px;
}

label {
	margin-bottom: 0;
}

.entry-content ul:not([class])>li:before {
	display: none;
}

/* Блок Преимущества */
.container-adv {
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.container-r {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-advantages {    
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.feature-container {
	display: inline-block;
	width: 170px;
	margin-right: 0.7rem;
	margin-bottom: 3rem;
	margin-left: 0.7rem;
	vertical-align: top;
}

.feature-container {
		margin-right: 2rem;
		margin-left: 2rem;
	}

.feature-icon {
	width: 92px;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #0ec36b;
}

.fas {
	line-height: 92px;
}

.fa-prod {
    content: url(https://roofel.by/wp-content/uploads/2024/04/prod.png);
  margin-top: 20px;
  margin-bottom: 15px;
}

.fa-clock {
    content: url(https://roofel.by/wp-content/uploads/2024/04/speed-clock.png);
  margin-top: 20px;
  margin-bottom: 15px;
}

.fa-cons {
    content: url(https://roofel.by/wp-content/uploads/2024/04/consultation-2.png);
  margin-top: 20px;
  margin-bottom: 15px;
}

.fa-price {
    content: url(https://roofel.by/wp-content/uploads/2024/04/low-price-1.png);
  margin-top: 20px;
  margin-bottom: 15px;
}

.fa-deliv {
    content: url(https://roofel.by/wp-content/uploads/2024/04/delivery-3.png);
  margin-top: 17px;
  margin-bottom: 8px;
}

.container-title {
  font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
}


.advantages-t h2 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .section-block__title {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 600px) {
  .first-container {
    display: none;
  }
}

@media (min-width: 992px){
.section-block__header {
    justify-content: center;
}
}

/*Слайдер с картинками*/
section {
  padding: 20px 0;
}
.container-sl {
  max-width: 600px;
  margin: 0 auto;
}
.carousel {
  display: block;
  text-align: left;
  position: relative;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}
.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.45);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Тарифный план*/
.sue-plan-featured .sue-plan-head {
    padding: 10px 0 !important;
}
.sue-plan-name {
    margin-bottom: 0 !important;
}	

/*Стили для контактной формы*/
.forma-1 {
	width: 100%;
    border-radius: 10px;
}
.forma-2 {
	width: 100%;
    border-radius: 10px;
	height: 120px;
}

.btn-color {
	background-color: #08ad05;
    color: #ffffff;
    border: 2px solid #08ad05;
}

.btn-color:hover {
	background-color: #ffffff;
    color: #08ad05;
    border: 2px solid #08ad05;
}

.btn-f {
	display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	cursor: pointer;
}

.pum-theme-177 .pum-content, .pum-theme-lightbox .pum-content {
	font-weight: 400;
}

/*Стили для грида ссылок*/
