/*
 Theme Name: Гарант
 Theme URI: https://veridan.ru/
 Description: Минимальная тема для создания страниц с помощью Elementor.
 Author: Veridan
 Author URI: https://veridan.ru/
 Version: 1.0.0
 Requires at least: 5.9
 Tested up to: 6.4
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: garant
 Tags: custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, editor-style, flexible-header, post-formats, sticky-post, threaded-comments, rtl-language-support
*/

/* Минимальные стили — контент управляется Elementor */
body {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
  }
  
p {
	margin-block-start: 0px;
}
.elementor-field-textual {
	padding: 10px 20px !important; 
}

button[type="submit"] {
	min-height: 47px !important;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: center !important;
}
input[type="checkbox" i] {
	display: none !important;
}


.e-form__buttons {
	width: 191px !important;
	
}

.e-form__buttons button {
 cursor: pointer;
}
.elementor-form-fields-wrapper {

	justify-content: space-between !important;
}
.elementor-field-type-textarea {
	margin-bottom: 30px !important;
}

@media (max-width: 767px) {
	.elementor-field-group {
		width: 100% !important;
	}
}

ul{
	margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
	list-style-position: inside;
}

/* Стрелки карусели под слайдами в одну линию */
.carousel-arrows-below {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .carousel-arrows-below .swiper {
	width: 100%;
	flex-basis: 100%;
  }
  
  .carousel-arrows-below .elementor-swiper-button-prev,
  .carousel-arrows-below .elementor-swiper-button-next {
	position: relative !important;
	top: auto !important;
	inset-inline-start: auto !important;
	inset-inline-end: auto !important;
	transform: none !important;
	display: inline-flex !important;
	flex-basis: auto;
  }
  
  .carousel-arrows-below .elementor-swiper-button-prev {
	margin-inline-end: 10px;
  }
  
  .carousel-arrows-below .elementor-swiper-button-next {
	margin-inline-start: 10px;
  }
  
  .carousel-arrows-below .swiper-pagination {
	flex-basis: 100%;
	margin-top: 10px;
  }
  
  .swiper {
	  margin-bottom: 50px;
  }

  @media (max-width: 767px) {
    .elementor-element.elementor-element-4390c6f p{
        font-size: 12px;
        line-height: 1.1em;
    }
}

.hline p {
	text-decoration-thickness: 5% !important;
    text-underline-offset: 5px;
}
.elementor-field-option {
	line-height: 19px !important;
}

.buttonhov1 :hover  {
	background: linear-gradient(90deg, #B88252 0%, #E2B893 51.44%, #B88252 100%) !important;
}

.elementor-field-group button:hover {
	background: linear-gradient(90deg, #B88252 0%, #E2B893 51.44%, #B88252 100%) !important;
}
.menu1 :hover {
	text-decoration: underline !important;
	text-decoration-style: dotted !important;
	text-decoration-color: #B88252 !important;
	text-underline-offset: 5px !important;
}

.shadowbox:hover   {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);

}