/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 24 2023 | 17:25:32 */
:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}
/*CSS variable*/
:root {
	--green: #2cb8cd;
	--yellow: #ffe172;
	--white: #fff;
	--dark: #333;
}


/* Language swicher */
#lang_choice_polylang-2 {
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	border-radius: 5px;
	border-bottom: 2px solid var(--green);
	border-top: none;
	border-left: none;
	border-right: none;
}

/* Style Owl Carousel - Сертификаты или Наши работы */
.owl-carousel.owl-loaded {
	position: relative;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 50%;
}
.owl-carousel .swiper-slide a {
	overflow: hidden;
}
.owl-carousel .swiper-slide a img {
	transition: all .4s cubic-bezier(0.4, 0, 1, 1);
	object-fit: cover;
}
.owl-carousel .swiper-slide a img:hover {
	transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1000px) {
	.swiper-slide {
    	width: 48vw;
    	height: 70vw;
	}
}
@media screen and (max-width: 600px) {
	.swiper-slide {
    	width: 100vw;
    	height: 70vw;
	}
}

.owl-theme .owl-nav {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
    margin: 0 5px;
    background: #2cb8cd;
    border-radius: 50px;
	color: #fff;
	font-size: 30px;
	transition: all .4s cubic-bezier(0.4, 0, 1, 1);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: var(--yellow);;
}
.owl-carousel .owl-dots .owl-dot span {
	height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #fff;
    border: 2px solid #2cb8cd;
    border-radius: 50px;
	transition: all .4s cubic-bezier(0.4, 0, 1, 1);
}
.owl-carousel .owl-dots .owl-dot.active span {
	width: 40px;
	background: var(--green);
}

/* Style CF7 */
.wpcf7 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcf7 label {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 400;
}
.wpcf7 .form-field {
	width: 100%;
	background: var(--white);
	color: var(--dark);
	border-radius: 10px;
	border: var(--green) .5px solid;
	padding: 10px 15px;
	margin:  10px 20px 5px 0;
	font-size: 15px;
}
.wpcf7 .wpcf7-form-control-wrap span {
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-acceptance span {
	margin-top: 15px;
}
.wpcf7 label a {
	color: var(--dark);
}
.wpcf7 .form-btn {
	background: var(--green);
  	text-align: center;
	color: var(--white);
	padding: 12px 35px;
	border-radius: 50px;
	border: none;
	transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
}

/*Slider reviews*/
.w-slider-dot.w-active {
	background-color: var(--green)!important;
    width: 40px !important;
    height: 12px !important; 
}
.w-slider-nav.w-round>div {
    width: 12px;
    height: 12px;
    margin-left: 0px !important;			
	margin-right: 12px !important;
    background-color: var(--white);
	border: 2px solid var(--green);
	border-radius: 20px;
	transition: all .4s cubic-bezier(0.4, 0, 1, 1);
}
