/*!
Theme Name: icl-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icl-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icl-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: "Poppins", sans-serif;
}

@font-face {
	font-family: "bree", sans-serif;
}

.ff-primary {
	font-family: "Poppins", sans-serif;
}

:root {
	--gray: #EFEEEE;
	--primary: #034BB1;
	--secondary: #005EE2;
	--dark: #212121;
	--white: #fff;
	--warning: #FBCA3D;
}


body {
	font-family: "Poppins", sans-serif;
	background: #fff;
	color: #212121;
	font-size: 16px;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section--gray {
	background-color: var(--gray);
}

.container,
.container-fluid {
	width: 100%;
	max-width: 1920px;
}

.container {
	padding-left: 3vw;
	padding-right: 3vw;
}

.container-fluid {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}

@media (min-width: 1800px) {
	body {
		font-size: 18px;
	}

	.container {
		padding-left: 8.333vw;
		padding-right: 8.333vw;
	}

	.container-fluid {
		padding-left: 4.16vw;
		padding-right: 4.16vw;
	}
}

h1,
.h1 {
	font-family: "bree", sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: clamp(2.5rem, 2.133rem + 1.8349vw, 5rem);
	line-height: 1.25;
	margin-top: 0;
}

h2,
.h2 {
	font-family: "bree", sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: clamp(1.5625rem, 1.4065rem + 0.7798vw, 2.625rem);
}

h3,
.h3 {
	font-family: "bree", sans-serif;
	font-size: 24px;
	font-weight: 700;
}

h4,
.h4 {
	font-size: 1em;
	font-weight: normal;
}

h5,
.h5 {
	font-size: 14px;
	font-weight: 400;
}
img {height: auto;}
.text-primary {
	color: var(--primary) !important;
}

.rounded-20 {
	border-radius: 20px !important;
}

.list-dots {}

.list-dots ul {
	list-style: none;
	padding: 0;
}

.list-dots ul li {
	margin-bottom: 4px;
	position: relative;
	list-style: none;
	padding-left: 12px;
}

.list-dots ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: var(--primary);
}

.link {
	color: var(--primary);
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.btn {
	padding: 16px 36px;
	text-align: center;
	border-radius: 100px;
	font-weight: normal;
	text-decoration: none;
	min-width: 180px;
}

.btn-secondary {
	background: var(--warning);
	color: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
	background: #FFDB75;
	color: #000000;
}

.btn-primary {
	background: var(--primary);
	color: #fff;
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
	background: var(--secondary);
	color: #fff;
}

.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus:active {
	background: transparent;
	color: var(--secondary);
	border-color: var(--secondary);
}

.btn-light {
	background: #fff;
	color: var(--primary);
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light:focus:active {
	background: var(--primary);
	color: #fff;
}

.btn-gray {
	background: var(--gray);
	color: var(--primary);
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:focus:active {
	background: var(--primary);
	color: #fff;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.wpcf7-form-control-wrap {
	display: block;
}

.form-control {
	border: none;
	border-radius: 0;
	padding: 0 20px 4px 0;
	border-bottom: 1px solid rgba(3, 75, 177, .3);
	outline: none;
	box-shadow: none;
	margin-bottom: 2rem;
}

.form-select {
	border: none;
	border-radius: 0;
	padding: 0 20px 4px 0;
	border-bottom: 1px solid rgba(3, 75, 177, .3);
	outline: none;
	box-shadow: none;
	background-position: right 0 center;
	background-size: 10px auto;
	margin-bottom: 2rem;
}
.country-select {
	margin-bottom: 2rem;
	width: 100%;
}
.form-control:focus,
.form-select:focus {
	border-color: rgba(3, 75, 177, 1);
	box-shadow: none;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	right: 0;
	font-size: 80%;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem auto;
	text-align: center;
	font-size: 1rem;
}

/* custom start */

.swiper-button {
	border-radius: 100%;
	color: var(--white);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
}

.swiper-button:hover {
	background: var(--secondary);
}

.swiper-button:after {
	font-size: 14px;
}

/* custom end */


/* header start */

.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
}

.header.sticky {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 116px;
	height: auto;
	transition: .3s;
}

.navbar {
	padding: 0;
	margin: 0;
}

.navbar-expand-xl .navbar-nav .nav-link {
	color: #212121;
	padding: 0;
}

.navbar-nav .dropdown-toggle::after {
	margin: -2px 0 0 5px;
	vertical-align: middle;
	border-top: 0;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 1px;
	border-left: 0;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	transform-origin: center;
}

.navbar-nav>.nav-item>a.nav-link.active {
	border-bottom: 2px solid #034BB1;
}

.navbar-nav .nav-link:focus,
.nav-link:hover,
.navbar-nav>.nav-item:hover>.nav-link,
.nav-link:focus,
.nav-link:hover,
.dropdown-toggle.show {
	color: var(--primary);
	text-decoration: none;
}

.nav-link:hover::after,
.dropdown-toggle.show::after {
	border-right-color: var(--primary);
	border-bottom-color: var(--primary);
	transform: rotate(-135deg);
	margin-top: 4px;
}


.navbar .dropdown-menu[data-bs-popper] {
	/* margin-top: 1px; */
}

.navbar .dropdown-item {
	padding: 7px 0;
	color: #000;
	font-size: 1em;
}
.dropdown-item.active, .dropdown-item:active,
.navbar .dropdown-item:hover {
	color: #4D56ED;
	background: transparent;
}


@media all and (min-width: 1200px) {

	.wrapper {
		padding-top: 108px;
	}

	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .nav-link {}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}

	.navbar-nav>.nav-item>.nav-link {
		min-height: 108px;
		display: flex;
		align-items: center;
		transition: .3s;
	}

	.nav-item+.nav-item {
		margin-left: 25px;
	}

	.navbar .dropdown-menu {
		top: 108px !important;
		margin-top: 0 !important;
		background: #FFFFFF;
		border-radius: 0 0 20px 20px;
		border: 0;
		padding: 24px;
		left: -12px;
	}

	.header.sticky .navbar-nav>.nav-item>.nav-link {
		min-height: 74px;
	}

	.header.sticky .navbar-nav>.nav-item>.nav-link {
		min-height: 74px;
	}

	.header.sticky .navbar .dropdown-menu {
		top: 74px !important;
	}

	.header.sticky .logo img {
		width: 74px;
	}

	.dropdown-menu.dropdown-menu__sub {
		padding: 0;
	}

	.dropdown-menu__sub .nav,
	.dropdown-menu__sub .tab-pane ul {
		padding: 60px;
	}

	.dropdown-menu__sub .nav {
		width: 328px;
		border-radius: 0 0 0 20px;
	}

	.dropdown-menu__sub .tab-content {
		flex: 1;
	}

	.dropdown-menu__sub .tab-pane {
		height: 100%;
	}

	.dropdown-menu__sub .nav-link {
		text-align: left;
		margin: 0 0 22px 0;
		display: flex;
		align-items: center;
		color: #000;
	}

	.dropdown-menu__sub .nav-link:last-child {
		margin-bottom: 0;
	}

	.dropdown-menu__sub .nav-link .icon {
		margin-left: auto;
		width: 8px;
		height: 8px;
	}

	.dropdown-menu__sub .nav-link:hover,
	.dropdown-menu__sub .nav-link.active {
		color: var(--primary);
		font-weight: 700;
		background: transparent;
	}

	.dropdown-menu__sub .tab-pane ul {
		background: var(--gray);
		margin: 0;
		list-style: none;
		border-radius: 0 0 20px 0;
		width: 428px;
	}

	.dropdown-menu__sub .tab-pane ul li {
		margin: 0 0 10px 0;
		list-style: none;
		padding: 0;
	}

	.dropdown-menu__sub .tab-pane ul li a {
		color: #212121;
		text-decoration: none;
	}

	.dropdown-menu__sub .tab-pane ul li a:hover {
		color: var(--primary);
	}

	.dropdown-menu__sub .tab-content>.tab-pane.active {
		display: block;
		opacity: 1;
	}

}

@media all and (min-width: 1200px) and (max-width: 1400px) {
	.dropdown-menu__sub .nav {
		width: 248px;
		padding: 24px;
	}

	.dropdown-menu__sub .tab-pane ul {
		width: 348px;
		padding: 24px;
	}
}

.js--open-search {
	border-radius: 100%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: #fff;
	border: none;
	font-size: 20px;
	position: relative;
}

.js--open-search:hover {
	background: var(--secondary);
	color: #fff;
}

.js--open-search.active {
	color: var(--primary);
	background: transparent;
}

.js--open-search svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.js--open-search svg:nth-child(3) {
	display: none;
}

.js--open-search:not(.active) svg:nth-child(2) {
	display: none;
}

.js--open-search.active svg:nth-child(1) {
	display: none;
}

.header-center {
	margin: 0 32px;
	display: flex;
	align-items: center;
	position: relative;
	flex: 1;
	justify-content: space-between;
}

.header-search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
}

.header-center.active .header-search {
	opacity: 1;
	pointer-events: auto;
	display: flex;
}

.header-center.active>*:not(.header-search) {
	opacity: 0;
	pointer-events: none;
}

.header-search h3,
.header-search .h3 {
	font-family: "Poppins", sans-serif;
}

.search-form {
	position: relative;
	width: 100%;
}

.search-form__send {
	z-index: 1;
	position: absolute;
	width: 37px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	border-radius: 0;
	color: #363940;
	opacity: 0.3;
}

.search-form__send:hover,
.search-form__send:active,
.search-form__send:focus,
.search-form__send:active:focus {
	color: #363940;
	opacity: 1;
}

.search-form__field {
	height: 57px;
	line-height: 57px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #C8D0DC;
	color: #000;
	padding: 0 0 0 37px;
	outline: none;
	box-shadow: none;
}

.search-form__field:active,
.search-form__field:focus,
.search-form__field:active:focus {
	border-color: #000;
	outline: none;
	box-shadow: none;
}

.search-form__field::-webkit-input-placeholder {
	color: #363940;
	opacity: .3;
}

.search-form__field::-moz-placeholder {
	color: #363940;
	opacity: .3;
}

.search-form__field:-moz-placeholder {
	color: #363940;
	opacity: .3;
}

.search-form__field:-ms-input-placeholder {
	color: #363940;
	opacity: .3;
}

.search-form__help {
	padding: 32px 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.search-form__help:before {
	content: '';
	position: absolute;
	top: 0;
	left: -50000px;
	right: -50000px;
	background: #fff;
	bottom: 0;
	z-index: -1;
}

.search-form__help .h3 {
	color: var(--primary);
	margin-bottom: 0;
}

.search-form__help__item {
	color: #212121;
	text-decoration: none;
	margin-top: 12px;
	display: block;
}

.search-form__help__item:hover {
	opacity: 0.7;
	text-decoration: none;
}

.tel {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	color: var(--dark);
	text-decoration: none;
	line-height: 1;
}

.tel .icon {
	fill: #034BB1;
	margin-right: 8px;
}

.tel:hover {
	color: var(--primary);
}

.header-box {
	margin: 0 32px;
	background: var(--warning);
	border-radius: 10px;
	padding: 8px 12px;
	text-align: center;
}

.header-box__title {
	margin-bottom: 4px;
	font-size: calc(1em - 2px);
	font-family: "bree", sans-serif;
}

.header-box__title span {
	color: var(--primary);
}

.header-box .btn {
	font-size: 14px;
	padding: 5px 12px;
}

.header.sticky .header-box {
	font-size: 0.9em;
	padding: 4px 8px;
}

.header.sticky .btn {
	font-size: 12px;
}

.search-formSearch {
	background-color: #dedede;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
}

.search-formSearch label {
	display: block;
}

.search-form-row {
	display: flex;
}

.search-formSearch .s {
	min-width: 20px;
	flex-basis: auto;
	flex-grow: 1;
	border: none;
	font-family: "Roboto", sans-serif;
	padding: 10px;
}

.search .custom-nav-links {
	display: flex;
	column-gap: 50px;
}

.search article {
	border: 2px solid #212121;
	padding: 25px;
	margin-bottom: 100px;
	border-radius: 20px;
}

@media (min-width: 530px) {
	.search-formSearch .s {
		font-size: 1.4rem;
	}
}

.search-submit {
	color: #fff;
	border: none;
	border-radius: 4px;
	outline: none;
	background-color: #0D3B66;
	font-family: "Roboto", sans-serif;
	padding: 0 20px;
	margin-left: 10px;
}

.note-limit-message {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out;
	color: #c32929;
	font-weight: bold;
}

.note-limit-message.active {
	visibility: visible;
	opacity: 1;
}

/* header end */



@media (max-width: 1199px) {

	.navbar-toggler,
	.navbar-toggler.collapsed {
		width: 28px;
		height: 28px;
		border: none;
		padding: 0;
		font-size: 28px;
		border-radius: 0;
		position: relative;
		box-shadow: none;
		color: var(--primary);
	}

	.navbar-toggler:hover {
		color: var(--secondary);
	}

	.navbar-toggler svg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.navbar-toggler:not(.collapsed) svg:nth-child(1) {
		display: none;
	}

	.navbar-toggler.collapsed svg:nth-child(2) {
		display: none;
	}

}


/* footer start */

.footer {
	border-top: 1px solid rgba(3, 75, 177, 0.30);
	padding-top: 68px;
	padding-bottom: 26px;
}

.footer .logo {
	display: inline-block;
	width: 96px;
}

.footer .logo img {
	max-width: 100%;
	width: 100%;
}

.form-subscribe {}

.form-subscribe .form-control {
	border: none;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding: 0 0 7px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	color: #212121;
}

.form-subscribe .form-control:active,
.form-subscribe .form-control:focus,
.form-subscribe .form-control:focus:active {
	box-shadow: none;
	outline: none;
	border-color: #212121;
}
.modal .form-control, .modal .form-select {
    color: var(--primary);
}
.modal .form-control::-webkit-input-placeholder {color: var(--primary);}
.modal .form-control::-moz-placeholder          {color: var(--primary);}
.modal .form-control:-moz-placeholder           {color: var(--primary);}
.modal .form-control:-ms-input-placeholder      {color: var(--primary);}

.modal .form-select::-webkit-input-placeholder {color: var(--primary);}
.modal .form-select::-moz-placeholder          {color: var(--primary);}
.modal .form-select:-moz-placeholder           {color: var(--primary);}
.modal .form-select:-ms-input-placeholder      {color: var(--primary);}
.modal label {
	color: var(--primary);
	font-size: 1rem;
	padding-right: 0.5rem;
}

.modalTitle {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700 !important;
    background-color: var(--primary);
}
.modalTitle p{margin: 0;}
.form-subscribe .form-control::-webkit-input-placeholder {
	color: #212121;
	opacity: .5;
}

.form-subscribe .form-control::-moz-placeholder {
	color: #212121;
	opacity: .5;
}

.form-subscribe .form-control:-moz-placeholder {
	color: #212121;
	opacity: .5;
}

.form-subscribe .form-control:-ms-input-placeholder {
	color: #212121;
	opacity: .5;
}

.footer-link {
	text-decoration: none;
	color: #212121;
	opacity: 0.5;
	margin: 0 10px;
	font-size: 0.9rem;
}
a.footer-link:hover {
	color: var(--primary);
	opacity: 1;
}

.footer-contact {
	display: inline-flex;
	align-items: flex-end;
}
.footer-contact p{margin: 0;}
.footer-contact .sep {
	display: inline-block;
	margin: 0 16px;
	opacity: 0.3;
	color: var(--primary);
}

.footer-tel {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--primary);
	font-weight: 700;
	white-space: nowrap;
}

.footer-tel .icon {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: -1px;
}

.footer-tel:hover {
	color: var(--secondary);
}

.social-link {
	color: var(--primary);
	text-decoration: none;
	font-size: 20px;
}

.social-link:hover {
	color: var(--secondary);
}

.footer-menu {
	display: flex;
}

.footer-menu>ul {
	list-style: none;
	padding: 0;
	margin: 0 3rem 0 0;
}

.footer-menu>ul:last-child {
	margin-right: 0;
}

.footer-menu>ul>li {
	margin: 0 0 8px 0;
	padding: 0;
}

.footer-menu>ul>li>a {
	text-decoration: none;
	color: #212121;
	font-size: 90%;
}

.footer-menu>ul>li>a:hover {
	color: var(--primary);
}

.footer-menu>ul>li>ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

.footer-menu>ul>li>ul li {
	margin: 0;
	padding: 0;
}

.footer-menu>ul>li>ul li a {
	text-decoration: none;
	color: #212121;
	font-size: calc(1em - 2px);
	opacity: 0.7;
}

.footer-menu>ul>li>ul li a:hover {
	color: var(--primary);
}



/* footer end */



@media (max-width: 1799px) {

	.wrapper {
		padding-top: 74px;
	}

	.section {
		padding: 68px 0;
	}

	.logo img {
		width: 80px;
	}

	.header-box,
	.header.sticky .header-box {
		font-size: 0.9em;
		padding: 4px 6px;
	}

	.navbar-nav>.nav-item>.nav-link {
		min-height: 74px;
	}

	.navbar-nav>.nav-item>.nav-link {
		min-height: 74px;
	}

	.navbar .dropdown-menu {
		top: 74px !important;
	}

	.header-box .btn,
	.header.sticky .header-box .btn {
		font-size: 13px;
		padding: 5px 12px;
	}

	.header.sticky .logo img {
		width: 80px;
	}

}




/* modal start */

.modal-content {
	border: none;
}

.modal .btn-close {
	font-size: 20px;
	background: transparent;
	opacity: 1;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 0;
	color: #034BB1;
}

.modal .btn-close:hover {
	opacity: 0.8;
}

.modalLanguage .modal-dialog {
	margin: 0 auto;
	max-width: 1259px;
	width: 100%;
	border-radius: 10px;
	padding: 24px;
}

.modalLanguage#LanguageModal2 .modal-dialog {
	max-width: 1822px;
}

.modalLanguage__header {
	color: #fff;
	background: #034BB1;
	padding: 56px 24px;
	text-align: center;
	border-radius: 10px;
	position: relative;
}

.modalLanguage__header .btn-close {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #fff;
	opacity: 1;
}

.modalLanguage__header .btn-close:before,
.modalLanguage__header .btn-close:after {
	display: none;
}
.modal .btn[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.language-form {
	padding: 80px 0;
	width: 1060px;
	max-width: 100%;
	margin: 0 auto;
}

.language-form .form-control {
	color: #034BB1;
	display: block;
	padding: 10px 0 10px 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid rgba(2, 75, 177, .3);
	background: transparent;
}

.language-form .form-control::-webkit-input-placeholder {
	color: #034BB1;
}

.language-form .form-control::-moz-placeholder {
	color: #034BB1;
}

.language-form .form-control:-moz-placeholder {
	color: #034BB1;
}

.language-form .form-control:-ms-input-placeholder {
	color: #034BB1;
}

.language-form .form-control:active,
.language-form .form-control:focus,
.language-form .form-control:focus:active {
	border-color: rgba(2, 75, 177, 1);
}

.modalLanguage__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.bring {
	color: inherit;
	font-size: 0.85em;
	font-family: "bree", sans-serif;
	padding: 12px 76px 12px 20px;
	border-radius: 10px;
	background: var(--warning);
	font-weight: 700;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font-style: italic;
	text-align: left;
}

.bring:before {
	content: '';
	position: absolute;
	top: 0;
	right: -29px;
	bottom: 0;
	background: var(--primary);
	pointer-events: none;
	width: 90px;
	transform: skewX(-20deg);
}

.bring span {
	color: var(--primary);
}


/* modal end */




ul.dynamic-search {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 0 0 10px 10px;
}

.dynamic-search li {
	padding-left: 37px;
}

.dynamic-search li:first-child {
	margin-top: 25px;
}

.dynamic-search li:last-child {
	margin-bottom: 25px;
}

.dynamic-search li a, 
.dynamic-search li p {
	color: rgba(33, 37, 41, .5);
	text-decoration: none;
	font-weight: 400;
	line-height: 27px;
	font-size: 18px;
}

.close-department-form {
	display: block;
	margin-left: auto;
	background: none;
	border: none;
}

@media (max-width: 1420px) {

	.nav-item+.nav-item {
		margin-left: 15px;
	}

	.tel {
		font-size: 0;
	}

	.tel .icon {
		margin: 0;
		width: 20px;
		height: 20px;
	}

}

@media (max-width: 1199px) {

	.container,
	.container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}

	/*.footer-link {
		display: block;
		margin: 0 0 5px 0;
	}*/

	

	.header-content {
		min-height: 74px;

	}

	.header-search {
		top: 74px;
	}

	.header-center {
		position: static;
	}

	.header-search {
		background: #fff;
		top: 74px;
		left: 50%;
		transform: translateX(-50%);
		height: calc(100vh - 74px);
		width: 100vw;
		margin: 0;
		padding: 12px 24px;
		bottom: auto;
		right: auto;
	}

	.header-center.active .header-search {
		display: block;
	}

	.search-form__field {
		height: auto;
		line-height: initial;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.navbar-collapse.collapse:not(.show) {
		/*display: none;*/
		display: flex !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: .1s linear;
	}

	.navbar-collapse {
		position: fixed;
		top: 74px;
		left: 0;
		right: 0;
		height: calc(100% - 60px);
		background: #fff;
		overflow: auto;
		padding: 24px 24px 124px 24px;

		display: flex;
		flex-direction: column;
		justify-content: normal;
		flex: none;

		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition: .1s linear;
	}

	.navbar-nav>.nav-item>.nav-link {
		min-height: auto;
		font-size: 20px;
	}

	.navbar-nav>.nav-item>a.nav-link.active {
		border: none;
	}

	.nav-item {
		margin-bottom: 20px;
	}

	.nav-item+.nav-item {
		margin-left: 0;
	}

	.dropdown-menu {
		border: none;
		border-radius: 0;
		padding: 0;
	}

	.dropdown-menu .nav-link {
		font-size: 16px;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		margin-bottom: 15px;
		text-align: inherit;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		background: none;
	}

	.dropdown-menu .nav-link .icon {
		width: 12px;
		height: 12px;
	}

	.dropdown-menu .tab-content ul {
		padding: 0 24px;
		margin: 0;
		list-style: none;
	}

	.dropdown-menu .tab-content ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
	}

	.dropdown-menu .tab-content ul li+li {
		margin-top: 8px;
	}

	.dropdown-menu .tab-content a {
		font-size: 16px;
		color: #121212;
		text-decoration: none;
		display: inline-block;
	}

	.dropdown-menu .nav-pills .nav-link.active,
	.dropdown-menu .nav-pills .show>.nav-link {
		background: #EFEEEE;
		padding: 12px;
	}

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

	.tel {
		font-size: 20px;
		margin-top: 16px;
	}

	.tel .icon {
		margin-right: 6px;
	}

	.navbar-collapse {
		display: flex;
		flex-direction: column;
	}

	.navbar-nav {
		width: 100%;
	}

	.js--open-search {
		margin-left: auto;
		margin-right: 16px;
	}

	.js--open-search svg:nth-child(2) {
		display: none;
	}

	.js--open-search:not(.active) svg:nth-child(3) {
		display: none;
	}

	.js--open-search.active svg:nth-child(1) {
		display: none;
	}

	.js--open-search.active svg:nth-child(3) {
		display: block;
	}



}

@media (max-width: 767.98px) {
	.modalLanguage__top {margin: 5px 0!important;}
	.language-form {
		padding: 24px 0;
	}

	.navbar-collapse {
		top: 60px;
		height: calc(100vh - 60px);
		padding-bottom: 50px;
	}

	.header-search {
		top: 60px;
		height: calc(100vh - 60px);
	}

	body {
		font-size: 14px;
	}

	.section {
		padding: 56px 0;
	}

	.footer {
		padding-top: 50px;
	}

	.footer-tel .icon {
		width: 16px;
		height: 16px;
	}

	.footer-contact .sep {
		margin: 0 4px;
	}

	.social-link {
		font-size: 18px;
	}

	/*.footer-link {
		font-size: 12px;
	}*/

	.footer .logo {
		width: 64px;
	}

	.footer-menu>ul>li>a {
		font-size: 16px;
	}

	/*.footer-menu {
		display: block;
	}*/

	/*.footer-menu+.footer-menu {
		margin-top: 20px;
	}*/

	h3,
	.h3 {
		font-size: 18px;
	}



	.swiper-button {
		width: 36px;
		height: 36px;
	}

	.btn {
		padding: 8px 32px;
	}

	

	.wrapper {
		padding-top: 60px;
	}

	.header-content {
		min-height: 60px;
	}

	.logo img,
	.header.sticky .logo img {
		width: 60px;
	}

	.js--open-search {
		width: 36px;
		height: 36px;
	}

	.js--open-search svg:nth-child(2) {
		display: none !important;
	}

	.modalLanguage .modal-content,
	.modalLanguage .modal-body {
		padding: 0;
		margin: 0;

	}

	.modal .btn-close {
		width: 28px;
		height: 28px;
		font-size: 28px;
	}

	.modalLanguage .modal-dialog {
		background: #fff;
		border-radius: 0;
		padding: 0 24px;
	}

	.modal label {
		margin-bottom: 1rem;
	}

	.rounded-20 {
		border-radius: 10px !important;
	}

	.bring {
		padding: 10px;
		margin: 10px;
		line-height: 1;
		max-width: 145px;
	}

	.bring:before {
		width: 50px;
	}

}

.error-404.not-found {
	padding-bottom: 100px;
}

.error-404 .not-title {
	font-size: 62px;
	margin: 50px 0 15px 0;
}

.error-404 .not-block {
	margin-top: 50px;
	max-width: 900px;
}

.error-404 .not-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 35px;

}

.error-404 .not-links {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

.wp-block-image.alignfull {
	margin-bottom: 0;
}
@media (max-width: 576px) {
	.footer-menu {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
