/*
Theme Name: default
Author: <a href="http://rursul.ru">Ursul Roman Mihailovich</a>
Description: base wp theme
Version: 1.0
*/

.screen-reader-response,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form .wpcf7-mail-sent-ok {
  display: none !important;
}
form .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00;
}

.clear {
	clear: both;
}

.ajax-loader {
	display: none !important;
}

input[type="submit"]:disabled {
	filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter: gray;
	cursor: not-allowed;
}


#billing_country_field {
	display: none !important;
}

/*
.postid-54249276 #tab-6,
.postid-3122 #tab-6{
	display: none !important;
}
*/
ul.df {
	margin-bottom: 30px ;
}
ul.df li > a {
  line-height: 1.75em ;
}
ul.df li > a:hover {
	transition: color 0.27s ease ;
	color: rgb(35 109 115);
}
.see-more {
	display: inline ;
	border-bottom-width: 1px ;
    border-bottom-style: dashed ;
}
form[name="custom-filter"] > span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 13px 0;
	padding-top: 25px;
}
form[name="custom-filter"] > label {
	display: block ;
	color: #000;
	cursor: pointer ;
	font-size: 16px;
	padding: 2px 0 ;
}
form[name="custom-filter"] > label > input[type="checkbox"] {
	margin: 0 6px 9px 6px ;
	display: inline-block ;
	vertical-align: top ;
}

.screen_reviews {
	 margin-top: 30px;
}
 .screen_reviews .items {
	 flex-wrap: wrap;
	 align-items: flex-start;
}
 .screen_reviews .items .item {
	 background: #4bb1ca;
	 width: calc(33.33% - 20px);
	 padding: 30px;
	 margin-right: 30px;
	 margin-bottom: 30px;
	 color: #fff;
}
 .screen_reviews .items .item:nth-child(3n) {
	 margin-right: 0;
}
 .screen_reviews .items .article {
	 font-size: 16px;
}
 .screen_reviews .items strong {
	 font-size: 16px;
	 margin-top: 1em;
	 display: block;
}
 .screen_reviews .items .title {
	 margin-top: 1em;
}

.screen_reviews .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.screen_reviews .slick-dots li {
	cursor: pointer;
	width: 21px;
	height: 21px;
	display: block;
	padding: 12px;
}

.screen_reviews .slick-dots li button {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #177591;
	text-indent: -9999px;
}
.screen_reviews .slick-dots li.slick-active button {
	background: #177591;
}

@media screen and (max-width: 960px){
	.screen_reviews .items .item {
		width: calc(50% - 15px);
		margin-right: 0;
	}
	.screen_reviews .items .item:nth-child(2n) {
		margin-left: 30px;
	}
}

@media screen and (max-width: 700px){
	.screen_reviews .items .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.screen_reviews .items .item:nth-child(2n) {
		margin-left: 0;
	}
}

.grecaptcha-badge { 
    visibility: hidden !important;
}