/*
Theme name: RIBCloud
Description: Описание
Author: Rustam&Co
Author URI:
*/



.hero__img,
.section__img {
	background-color: #0067B1;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}
.aligncenter img {
	max-width: 100%;
	margin: 0 auto;
}

.hero__subtitle {
	margin-bottom: 40px;
}



/* .search */
.search {
	width: 20px;
	margin-left: 24px;
	position: relative;
	z-index: 40;
}
.search__button {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: none;
	outline: none;
	-webkit-mask: url('img/bg-icon-search.svg') center no-repeat;
	mask: url('img/bg-icon-search.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	font-size: 0;
	transition: all .3s ease;
	cursor: pointer;
}
.search__button:hover {
	transform: scale(1.1);
}
.search__body {
	position: absolute;
	top: -20px;
	right: -8px;
	width: 240px;
	padding: 4px 8px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, .4);
	pointer-events: none;
	transition: all .3s ease;
}
.search.active .search__body {
	top: 32px;
	opacity: 1;
	pointer-events: auto;
}
.search__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.search__wrapper input.search__input {
	display: block;
	width: calc(100% - 24px);
	height: 40px;
	margin: 0;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
}
.search__wrapper input.search__submit {
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #0067B1;
	border: none;
	outline: none;
	-webkit-mask: url('img/bg-icon-search.svg') center no-repeat;
	mask: url('img/bg-icon-search.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
	cursor: pointer;
}
.search__wrapper input.search__submit:hover {
	background: #000;
}



.wpcf7-form p {
	margin-bottom: .7em;
}
.wpcf7-form label {
	display: block;
	font-weight: 700;
}
input:not([type="checkbox"], [type="submit"]),
textarea,
select {
	display: block;
	vertical-align: middle;
	width: 100%;
	min-height: 48px;
	margin: 0.4em 0 1em;
	border: 1px solid #919191;
	border-radius: 4px;
	padding: 0.5em 1em;
	line-height: 1.6;
	font-size: 16px;
	font-weight: normal;
	font-family: inherit;
	background-color: #FFF;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	outline: none;
}
textarea {
	min-height: 90px;
	resize: none;
}
.form input {
	margin: 0;
}
input[type="submit"] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-width: 110px;
	padding: 9px 20px;
	margin-top: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #239FDC;
	color: #FFF;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #007EBC;
}





.item-faq__title {
	cursor: pointer;
}




.wpcf7-list-item {
	margin: 0 0 24px 0;
}
.wpcf7-list-item input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.wpcf7-list-item-label {
	font-weight: normal;
}

a.ek-link {
	white-space: nowrap;
}

.field-select__select.choices__input {
	display: none;
}


.article__img img {
	width: 100%;
}

.wp-block-image {
	margin-bottom: 2em;
}
.wp-block-image figcaption {
	padding-top: 12px;
	color: #999;
	font-size: 14px;
	text-align: center;
}
.wp-block-embed.is-type-video {
	margin: 0 0 2em;
}
.wp-block-embed.is-type-video iframe {
	width: 80%;
}


.article__client-logo {
	max-width: 200px;
	margin: 0 auto 24px;
}
.article__client-logo img {
	display: block;
	width: 100%;
	height: auto;
}



.search__list {
	padding-top: 8px;
	padding-bottom: 20px;
}
.search-item {
	margin-bottom: 24px;
}
.search-item__title {
	color: #0067B1;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none;
}
.search-item__title:hover {
	color: #000;
}
.search-item__desc {
	padding-top: 8px;
	padding-left: 24px;
}


.pagination {
	padding-top: 8px;
	padding-bottom: 48px;
	overflow: hidden;
}
.pagination span,
.pagination a {
	display: inline-block;
	vertical-align: middle;
	min-width: 32px;
	height: 32px;
	padding: 0 8px;
	color: #0067B1;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.pagination a {
	border: 2px solid #0067B1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination span.current,
.pagination a:hover {
	background: #0067B1;
	color: #fff;
}




/* Cookies alert dialog */
/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 24px;
	bottom: 24px;
	max-width: 360px;
	background-color: #fff;
	padding: 16px;
	border-radius: 5px;
	box-shadow: 0 8px 8px rgba(0,0,0,0.25);
	margin-left: 24px;
}
#gdpr-cookie-message h4 {
	color: #0067B1;
	font-size: 20px;
	margin-bottom: 8px;
}
#gdpr-cookie-message h5 {
	color: #0067B1;
	font-size: 15px;
	margin-bottom: 8px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: #0067B1;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	border-bottom-color: #0067B1;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	background: #0067B1;
	color: #fff;
	font-size: 15px;
	padding: 8px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: #000;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: #0067B1;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}
.about__img.about__img1 img {
  width: auto;
  height: auto;
  object-fit: unset;
}

.about__img.about__img1 {
  background: none;
}
.header .wpml-ls-legacy-dropdown-click {
    width: 160px !important;
}
@media (max-width:1440px) {
.header .wpml-ls-legacy-dropdown-click { width: 150px !important;}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{padding-right: calc(10px + 1.2em);}
}
@media (max-width:767px) {
.search__body{right: 0;width: 95%;left: 0;margin: 0 auto;top: 98px !important;}
.search{ position: static; }
}
@media (max-width:450px) {
.header .wpml-ls-legacy-dropdown-click { width: 136px !important;}
}