/*
Theme Name: child_themes
Theme URI: https://web-creative.studio/
Template: hello-elementor
Author: WebCreative
Author URI: https://web-creative.studio/
Version: 2.2.1.1572443540
Updated: 2023-01-30 13:52:20

*/


html {
    scroll-behavior: smooth;
  }

.elementor-button {
    cursor: pointer;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
.elementor-nav-menu--dropdown .elementor-item.highlighted {
    background-color: transparent;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-widget-woocommerce-archive-description ul,
.elementor-widget-woocommerce-archive-description ol,
.elementor-tab-content ul,
.elementor-tab-content ol
.elementor-widget-container ul,
.elementor-widget-container ol,
.jet-toggle__content-inner ul,
.jet-toggle__content-inner ol {
    margin-bottom: 15px;
}

.ms {
    margin-top: 60px !important;
}

p:last-child {
	margin: 0;
}

.elementor-button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
}

.accent {
    color: var(--e-global-color-accent);
}

span {
    line-height: 1;
}

/*Убрать раздувание табов в телефоне*/
.e-n-tabs > .e-n-tabs-heading > .e-n-tab-title {
	align-self:baseline;
}

.e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title )  {
    margin: 0 !important;
}

/* Скрывать иконки соц. сетей в которых нет ссылок  */
.elementor-grid-item:has(a[href="#"]):not(a[href]),
.phone li.elementor-icon-list-item:not(:has(a[href])) {
    display: none;
}

input::placeholder{
    opacity:1 !important;
    text-align: center;
}

.elementor-widget-image a img[src$=".svg"]{
    width:100% !important;
}

.box-center .elementor-icon-wrapper {
    display: flex;
}

body{
    margin: 0px;
}

.elementor-message{
    display: none;
}

.no-margin p{
    margin:0px;
}

/*Карусели*/

.gallery-product .elementor-swiper-button{
    border:1px solid;
    width:34px;
    height:34px;
    display: inline-flex;
    align-items:center;
    justify-content: center;
    transition: all .1s ease;
}

.gallery-product .elementor-swiper-button:hover i {
    color: var(--e-global-color-accent);
}

.gallery-product .elementor-swiper-button:hover {
    border-color:var(--e-global-color-accent);
}

/*Глобально кнопки нна сайте*/
.elementor-button {
    position: relative;
    /*overflow: hidden;*/
}

.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.06deg, #0D8FCD 1.79%, #304399 98.32%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.elementor-button:hover::before {
    opacity: 1;
}

.elementor-button span {
    position: relative;
    z-index: 1;
}

.first-cont{
    padding:30px 10px 100px 10px;
}

nav ol.breadcrumb{
    margin-bottom: 0px;
}

ol.breadcrumb  a,
.breadcrumb li::after{
    color:#AFB9C8;
}

/*Листинг услуги*/
.grad-cont {
    position: relative;
}

.grad-cont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.06deg, #0D8FCD 1.79%, #304399 98.32%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.grad-cont:hover::after {
    opacity: .5;
}

.service-btn.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 0px;
    padding-right:5px;
    transition: all .5s ease !important;
}

.grad-cont:hover .service-btn.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
    padding-right: 10px;
}

.reverse-icons ul.elementor-icon-list-items li.elementor-icon-list-item a,
.service-btn li.elementor-icon-list-item {
    flex-direction: row-reverse;
}

.reverse-icons ul.elementor-icon-list-items span.elementor-icon-list-text{
    padding-inline-start:0px;
    margin-right: 7px;
}

.btn-in-right.elementor-widget.elementor-widget-icon-list ul.elementor-icon-list-items span.elementor-icon-list-text{
    transition: margin-right .3s ease;
}

.btn-in-right:hover ul.elementor-icon-list-items span.elementor-icon-list-text{
    margin-right: 10px;
}

/*Листинг специалистов*/
.elementor-element.img-specialist.elementor-widget.elementor-widget-jet-listing-dynamic-image,
.img-specialist .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container,
.img-specialist .jet-listing.jet-listing-dynamic-image,
.img-specialist a.jet-listing-dynamic-image__link{
    height: 100%;
}

.elementor-element.elementor-widget.elementor-widget-jet-listing-grid.listing-carousel .jet-listing-grid__slider-icon.next-arrow.slick-arrow:before,
.listing-carousel .jet-listing-grid__slider-icon.prev-arrow.slick-arrow:before{
    content:"\e906" ;
    font-family: icomoon ;
}

.img-specialist img{
    object-position: top center;
}

.top-auto{
    margin-top:auto;
}

.background-list li.elementor-icon-list-item{
    padding:16px 20px;
    box-shadow: -12px 8px 16px 0px #80899D40;
	background: var(--e-global-color-secondary);
}

.background-gradient-list li.elementor-icon-list-item:nth-child(3) {
  background: linear-gradient(182.06deg, #0D8FCD 1.79%, #304399 98.32%);
}

.background-gradient-list li.elementor-icon-list-item:nth-child(3) span.elementor-icon-list-text,
.background-gradient-list li.elementor-icon-list-item:nth-child(3) .elementor-icon-list-icon i{
    color:var(--e-global-color-secondary);
}

/*Карусель изоображений*/
.custom-tabs .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title {
    align-self: center;
}

.custom-tabs.elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text{
	margin-left:10px;
}

.custom-tabs.elementor-widget-n-tabs .e-n-tabs-heading {
    overflow-x: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: thin;
    scrollbar-width: thin;
    padding-bottom: 20px;
}

.carousel-img-custom img{
    height:520px;
    object-fit: cover;
}

.custom-tabs .e-n-tabs-heading {
    padding-left: 10px;
}

.carousel-img-custom.elementor-widget-image-carousel.elementor-element .elementor-swiper-button{
    transition: all .3s ease;
}

.carousel-img-custom.elementor-widget-image-carousel.elementor-element .elementor-swiper-button:hover{
    color:var(--e-global-color-accent);  
}

/* Листинг кейсов */
.cont-case .case-btn-right.elementor-widget.elementor-widget-icon-list ul.elementor-icon-list-items span.elementor-icon-list-text{
    transition: all .3s ease;
}

.cont-case:hover .case-btn-right.elementor-widget.elementor-widget-icon-list ul.elementor-icon-list-items span.elementor-icon-list-text{
	margin-right:10px;
}

/* Листинг статьи */
.img-stati a{
    width:100%;
}

.cont-blur{
    backdrop-filter: blur(8px)
}

/* Карусель фото */

.carousel-with-dots.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button{
    top:107%;
    z-index: 16;
}

@media screen and (min-width:1025px){
.listing-carousel .jet-listing-grid.jet-listing .jet-listing-grid__slider .jet-slick-dots li {
    width: 115px ;
    height: 6px ;
    border-radius: 2px ;
}
	
.listing-carousel .jet-listing-grid__slider .jet-slick-dots{
    margin-top: 40px ;
}
	
.grid-service .jet-listing-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  grid-template-rows: auto; 
}
	
.grid-service .jet-listing-grid__items > .jet-listing-grid__item {
    max-width: 100%;
}
    
.grid-service .jet-listing-grid__item:nth-child(8) {
	grid-column: span 2;  
}
	
.carousel-object.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button{
    top:115%;
}
.custom-tabs.elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title span.e-n-tab-title-text{
    width: 0px;
    opacity: 0;
    margin-left: 0px;
	font-size: 0px;
}

.custom-tabs.elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text{
    width:280px;
    opacity:1;
	font-size: 18px;
}
	
.carousel-with-dots .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .carousel-with-dots .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0px 70px;
}
	
.carousel-with-dots span.swiper-pagination-bullet{
    width:115px;
    height:6px;
    border-radius: 2px;
}
	
.carousel-with-dots.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:-50px;
}
}

@media screen and (max-width:1024px){
.first-cont{
    padding:30px 10px 60px 10px;
}

.listing-carousel .jet-listing-grid__slider-icon.slick-arrow,
.carousel-img-custom .elementor-swiper-button,
.carousel-object .elementor-swiper-button{
    display:none !important;
}
	
.custom-tabs.elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading  span.e-n-tab-title-text{
	font-size:16px;
	line-height:20px;
	width:300px;
	margin-left:10px;
}

.carousel-img-custom img{
    height:400px;
}

.carousel-with-dots.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button{
    top:45%;
}
}

@media screen and (max-width:1024px){
.first-cont{
    padding:30px 10px 40px 10px;

}
}

@media screen and (max-width:767px){
.custom-tabs.elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading span.e-n-tab-title-text{
	width:90%;
	min-width:215px;
}
	
.custom-tabs .e-n-tabs-heading {
    padding-left: 5px;
}
.carousel-img-custom img{
    height:350px;
}
	
.elementor-element.elementor-element-982bd35.e-con-full.cont-blur.e-flex.e-con.e-child {
    position: relative;
    top:0px;
}
}