@charset 'utf-8';

:root {
	--first-color: #001c43;
	--second-color: #00bedd;
	--third-color: #fcbc88;
	--fourth-color: #99a4b4;
	--font-awesome: 'Font Awesome 5 Free';
	--container_xl: 1140px;
	--container_lg: 960px;
	--container_md: 720px;
	--container_sm: 540px;
}

html,
body {
	font-family: 'Silka', sans-serif;
	font-weight: normal;
	margin: 0;
}

html.overflow__hidden,
body.overflow__hidden {
	overflow: hidden;
}

body:not(.home):not(.single) {
	overflow-x: hidden;
}

* {
	box-sizing: border-box !important;
	outline: inherit !important;
	resize: none !important;
}

/* Plugin libras */
div[vw] {
	margin-top: 15vh !important;
}
div[vw] div[vw-plugin-wrapper].active {
	margin: -35vh 0 0;
}

.container,
.container-fluid {
	position: relative;
}

.not__found {
	background-color: #f5f6f7;
	border-radius: 4px;
	color: #66778e;
	font-size: 14px;
	font-weight: 500;
	padding: 15px;
	text-align: center;
}

/* High Contrast */

body.contrast *,
body.contrast *:before,
body.contrast *:after {
	background: #000 !important;
	border-color: transparent !important;
	box-shadow: inherit !important;
}

body.contrast svg * {
	fill: #fff !important;
}

body.contrast *:not(a),
body.contrast *:not(a):before,
body.contrast *:not(a):after {
	color: #fff !important;
}

body.contrast a,
body.contrast a:before,
body.contrast a:after,
body.contrast a i {
	color: yellow !important;
}

/* body.contrast .site__header.fixed .header__logo .img__logo_white{
	display: block !important;
}

body.contrast .site__header.fixed .header__logo .img__logo_blue{
	display: none !important;
} */

/* Custom Scrollbar */

.custom__scrollbar::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.custom__scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--second-color);
	border-radius: 5px;
}

.custom__scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: var(--second-color);
}

.custom__scrollbar::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: inset 30px 30px 30px #ccd2d9;
}

/* Modal */

.modal-backdrop.show {
	opacity: .9;
}

.modal__contact .modal-dialog {
	padding: 15px 0;
}

.modal__contact .modal-close {
	color: var(--second-color);
	cursor: pointer;
	font-size: 19px;
	line-height: 1;
	text-align: right;
}

.modal__contact .modal-content {
	background-color: transparent;
	border: 0;
	position: relative;
}

.modal__contact .modal-body {
	color: #fff;
	overflow-x: hidden;
	padding: 0;
}

/* Form */

.form-group {
	margin-bottom: 0;
	margin-top: 25px;
	position: relative;
}

.form-group > label {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control {
	background-color: #d8dde2;
	border: 0;
	border-radius: 15px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 500;
	height: 40px;
	padding: 0 16px;
	width: 100%;
}

select.wpcf7-form-control {
	appearance: none;
	padding-right: 32px;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}

textarea.wpcf7-form-control {
	height: inherit;
	padding: 16px;
}

body.contrast .wpcf7-form-control {
	border: 2px solid #fff !important;
}

body.contrast .wpcf7-form-control::-webkit-input-placeholder { color: #fff; }
body.contrast .wpcf7-form-control::-moz-placeholder { color: #fff; }
body.contrast .wpcf7-form-control:-ms-input-placeholder { color: #fff; }
body.contrast .wpcf7-form-control:-moz-placeholder { color: #fff; }

.wpcf7-wrap-select {
	position: relative;
}

.wpcf7-wrap-select:after {
	color: #66778e;
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-wrap-select:hover:after {
	content: '\f077';
}

input[type='submit'].wpcf7-submit,
button[type='submit'].wpcf7-submit {
	align-items: center;
	background-color: var(--second-color);
	border: 0;
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	transition: background-color .3s;
	width: auto;
}

button[type='submit'].wpcf7-submit:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 6px;
}

input[type='submit'].wpcf7-submit:hover,
button[type='submit'].wpcf7-submit:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.wpcf7-not-valid-tip {
	background-color: #dc3232;
	border-radius: 3px;
	bottom: 100%;
	color: #fff;
	font-size: 0;
	line-height: 1;
	padding: 2px 4px;
	position: absolute;
	right: 10px;
}

.wpcf7-not-valid-tip:before {
	content: '\f00d';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
}

.wpcf7-not-valid-tip:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #dc3232;
	content: '';
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.wpcf7 form .wpcf7-response-output {
	border-width: 1px;
	font-size: 12px;
	margin: 25px 0 0;
	padding: 15px;
	text-align: center;
}

/* Popup - IE 11 */

.popup__ie11 {
	background-color: #fff;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999999;
}

html.no-flexboxlegacy .popup__ie11 {
	display: block !important;
}

.popup__ie11 .container {
	height: 100%;
}

.popup__ie11 .ie11__wrapper {
	display: table;
	height: 100%;
	padding: 30px 530px 30px 0;
}

.popup__ie11 .ie11__wrapper .wrapper__content {
	display: table-cell;
	vertical-align: middle;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__logo:after {
	background-color: #ccd2d9;
	border-radius: 2px;
	content: '';
	display: block;
	height: 4px;
	margin: 35px 0;
	width: 32px;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__logo img,
.popup__ie11 .ie11__wrapper .wrapper__content .content__logo svg {
	display: block;
	height: 25px;
	width: auto;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs ul.nav {
	margin: 0 0 15px;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs ul.nav li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs ul.nav li a {
	color: #8b97ac;
	display: block;
	font-size: 14px;
	padding: 0;
	text-decoration: none;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs ul.nav li.tab__select a {
	color: #c2c6cc;
	font-weight: 600;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs ul.nav li a.active {
	color: #00bedd;
	font-weight: 600;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs .tab__title {
	color: #001c43;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.125;
	margin: 0 0 25px;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs .tab__description {
	color: #464646;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 60px;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs .tab__logos {
	display: table;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs .tab__logos a {
	display: table-cell;
	vertical-align: middle;
}

.popup__ie11 .ie11__wrapper .wrapper__content .content__tabs .tab__logos a img {
	display: block;
	height: 35px;
	margin-right: 30px;
	width: auto;
}

.popup__ie11 .ie11__wrapper .wrapper__image {
	background-position: center;
	background-size: cover;
	bottom: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 430px;
}

.popup__ie11 .ie11__wrapper .wrapper__image img {
	display: block;
	height: auto;
	max-width: 430px;
}

/* Popup - Alert */

.popup__alert {
	align-items: flex-start;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 300px;
	padding: 40px 60px 40px 40px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.popup__alert .alert__close {
	color: #ccc;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 25px;
	top: 25px;
}

.popup__alert .alert__title {
	color: var(--first-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.popup__alert .alert__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 1.6;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.popup__alert .alert__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 10px;
}

.popup__alert .alert__btn:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

/* Popup - LGPD */

/*
.popup__lgpd {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.popup__lgpd:before {
	background-color: #000;
	bottom: 0;
	content: '';
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
*/
.popup__lgpd { 
	left: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	align-items: flex-end;
	display: flex;
}

.popup__lgpd .lgpd__content {
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	flex-grow: 1;
	gap: 30px;
	margin: 15px;
	padding: 20px 25px;
	position: relative;
	z-index: 1;
	box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}

.popup__lgpd .lgpd__content .content__description {
	color: #666;
	font-size: 12px;
}

.popup__lgpd .lgpd__content .content__description p:last-child {
	margin-bottom: 0;
}

.popup__lgpd .lgpd__content .content__description a {
	color: var(--second-color);
	transition: color .3s;
}

.popup__lgpd .lgpd__content .content__description a:hover {
	color: var(--first-color);
	transition: color .3s;
}

.popup__lgpd .lgpd__content .content__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 1.6;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.popup__lgpd .lgpd__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 10px;
}

.popup__lgpd .lgpd__content .content__btn:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

/* Header */

.site__header {
	left: 0;
	position: fixed;
	top: 0;
	transition: box-shadow .3s, transform .3s;
	width: 100%;
	z-index: 9;
}

body:not(.home) .site__header {
	/*position: -moz-sticky;*/
	/*position: sticky;*/
	transition: transform .3s;
}

/* .site__header.fixed .header__logo .img__logo_blue{
	display: none
} */

.site__header:hover,
.site__header.fixed,
.site__header.menu__active,
.site__header.menu__mobile__active,
body.error404 .site__header {
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
	transition: box-shadow .3s, transform .3s;
}

.site__header.hide:not(.menu__active):not(.search__active) {
	transform: translateY(-100%);
	transition: transform .3s;
}

.site__header .first__row {
	background-color: rgba(0,0,0,.15);
	color: #fff;
	height: 32px;
}

.site__header:hover .first__row,
.site__header.fixed .first__row,
body:not(.home) .site__header .first__row,
.site__header.menu__active .first__row,
.site__header.menu__mobile__active .first__row {
	background-color: var(--first-color);
	transition: background-color .3s;
}

.site__header.search__active .first__row,
.site__header.search__active:hover .first__row,
.site__header.search__active.fixed .first__row {
	background-color: #193255;
}

.site__header .second__row {
	color: var(--first-color);
	height: 72px;
	transition: background-color .3s;
}

.site__header:hover .second__row,
.site__header.fixed .second__row,
body:not(.home) .site__header .second__row,
.site__header.menu__active .second__row,
.site__header.menu__mobile__active .second__row {
	background-color: #fff;
	transition: background-color .3s;
}

.site__header.search__active .second__row,
.site__header.search__active:hover .second__row,
.site__header.search__active.fixed .second__row {
	background-color: var(--first-color);
}

.site__header .first__row .container-fluid,
.site__header .second__row .container-fluid {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 30px;
}

.site__header .header__accessibility {
	margin-right: auto;
}

.site__header .header__accessibility > ul {
	align-items: center;
	display: flex;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site__header .header__accessibility > ul > li {
	align-items: center;
	display: flex;
	margin-right: 30px;
}

.site__header .header__accessibility > ul > li > a {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-weight: 500;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__accessibility > ul > li > a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.site__header .header__accessibility > ul > li > a > i {
	font-size: 12px;
	margin-right: 5px;
}

.site__header .header__accessibility > ul > li > .scale {
	background-color: rgba(255,255,255,.5);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	height: 8px;
	margin: 0 8px;
	width: 24px;
}

.site__header .header__accessibility > ul > li > .scale span {
	background-color: #fff;
	height: 100%;
	display: block;
}

.site__header .header__links {
	height: 100%;
}

.site__header .header__links > ul {
	display: flex;
	font-size: 11px;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site__header .header__links > ul > li {
	align-items: center;
	display: flex;
	margin-left: 30px;
	position: relative;
}

.site__header .header__links > ul > li > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-weight: 500;
	height: 100%;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__links > ul > li.wpml-ls-menu-item > a {
	cursor: pointer;
	pointer-events: none;
}

.site__header .header__links > ul > li.menu-item-has-children > a:after {
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 8px;
	font-weight: 900;
	margin-left: 5px;
	margin-right: 0;
}

.site__header .header__links > ul > li > a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.site__header .header__links > ul > li.customer__portal > a:before,
.site__header .header__links > ul > li.wpml-ls-menu-item > a:before {
	content: '\f007';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-right: 8px;
}

.site__header .header__links > ul > li.wpml-ls-menu-item > a:before {
	content: '\f57c';
}

.site__header .header__links > ul > li > ul {
	background-color: var(--first-color);
	left: -15px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 210px;
	z-index: 1;
}

.site__header .header__links > ul > li.wpml-ls-menu-item > ul {
	left: 50%;
	min-width: 155px;
	/*right: -15px;*/
	right: 0;
	text-align: center;
	transform: translateX(-50%);
	width: auto;
	white-space: nowrap;
}

.site__header .header__links > ul > li:hover > ul {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.site__header .header__links > ul > li > ul > li {
	position: relative;
}

.site__header .header__links > ul > li > ul > li > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 16px;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__links > ul > li.wpml-ls-menu-item > ul > li > a {
	justify-content: center;
}

.site__header .header__links > ul > li > ul > li.menu-item-has-children > a:after {
	color: var(--second-color);
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 9px;
	font-weight: 900;
	margin-left: auto;
}

.site__header .header__links > ul > li > ul > li:hover > a {
	color: var(--second-color);
	transition: color .3s;
}

.site__header .header__links > ul > li > ul > li > ul {
	background-color: #334969;
	left: 100%;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: -8px;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 210px;
}

.site__header .header__links > ul > li > ul > li:hover > ul {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.site__header .header__links > ul > li > ul > li > ul > li > a {
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 16px;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__links > ul > li > ul > li > ul > li:hover > a {
	color: var(--second-color);
	transition: color .3s;
}

.site__header .header__language {
	align-items: center;
	display: flex;
	margin-left: 30px;
	padding-right: 15px;
	position: relative;
}

.site__header .header__language:before {
	content: '\f57c';
	font-family: var(--font-awesome);
	font-size: 11px;
	font-weight: 900;
}

.site__header .header__language:after {
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 8px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.site__header .header__language select {
	appearance: none;
	background-color: transparent;
	border: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	margin-left: 5px;
	padding: 0;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}

.site__header .header__language select option {
	color: var(--first-color);
}

.site__header .header__logo img,
.site__header .header__logo svg {
	display: block;
	height: 25px;
	width: auto;
}

.site__header .header__logo svg * {
	transition: fill .3s;
}

body.home .site__header:not(:hover):not(.fixed):not(.menu__active):not(.menu__mobile__active) .header__logo svg .darkblue,
.site__header.search__active:hover .header__logo svg .darkblue,
.site__header.search__active.fixed .header__logo svg .darkblue {
	fill: #fff;
	transition: fill .3s;
}

.site__header .header__toggle,
.site__header .header__toggle .toggle__content,
.site__header .header__menu {
	height: 100%;
	display: flex;
	flex-grow: 1;
}

.site__header .header__menu > ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site__header .header__menu > ul > li {
	display: flex;
	height: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.site__header .header__menu > ul > li:first-child,
.site__header .header__menu > ul > li.search__button {
	margin-left: auto;
}

.site__header .header__menu > ul > li:last-child {
	margin-right: 0;
}

.site__header .header__menu > ul > li.button {
	align-items: center;
}

.site__header .header__menu > ul > li.customer__portal,
.site__header .header__menu > ul > li.customer__portal ~ li {
	display: none;
}

.site__header .header__menu > ul > li > a {
	align-items: center;
	color: var(--first-color);
	display: flex;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__menu > ul > li.search__button > a {
	align-items: center;
	display: flex;
	font-size: 16px;
	justify-content: center;
	height: 40px;
	margin: auto;
	width: 40px;
}

body.home .site__header:not(:hover):not(.fixed):not(.menu__active):not(.menu__mobile__active) .header__menu > ul > li:not(.button) > a {
	color: #fff;
	transition: color .3s;
}

.site__header .header__menu > ul > li.button > a {
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	font-weight: 500;
	padding: 10px 24px;
	transition: background-color .3s, color .3s;
}

.site__header .header__menu > ul > li.menu-item-has-children > a:before {
	background-color: var(--first-color);
	border-radius: 5px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: '';
	height: 20px;
	opacity: 0;
	position: absolute;
	top: calc(100% - 7px);
	transform: rotate(45deg);
	transition: opacity .3s;
	width: 20px;
	z-index: 1;
}

.site__header .header__menu > ul > li.menu-item-has-children > a:after {
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 9px;
	font-weight: 900;
	margin-left: 8px;
	transition: transform .3s;
}

.site__header .header__menu > ul > li.menu-item-has-children.active > a:after {
	transform: rotate(-180deg);
	transition: transform .3s;
}

.site__header .header__menu > ul > li.menu-item-has-children.active > a:before {
	opacity: 1;
	transition: opacity .3s;
}

.site__header .header__menu > ul > li.button > a:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.site__header .header__search {
	align-items: center;
	bottom: 0;
	display: flex;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	z-index: 1;
}

.site__header.search__active .header__search {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.site__header .header__search form {
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	flex-grow: 1;
	height: 40px;
}

.site__header .header__search form .search__icon {
	align-items: center;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	width: 50px;
}

.site__header .header__search form input {
	background-color: transparent;
	border: 0;
	color: var(--first-color);
	display: block;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
}

.site__header .header__search form .search__close,
.site__header .header__search form button {
	background-color: transparent;
	border: 0;
	color: var(--first-color);
	font-size: 13px;
	padding: 0 20px;
}

.site__header .header__search form .search__close {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.site__header .header__search form button {
	background-color: #ccf2f8;
	border-radius: 0 50px 50px 0;
	font-weight: 500;
	transition: background-color .3s;
}

.site__header .header__search form button:hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.site__header .header__search .search__results {
	background-color: #fff;
	display: flex;
	position: absolute;
	top: 100%;
	z-index: 1;
}

.site__header .header__search .search__results:before {
	border-bottom: 8px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	content: '';
	left: 15px;
	position: absolute;
}

.site__header .header__search .search__results:after {
	background-color: #fff;
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 300%;
	z-index: 0;
}

.site__header .header__search .search__results.search__columns {
	/*box-shadow: -1000px 0 0 0 #fff, 1000px 0 0 0 #f5f6f7;*/
}

.site__header .header__search .search__results .results__column {
	position: relative;
	z-index: 1;
}

.site__header .header__search .search__results .results__left {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 40px 40px 40px 0;
}

.site__header .header__search .search__results .results__right {
	background-color: #f5f6f7;
	flex-basis: 38%;
	flex-shrink: 0;
	padding: 40px 0 40px 40px;
	position: relative;
	z-index: 1;
}

.site__header .header__search .search__results.search__columns .results__right:after {
	background-color: #f5f6f7;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 300%;
	z-index: -1;
}

.site__header .header__search .search__results .results__title {
	color: var(--fourth-color);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.site__header .header__search .search__results .results__list {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(1, 1fr);
}

.site__header .header__search .search__results .results__list.list__columns {
	grid-template-columns: repeat(2, 1fr);
}

.site__header .header__search .search__results .results__list .list__item a {
	color: var(--first-color);
	display: block;
	line-height: 1.5;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__search .search__results .results__list .list__item .item__title {
	font-size: 14px;
	font-weight: 500;
}

.site__header .header__search .search__results .results__list .list__item .item__parent {
	color: #66778e;
	font-size: 12px;
}

.site__header .header__search .search__results .results__list .list__item a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.site__header .header__search .search__results .results__menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site__header .header__search .search__results .results__menu > ul > li + li {
	margin: 20px 0 0;
}

.site__header .header__search .search__results .results__menu > ul > li > a {
	color: var(--first-color);
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	transition: color .3s;
}

.site__header .header__search .search__results .results__menu > ul > li > a:hover {
	color: var(--second-color);
	transition: color .3s;
}

/* Header - Submenu */

.header__submenu {
	background-color: #fff;
	border-top: 4px solid var(--first-color);
	color: var(--first-color);
	display: flex;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	z-index: 9;
}

.header__submenu .submenu__close {
	background: linear-gradient(45deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.5));
	color: #fff;
	cursor: pointer;
	height: 120px;
	line-height: 1;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 120px;
	z-index: 1;
}

.header__submenu .submenu__close:before {
	content: '\f00d';
	font-family: var(--font-awesome);
	font-weight: 900;
}

.header__submenu.active {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
	z-index: 10;
}

.header__submenu .submenu__column {
	flex: 1 0 auto;
	position: relative;
}

.header__submenu .submenu__first {
	flex-basis: 28%;
}

.header__submenu .first__content {
	background-color: #f5f6f7;
	bottom: 0;
	left: 0;
	padding: 40px;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s, visibility .3s;
}

.header__submenu .first__content:not(.first__default):not(.default) {
	opacity: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	z-index: 1;
}

.header__submenu .first__content:not(.first__default):not(.default).active {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.header__submenu .first__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
}

.header__submenu .first__description {
	font-size: 14px;
	line-height: 1.7;
	margin: 25px 0 0;
}

.header__submenu .first__description p:last-child {
	margin-bottom: 0;
}

.header__submenu .first__button {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	margin: 35px 0 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.header__submenu .first__button:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.header__submenu .first__contact {
	margin: 65px 0 0;
}

.header__submenu .first__contact .contact__title {
	color: var(--fourth-color);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.header__submenu .first__contact .contact__phone,
.header__submenu .first__contact .contact__button {
	align-items: center;
	color: var(--first-color);
	display: flex;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0;
	text-decoration: none;
}

.header__submenu .first__contact .contact__button {
	font-size: 13px;
	transition: color .3s;
}

.header__submenu .first__contact .contact__button:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 8px;
	transition: margin-left .3s;
}

.header__submenu .first__contact .contact__button:hover {
	color: var(--second-color);
	transition: color .3s;
}

.header__submenu .first__contact .contact__button:hover:after {
	margin-left: 12px;
	transition: margin-left .3s;
}

.header__submenu .submenu__second {
	flex-basis: 30%;
}

.header__submenu .second__menu {
	height: 100%;
	/*overflow: hidden;*/
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.header__submenu .second__menu::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.header__submenu .second__menu::-webkit-scrollbar-thumb {
	background-color: var(--second-color);
	border-radius: 5px;
}

.header__submenu .second__menu::-webkit-scrollbar-thumb:hover {
	background-color: var(--second-color);
}

.header__submenu .second__menu::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: inset 30px 30px 30px #ccd2d9;
}

.header__submenu .second__menu ul {
	background-color: #fff;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 40px;
	position: relative;
	top: 0;
	transition: transform .3s;
	width: 100%;
	z-index: 0;
}

.header__submenu .second__menu ul ul {
	height: inherit;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: transform .3s;
	z-index: 0;
}

.header__submenu .second__menu ul[style="z-index: 0;"] {
	opacity: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
}

.header__submenu .second__menu ul[style="z-index: 1;"] {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

/*.header__submenu .second__menu ul[style="z-index: 1;"] {
	overflow-x: hidden;
	overflow-y: auto;
}*/

.header__submenu .second__menu ul li {
	/*margin: 22px 0 0;*/
	margin: 0 0 22px;
}

.header__submenu .second__menu ul li:last-child {
	margin-bottom: 0;
}

.header__submenu .second__menu ul li a {
	color: var(--first-color);
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	padding-right: 30px;
	position: relative;
	text-decoration: none;
	transition: color .3s;
}

.header__submenu .second__menu ul li.menu__back a,
.header__submenu .second__menu ul li.submenu__close a {
	color: var(--fourth-color);
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 20px;
	text-transform: uppercase;
}

.header__submenu .second__menu ul li.menu__back a:before,
.header__submenu .second__menu ul li.submenu__close a:before {
	content: '\f060';
	font-family: var(--font-awesome);
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header__submenu .second__menu ul li.menu-item-has-children > a:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__submenu .second__menu ul li a[target='_blank']:after {
	content: '\f35d';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__submenu .second__menu ul li a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.header__submenu .second__menu ul li.menu__back a:hover,
.header__submenu .second__menu ul li.submenu__close a:hover {
	color: var(--first-color);
}

.header__submenu .submenu__third {
	flex-basis: 42%;
	position: relative;
}

.header__submenu .third__photo {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s, visibility .3s;
}

.header__submenu .third__photo:not(.third__default):not(.default) {
	opacity: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	z-index: 1;
}

.header__submenu .third__photo:not(.third__default):not(.default).active {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.header__submenu .third__photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/* Main */

.site__main {
	overflow: hidden;
}

body:not(.home) .site__main {
	margin: 104px 0 0;
}

body.single .site__main {
	overflow: inherit;
}

.home__slider {
	position: relative;
}

.home__slider .slider__item {
	height: 770px;
	position: relative;
}

.home__slider .slider__item .item__background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.home__slider .slider__item .item__mask {
	/*background-color: rgba(0,28,67,.5);*/
	height: 100%;
	position: relative;
	z-index: 1;
}

.home__slider .slider__item a {
	color: #fff;
	display: block;
	height: 100%;
	text-decoration: none;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.home__slider .slider__item .item__content {
	height: 100%;
}

.home__slider .slider__item .item__content .container {
	align-content: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-top: 52px;
}

.home__slider .slider__item .item__content .content__title {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
}

.home__slider .slider__item .item__content .content__btn {
	color: var(--second-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 60px;
}

.home__slider .slider__item .item__content .content__btn i {
	font-size: 14px;
	margin-left: 5px;
}

.home__slider .slider__item .item__content .content__effect {
	bottom: 100px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	z-index: 1;
}

.home__slider .block__controls {
	padding-bottom: 0;
	padding-top: 0;
}

.home__slider .slider__next {
	bottom: 200px;
	border-radius: 50%;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -75px;
	transition: background-color .3s;
	width: 35px;
	z-index: 1;
}

.home__slider .slider__next .next__progress {
	/*background: conic-gradient(#fff var(--progress), var(--second-color) var(--progress));
	bottom: 0;
	border-radius: 50%;
	height: 100%;
	left: 0;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-moz-mask-composite: destination-out;
	-ms-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-ms-mask-composite: destination-out;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;*/
	background: conic-gradient(#fff var(--progress), var(--second-color) var(--progress));
	bottom: 0;
	border-radius: 50%;
	left: 0;
	mask-composite: exclude;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-mask: radial-gradient(circle at center, transparent 15px, black 15px);
	-webkit-mask-composite: destination-in;
}

.home__slider .slider__next .next__play {
	color: #fff;
	font-size: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
}

.home__slider .slider__next:hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.home__block .block__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.home__block .block__header .header__title {
	color: var(--first-color);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
}

.home__block:not(.service_spotlight):not(.solution_spotlight) .block__header .header__title:after {
	background-color: var(--second-color);
	border-radius: 2px;
	content: '';
	display: block;
	height: 4px;
	margin-top: 10px;
	width: 32px;
}

.home__block .block__header .header__arrows {
	align-items: center;
	display: flex;
}

.home__block .block__header .header__arrows a {
	align-items: center;
	border: 3px solid var(--first-color);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	margin-left: 15px;
	text-align: center;
	transition: background-color .3s, color .3s;
	width: 40px;
}

.home__block .block__header .header__arrows a.swiper-button-disabled {
	cursor: default;
	opacity: .35;
}

.home__block .block__header .header__arrows a:not(.swiper-button-disabled):hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.home__block .block__header .header__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	height: 48px;
	line-height: 1.6;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.home__block .block__header .header__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 10px;
}

.home__block .block__header .header__btn:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.home__offices {
	position: relative;
}

.home__offices:not(.service_spotlight):not(.solution_spotlight) {
	background: linear-gradient(to bottom, #f5f6f7 calc(100% - 80px), #fff calc(100% - 80px));
}

.home__offices:before {
	border: 4px solid var(--third-color);
	border-radius: 20%;
	content: '';
	display: block;
	height: 75vh;
	left: 95vw;
	position: absolute;
	top: calc(50% - 40px);
	transform: rotate(45deg) translateY(-50%);
	transform-origin: top;
	width: 75vh;
}

.home__offices .container {
	padding: 80px 15px;
}

.home__offices:not(.service_spotlight):not(.solution_spotlight) .container {
	padding: 80px 15px 0;
}

.home__offices .offices__block {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	display: flex;
	max-height: 500px;
	min-height: 500px;
	overflow: hidden;
}

.home__offices .offices__block .block__menu {
	flex: 0 0 400px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.home__offices .offices__block .block__menu > ul {
	list-style: none;
	margin: 0;
	padding: 24px 0;
}

.home__offices .offices__block .block__menu > ul > li {
	position: relative;
}

.home__offices .offices__block .block__menu > ul > li.active:after {
	background-color: var(--first-color);
	border-radius: 4px;
	content: '';
	height: 15px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 15px;
}

.home__offices .offices__block .block__menu > ul > li > a {
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.85);
	color: var(--first-color);
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 13px 55px 13px 40px;
	position: relative;
	transition: background-color .3s;
}

.home__offices .offices__block .block__menu > ul > li > a:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	opacity: .5;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s;
}

.home__offices .offices__block .block__menu > ul > li:not(.active):hover > a {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.home__offices .offices__block .block__menu > ul > li.active > a:before {
	background-color: var(--first-color);
	border-radius: 2px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.home__offices .offices__block .block__menu > ul > li.active > a:after {
	opacity: 1;
	transition: opacity .3s;
}

.home__offices .offices__block .block__list {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1 0 auto;
	position: relative;
}

.home__offices .offices__block .block__list .list__background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.home__offices .offices__block .block__list .list__item {
	background-color: var(--first-color);
	bottom: 0;
	display: flex;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 100%;
}

.home__offices .offices__block .block__list .list__item.active {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.home__offices .offices__block .block__list .list__item .item__close {
	background: linear-gradient(45deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.5));
	color: #fff;
	cursor: pointer;
	height: 120px;
	line-height: 1;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 120px;
	z-index: 1;
}

.home__offices .offices__block .block__list .list__item .item__content {
	color: #fff;
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding: 50px;
	width: 370px;
}

.home__offices .offices__block .block__list .list__item .item__content .content__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.home__offices .offices__block .block__list .list__item .item__content .content__description {
	font-size: 14px;
	line-height: 1.45;
	margin: 25px 0;
}

.home__offices .offices__block .block__list .list__item .item__content .content__description *:last-child {
	margin-bottom: 0;
}

.home__offices .offices__block .block__list .list__item .item__content .content__btn {
	color: var(--second-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	text-decoration: none;
}

.home__offices .offices__block .block__list .list__item .item__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 8px;
	transition: margin-left .3s;
}

.home__offices .offices__block .block__list .list__item .item__content .content__btn:hover {
	color: var(--second-color);
	transition: color .3s;
}

.home__offices .offices__block .block__list .list__item .item__content .content__btn:hover:after {
	margin-left: 12px;
	transition: margin-left .3s;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services {
	margin-top: auto;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services .services__title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px -3px 0;
	padding: 0;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services ul li {
	margin: 3px;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services ul li a {
	align-items: center;
	background-color: rgba(255,255,255,.1);
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 12px;
	/*height: 20px;*/
	justify-content: center;
	line-height: 1.5;
	padding: 2px 6px 3px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.home__offices .offices__block .block__list .list__item .item__content .content__services ul li a:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.home__offices .offices__block .block__list .list__item .item__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-grow: 1;
}

.home__clients {
	padding: 80px 0;
}

.home__clients .clients__scroll .scroll__item {
	transition: margin .3s;
}

.home__clients .clients__scroll .swiper-slide-active:first-child {
	margin-left: calc(calc(100% - var(--container_xl)) / 2);
	transition: margin .3s;
}

.home__clients .clients__scroll .scroll__item a {
	cursor: pointer;
	display: block;
	padding: 0 15px;
}

.home__clients .clients__scroll .scroll__item a:not([href]),
.home__clients .clients__scroll .scroll__item a[href=''] {
	cursor: default;
}

.home__clients .clients__scroll .scroll__item a img {
	display: block;
	height: 100px;
	margin: auto;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.home__operations {
	background-color: var(--first-color);
	color: #fff;
	overflow: hidden;
	position: relative;
}

.home__operations:before {
	border: 6px solid var(--third-color);
	border-radius: 20%;
	content: '';
	display: block;
	height: 200vh;
	left: 45vw;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: top;
	width: 200vh;
	z-index: 0;
}

.home__operations .container {
	padding: 80px 15px 100px;
	z-index: 1;
}

.home__operations .block__header .header__title {
	color: #fff;
}

.home__operations .block__container {
	margin: -100px 0 -50px;
}

.home__operations .block__scroll .scroll__item {
	align-items: center;
	display: flex;
}

.home__operations .block__scroll .scroll__item .item__content,
.home__operations .block__scroll .scroll__item .item__map {
	flex: 1 0 0;
}

.home__operations .block__scroll .scroll__item .item__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.home__operations .block__scroll .scroll__item .item__content .content__title {
	background-color: var(--first-color);
	font-size: 46px;
	font-weight: 600;
	line-height: 1.15;
	padding: 20px 75px;
}

.home__operations .block__scroll .scroll__item .item__map {
	flex-shrink: 0;
}

.home__operations .block__scroll .scroll__item .item__map img {
	display: block;
	height: auto;
	max-width: 100%;
}

.home__operations .block__controls {
	padding-bottom: 0;
	padding-top: 0;
}

.home__operations .block__controls .controls__description {
	font-size: 14px;
	line-height: 1.45;
	width: 200px;
}

.home__operations .block__controls .controls__description a {
	color: var(--second-color);
	transition: color .3s;
}

.home__operations .block__controls .controls__description a:hover {
	color: var(--third-color);
	transition: color .3s;
}

.home__operations .operations__next {
	bottom: 80px;
	border-radius: 50%;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -75px;
	transition: background-color .3s;
	width: 35px;
	z-index: 1;
}

.home__operations .operations__next .next__progress {
	/*background: conic-gradient(#fff var(--progress), var(--second-color) var(--progress));
	bottom: 0;
	border-radius: 50%;
	height: 100%;
	left: 0;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-moz-mask-composite: destination-out;
	-ms-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-ms-mask-composite: destination-out;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;*/
	background: conic-gradient(#fff var(--progress), var(--second-color) var(--progress));
	bottom: 0;
	border-radius: 50%;
	left: 0;
	mask-composite: exclude;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-mask: radial-gradient(circle at center, transparent 15px, black 15px);
	-webkit-mask-composite: destination-in;
}

.home__operations .operations__next .next__play {
	color: #fff;
	font-size: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
}

.home__operations .operations__next:hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.home__operations .block__effect {
	bottom: 0;
	position: absolute;
	right: 0;
}

.home__testimonials {
	background-color: #f5f6f7;
	position: relative;
	text-align: center;
}

.home__testimonials:before {
	border: 4px solid var(--third-color);
	border-radius: 20%;
	content: '';
	display: block;
	height: 75vh;
	right: 95vw;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: top;
	width: 75vh;
}

.home__testimonials .block__content {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	padding: 80px 100px;
	transform: translateY(-40px);
}

.home__testimonials .block__header {
	justify-content: center;
	margin-bottom: 30px;
}

.home__testimonials .block__header .header__title:after {
	margin-left: auto;
	margin-right: auto;
}

.home__testimonials .block__container {
	padding: 0 150px;
	position: relative;
}

.home__testimonials .block__scroll .scroll__item p {
	font-size: 14px;
	line-height: 1.65;
}

.home__testimonials .block__scroll .scroll__item .item__stars {
	color: var(--third-color);
	font-size: 15px;
	margin: 25px 0 0;
}

.home__testimonials .block__scroll .scroll__item .item__stars:before {
	content: '\f005  \f005  \f005  \f005  \f005';
	font-family: var(--font-awesome);
	font-weight: 900;
}

.home__testimonials .block__scroll .scroll__item .item__photo {
	margin: 40px 0 0;
}

.home__testimonials .block__scroll .scroll__item .item__photo img,
.home__testimonials .block__scroll .scroll__item .item__photo svg {
	border-radius: 50%;
	display: block;
	height: 60px;
	margin: auto;
	object-fit: cover;
	object-position: center;
	width: 60px;
}

.home__testimonials .block__scroll .scroll__item .item__name {
	color: var(--first-color);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	margin: 15px 0 0;
}

.home__testimonials .block__scroll .scroll__item .item__info {
	color: var(--first-color);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 8px 0 0;
	opacity: .5;
	text-transform: uppercase;
}

.home__testimonials .block__controls a {
	align-items: center;
	border: 2px solid var(--first-color);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 56px;
	justify-content: center;
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
	transition: background-color .3s, color .3s;
	width: 56px;
}

.home__testimonials .block__controls .arrow__prev {
	left: 0;
}

.home__testimonials .block__controls .arrow__next {
	right: 0;
}

.home__testimonials .block__controls a:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.home__news {
	/*background: linear-gradient(to bottom, #f5f6f7 calc(100% - 80px), #fff calc(100% - 80px));*/
}

body.home .home__news {
	box-shadow: inset 0 -80px 0 0 #fff;
}

.home__news .container {
	padding: 80px 15px;
}

body.home .home__news .container {
	padding: 50px 15px;
}

.home__news .block__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 550px auto auto;
}

.home__news .block__list .list__item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 24px 0 rgba(0,0,0,.15);
	overflow: hidden;
}

.home__news .block__list .list__item a {
	text-decoration: none;
}

.home__news .block__list .list__item .item__image {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.home__news .block__list .list__item .item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.home__news .block__list .list__item .item__categories {
	align-items: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.85));
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	padding: 60px 12px 12px;
	position: absolute;
	right: 0;
}

.home__news .block__list .list__item .item__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	margin: 4px;
	padding: 0 8px;
	text-align: center;
}

.home__news .block__list .list__item .item__content {
	padding: 30px;
}

.home__news .block__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 16px;
	line-height: 1.4;
	transition: color .3s;
}

.home__news .block__list .list__item:nth-child(1) .item__content .content__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
}

.home__news .block__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.home__news .block__list .list__item a:hover .item__content .content__title {
	color: var(--second-color);
	transition: color .3s;
}

.elementor-widget-big_number .default__block:before,
.elementor-widget-big_number .default__block:after {
	background-color: #f5f6f7;
	content: '';
	display: block;
	height: 35px;
}

.default__block .container {
	padding: 80px 15px;
}

.default__block .container.px-4 {
	padding: 65px 15px;
}

.default__block .px-4:not(.container) {
	margin-top: 15px;
	margin-bottom: 15px;
}

.default__block .block__content {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.default__block .block__content.text-center {
	align-items: center;
	text-align: center;
}

.default__block.group__link .block__content {
	gap: 20px;
}

.default__block.group__link .px-4 .block__content + .block__content {
	margin-top: 40px;
}

.default__block .block__content .content__caption {
	color: var(--fourth-color);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: -10px;
	white-space: nowrap;
}

.default__block .block__content .content__title,
.default__block .block__scroll .scroll__item .item__title {
	color: var(--first-color);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
}

.default__block .block__content .content__description {
	font-size: 14px;
	line-height: 1.5;
}

.default__block.group__link .block__content .content__description * {
	margin-bottom: 20px;
}

.default__block .block__content .content__description a {
	color: var(--second-color);
	text-decoration: underline;
	transition: color .3s;
}

.default__block .block__content .content__description a:hover {
	color: var(--first-color);
	transition: color .3s;
}

.default__block .block__content .content__description h1,
.default__block .block__content .content__description h2,
.default__block .block__content .content__description h3,
.default__block .block__content .content__description h4,
.default__block .block__content .content__description h5,
.default__block .block__content .content__description h6,
.default__block .block__content .content__description ol,
.default__block .block__content .content__description p,
.default__block .block__content .content__description ul {
	margin-bottom: 15px;
}

.default__block .block__content .content__description h1,
.default__block .block__content .content__description h2,
.default__block .block__content .content__description h3,
.default__block .block__content .content__description h4,
.default__block .block__content .content__description h5,
.default__block .block__content .content__description h6 {
	color: var(--first-color);
	font-weight: 700;
}

.default__block .block__content .content__description ol,
.default__block .block__content .content__description ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.default__block .block__content .content__description ol li,
.default__block .block__content .content__description ul li {
	padding-left: 15px;
	position: relative;
}

.default__block .block__content .content__description ol li + li,
.default__block .block__content .content__description ul li + li {
	margin-top: 15px;
}

.default__block .block__content .content__description ol li:before,
.default__block .block__content .content__description ul li:before {
	color: var(--third-color);
	content: '\f054';
	font-family: var(--font-awesome);
	font-size: 8px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 4px;
}

.default__block .block__content .content__description *:last-child {
	margin-bottom: 0;
}

.default__block .block__content .content__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 1.6;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.default__block .block__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 10px;
}

.default__block .block__content .content__btn:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.default__block .block__content .content__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: color .3s;
}

.default__block.group__link .block__content .content__link {
	color: var(--first-color);
}

.default__block .block__content .content__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 10px;
}

.default__block.group__link .block__content .content__link:after {
	margin-left: 15px;
	opacity: .5;
}

.default__block.group__link .block__content .content__link[target='_blank']:after {
	content: '\f35d';
}

.default__block .block__content .content__link:hover {
	color: var(--first-color);
	transition: color .3s;
}

.default__block.group__link .block__content .content__link:hover {
	color: var(--second-color);
}

.default__block .block__content .content__btn__group {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.default__block.group__link .block__content .content__btn__group {
	gap: 20px;
}

.default__block .block__content .content__btn__group .group__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.default__block .block__content .content__btn__group .group__item .item__title {
	color: #66778e;
	font-size: 15px;
	font-weight: 500;
	margin-right: auto;
}

.default__block .block__content .content__btn__group .group__item .item__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	text-decoration: none;
	transition: color .3s;
}

.default__block .block__content .content__btn__group .group__item .item__link span {
	text-decoration: underline;
}

.default__block .block__content .content__btn__group .group__item .item__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 6px;
}

.default__block .block__content .content__btn__group .group__item .item__link:hover {
	color: var(--first-color);
	transition: color .3s;
}

.default__block .block__container {
	overflow: inherit;
	position: relative;
}

.default__block .block__container .swiper-slide {
	opacity: 0;
}

.default__block .block__container .swiper-slide:nth-child(1) {
	opacity: 1;
}

.default__block .block__container .arrow__prev,
.default__block .block__container .arrow__next {
	align-items: center;
	background-color: var(--first-color);
	border-radius: 50px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 56px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .3s;
	width: 56px;
	z-index: 1;
}

.default__block .block__container .arrow__prev {
	left: -28px;
}

.default__block .block__container .arrow__next {
	right: -28px;
}

.default__block .block__container .arrow__prev:hover,
.default__block .block__container .arrow__next:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.default__block .block__scroll .scroll__item a {
	display: block;
	position: relative;
}

.default__block .block__scroll .scroll__item a.video:after {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	color: #fff;
	content: '\f04b';
	display: flex;
	font-family: var(--font-awesome);
	font-weight: 900;
	height: 68px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	transition: transform .3s;
	width: 68px;
	z-index: 1;
}

.default__block .block__scroll .scroll__item a.video:hover:after {
	transform: translate3d(-50%,-50%,0) scale(1.1);
	transition: transform .3s;
}

.default__block .block__scroll .scroll__item .item__title {
	margin-bottom: 20px;
	text-align: center;
}

.default__block .block__scroll .scroll__item .item__description {
	color: #5b5b5b;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}

.default__block .block__image a {
	display: block;
	position: relative;
}

.default__block .block__image a.video:after {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	color: #fff;
	content: '\f04b';
	display: flex;
	font-family: var(--font-awesome);
	font-weight: 900;
	height: 68px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	transition: transform .3s;
	width: 68px;
	z-index: 1;
}

.default__block .block__image a.video:hover:after {
	transform: translate3d(-50%,-50%,0) scale(1.1);
	transition: transform .3s;
}

.default__block img {
	border-radius: 4px !important;
}

/* Internal Pages */

.heading__block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-bottom: 50px;*/
	margin-bottom: 95px;
	position: relative;
}

.heading__block.heading__small {
	background-color: #ccd2d9;
}

.heading__block.heading__internal {
	margin-bottom: 65px;
}

.heading__block .block__background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.heading__block .block__bar {
	color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 104px;
	transition: transform .3s;
	z-index: 8;
}

.site__header.hide:not(.menu__active):not(.search__active) ~ .site__main .heading__block .block__bar {
	transform: translateY(-104px);
	transition: transform .3s;
}

.heading__block .block__bar:before {
	background-color: var(--first-color);
	bottom: 0;
	content: '';
	left: 0;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
}

.heading__block .block__bar .container {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.heading__block .block__bar .bar__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.heading__block .block__bar .bar__menu {
	height: 100%;
}

.heading__block .block__bar .bar__menu > ul {
	display: flex;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.heading__block .block__bar .bar__menu > ul > li {
	align-items: center;
	display: flex;
	position: relative;
}

.heading__block .block__bar .bar__menu > ul > li + li {
	margin-left: 30px;
}

.heading__block .block__bar .bar__menu > ul > li > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 100%;
	line-height: 1.5;
	text-decoration: none;
	transition: color .3s;
}

.heading__block .block__bar .bar__menu > ul > li.menu-item-has-children > a:after {
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 9px;
	font-weight: 900;
	margin-left: 5px;
}

.heading__block .block__bar .bar__menu > ul > li:hover > a,
.heading__block .block__bar .bar__menu > ul > li.current-menu-item > a,
.heading__block .block__bar .bar__menu > ul > li.current-menu-ancestor > a {
	color: var(--third-color);
	transition: color .3s;
}

.heading__block .block__bar .bar__menu > ul > li > ul {
	background-color: var(--first-color);
	left: -15px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 210px;
}

.heading__block .block__bar .bar__menu > ul > li:last-child > ul {
	left: inherit;
	right: -15px;
}

.heading__block .block__bar .bar__menu > ul > li:hover > ul {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li {
	position: relative;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 16px;
	text-decoration: none;
	transition: color .3s;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li.menu-item-has-children > a:after {
	color: var(--second-color);
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 9px;
	font-weight: 900;
	margin-left: auto;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li:hover > a,
.heading__block .block__bar .bar__menu > ul > li > ul > li.current-menu-item > a,
.heading__block .block__bar .bar__menu > ul > li > ul > li.current-menu-ancestor > a {
	color: var(--second-color);
	transition: color .3s;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li > ul {
	background-color: #334969;
	left: 100%;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: -8px;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 210px;
}

.heading__block .block__bar .bar__menu > ul > li:last-child > ul > li > ul {
	left: inherit;
	right: 100%;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li:hover > ul {
	opacity: 1;
	transition: opacity .3s, visibility .3s;
	visibility: visible;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li > ul > li > a {
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 16px;
	text-decoration: none;
	transition: color .3s;
}

.heading__block .block__bar .bar__menu > ul > li > ul > li > ul > li:hover > a {
	color: var(--second-color);
	transition: color .3s;
}

.heading__block .block__mask {
	/*background-image: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,0) 65%);*/
	position: relative;
	z-index: 1;
}

.heading__block.heading__small .block__mask {
	background-image: inherit;
}

.heading__block .block__mask .container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	/*min-height: 510px;*/
	min-height: 80vh;
	justify-content: flex-end;
}

.heading__block.heading__small .block__mask .container {
	min-height: 255px;
}

.heading__block .block__breadcrumbs {
	/*color: rgba(255,255,255,.3);*/
	color: #ccd2d9;
	position: relative;
	/*transform: translateY(50px);*/
	transform: translateY(95px);
}

.heading__block.heading__internal .block__breadcrumbs {
	/*max-width: 450px;*/
	/*max-width: 100%;*/
	position: absolute;
	/*transform: translateY(65px);*/
	top: calc(100% + 13.5px);
	transform: translate3d(480px,0,0);
	width: calc(100% - 480px);
}

/*.heading__block .block__breadcrumbs:before {
	background-color: var(--first-color);
	bottom: 0;
	content: '';
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.heading__block:not(.heading__internal) .block__breadcrumbs:before {
	width: 1000%;
}*/

.heading__block .block__breadcrumbs ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	gap: 7px 14px;
	list-style: none;
	margin: 0;
	/*padding: 10px 20px;*/
	/*padding: 10px 15px;*/
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.heading__block:not(.heading__internal) .block__breadcrumbs ul {
	/*padding: 10px 20px 10px 0;*/
	padding: 10px 15px;
}

.heading__block .block__breadcrumbs ul li {
	align-items: center;
	display: flex;
}

.heading__block .block__breadcrumbs ul li.separator {
	opacity: .3;
}

.heading__block .block__breadcrumbs ul li a {
	/*color: #fff;*/
	color: #d8dde2;
	display: block;
	font-size: 12px;
	text-decoration: none;
	transition: color .3s;
}

.heading__block .block__breadcrumbs ul li a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.heading__block .block__breadcrumbs ul li b,
.heading__block .block__breadcrumbs ul li strong {
	/*color: var(--third-color);*/
	color: #66778e;
	font-size: 12px;
}

.heading__block .block__content {
	align-items: flex-start;
	background-color: var(--first-color);
	color: #fff;
	display: flex;
	flex-direction: column;
	max-width: 750px;
	min-width: 450px;
	/*padding: 45px 45px 45px 0;*/
	padding: 25px 25px 25px 15px;
	position: relative;
	/*transform: translateY(50px);*/
	transform: translateY(95px);
	z-index: 1;
}

.heading__block.heading__internal .block__content {
	max-width: 450px;
	padding: 25px;
	transform: translateY(65px);
}

.heading__block:not(.heading__internal) .block__content:before {
	background-color: var(--first-color);
	bottom: 0;
	content: '';
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 1000%;
}

.heading__block .block__content .content__caption {
	color: var(--third-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
}

.heading__block .block__content .content__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.05;
	margin: 0;
	padding: 0;
}

.heading__block.heading__internal .block__content .content__title {
	font-size: 30px;
}

.heading__block .block__content .content__description p {
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0 0;
}

.heading__block .block__content .content__btn,
.heading__block .block__content .content__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	/*margin-top: 20px;*/
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.heading__block .block__content .content__btn {
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	height: 40px;
	padding: 0 20px;
}

.heading__block .block__content .content__btn:after,
.heading__block .block__content .content__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 11px;
	font-weight: 900;
	margin-left: 6px;
}

.heading__block .block__content .content__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.heading__block .block__content .content__link:hover {
	color: var(--third-color);
	transition: color .3s;
}

.heading__block .block__content .content__btn__group {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 20px 0 0;
	width: 100%;
}

.heading__block .block__content .content__btn__group .group__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.heading__block .block__content .content__btn__group .group__item .item__title {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-right: auto;
}

.heading__block .block__content .content__btn__group .group__item .item__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	text-decoration: none;
	transition: color .3s;
}

.heading__block .block__content .content__btn__group .group__item .item__link span {
	text-decoration: underline;
}

.heading__block .block__content .content__btn__group .group__item .item__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 6px;
}

.heading__block .block__content .content__btn__group .group__item .item__link:hover {
	color: var(--third-color);
	transition: color .3s;
}

.background__block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background__block .block__mask {
	/*background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));*/
}

.background__block .block__mask .container {
	align-items: center;
	display: flex;
	padding: 130px 15px;
}

.background__block .block__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 50%;
}

.background__block.background__right .block__content {
	margin-left: auto;
}

.background__block.background__full .block__content {
	display: block;
	max-width: inherit;
	width: 100%;
}

.background__block.background__boxed .block__content {
	background-color: var(--first-color);
	padding: 40px;
}

.background__block .block__content .content__caption {
	color: var(--third-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: -10px;
}

.background__block .block__content .content__title {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.15;
}

.background__block .block__content .content__description {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.background__block .block__content .content__description *:last-child {
	margin-bottom: 0;
}

.background__block .block__content .content__btn,
.background__block .block__content .content__btn__dark {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	margin-top: 10px;
	padding: 0 20px;
	text-decoration: none;
	transition: background-color .3s;
}

.background__block .block__content .content__btn__dark {
	color: var(--first-color);
}

.background__block .block__content .content__btn:after,
.background__block .block__content .content__btn__dark:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 11px;
	font-weight: 900;
	margin-left: 6px;
}

.background__block .block__content .content__btn:hover {
	background-color: var(--first-color);
	transition: background-color .3s;
}

.background__block .block__content .content__btn__dark:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.background__block.background__boxed .block__content .content__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.background__block .block__content .content__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: color .3s;
}

.background__block .block__content .content__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 6px;
}

.background__block .block__content .content__link:hover {
	color: var(--third-color);
	transition: color .3s;
}

.contact__block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
}

.contact__block .block__content {
	background-color: var(--first-color);
	color: #fff;
	max-width: 50%;
	padding: 40px;
	transform: translateY(-50px);
}

.contact__block .block__content .content__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
}

.contact__fixed__btn {
	bottom: 25px;
	position: fixed;
	right: 25px;
	z-index: 9;
}

.contact__fixed__btn a {
	align-items: center;
	background-color: var(--third-color);
	border-radius: 50px;
	color: var(--first-color);
	display: flex;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	padding: 14px 32px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.contact__fixed__btn a i {
	font-size: 17px;
	margin-right: 8px;
}

.contact__fixed__btn a:hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.bulletpoints__block {
	position: relative;
}

.bulletpoints__block:before,
.bulletpoints__block:after {
	background: url('../images/effect_3.svg') center no-repeat;
	background-size: cover;
	content: '';
	height: 174px;
	position: absolute;
	width: 163px;
}

.bulletpoints__block:before {
	bottom: 0;
	left: 0;
}

.bulletpoints__block:after {
	right: 0;
	top: 0;
	transform: scaleY(-1) scaleX(-1);
}

.bulletpoints__block .container {
	/*padding-left: 215px !important;*/
	/*padding-right: 215px !important;*/
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.block__bignumbers .bignumbers__list .row {
	margin-bottom: -15px;
	margin-top: -15px;
}

.block__bignumbers .bignumbers__list .list__item {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.block__bignumbers.text-left .bignumbers__list .list__item {
	text-align: left;
}

.block__bignumbers .bignumbers__list .list__item:after {
	background: url('../images/effect_4.svg') center no-repeat;
	content: '';
	display: inline-flex;
	height: 7px;
	margin: 15px 0 0;
	width: 42px;
}

.block__bignumbers .bignumbers__list .list__item .item__number {
	color: var(--first-color);
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3;
}

.background__block .block__bignumbers .bignumbers__list .list__item .item__number {
	color: #ccf2f8;
}

.block__bignumbers .bignumbers__list .list__item .item__description {
	color: #66778e;
	font-size: 16px;
	line-height: 1.35;
	margin: 5px 0 0;
}

.background__block .block__bignumbers .bignumbers__list .list__item .item__description {
	color: #f5f6f7;
}

.cta__block__1 {
	background-color: var(--third-color);
	color: var(--first-color);
	margin-left: 50px;
	margin-right: 50px;
	overflow: hidden;
	position: relative;
}

.cta__block__1:before,
.cta__block__1:after {
	background: url('../images/effect_5.svg') center no-repeat;
	content: '';
	display: block;
	height: 93px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 131px;
	z-index: 0;
}

.cta__block__1:before {
	left: 0;
}

.cta__block__1:after {
	right: 0;
	transform: translateY(-50%) scaleX(-1) scaleY(-1);
}

.cta__block__1 .container {
	padding: 30px 15px;
	position: relative;
	z-index: 1;
}

.cta__block__1 .block__content {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 0 30px;
}

.cta__block__1 .block__content .content__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.25;
}

.cta__block__1 .block__content .content__description {
	font-size: 16px;
	line-height: 1.6;
}

.cta__block__1 .block__content .content__description *:last-child {
	margin-bottom: 0;
}

.cta__block__1 .block__content .content__btn {
	align-items: center;
	background-color: var(--first-color);
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 26px;
	text-decoration: none;
	transition: background-color .3s;
}

.cta__block__1 .block__content .content__btn:hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.cta__block__2 {
	background-color: var(--second-color);
	color: var(--first-color);
	margin-left: 50px;
	margin-right: 50px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.cta__block__2:before,
.cta__block__2:after {
	background: url('../images/effect_6.svg') center no-repeat;
	content: '';
	height: 388px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 187px;
	z-index: 0;
}

.cta__block__2:before {
	left: 0;
}

.cta__block__2:after {
	right: 0;
	transform: translateY(-50%) scaleY(-1) scaleX(-1);
}

.cta__block__2 .container {
	padding: 100px 15px;
	position: relative;
	z-index: 1;
}

.cta__block__2 .block__content {
	align-items: center;
	display: flex;
	gap: 15px;
	flex-direction: column;
	justify-content: center;
	/*padding: 0 200px;*/
	padding: 0 25%;
}

.cta__block__2 .block__content .content__caption {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: -7.5px;
}

.cta__block__2 .block__content .content__title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.05;
}

.cta__block__2 .block__content .content__description {
	font-size: 14px;
	line-height: 1.5;
}

.cta__block__2 .block__content .content__description > *:last-child {
	margin-bottom: 0;
}

.cta__block__2 .block__content .content__btn {
	align-items: center;
	background-color: var(--first-color);
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 12px 26px;
	text-decoration: none;
	transition: background-color .3s;
}

.cta__block__2 .block__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 8px;
}

.cta__block__2 .block__content .content__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.timeline__block .container {
	padding: 80px 15px;
}

.timeline__block .block__header {
	text-align: center;
}

.timeline__block .block__header .header__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.timeline__block .block__header .header__description {
	font-size: 14px;
	line-height: 1.6;
	margin: 25px 0 0;
}

.timeline__block .block__header .header__description *:last-child {
	margin-bottom: 0;
}

.timeline__block .block__tabs {
	margin: 25px 0 0;
}

.timeline__block .block__tabs ul.nav {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
	text-align: center;
}

.timeline__block .block__tabs ul.nav li {
	margin: 12px;
}

.timeline__block .block__tabs ul.nav li a {
	color: var(--second-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding: 0;
	text-decoration: none;
	transition: color .3s;
}

.timeline__block .block__tabs ul.nav li a.active,
.timeline__block .block__tabs ul.nav li a:hover {
	color: var(--first-color);
	transition: color .3s;
}

.timeline__block .block__tabs ul.nav li a.active {
	font-size: 18px;
}

.timeline__block .block__tabs .row .column {
	position: relative;
}

.timeline__block .block__tabs .row .column:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.timeline__block .block__tabs .tab__image {
	border-radius: 4px;
	bottom: 0;
	left: 15px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 0;
}

.timeline__block .block__tabs .tab__image .image__caption {
	background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	left: 0;
	padding: 20px 20px 80px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.timeline__block .block__tabs .tab__image img {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.timeline__block .block__tabs .tab__content {
	bottom: 0;
	left: 15px;
	overflow-y: auto;
	position: absolute;
	right: 15px;
	top: 0;
}

.timeline__block .block__tabs .tab__content .content__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}

.timeline__block .block__tabs .tab__content .content__list {
	margin: 30px 0 0;
}

.timeline__block .block__tabs .tab__content .content__list .list__item {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	line-height: 1.6;
	margin: 20px 0 0;
	padding-right: 20px;
}

.timeline__block .block__tabs .tab__content .content__list .list__item .item__year {
	color: var(--first-color);
	font-weight: 700;
	margin-right: 20px;
}

.timeline__block .block__tabs .tab__content .content__list .list__item .item__content *:last-child {
	margin-bottom: 0;
}

.spotlight__block {
	background-color: var(--first-color);
	color: #fff;
	position: relative;
}

.spotlight__block.spotlight__effect:before,
.spotlight__block.spotlight__effect:after {
	content: '';
	background: url('../images/effect_7.svg') no-repeat;
	height: 74px;
	position: absolute;
	width: 100%;
}

.spotlight__block.spotlight__effect:before {
	background-position: right;
	right: 0;
	top: 0;
}

.spotlight__block.spotlight__effect:after {
	background-image: url('../images/effect_8.svg');
	background-position: left;
	bottom: 0;
	left: 0;
}

.default__block.spotlight__block .container,
.default__block.spotlight__effect .container {
	padding: 150px 15px;
}

.spotlight__block .block__content {
	gap: 15px;
}

.spotlight__block .block__content .content__description {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	width: 100%;
}

.spotlight__block .block__content .content__description.yellow {
	color: var(--third-color);
}

.spotlight__block .block__content .content__description.blue {
	color: var(--first-color);
}

.spotlight__block .block__content .content__description.big {
	font-size: 30px;
	line-height: 1.3;
}

/*.spotlight__block .block__content .content__description *:last-child {
	margin-bottom: 0;
}*/

.imagefull__block a {
	display: block;
}

.imagefull__block img {
	display: block;
	height: auto;
	width: 100%;
}

.newsletter__block .container {
	padding: 80px 15px;
}

.newsletter__block .block__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	text-align: center;
}

.newsletter__block .block__content .content__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}

.newsletter__block .block__content .content__title:before {
	background: url('../images/effect_4.svg');
	content: '';
	display: block;
	height: 7px;
	margin: 0 auto 20px;
	width: 42px;
}

.newsletter__block .block__content .content__form {
	width: 100%;
}

.newsletter__block .block__content .content__form .wpcf7-form-control {
	border-radius: 50px;
}

.newsletter__block .block__content .content__form input[type='submit'],
.newsletter__block .block__content .content__form button[type='submit'] {
	width: 100%;
}

.newsletter__block .block__content .content__form .ajax-loader {
	display: none;
}

.block__accordion .accordion__list .list__item + .list__item {
	margin: 20px 0 0;
}

.block__accordion .accordion__list .list__item .item__title {
	color: #334969;
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	padding: 10px 35px 10px 0;
	position: relative;
}

.block__accordion .accordion__list .list__item .item__title:after {
	content: '\f063';
	font-family: var(--font-awesome);
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.block__accordion .accordion__list .list__item .item__title[aria-expanded='true']:after {
	content: '\f062';
}

.block__accordion .accordion__list .list__item .item__description {
	font-size: 14px;
	line-height: 1.8;
}

.block__accordion .accordion__list .list__item .item__description *:last-child {
	margin-bottom: 0;
}

.block__smallnumbers {
	padding-top: 15px;
}

.block__smallnumbers .smallnumbers__list {
	align-items: flex-start;
	display: flex;
	gap: 40px;
	text-align: center;
}

.block__smallnumbers .smallnumbers__list .list__item {
	display: flex;
	flex: 1 0;
	flex-direction: column;
	gap: 6px;
	justify-content: flex-start;
}

.block__smallnumbers .smallnumbers__list .list__item:after {
	background: url('../images/effect_4.svg');
	content: '';
	display: inline-flex;
	height: 7px;
	margin: 10px auto 0;
	width: 42px;
}

.block__smallnumbers .smallnumbers__list .list__item .item__count {
	color: var(--second-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.block__smallnumbers .smallnumbers__list .list__item .item__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.block__smallnumbers .smallnumbers__list .list__item .item__description {
	color: #66778e;
	font-size: 14px;
	line-height: 1.7;
}

.block__smallnumbers .smallnumbers__list .list__item .item__description *:last-child {
	margin-bottom: 0;
}

.block__smallnumbers .smallnumbers__list .list__item .item__description a {
	color: var(--first-color);
	transition: color .3s;
}

.block__smallnumbers .smallnumbers__list .list__item .item__description a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.cardscarousel__block {
	padding: 80px 0;
}

.cardscarousel__block .block__scroll {
	margin: 0 8px;
}

.cardscarousel__block .block__scroll .scroll__item {
	transition: margin .3s;
}

.cardscarousel__block .block__scroll .swiper-slide-active:first-child {
	margin-left: calc(calc(100% - var(--container_xl)) / 2);
	transition: margin .3s;
}

.cardscarousel__block .block__scroll .scroll__item a {
	align-items: flex-end;
	border-radius: 4px;
	color: #fff !important;
	display: flex;
	height: 360px;
	justify-content: flex-start;
	margin: 0 8px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.cardscarousel__block .block__scroll .scroll__item .item__image {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.cardscarousel__block .block__scroll .scroll__item .item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.cardscarousel__block .block__scroll .scroll__item .item__title {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	padding: 80px 30px 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.cardscarousel__block .block__scroll .scroll__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.cardscarousel__block .block__description {
	color: var(--first-color);
	font-size: 14px;
	list-style: 1.6;
	margin: 50px 0 0;
}

.cardscarousel__block .block__description *:last-child {
	margin-bottom: 0;
}

.cardscarousel__block .block__description a {
	color: var(--second-color);
	transition: color .3s;
}

.cardscarousel__block .block__description a:hover {
	color: var(--third-color);
	transition: color .3s;
}

.block__fleets {
	background-color: #f5f6f7;
	border-radius: 8px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	overflow: inherit !important;
	position: relative;
}

.block__fleets .fleets__arrows a {
	align-items: center;
	background-color: #334969;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .3s;
	width: 56px;
	z-index: 1;
}

.block__fleets .fleets__arrows a.swiper-button-disabled {
	background-color: var(--fourth-color);
	cursor: default;
	pointer-events: none;
	transition: background-color .3s;
}

.block__fleets .fleets__arrows a.arrow__prev {
	left: -28px;
}

.block__fleets .fleets__arrows a.arrow__next {
	right: -28px;
}

.block__fleets .fleets__arrows a:not(.swiper-button-disabled):hover {
	background-color: var(--second-color);
	transition: background-color .3s;
}

.block__fleets .fleets__list .list__item {
	align-items: flex-start;
	display: flex;
	gap: 25px 40px;
	padding: 65px 90px;
}

.block__fleets .fleets__list .list__item .item__content {
	flex-grow: 1;
}

.block__fleets .fleets__list .list__item .item__content .content__caption {
	color: #334969;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 3px;
}

.block__fleets .fleets__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 30px;
}

.block__fleets .fleets__list .list__item .item__content .content__table {
	color: var(--first-color);
	font-size: 15px;
	margin: 0 0 30px;
	width: 100%;
}

.block__fleets .fleets__list .list__item .item__content .content__table thead {
	color: #334969;
	font-size: 13px;
	font-weight: 500;
}

.block__fleets .fleets__list .list__item .item__content .content__table th,
.block__fleets .fleets__list .list__item .item__content .content__table td {
	padding: 7px;
}

.block__fleets .fleets__list .list__item .item__content .content__table th:first-child,
.block__fleets .fleets__list .list__item .item__content .content__table td:first-child {
	padding-left: 0;
}

.block__fleets .fleets__list .list__item .item__content .content__table th:last-child,
.block__fleets .fleets__list .list__item .item__content .content__table td:last-child {
	padding-right: 0;
}

.block__fleets .fleets__list .list__item .item__content .content__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.block__fleets .fleets__list .list__item .item__content .content__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.block__fleets .fleets__list .list__item .item__gallery {
	flex: 0 0 50%;
}

.block__fleets .fleets__list .list__item .item__gallery .gallery__images {
	margin: 0 0 15px;
}

.block__fleets .fleets__list .list__item .item__gallery .gallery__images .tab-pane {
	aspect-ratio:  4 / 3;
	position: relative;
}

.block__fleets .fleets__list .list__item .item__gallery ul.gallery__thumbs {
	flex-wrap: nowrap;
	gap: 15px;
}

.block__fleets .fleets__list .list__item .item__gallery ul.gallery__thumbs li {
	aspect-ratio: 16 / 9;
	flex: 1 1 0;
	max-width: 25%;
}

.block__fleets .fleets__list .list__item .item__gallery ul.gallery__thumbs li a {
	display: flex;
	height: 100%;
}

.block__fleets .fleets__list .list__item .item__gallery .gallery__images img,
.block__fleets .fleets__list .list__item .item__gallery .gallery__thumbs img {
	/*display: block;
	height: auto;
	width: 100%;*/

	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/*.block__fleets .fleets__list .list__item .item__gallery .gallery__thumbs img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	width: inherit;
}*/

.cards__block .block__list .row {
	/*margin-bottom: -0.5rem;*/
	/*margin-top: -0.5rem;*/
}

.cards__block .block__list .list__item {
	align-items: flex-start;
	background-color: #f5f6f7;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: calc(100% - 1rem);
	justify-content: flex-start;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	padding: 80px 60px;
}

.cards__block .block__list.h-center .list__item {
	align-items: center;
	text-align: center;
}

.cards__block .block__list.v-center .list__item {
	justify-content: center;
}

.cards__block .block__list .list__item .item__caption {
	color: var(--second-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: -5px;
}

.cards__block .block__list .list__item .item__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.cards__block .block__list .list__item .item__description {
	color: #66778e;
	font-size: 14px;
	line-height: 1.6;
}

.cards__block .block__list .list__item .item__description *:last-child {
	margin-bottom: 0;
}

.cards__block .block__list .list__item .item__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.cards__block .block__list .list__item .item__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.block__gallery {
	padding-top: 15px;
}

.block__gallery .gallery__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 150px);
}

.block__gallery .gallery__list .list__item {
	max-height: 150px;
	position: relative;
}

.block__gallery .gallery__list .list__item:nth-child(5n + 2) {
	grid-row: span 2;
	height: 100%;
	max-height: 100%;
}

.block__gallery .gallery__list .list__item a.video:after {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	color: #fff;
	content: '\f04b';
	display: flex;
	font-family: var(--font-awesome);
	font-weight: 900;
	height: 68px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	transition: transform .3s;
	width: 68px;
	z-index: 1;
}

.block__gallery .gallery__list .list__item a.video:hover:after {
	transform: translate3d(-50%,-50%,0) scale(1.1);
	transition: transform .3s;
}

.block__gallery .gallery__list .list__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.gallery__slider img {
	display: block;
	height: auto;
	width: 100%;
}

.block__staff {
	padding-top: 15px;
}

.block__staff .staff__list .row {
	margin-bottom: -15px;
	margin-top: -15px;
}

.block__staff .staff__list .list__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.block__staff .staff__list .list__item .item__photo img {
	border-radius: 50% !important;
	display: block;
	height: 100px;
	object-fit: cover;
	object-position: center;
	width: 100px;
}

.block__staff .staff__list .list__item .item__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 15px 0 0;
}

.block__staff .block__controls {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin: 10px 0 0;
	text-align: center;
}

.block__staff .block__controls a {
	align-items: center;
	border: 2px solid var(--first-color);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 56px;
	justify-content: center;
	transition: background-color .3s, color .3s;
	width: 56px;
}

.block__staff .block__controls .arrow__prev {
	left: 0;
}

.block__staff .block__controls .arrow__next {
	right: 0;
}

.block__staff .block__controls a:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.block__table {
	padding-top: 15px;
}

.block__table .table table {
	white-space: nowrap;
}

.block__table .table table thead th {
	border-bottom: 0;
	color: #ccd2d9;
	font-size: 14px;
	font-weight: normal;
	padding: .85rem 1rem;
}

.block__table .table table tbody td {
	border-top: 0;
	color: #66778e;
	font-size: 16px;
	padding: .85rem 1rem;
}

.block__table .table.table-striped table tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.03) !important;
}

.block__table .table table tbody td[scope='row'] {
	color: var(--first-color);
}

.block__table .table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
}

.block__table .table-responsive::-webkit-scrollbar:vertical {
	width: 6px;
}

.block__table .table-responsive::-webkit-scrollbar:horizontal {
	height: 6px;
}

.block__table .table-responsive::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.25);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;  
	background-color: #ffffff; 
}

.block__error .error__title {
	align-items: center;
	color: var(--first-color);
	display: flex;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.15;
}

.block__error .error__title img,
.block__error .error__title svg {
	height: 42px;
	display: block;
	width: auto;
}

.block__error .error__subtitle {
	color: #66778e;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0 0;
}

.block__error .error__description {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 40px 0 0;
}

.block__error .error__menu {
	margin: 15px 0 0;
}

.block__error .error__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block__error .error__menu ul li {
	margin: 8px 0 0;
}

.block__error .error__menu ul li a {
	color: var(--second-color);
	font-size: 16px;
	transition: color .3s;
}

.block__error .error__menu ul li a:hover {
	color: var(--third-color);
	transition: color .3s;
}

.search__heading {
	background: url('../images/bg_search.jpg') center no-repeat;
	background-size: cover;
}

.search__heading .heading__mask {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));
}

.search__heading .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 270px;
}

.search__heading .heading__title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	text-shadow: 4px 4px 15px #000;
}

.search__heading .heading__filter {
	background-color: #f5f6f7;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	position: relative;
}

.search__heading .heading__filter.filter__cat {
	align-items: center;
	display: flex;
	gap: 15px;
	padding: 5px;
}

.search__heading.block__loading .heading__filter:before {
	background-color: #f5f6f7;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.search__heading .heading__filter ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.search__heading .heading__filter ul li a {
	color: var(--second-color);
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 20px;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.search__heading .heading__filter ul li a:hover,
.search__heading .heading__filter ul li a.active {
	background-color: #fff;
	color: var(--first-color);
	transition: background-color .3s, color .3s;
}




.search__heading .heading__filter .form__item {
	position: relative;
}

.search__heading .heading__filter .form__item.ml-auto {
	width: 250px;
}

.search__heading .heading__filter .form__item .item__select {
	position: relative;
}

.search__heading .heading__filter .form__item .item__select:after {
	color: var(--second-color);
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.search__heading .heading__filter .form__item .item__input {
	background-color: #f5f6f7;
	border: 0;
	border-radius: 50px;
	display: block;
	font-size: 12px;
	height: 40px;
	padding: 0 40px 0 20px;
	width: 100%;
}

.search__heading .heading__filter .form__item select.item__input {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}

.search__heading .heading__filter .form__item button {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: #d8dde2;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}




.search__main {
	position: relative;
}

.search__main.block__loading:before {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.search__main .container {
	padding: 50px 15px;
}

.search__list {
	text-align: center;
}

.search__list .list__item {
	margin: 0 0 50px;
	text-align: left;
}

.search__list .list__item a {
	align-items: center;
	display: flex;
	gap: 30px;
	text-decoration: none;
}

.search__list .list__item .item__image {
	background: url('../images/default.png') center no-repeat;
	background-size: cover;
	border-radius: 4px;
	flex: 0 0 350px;
	overflow: hidden;
	position: relative;
}

.search__list .list__item .item__image:before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}

.search__list .list__item .item__image img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .3s;
	width: 100%;
}

.search__list .list__item .item__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}

.search__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	transition: color .3s;
}

.search__list .list__item .item__content .content__description {
	color: #66778e;
	font-size: 15px;
	line-height: 1.6;
}

.search__list .list__item .item__content .content__description *:last-child {
	margin-bottom: 0;
}

.search__list .list__item .item__content .content__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 38px;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	transition: background-color .3s;
}

.search__list .list__item .item__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 6px;
}

.search__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.search__list .list__item a:hover .item__content .content__title {
	color: var(--second-color);
	transition: color .3s;
}

.search__list .list__item a:hover .item__content .content__btn {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.search__list .list__loadmore {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 20px auto;
	padding: 0 25px;
	text-decoration: none;
	transition: background-color .3s;
}

.search__list .list__loadmore a {
	color: var(--first-color);
	text-decoration: none;
}

.search__list .list__loadmore:after {
	content: '\f063';
	font-family: var(--font-awesome);
	font-size: 13px;
	font-weight: 900;
	margin-left: 8px;
}

.search__list .list__loadmore:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.units__contact__block {
	position: relative;
}

.units__contact__block:before {
	border: 4px solid var(--third-color);
	border-radius: 20%;
	content: '';
	display: block;
	height: 75vh;
	left: 95vw;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	width: 75vh;
}

.units__contact__block .container {
	position: relative;
	z-index: 1;
}

.units__contact__list {
	display: flex;
	padding-top: 15px;
}

.list__tabs {
	flex: 1 0 auto;
}

.list__tabs ul {
	flex-direction: column;
	padding: 20px 0;
	list-style: none;
}

.list__tabs ul li a {
	border-radius: 4px 0 0 4px;
	color: var(--first-color);
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 60px 12px 40px;
	position: relative;
	text-decoration: none;
	transition: background-color .3s, box-shadow .3s;
}

.list__tabs ul li a:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	opacity: .5;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s;
}

.list__tabs ul li a.active {
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
	transition: background-color .3s, box-shadow .3s;
}

.list__tabs ul li a.active:before {
	background-color: var(--first-color);
	border-radius: 2px;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.list__tabs ul li a.active:after {
	opacity: 1;
	transition: opacity .3s;
}

.list__content {
	background-color: #fff;
	border-radius: 4px;
	flex: 0 0 70%;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.units__contact__list .content__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.units__contact__list .content__header .header__title {
	color: var(--first-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.units__contact__list .content__header .header__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.units__contact__list .content__header .header__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 6px;
}

.units__contact__list .content__header .header__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.block__contacts__cards {
	margin: 30px 0 0;
}

.block__contacts__cards .cards__title {
	color: var(--first-color);
	font-size: 14px;
	font-weight: 500;
}

.block__contacts__cards .cards__list {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
	margin: 15px 0 0;
}

.block__contacts__cards .cards__list.three__columns {
	grid-template-columns: repeat(3, 1fr);
}

.block__contacts__cards .cards__list .list__item {
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	margin: 0 !important;
	padding: 20px;
}

.block__contacts__cards .cards__list .list__item .list__item__caption {
	color: #ccd2d9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.block__contacts__cards .cards__list .list__item .list__item__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.block__contacts__cards .cards__list .list__item .list__item__description,
.block__contacts__cards .cards__list .list__item .list__item__contact {
	font-size: 12px;
	line-height: 1.4;
}

.block__contacts__cards .cards__list .list__item .list__item__description *:last-child {
	margin-bottom: 0;
}

.block__contacts__cards .cards__list .list__item .list__item__contact {
	padding: 3px 0 3px 20px;
	position: relative;
}

.block__contacts__cards .cards__list .list__item .list__item__contact:before {
	color: #ccc;
	content: '\f0e0';
	font-family: var(--font-awesome);
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.block__contacts__cards .cards__list .list__item .list__item__contact.item__phone:before {
	content: '\f879';
	font-weight: 900;
}

.block__contacts__cards .cards__list .list__item .list__item__contact a {
	color: #333;
	text-decoration: none;
	transition: color .3s;
}

.block__contacts__cards .cards__list .list__item .list__item__contact a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.block__contacts__cards .cards__list .list__item .list__item__link {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: color .3s;
}

.block__contacts__cards .cards__list .list__item .list__item__link:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 6px;
}

.block__contacts__cards .cards__list .list__item .list__item__link:hover {
	color: var(--third-color);
	transition: color .3s;
}

.units__contact__list .block__accordion .accordion__list .list__item .item__title {
	font-size: 15px;
}

.units__contact__list .block__accordion .accordion__list .list__item + .list__item {
	margin: 0;
}

.units__contact__list .block__accordion .accordion__list .list__item .item__description {
	background-color: #d8dde2;
	padding: 10px;
}

.block__filter {
	align-items: center;
	display: flex;
	margin: 0 0 50px;
	position: relative;
}

.block__loading .block__filter {
	opacity: .5;
	pointer-events: none;
}

.block__loading .block__filter:before {
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.block__filter .filter__title {
	color: var(--first-color);
	flex-shrink: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.block__filter .filter__form {
	align-items: center;
	display: flex;
	flex-grow: 1;
	gap: 15px;
	margin-left: 50px;
}

.block__filter .filter__form .form__item {
	position: relative;
}

.block__filter .filter__form .form__item.ml-auto {
	width: 250px;
}

.block__filter .filter__form .form__item .item__select {
	position: relative;
}

.block__filter .filter__form .form__item .item__select:after {
	color: var(--second-color);
	content: '\f078';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.block__filter .filter__form .form__item .item__input {
	background-color: #f5f6f7;
	border: 0;
	border-radius: 50px;
	display: block;
	font-size: 12px;
	height: 40px;
	padding: 0 40px 0 20px;
	width: 100%;
}

.block__filter .filter__form .form__item select.item__input {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}

.block__filter .filter__form .form__item button {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: #d8dde2;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.releases__block {
	position: relative;
}

.block__loading .releases__block {
	opacity: .5;
	pointer-events: none;
}

.block__loading .releases__block:before {
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.releases__block .block__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.releases__block .block__list .list__item {
	border-radius: 4px;
	background-color: #f5f6f7;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 20px;
	text-decoration: none;
}

.releases__block .block__list .list__item a {
	/*border-radius: 4px;
	background-color: #f5f6f7;
	color: var(--first-color);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 20px;
	text-decoration: none;*/
	text-decoration: none;
}

.releases__block .block__list .list__item .item__date {
	color: #ccd2d9;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: -5px;
}

.releases__block .block__list .list__item .item__title {
	color: var(--first-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.releases__block .block__list .list__item .item__title a {
	color: var(--first-color);
}

.releases__block .block__list .list__item .item__btn {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	transition: color .3s;
}

.releases__block .block__list .list__item .item__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 6px;
}

.releases__block .block__list .list__item a:hover .item__btn {
	color: var(--third-color);
	transition: color .3s;
}

.releases__block .block__list .not__found {
	grid-column: 1 / 4;
}

.releases__block .block__loadmore {
	text-align: center;
	margin: 50px 0 0;
}

.releases__block .block__loadmore a {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 0 auto;
	padding: 0 25px;
	text-decoration: none;
	transition: background-color .3s;
}

.releases__block .block__loadmore a:after {
	content: '\f063';
	font-family: var(--font-awesome);
	font-size: 13px;
	font-weight: 900;
	margin-left: 8px;
}

.releases__block .block__loadmore a:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.single__heading {
	background-color: #f5f6f7;
}

.single__heading .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 30px 15px;
}

.single__heading .heading__breadcrumbs ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 500;
	gap: 5px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single__heading .heading__breadcrumbs ul li:last-child {
	color: #66778e;
}

.single__heading .heading__breadcrumbs ul li i {
	color: var(--first-color);
	font-size: 9px;
	opacity: .3;
}

.single__heading .heading__breadcrumbs ul li a {
	color: #99a4b4;
	text-decoration: none;
	transition: color .3s;
}

.single__heading .heading__breadcrumbs ul li a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.single__heading .heading__center {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 100px;
}

.single__heading ul.heading__categories {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single__heading ul.heading__categories li a {
	background-color: #ccd2d9;
	border-radius: 2px;
	color: var(--first-color);
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 9px;
	text-decoration: none;
	transition: background-color .3s, color .3s;
}

.single__heading ul.heading__categories li a:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.single__heading .heading__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.single__heading .heading__description {
	color: #66778e;
	font-size: 14px;
	line-height: 1.6;
}

.single__heading .heading__description *:last-child {
	margin-bottom: 0;
}

.single__heading ul.heading__info {
	align-items: center;
	color: #99a4b4;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 30px;
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.single__heading ul.heading__info li i {
	color: #ccd2d9;
}

.single__featured__image {
	background-image: linear-gradient(to bottom, #f5f6f7 50%, #fff 50%);
}

.single__featured__image img {
	aspect-ratio: 12 / 4;
	border-radius: 4px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single__main {
	margin: 80px 0;
}

.single__wrapper {
	align-items: flex-start;
	display: flex;
	gap: 50px;
}

.single__wrapper .wrapper__center {
	max-width: 715px;
}

.single__wrapper .wrapper__left,
.single__wrapper .wrapper__right {
	position: sticky;
	top: 154px;
}

/*.single__buttons {
	left: -75px;
	position: absolute;
}*/

.single__buttons ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single__buttons ul li a {
	align-items: center;
	background-color: #f5f6f7;
	border-radius: 50px;
	color: #ccd2d9;
	cursor: pointer;
	display: flex;
	font-size: 17px;
	height: 35px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s, color .3s;
	width: 35px;
}

.single__buttons ul li a:hover {
	background-color: var(--first-color);
	color: #fff;
	transition: background-color .3s, color .3s;
}

.single__newsletter,
.single__release {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	/*position: absolute;*/
	/*right: 0;*/
	text-align: center;
/*	top: 0;*/
	width: 260px;
}

.single__release {
	align-items: center;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

.single__newsletter .newsletter__title,
.single__release .release__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.single__newsletter .newsletter__title:before {
	background: url('../images/effect_4.svg');
	content: '';
	display: block;
	margin: 0 auto 10px;
	height: 7px;
	width: 42px;
}

.single__newsletter .form-group {
	background-color: #d8dde2;
	border-radius: 50px;
	display: flex;
	margin-top: 20px;
}

.single__newsletter .form-group .wpcf7-form-control {
	border-radius: 50px;
}

.single__newsletter .form-group button[type='submit']:after {
	display: none;
}

.single__newsletter .ajax-loader {
	display: none !important;
}

.single__release .release__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.single__release .release__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.single__release .release__size {
	color: #ccd2d9;
	font-size: 12px;
}

.single__content {
	color: #66778e;
	font-size: 14px;
	line-height: 1.8;
}

.single__content > * {
	margin-bottom: 25px;
	margin-top: 25px;
}

.single__content > *:first-child {
	margin-top: 0;
}

.single__content > *:last-child {
	margin-bottom: 0;
}

.single__content img {
	border-radius: 4px !important;
	display: block;
	height: auto;
	max-width: 100%;
}

.single__content .wp-block-image .alignleft,
.single__content .wp-block-image .alignright {
	margin-bottom: 0;
	margin-top: 0;
}

.single__content .wp-block-image .alignleft {
	margin-right: 30px;
}

.single__content .wp-block-image .alignright {
	margin-left: 30px;
}

.single__content a {
	color: var(--second-color);
	text-decoration: underline;
	transition: color .3s;
}

.single__content a:hover {
	color: var(--first-color);
	transition: color .3s;
}

.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
	color: var(--first-color);
	font-weight: 700;
}

.single__content ol,
.single__content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.single__content ol li,
.single__content ul li {
	padding-left: 15px;
	position: relative;
}

.single__content ol li + li,
.single__content ul li + li {
	margin-top: 3px;
}

.single__content ol li:before,
.single__content ul li:before {
	color: var(--third-color);
	content: '\f054';
	font-family: var(--font-awesome);
	font-size: 8px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 4px;
}

.single__content blockquote {
	border-left: 3px solid #f5f6f7;
	font-size: 16px;
	padding-left: 20px;
}

.single__content blockquote p {
	margin-bottom: .5rem;
}

.single__content blockquote cite {
	font-size: 12px;
	font-style: normal;
}

.single__content figcaption {
	font-size: 12px;
	font-style: italic;
}

.single__gallery {
	overflow: inherit;
	position: relative;
}

.single__gallery .gallery__controls a {
	align-items: center;
	background-color: #334969;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 56px;
	justify-content: center;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	z-index: 1;
}

.single__gallery .gallery__controls .arrow__prev {
	left: -28px;
}

.single__gallery .gallery__controls .arrow__next {
	right: -28px;
}

.single__gallery .gallery__list .list__item a {
	background-color: var(--first-color);
	border-radius: 4px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.single__gallery .gallery__list .list__item img {
	display: block;
	height: auto;
	width: 100%;
}

.single__gallery .gallery__list .list__item p {
	margin: 0;
	padding: 15px;
	text-align: center;
}

.single__content .wp-block-embed iframe {
	aspect-ratio: 16/9;
	display: block;
	height: auto;
	max-width: inherit;
	width: 100%;
}

.single__related__posts {
	margin: 80px 0 0;
}

.single__related__posts .related__posts__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px;
}

.single__related__posts .related__posts__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.single__related__posts .related__posts__list .list__item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 24px 0 rgba(0,0,0,.15);
	overflow: hidden;
}

.single__related__posts .related__posts__list .list__item a {
	text-decoration: none;
}

.single__related__posts .related__posts__list .list__item .item__image {
	background: url('../images/default.png') center no-repeat;
	background-size: cover;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.single__related__posts .related__posts__list .list__item .item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.single__related__posts .related__posts__list .list__item .item__categories {
	align-items: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.85));
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	padding: 60px 12px 12px;
	position: absolute;
	right: 0;
}

.single__related__posts .related__posts__list .list__item .item__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	margin: 4px;
	padding: 0 8px;
	text-align: center;
}

.single__related__posts .related__posts__list .list__item .item__content {
	display: flex;
	gap: 10px;
	flex-direction: column;
	padding: 25px;
}

.single__related__posts .related__posts__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	transition: color .3s;
}

.single__related__posts .related__posts__list .list__item .item__content p {
	color: #66778e;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}

.single__related__posts .related__posts__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.single__related__posts .related__posts__list .list__item a:hover .item__content .content__title {
	color: var(--second-color);
	transition: color .3s;
}

.news__heading {
	background-color: #f5f6f7;
	box-shadow: inset 0 -100px 0 0 #fff;
}

.news__heading .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 30px 15px 0;
}

.news__heading .heading__breadcrumbs ul {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news__heading .heading__breadcrumbs ul li:last-child {
	color: #66778e;
}

.news__heading .heading__breadcrumbs ul li i {
	color: var(--first-color);
	font-size: 9px;
	opacity: .3;
}

.news__heading .heading__breadcrumbs ul li a {
	color: #99a4b4;
	text-decoration: none;
	transition: color .3s;
}

.news__heading .heading__breadcrumbs ul li a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.news__heading .heading__featured .featured__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 200px);
}

.news__heading .heading__featured .featured__list .list__item {
	border-radius: 4px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
}

.news__heading .heading__featured .featured__list .list__item:nth-child(1) {
	grid-row: 1 / 3;
}

.news__heading .heading__featured .featured__list .list__item a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.news__heading .heading__featured .featured__list .list__item .item__image {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.news__heading .heading__featured .featured__list .list__item .item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.news__heading .heading__featured .featured__list .list__item .item__content {
	align-items: flex-start;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: flex-end;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.news__heading .heading__featured .featured__list .list__item .item__content .content__categories {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.news__heading .heading__featured .featured__list .list__item .item__content .content__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 8px;
	text-align: center;
}

.news__heading .heading__featured .featured__list .list__item .item__content .content__title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.news__heading .heading__featured .featured__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.news__main .container {
	padding: 80px 15px;
}

.news__block {
	position: relative;
}

.block__loading .news__block {
	opacity: .5;
	pointer-events: none;
}

.block__loading .news__block:before {
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.news__block .block__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.news__block .block__list .list__item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 24px 0 rgba(0,0,0,.15);
	overflow: hidden;
}

.news__block .block__list .list__item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.news__block .block__list .list__item .item__image {
	overflow: hidden;
	position: relative;
}

.news__block .block__list .list__item .item__image:before {
	content: '';
	display: block;
	padding-bottom: 48%;
}

.news__block .block__list .list__item .item__image img {
	border-radius: 4px 4px 0 0 !important;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .3s;
	width: 100%;
}

.news__block .block__list .list__item .item__categories {
	align-items: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.85));
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	padding: 60px 12px 12px;
	position: absolute;
	right: 0;
}

.news__block .block__list .list__item .item__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	margin: 4px;
	padding: 0 8px;
	text-align: center;
}

.news__block .block__list .list__item .item__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 30px;
}

.news__block .block__list .list__item .item__content .content__date {
	color: #ccd2d9;
	font-size: 11px;
	font-weight: 500;
	margin: 0 0 5px;
}

.news__block .block__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	transition: color .3s;
}

.news__block .block__list .list__item .item__content p {
	color: #66778e;
	font-size: 12px;
	line-height: 1.6;
	margin: auto 0 0;
}

.news__block .block__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.news__block .block__list .list__item a:hover .item__content .content__title {
	color: var(--second-color);
	transition: color .3s;
}

.news__block .block__list .not__found {
	grid-column: 1 / 4;
}

.news__block .block__loadmore {
	text-align: center;
	margin: 50px 0 0;
}

.news__block .block__loadmore a {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 0 auto;
	padding: 0 25px;
	text-decoration: none;
	transition: background-color .3s;
}

.news__block .block__loadmore a:after {
	content: '\f063';
	font-family: var(--font-awesome);
	font-size: 13px;
	font-weight: 900;
	margin-left: 8px;
}

.news__block .block__loadmore a:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.blog__featured__first {
	background-color: var(--first-color);
}

.blog__featured__first a {
	color: #fff;
	display: flex;
	height: 490px;
	text-decoration: none;
}

.blog__featured__first .block__column {
	flex: 1 0 50%;
}

.blog__featured__first .block__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	padding: 0 50px 0 0;
	width: calc( calc(var(--container_xl) - 30px) / 2 );
}

.blog__featured__first .block__content .content__caption {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	margin-bottom: -5px;
	padding: 0 8px;
	text-align: center;
}

.blog__featured__first .block__content .content__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.blog__featured__first .block__content .content__description {
	font-size: 16px;
	line-height: 1.4;
}

.blog__featured__first .block__content .content__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	justify-content: center;
	padding: 12px 25px;
	text-align: center;
	transition: background-color .3s;
}

.blog__featured__first .block__content .content__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 10px;
	font-weight: 900;
	margin-left: 8px;
}

.blog__featured__first .block__image {
	height: 100%;
	overflow: hidden;
}

.blog__featured__first .block__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.blog__featured__first a:hover .block__content .content__btn {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.blog__featured__first a:hover .block__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.blog__featured__second .block__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

.blog__featured__second .block__list .list__item a {
	border-radius: 4px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.blog__featured__second .block__list .list__item a:before {
	content: '';
	display: block;
	padding-bottom: 72.5%;
}

.blog__featured__second .block__list .list__item .item__image,
.blog__featured__second .block__list .list__item .item__content {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.blog__featured__second .block__list .list__item .item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s;
	width: 100%;
}

.blog__featured__second .block__list .list__item .item__content {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-end;
	padding: 25px;
}

.blog__featured__second .block__list .list__item .item__content .content__categories {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.blog__featured__second .block__list .list__item .item__content .content__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 8px;
	text-align: center;
	/*text-transform: uppercase;*/
}

.blog__featured__second .block__list .list__item .item__content .content__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.blog__featured__second .block__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.blog__breadcrumbs .container {
	padding: 30px 15px;
}

.blog__breadcrumbs ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 500;
	gap: 5px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog__breadcrumbs ul li:last-child {
	color: #66778e;
}

.blog__breadcrumbs ul li i {
	color: var(--first-color);
	font-size: 9px;
	opacity: .3;
}

.blog__breadcrumbs ul li a {
	color: #99a4b4;
	text-decoration: none;
	transition: color .3s;
}

.blog__breadcrumbs ul li a:hover {
	color: var(--second-color);
	transition: color .3s;
}

.blog__block .container {
	padding: 60px 15px;
}

.blog__breadcrumbs + .blog__block .container {
	padding-top: 0;
}

.blog__block .block__header {
	align-items: center;
	display: flex;
	margin: 0 0 30px;
}

.blog__block .block__header .header__title {
	color: var(--first-color);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.blog__block .block__header .header__btn {
	align-items: center;
	color: var(--second-color);
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	margin-left: 30px;
	text-align: center;
	text-decoration: none;
	transition: color .3s;
}

.blog__block .block__header .header__btn:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 12px;
	font-weight: 900;
	margin-left: 8px;
}

.blog__block .block__header .header__btn:hover {
	color: var(--third-color);
	transition: color .3s;
}

.blog__block .block__list {
	margin-bottom: -15px;
	margin-top: -15px;
}

.blog__block .block__list .list__item {
	height: calc(100% - 30px);
	margin-bottom: 15px;
	margin-top: 15px;
}

.blog__block .block__list .list__item a {
	border-radius: 4px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.blog__block .block__list .list__item .item__image {
	height: 260px;
	overflow: hidden;
	position: relative;
}

/*.blog__block .block__list .list__item .item__image:before {
	content: '';
	display: block;
	padding-bottom: 70%;
}*/

.blog__block .block__list .list__item .item__image img {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .3s;
	width: 100%;
}

.blog__block .block__list .list__item .item__categories {
	align-items: center;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	left: 0;
	padding: 60px 20px 20px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.blog__block .block__list .list__item .item__categories span {
	align-items: center;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	justify-content: center;
	padding: 0 8px;
	text-align: center;
}

.blog__block .block__list .list__item .item__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 10px;
	padding: 25px;
}

.blog__block .block__list .list__item .item__content .content__date {
	color: #ccd2d9;
	font-size: 11px;
	font-weight: 500;
	margin: 0 0 -5px;
}

.blog__block .block__list .list__item .item__content .content__title {
	color: var(--first-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	transition: color .3s;
}

.blog__block .block__list .list__item.item__first .item__content .content__title {
	font-size: 22px;
	font-weight: 700;
}

.blog__block .block__list .list__item .item__content p {
	color: #66778e;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}

.blog__block .block__list .list__item a:hover .item__image img {
	transform: scale(1.05);
	transition: transform .3s;
}

.blog__block .block__list .list__item a:hover .item__content .content__title {
	color: var(--second-color);
	transition: color .3s;
}

.blog__block .block__loadmore {
	text-align: center;
	margin: 50px 0 0;
}

.blog__block .block__loadmore a {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 0 auto;
	padding: 0 25px;
	text-decoration: none;
	transition: background-color .3s;
}

.blog__block .block__loadmore a:after {
	content: '\f063';
	font-family: var(--font-awesome);
	font-size: 13px;
	font-weight: 900;
	margin-left: 8px;
}

.blog__block .block__loadmore a:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.blog__banners .banners__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.blog__banners .banners__list .list__item img {
	border-radius: 4px;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	display: block;
	height: auto;
	width: 100%;
}

.blog__newsletter {
	background-color: transparent;
	left: inherit;
	margin: 20px 0 0;
	position: inherit;
	right: inherit;
	width: 100%;
}

/* Footer */

.site__footer {
	background-color: var(--first-color);
	color: #fff;
}

.site__footer .container {
	display: flex;
	gap: 60px;
	padding: 80px 15px;
}

.site__footer .footer__item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.site__footer .footer__item > * {
	margin-bottom: 15px;
	margin-top: 15px;
}

.site__footer .footer__item .item__logo img,
.site__footer .footer__item .item__logo svg {
	display: block;
	height: 80px;
	width: auto;
}

.site__footer .footer__item .item__logo svg .darkblue {
	fill: #fff;
}

.site__footer .footer__item .item__btn {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.site__footer .footer__item .item__btn:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.site__footer .footer__item .item__social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site__footer .footer__item .item__social ul li.contact__accessibility {
	margin-bottom: 30px;
	width: 100%;
}

.site__footer .footer__item .item__social ul li.contact__accessibility a {
	align-items: center;
	background-color: var(--second-color);
	border-radius: 50px;
	color: var(--first-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1.5;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

.site__footer .footer__item .item__social ul li.contact__accessibility a:hover {
	background-color: var(--third-color);
	transition: background-color .3s;
}

.site__footer .footer__item .item__social ul li:not(.contact__accessibility) a {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-fill-color: var(--first-color);
	text-stroke-color: #fff;
	text-stroke-width: .75px;
	width: 36px;
	-moz-text-fill-color: var(--first-color);
	-moz-text-stroke-color: #fff;
	-moz-text-stroke-width: .75px;
	-ms-text-fill-color: var(--first-color);
	-ms-text-stroke-color: #fff;
	-ms-text-stroke-width: .75px;
	-webkit-text-fill-color: var(--first-color);
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: .75px;
}

.site__footer .footer__item .item__social ul li:not(.contact__accessibility) a:after {
	background-color: var(--first-color);
	border: 2px solid var(--second-color);
	border-bottom: 0;
	border-left: 0;
	border-radius: 0 3px 0 3px;
	box-shadow: 0 0 0 2px var(--first-color);
	content: '';
	height: 8px;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 8px;
}

.site__footer .footer__item .item__social ul li:not(.contact__accessibility) a:hover {
	text-stroke-color: var(--second-color);
	-moz-text-stroke-color: var(--second-color);
	-ms-text-stroke-color: var(--second-color);
	-webkit-text-stroke-color: var(--second-color);
}

/*.site__footer .footer__item .item__social {
	align-items: center;
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
}

.site__footer .footer__item .item__social a {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 18px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	margin: 2px;
	position: relative;
	text-decoration: none;
	text-fill-color: var(--first-color);
	text-stroke-color: #fff;
	text-stroke-width: .75px;
	width: 36px;
	-moz-text-fill-color: var(--first-color);
	-moz-text-stroke-color: #fff;
	-moz-text-stroke-width: .75px;
	-ms-text-fill-color: var(--first-color);
	-ms-text-stroke-color: #fff;
	-ms-text-stroke-width: .75px;
	-webkit-text-fill-color: var(--first-color);
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: .75px;
}

.site__footer .footer__item .item__social a:after {
	background-color: var(--first-color);
	border: 2px solid var(--second-color);
	border-bottom: 0;
	border-left: 0;
	border-radius: 0 3px 0 3px;
	box-shadow: 0 0 0 2px var(--first-color);
	content: '';
	height: 8px;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 8px;
}

.site__footer .footer__item .item__social a:hover {
	text-stroke-color: var(--second-color);
	-moz-text-stroke-color: var(--second-color);
	-ms-text-stroke-color: var(--second-color);
	-webkit-text-stroke-color: var(--second-color);
}*/

.site__footer .footer__item .item__copyright {
	color: var(--third-color);
	font-size: 14px;
	font-weight: 500;
}

.site__footer .footer__item .item__title {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site__footer .footer__item .item__menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site__footer .footer__item .item__menu > ul > li + li {
	margin: 10px 0 0;
}

.site__footer .footer__item .item__menu > ul > li > a {
	color: var(--second-color);
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
	text-decoration: none;
	transition: color .3s;
}

.site__footer .footer__item .item__menu > ul > li > a:hover {
	color: var(--third-color);
	transition: color .3s;
}

/* Media Queries */

/* Large Desktops */

@media (min-width: 1440px) {

	:root {
		--container_xl: 1410px;
	}

	.container {
		max-width: 1410px;
	}

	.home__slider .slider__next {
		right: 0;
	}

	.home__operations .operations__next {
		right: 0;
	}

	.cta__block__1 .block__content {
		padding: 0 160px;
	}

	.single__heading .heading__center {
		margin: 0 200px;
	}

	.single__wrapper {
		margin: 0 200px;
	}

	.single__wrapper .wrapper__center {
		max-width: 585px;
	}

	.bulletpoints__block:not(.standard__content) .container {
		padding-left: 185px !important;
		padding-right: 185px !important;
	}

}

/* Desktops */

@media (max-width: 1199px) {

	.home__slider .slider__item .item__content .content__title {
		font-size: 55px;
	}

	.home__slider .slider__item .item__content .content__btn {
		margin-top: 50px;
	}

	.home__offices .offices__block .block__list .list__item .item__content {
		padding: 40px;
	}

	.home__clients .clients__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_lg)) / 2);
	}

	.home__operations .block__scroll .scroll__item .item__content .content__title {
		font-size: 40px;
		padding: 20px;
	}

	.home__operations .block__scroll .scroll__item .item__map {
		width: 450px;
	}

	.home__operations .block__scroll .scroll__item .item__map img {
		display: block;
		height: auto;
		max-width: 100%;
	}

	.home__operations .operations__next {
		right: 0;
	}

	.home__testimonials .block__content {
		padding: 80px;
	}

	.home__testimonials .block__container {
		padding: 0 100px;
	}

	.home__news .block__list {
		grid-template-columns: 400px auto auto;
	}

	.default__block .block__content .content__title,
	.default__block .block__scroll .scroll__item .item__title {
		font-size: 30px;
	}

	.heading__block .block__bar .bar__title {
		font-size: 18px;
	}

	.heading__block .block__bar .bar__menu > ul > li + li {
		margin-left: 20px;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul {
		left: -10px;
	}

	.heading__block .block__bar .bar__menu > ul > li:last-child > ul {
		left: inherit;
		right: -10px;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul,
	.heading__block .block__bar .bar__menu > ul > li > ul > li > ul {
		width: 200px;
	}

	.bulletpoints__block:before,
	.bulletpoints__block:after {
		height: 117.42px;
		width: 110px;
	}

	.bulletpoints__block .container {
		/*padding-left: 115px !important;*/
		/*padding-right: 115px !important;*/
		padding-left: 75px !important;
		padding-right: 75px !important;
	}

	.cta__block__1:before {
		left: -50px;
	}

	.cta__block__1:after {
		right: -50px;
	}

	.block__smallnumbers .smallnumbers__list {
		flex-wrap: wrap;
	}

	.block__smallnumbers .smallnumbers__list .list__item {
		flex: 1 0 33%;
	}

	.cardscarousel__block .block__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_lg)) / 2);
	}

	.block__fleets .fleets__list .list__item .item__content .content__title {
		font-size: 25px;
	}

	.single__heading .heading__center {
		margin: 0;
	}

	.single__wrapper {
		margin: 0;
	}

	.single__wrapper .wrapper__center {
		max-width: 535px;
	}

	.blog__featured__first .block__content {
		width: calc( calc(var(--container_lg) - 30px) / 2 );
	}

	.blog__featured__first .block__content .content__title {
		font-size: 25px;
	}

	.blog__featured__first .block__content .content__description {
		font-size: 15px;
	}

	.blog__featured__second .block__list .list__item .item__content .content__title {
		font-size: 18px;
	}

}

/* Tablets */

@media (max-width: 991px) {

	.site__header .first__row .container-fluid,
	.site__header .second__row .container-fluid {
		padding: 0 15px;
	}

	.header__submenu .submenu__first {
		flex-basis: 37%;
	}

	.header__submenu .first__content {
		padding: 30px;
	}

	.header__submenu .first__title {
		font-size: 20px;
	}

	.header__submenu .first__description {
		font-size: 13px;
	}

	.header__submenu .first__contact {
		margin: 45px 0 0;
	}

	.header__submenu .submenu__second {
		flex-basis: 37%;
	}

	.header__submenu .second__menu ul {
		padding: 30px;
	}

	.header__submenu .second__menu ul li {
		/*margin: 16px 0 0;*/
		margin: 0 0 16px;
	}

	.header__submenu .second__menu ul li a {
		font-size: 14px;
	}

	.header__submenu .second__menu ul li.menu__back a,
	.header__submenu .second__menu ul li.submenu__close a {
		letter-spacing: normal;
	}

	.header__submenu .submenu__third {
		flex-basis: 26%;
	}

	.site__header .header__search .search__results .results__left {
		padding: 30px 30px 30px 0;
	}

	.site__header .header__search .search__results .results__title {
		letter-spacing: normal;
		margin: 0 0 15px;
	}

	.site__header .header__search .search__results .results__list {
		grid-gap: 20px;
	}

	.site__header .header__search .search__results .results__list.list__columns {
		grid-template-columns: repeat(1, 1fr);
	}

	.site__header .header__search .search__results .results__right {
		padding: 30px 0 30px 30px;
	}

	.site__header .header__search .search__results .results__menu > ul > li + li {
		margin: 15px 0 0;
	}

	.site__header .header__search .search__results .results__menu > ul > li > a {
		font-size: 14px;
	}

	.home__slider .slider__item {
		height: 670px;
	}

	.home__slider .slider__item .item__content .content__title {
		font-size: 48px;
	}

	.home__block .block__header .header__title {
		font-size: 22px;
	}

	.home__offices .offices__block .block__menu {
		/*flex: 0 0 350px;*/
		flex: 0 0 100%;
	}

	.home__offices .offices__block .block__menu > ul > li > a {
		padding: 12px 55px 12px 25px;
	}

	.home__offices .offices__block .block__list .list__item .item__content {
		padding: 30px;
	}

	.home__offices .offices__block .block__list .list__item .item__content .content__title {
		font-size: 18px;
	}

	.home__offices .offices__block .block__list .list__item .item__content p {
		font-size: 13px;
	}

	.home__offices .offices__block .block__list .list__item .item__image {
		display: none;
	}

	.home__clients .clients__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_md)) / 2);
	}

	.home__operations .block__container {
		margin: -50px 0 0;
	}

	.home__operations .block__scroll .scroll__item .item__content .content__title {
		font-size: 30px;
	}

	.home__operations .block__scroll .scroll__item .item__map {
		width: 350px;
	}

	.home__testimonials .block__content {
		padding: 60px;
	}

	.home__testimonials .block__container {
		padding: 0 80px;
	}

	.home__news .block__list {
		grid-template-columns: 260px auto auto;
	}

	.home__news .block__list .list__item .item__image {
		height: 220px;
	}

	.home__news .block__list .list__item .item__content .content__title {
		font-size: 15px;
	}

	.home__news .block__list .list__item:nth-child(1) .item__content .content__title {
		font-size: 20px;
	}

	.default__block .block__content .content__title,
	.default__block .block__scroll .scroll__item .item__title {
		font-size: 24px;
	}

	.heading__block.heading__internal {
		margin-bottom: 95px;
	}

	.heading__block.heading__internal .block__mask .container {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.heading__block .block__bar:before {
		opacity: 1;
	}

	.heading__block .block__bar .bar__title {
		cursor: pointer;
	}

	.heading__block .block__bar .bar__title:after {
		content: '\f078';
		display: inline-flex;
		font-family: var(--font-awesome);
		font-size: 12px;
		font-weight: 900;
		margin-left: 8px;
		transition: transform .3s;
	}

	.heading__block .block__bar.active .bar__title:after {
		transform: rotate(-180deg);
		transition: transform .3s;
	}

	.heading__block .block__bar .bar__menu {
		background-color: #fff;
		height: 0;
		left: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0 15px;
		position: absolute;
		right: 0;
		top: 100%;
		transition: height .3s, opacity .3s;
	}

	.heading__block .block__bar.active .bar__menu {
		height: 75vh;
		opacity: 1;
		overflow: inherit;
		transition: height .3s, opacity .3s;
	}

	.heading__block .block__bar .bar__menu:before {
		background-color: #fff;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
		bottom: 0;
		content: '';
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 300%;
		z-index: 0;
	}

	.heading__block .block__bar .bar__menu > ul {
		display: block;
		flex-direction: column;
		max-height: 100%;
		overflow-y: auto;
		padding: 20px 0;
		position: relative;
		z-index: 1;
	}

	.heading__block .block__bar .bar__menu > ul > li {
		flex-direction: column;
	}

	.heading__block .block__bar .bar__menu > ul > li + li {
		margin: 20px 0 0;
	}

	.heading__block .block__bar .bar__menu > ul > li > a {
		color: var(--first-color);
		font-size: 14px;
		width: 100%;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul,
	.heading__block .block__bar .bar__menu > ul > li > ul > li > ul {
		background-color: transparent;
		display: none;
		left: inherit;
		opacity: 1;
		padding: 15px 0 0 10px;
		position: relative;
		right: inherit;
		top: inherit;
		visibility: visible;
		width: 100%;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul > li + li,
	.heading__block .block__bar .bar__menu > ul > li > ul > li > ul > li + li {
		margin: 15px 0 0;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul > li > a,
	.heading__block .block__bar .bar__menu > ul > li > ul > li > ul > li > a {
		color: var(--first-color);
		font-weight: 500;
		padding: 0;
	}

	.heading__block .block__bar .bar__menu > ul > li > ul > li.menu-item-has-children > a:after {
		content: '\f078';
		margin-left: 6px;
	}

	.heading__block .block__bar .bar__contact__btn {
		align-items: center;
		background-color: var(--second-color);
		border-radius: 50px;
		color: var(--first-color);
		display: inline-flex;
		font-size: 12px;
		font-weight: 500;
		height: 30px;
		justify-content: center;
		padding: 0 20px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

	.heading__block .block__content,
	.heading__block.heading__internal .block__content {
		max-width: 100%;
	}

	.heading__block .block__content {
		min-width: auto;
		padding: 30px 30px 30px 0;
	}

	.heading__block.heading__internal .block__content {
		padding: 30px;
		transform: translateY(95px);
	}

	.heading__block .block__content .content__title,
	.heading__block.heading__internal .block__content .content__title {
		font-size: 28px;
	}

	.heading__block .block__content .content__description p,
	.heading__block.heading__internal .block__content .content__description p {
		font-size: 14px;
	}

	.heading__block:not(.heading__internal) .block__breadcrumbs ul {
		padding: 10px 0;
	}

	.heading__block.heading__internal .block__breadcrumbs {
		position: relative;
		top: inherit;
		transform: translateY(95px);
		width: auto;
	}

	.contact__block .block__content {
		max-width: 100%;
		padding: 30px;
	}

	.contact__block .block__content .content__title {
		font-size: 25px;
	}

	.bulletpoints__block:before,
	.bulletpoints__block:after {
		display: none;
	}

	.bulletpoints__block .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.block__bignumbers .bignumbers__list .list__item .item__number {
		font-size: 32px;
	}

	.cta__block__1:before {
		left: 0;
		top: 0;
	}

	.cta__block__1:after {
		bottom: 0;
		top: inherit;
		transform: translateY(50%) scaleX(-1) scaleY(-1);
		right: 0;
	}

	.cta__block__1 .container {
		padding: 75px 15px;
	}

	.cta__block__1 .block__content {
		align-items: flex-start;
		gap: 20px;
		flex-direction: column;
	}

	.cta__block__2 .block__content {
		/*padding: 0 125px;*/
		padding: 0 20%;
	}

	.cta__block__2 .block__content .content__title {
		font-size: 32px;
	}

	.timeline__block .block__tabs ul.nav {
		margin: 0 0 15px;
	}

	.timeline__block .block__tabs .tab__image,
	.timeline__block .block__tabs .tab__content {
		bottom: 15px;
		top: 15px;
	}

	.timeline__block .block__tabs .tab__content .content__title {
		font-size: 25px;
	}

	.spotlight__block .container {
		padding: 120px 15px;
	}

	.spotlight__block .block__content .content__description {
		font-size: 16px;
		line-height: 1.4;
	}

	.spotlight__block .block__content .content__description.big {
		font-size: 24px;
	}

	.newsletter__block .block__content .content__title {
		font-size: 25px;
	}

	.block__accordion .accordion__list .list__item .item__title {
		font-size: 18px;
	}

	.cardscarousel__block .block__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_md)) / 2);
	}

	.block__fleets .fleets__arrows a {
		top: 65px;
		transform: inherit;
	}

	.block__fleets .fleets__list .list__item {
		align-items: stretch;
		flex-direction: column;
	}

	.block__fleets .fleets__list .list__item .item__content {
		flex-grow: 1;
		text-align: center;
	}

	.block__fleets .fleets__list .list__item .item__content .content__table {
		text-align: left;
	}

	.block__fleets .fleets__list .list__item .item__gallery {
		flex: 1 0 100%;
	}

	.block__contacts__cards .cards__list.three__columns {
		grid-template-columns: repeat(2, 1fr);
	}

	.block__filter .filter__title {
		font-size: 25px;
	}

	.block__filter .filter__form {
		margin-left: 25px;
	}

	.releases__block .block__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.single__heading .heading__title {
		font-size: 25px;
	}

	.single__featured__image img {
		aspect-ratio: 16 / 9;
	}

	.single__main {
		margin: 60px 0;
	}

	.single__wrapper {
		flex-direction: column;
		gap: 0;
		padding-right: 0;
	}

	.single__wrapper .wrapper__center {
		max-width: 100%;
	}

	.single__wrapper .wrapper__left,
	.single__wrapper .wrapper__right {
		position: relative;
		top: inherit;
	}

	.single__buttons {
		left: inherit;
		margin-bottom: 30px;
		position: relative;
	}

	.single__buttons ul {
		flex-direction: row;
	}

	.single__newsletter,
	.single__release {
		margin-top: 30px;
		position: relative;
		right: inherit;
		width: 100%;
	}

	.single__newsletter .form-group .wpcf7-form-control-wrap {
		flex-grow: 1;
	}

	.single__gallery .gallery__controls .arrow__prev {
		left: 14px;
	}

	.single__gallery .gallery__controls .arrow__next {
		right: 14px;
	}

	.single__related__posts {
		margin: 60px 0 0;
	}

	.single__related__posts .related__posts__title {
		font-size: 25px;
	}

	.single__related__posts .related__posts__list {
		grid-template-columns: 1fr;
	}

	.news__heading .heading__featured .featured__list .list__item .item__content .content__title {
		font-size: 18px;
	}

	.news__block .block__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog__featured__first .block__content {
		width: calc( calc(var(--container_md) - 30px) / 2 );
	}

	.blog__featured__second .block__list {
		grid-template-columns: 1fr;
	}

	.blog__featured__second .block__list .list__item a:before {
		padding-bottom: 56.25%;
	}

	.blog__block .block__header .header__title {
		font-size: 25px;
	}

	.blog__block .block__list .list__item.item__first .item__content .content__title {
		font-size: 18px;
	}

	.site__footer .container {
		gap: 40px;
		padding: 60px 15px;
	}

}

/* Smartphones - Landscape */

@media (max-width: 767px) {

	.popup__lgpd .lgpd__content {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.site__header .first__row {
		height: 30px;
	}

	.site__header .second__row {
		height: 70px;
	}

	.site__header .header__accessibility > ul > li.high__contrast > a {
		font-size: 0 !important;
	}

	.site__header .header__accessibility > ul > li.high__contrast > a > i {
		font-size: 12px;
		margin-right: 0;
	}

	.site__header .header__links {
		display: none;
	}

	.site__header .header__search__btn,
	.site__header .header__menu__btn {
		color: #fff;
		cursor: pointer;
		padding: 10px;
		transition: color .3s, opacity .3s, visibility .3s;
	}

	.site__header .header__search__btn {
		margin-left: auto;
	}

	.site__header .header__menu__btn {
		margin-right: -10px;
	}

	.site__header .header__menu__btn:before {
		content: '\f0c9';
		font-family: var(--font-awesome);
		font-weight: 900;
	}

	.site__header.menu__mobile__active .header__menu__btn:before {
		content: '\f00d';
		opacity: .5;
	}

	.site__header:hover .header__search__btn,
	.site__header:hover .header__menu__btn,
	.site__header.fixed .header__search__btn,
	.site__header.fixed .header__menu__btn,
	.site__header.menu__mobile__active .header__search__btn,
	.site__header.menu__mobile__active .header__menu__btn {
		color: var(--first-color);
		transition: color .3s;
	}

	body:not(.home) .site__header .header__search__btn,
	body:not(.home) .site__header .header__menu__btn {
		color: var(--first-color);
	}	

	.site__header.menu__mobile__active .header__search__btn {
		opacity: 0;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
	}

	.site__header .header__toggle {
		background-color: #fff;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 100px;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
		z-index: 9;
	}

	.site__header.menu__active .header__toggle,
	.site__header.menu__mobile__active .header__toggle,
	.site__header.search__active .header__toggle {
		opacity: 1;
		transition: opacity .3s, visibility .3s;
		visibility: visible;
	}

	.site__header .header__menu > ul {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		padding: 15px;
	}

	.site__header .header__menu > ul > li {
		height: inherit;
		margin-left: 0;
		margin-right: 0;
	}

	.site__header .header__menu > ul > li:first-child,
	.site__header .header__menu > ul > li.search__button {
		margin-left: 0;
	}

	.site__header .header__menu > ul > li.search__button,
	.site__header .header__menu > ul > li.button {
		display: none;
	}

	.site__header .header__menu > ul > li.customer__portal,
	.site__header .header__menu > ul > li.customer__portal ~ li {
		display: block;
	}

	.site__header .header__menu > ul > li.customer__portal {
		margin-top: 20px;
	}

	.site__header .header__menu > ul > li > a {
		font-size: 18px;
		font-weight: 600;
		justify-content: flex-start;
		line-height: 1.4;
		padding: 15px;
		text-align: left;
		width: 100%;
	}

	.site__header .header__menu > ul > li.customer__portal > a,
	.site__header .header__menu > ul > li.customer__portal ~ li > a {
		color: #66778e;
		font-size: 15px;
		padding: 10px 15px;
	}

	.site__header:not(:hover):not(.fixed):not(.menu__active) .header__menu > ul > li:not(.button) > a {
		color: var(--first-color);
	}

	.site__header .header__menu > ul > li.menu-item-has-children > a:after {
		content: '\f061';
		font-size: 12px;
		margin-left: auto;
		opacity: .5;
	}

	.site__header .header__menu > ul > li.menu-item-has-children.active > a:after {
		transform: inherit;
	}

	.site__header .header__search {
		align-items: flex-start;
		padding: 15px;
		top: -70px;
	}

	.site__header.search__active .header__search {
		background-color: var(--first-color);
	}

	.site__header .header__search form {
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: relative;
	}

	.site__header .header__search .search__results {
		flex-direction: column;
		overflow-y: auto;
		top: 55px;
		width: 100% !important;
	}

	.site__header .header__search .search__results .results__left {
		padding: 30px;
	}

	.site__header .header__search .search__results .results__right {
		padding: 30px;
	}

	.site__header .header__search .search__results:after,
	.site__header .header__search .search__results.search__columns .results__right:after {
		display: none;
	}

	.header__submenu {
		border-top: 0;
		height: 100vh !important;
		opacity: 1;
		top: 0;
		transform: translateX(100%);
		transition: transform .3s;
		visibility: visible;
	}

	.header__submenu.active {
		transform: translateX(0);
		transition: transform .3s;
	}

	.header__submenu .submenu__first,
	.header__submenu .submenu__third {
		display: none;
	}

	.header__submenu .submenu__close {
		background: inherit;
		height: auto;
		line-height: inherit;
		padding: 0;
		position: inherit;
		right: inherit;
		text-align: left;
		top: inherit;
		width: inherit;
		z-index: inherit;
	}

	.header__submenu .submenu__close:before {
		display: none;
	}

	body:not(.home) .site__main {
		margin: 100px 0 0;
	}

	.home__slider .slider__item {
		height: auto;
	}

	.home__slider .slider__item .item__content {
		padding: 150px 0 50px;
	}

	.home__slider .slider__item .item__content .container {
		padding-top: 0;
	}

	.home__slider .slider__item .item__content .content__title {
		font-size: 43px;
	}

	.home__slider .slider__item .item__content .content__title br {
		display: none;
	}

	.home__slider .slider__item .item__content .content__effect,
	.home__slider .block__controls {
		display: none;
	}

	.home__block .block__header .header__title {
		font-size: 20px;
	}

	.home__block .block__header .header__btn {
		font-size: 13px;
		height: 43px;
		padding: 0 25px;
	}

	.home__block .block__header .header__btn:after {
		font-size: 10px;
	}

	.home__offices .offices__block {
		flex-direction: column;
		position: relative;
	}

	.home__offices .offices__block .block__list {
		bottom: 0;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
		width: 100%;
	}

	.home__offices .offices__block .block__list.active {
		opacity: 1;
		transition: opacity .3s, visibility .3s;
		visibility: visible;
	}

	.home__offices .offices__block .block__list .list__item .item__content {
		flex-grow: 1;
	}

	.home__clients .clients__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_sm)) / 2);
	}

	.home__operations {
		height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
	}

	.home__testimonials .block__content {
		padding: 40px;
		transform: translateY(-20px);
	}

	.home__testimonials .block__container {
		padding: 0;
	}

	.home__testimonials .block__scroll .scroll__item .item__name {
		font-size: 18px;
	}

	.home__testimonials .block__scroll .scroll__item .item__info {
		letter-spacing: normal;
	}

	.home__testimonials .block__controls {
		align-items: center;
		display: flex;
		gap:  10px;
		justify-content: center;
		margin-top: 30px;
		position: inherit;
		text-align: center;
	}

	.home__testimonials .block__controls a {
		left: inherit;
		position: inherit;
		right: inherit;
		top: inherit;
		transform: inherit;
	}

	.home__news .block__list {
		grid-template-columns: 1fr;
	}

	.home__news .block__list .list__item .item__image {
		height: 240px;
	}

	.home__news .block__list .list__item .item__categories span {
		font-size: 11px;
	}

	.home__news .block__list .list__item .item__content {
		padding: 25px;
	}

	.home__news .block__list .list__item .item__content .content__title,
	.home__news .block__list .list__item:nth-child(1) .item__content .content__title {
		font-size: 18px;
		font-weight: 700;
	}

	.default__block .block__content .content__title,
	.default__block .block__scroll .scroll__item .item__title {
		font-size: 20px;
	}

	.default__block .block__content .content__btn__group .group__item {
		align-items: flex-start;
		flex-direction: column;
	}

	.default__block .block__content .content__btn__group .group__item .item__link {
		margin-left: 0;
	}

	/*.default__block.only__text .container .row .px-4:first-child {
		margin-bottom: 0;
	}*/

	.default__block.only__text .container .row .px-4:first-child .block__content .content__btn__group {
		margin-bottom: 18px;
	}

	.default__block.only__text .container .row .px-4:last-child {
		margin-top: 0;
	}

	.heading__block .block__bar {
		top: 100px;
	}

	.heading__block .block__bar .bar__title {
		font-size: 16px;
		margin-right: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.heading__block .block__bar .bar__title:after {
		font-size: 10px;
	}

	.background__block .block__mask .container {
		padding: 80px 15px;
	}

	.background__block .block__content {
		max-width: 100%;
	}

	.background__block.background__boxed .block__content {
		padding: 30px;
	}

	.background__block .block__content .content__caption {
		font-size: 16px;
	}

	.background__block .block__content .content__title {
		font-size: 28px;
	}

	.cta__block__1 {
		margin-left: 0;
		margin-right: 0;
	}

	.cta__block__1 .block__content {
		padding: 0;
	}

	.cta__block__2 {
		margin-left: 0;
		margin-right: 0;
	}

	.cta__block__2:before,
	.cta__block__2:after {
		display: none;
	}

	.cta__block__2 .container {
		padding: 60px 15px;
	}

	.cta__block__2 .block__content {
		padding: 0;
	}

	.cta__block__2 .block__content .content__btn {
		font-size: 15px;
	}

	.timeline__block .block__tabs ul.nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.timeline__block .block__tabs ul.nav li a {
		white-space: nowrap;
	}

	.block__smallnumbers .smallnumbers__list .list__item {
		flex: 1 0 100%;
	}

	.cardscarousel__block .block__scroll .swiper-slide-active:first-child {
		margin-left: calc(calc(100% - var(--container_sm)) / 2);
	}

	.block__fleets .fleets__arrows a {
		top: 25px;
	}

	.block__fleets .fleets__list .list__item {
		padding: 25px 40px 40px;
	}

	.cards__block .block__list .list__item {
		padding: 60px 40px;
	}

	.cards__block .block__list .list__item .item__title {
		font-size: 25px;
	}

	.block__gallery .gallery__list {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.block__gallery .gallery__list .list__item {
		max-height: auto;
	}

	.block__gallery .gallery__list .list__item:nth-child(5n + 2) {
		grid-row: inherit;
	}

	.search__heading .heading__title {
		font-size: 25px;
	}

	.search__heading .heading__filter ul li {
		flex-grow: 1;
		text-align: center;
	}

	.search__heading .heading__filter.filter__cat {
		flex-wrap: wrap;
	}

	.search__heading .heading__filter .form__item:not(.ml-auto) {
		flex-grow: 1;
	}

	.search__heading .heading__filter .form__item.ml-auto {
		width: 100%;
	}

	.search__list .list__item a {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.search__list .list__item .item__image {
		flex: 0 0 auto;
		width: 100%;
	}

	.search__list .list__item .item__content .content__title {
		font-size: 18px;
	}

	.search__list .list__item .item__content .content__description {
		font-size: 14px;
	}

	.units__contact__list .content__header {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.units__contact__list .content__header .header__title {
		font-size: 18px;
	}

	.block__contacts__cards .cards__list,
	.block__contacts__cards .cards__list.three__columns {
		grid-template-columns: 1fr;
	}

	.block__filter,
	.block__filter .filter__form {
		flex-wrap: wrap;
	}

	.block__filter .filter__form {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}

	.block__filter .filter__title,
	.block__filter .filter__form .form__item.ml-auto {
		width: 100%;
	}

	.block__filter .filter__form .form__item {
		flex-grow: 1;
	}

	.block__filter .filter__form .form__item .item__input {
		width: 100%;
	}

	.releases__block .block__list {
		grid-gap: 25px;
	}

	.releases__block .block__list .list__item .item__date {
		font-size: 12px;
	}

	.releases__block .block__list .list__item .item__title {
		font-size: 18px;
	}

	.releases__block .block__list .list__item .item__btn {
		font-size: 14px;
	}

	.news__heading .heading__featured .featured__list {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
		gap: 30px;
	}

	.news__heading .heading__featured .featured__list .list__item {
		height: 200px;
	}

	.news__heading .heading__featured .featured__list .list__item:nth-child(1) {
		height: 280px;
	}

	.news__block .block__list .list__item .item__image:before {
		padding-bottom: 56.25%;
	}

	.blog__featured__first a {
		flex-direction: column-reverse;
		height: auto;
	}

	.blog__featured__first .block__content {
		padding: 50px 30px;
		width: 100%;
	}

	.blog__featured__first .block__image {
		height: inherit;
		position: relative;
	}

	.blog__featured__first .block__image:before {
		content: '';
		display: block;
		padding-bottom: 56.25%;
	}

	.blog__featured__first .block__image img {
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.blog__featured__second .block__list {
		margin-top: -15px;
	}

	.site__footer .container {
		flex-direction: column;
		gap: 20px;
	}

	.site__footer .footer__item:first-child {
		align-items: center;
	}

	.site__footer .footer__item .item__social ul {
		justify-content: center;
	}

	.site__footer .footer__item .item__social ul li.contact__accessibility {
		text-align: center;
	}

}

/* Smartphones - Portrait */

@media (max-width: 567px) {

	.ml-n4,
	.mx-n4 {
		margin-left: -15px !important;
	}

	.mr-n4,
	.mx-n4 {
		margin-right: -15px !important;
	}

	.pl-4,
	.px-4 {
		padding-left: 15px !important;
	}

	.pr-4,
	.px-4 {
		padding-right: 15px !important;
	}

	.site__header .header__language {
		margin-left: auto;
	}

	.home__slider .slider__item .item__content .content__title {
		font-size: 38px;
	}

	.home__clients .clients__scroll .swiper-slide-active:first-child {
		margin-left: 0;
	}

	.cardscarousel__block .block__scroll .swiper-slide-active:first-child {
		margin-left: 0;
	}

	.block__fleets .fleets__arrows a.arrow__prev {
		left: -10px;
	}

	.block__fleets .fleets__arrows a.arrow__next {
		right: -10px;
	}

	.block__fleets .fleets__list .list__item {
		padding: 25px 15px 15px;
	}

	.block__fleets .fleets__list .list__item .item__content .content__caption,
	.block__fleets .fleets__list .list__item .item__content .content__title {
		padding: 0 50px;
	}

	.units__contact__block {
		overflow: hidden;
	}

	.units__contact__list .content__header {
		flex-direction: column;
		gap: 10px;
		padding: 10px 10px 0;
	}

	.block__contacts__cards .cards__title {
		padding: 0 10px;
	}

	.releases__block .block__list {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.news__heading .heading__featured .featured__list {

	}

	.news__heading .heading__featured .featured__list .list__item {
		min-height: 150px;
	}

	.news__heading .heading__featured .featured__list .list__item .item__content {
		padding: 15px;
	}

	.news__heading .heading__featured .featured__list .list__item .item__content .content__title {
		font-size: 16px;
	}

	.news__block .block__list {
		grid-template-columns: 1fr;
	}

	.blog__featured__first .block__content {
		padding: 40px 15px;
	}

	.blog__featured__first .block__content .content__title {
		font-size: 20px;
	}

	.blog__featured__first .block__content .content__description {
		font-size: 14px;
	}

	.blog__featured__second .block__list .list__item .item__content .content__title {
		font-size: 16px;
	}

	.blog__block .block__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
	}

	.blog__block .block__header .header__btn {
		margin-left: 0;
	}

}

/* ELEMENTOR FULL WIDTH FIX */

/*body:not(.home) .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}*/

.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0 !important;
}

@media (max-width: 768px) {

	.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-left: 0;
		padding-right: 0;
	}

}

@media (min-width: 768px) {
	
	.elementor-column-gap-default > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
		padding-left: 0;
	}

	.elementor-column-gap-default > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
		padding-right: 0;
	}
}

/* ELEMENTOR FULL WIDTH FIX */

/* SETTING VALUE FIX ELEMENTOR SPACER */

.elementor-widget.elementor-widget-spacer .elementor-spacer {
	padding-top: 50px;
}

/* SETTING VALUE FIX ELEMENTOR SPACER */