:root {
  --bs-main: #1274A5;
  --bs-main-filter: brightness(0) saturate(100%) invert(34%) sepia(64%) saturate(975%) hue-rotate(164deg) brightness(95%) contrast(90%);
  --bs-hover: #11557A;
  --bs-hover-filter: brightness(0) saturate(100%) invert(25%) sepia(71%) saturate(919%) hue-rotate(166deg) brightness(88%) contrast(91%);;
  --bs-gray: #777;
  --bs-light-gray: #ddd;
  --bs-white: #FFF;
  --white-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(543%) hue-rotate(359deg) brightness(113%) contrast(100%);
  --bs-gray-back: #f9f9f9;
  --bs-font-color: #222;
}
* { margin: 0; padding: 0; }
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*,
::after,
::before {
    box-sizing: inherit
}
body {
   font-family: 'Inter', sans-serif;
   color: var(--bs-font-color);
}
h1 {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
}
h2 {
	font-size: 34px;
	line-height: 1.2;
	font-weight:700; 
	margin-bottom:10px; 
	margin-top: 10px;
}
h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight:700; 
	margin-bottom:10px; 
	margin-top: 20px;
}
h4 {
	font-size: 24px;
	line-height: 1.2;
	font-weight:700; 
	margin-bottom:10px; 
	margin-top: 20px; 
}
h5 {
	font-size: 21px;
	line-height: 1.2;
	font-weight:700; 
	margin-bottom:8px; 
	margin-top: 40px; 
}
h6 {
	font-size: 19px;
	line-height: 1.2;
	font-weight:700; 
	margin-bottom:8px; 
	margin-top: 10px; 
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 27px;
}
.info-page a {
	color:var(--bs-main);
}
.info-page a:hover {
	color:var(--bs-hover);
}
.page-textpage .container-read ul, 
.page-textpage .container-read ol,
.page-service-text ul,
.blog-article .container-read ul,
.blog-article .container-read ol {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 40px;
}
.page-textpage .container-read li,
.page-service-text li,
.blog-article .container-read li {
	margin-bottom: 5px;
}
@media all and (max-width: 992px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}
	h4 {
		font-size: 21px;
	}
	p,
	.page-service-text p{
		font-size: 16px !important;
		margin-bottom: 24px !important;
	}
	.page-textpage .container-read ul, 
	.page-textpage .container-read ol,
	.page-service-text ul,
	.blog-article .container-read ul,
	.blog-article .container-read ol	{
		margin-bottom: 24px;
		font-size: 16px;
		margin-left: 15px;
	}
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}
}
.container-fluid {
   width:100%;
   margin-right: auto;
   margin-left: auto;
   padding-left: 10px;
   padding-right: 10px;
}
.container-classic {
   width:1140px;
   margin-right: auto;
   margin-left: auto;
}
.container-read {
   width:730px;
   margin-right: auto;
   margin-left: auto;
}
@media all and (max-width: 1200px) {
	.container-classic,
	.container-read {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
}
.my-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.my-row-thin {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.mycol-2-thin {
   position: relative;
   width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}
.mycol-3 {
   position: relative;
   width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.mycol-4 {
	position: relative;
	width: 33.3333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.mycol-6 {
   position: relative;
   width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.mycol-8 {
   position: relative;
   width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
}
@media all and (max-width: 992px) {
	.my-row-thin-mob {
		margin-left: -5px;
		margin-right: -5px;
	}
	.mycol-lg-12 {
	   width: 100%;
	}
	.mycol-lg-6-thin {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mycol-lg-4-thin {
		width: 33.3333333%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mycol-lg-3-thin {
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media all and (max-width: 767px) {
	.mycol-sm-12 {
	   width: 100%;
	}
	.my-row-thin-mob-mini {
		margin-left: -5px;
		margin-right: -5px;
	}
	.mycol-sm-6-thin {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.mycol-sm-12-thin {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}
.big-button {
	display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bs-main);
	border: 1px solid var(--bs-main);
    font-size: 15px;
    color: var(--bs-white);
    text-decoration: none;
	border-radius:3px;
}
.big-button-light {
	display: block;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--bs-white);
    font-size: 15px;
    color: var(--bs-main);
	border: 1px solid var(--bs-main);
    text-decoration: none;
	border-radius:3px;
}
.big-button:hover,
.big-button-light:hover {
	background: var(--bs-hover);
	color: var(--bs-white);
	border: 1px solid var(--bs-hover);
}
.dropdown-menu {
  position: absolute;
  display: none;
  min-width: 10rem;
  background:#fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open > .dropdown-menu {
  display: block;
}
/* HOME */

/* Header */
header {
	margin-top: 15px;
	margin-bottom: 15px;
}
header .container-classic {
	display:flex;
	justify-content: space-between;
}
.header-left,
.header-right {
	display:flex;
	align-items:center;
}
@media all and (max-width: 767px) {
	header {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.logo {
	margin-right: 30px;
}
.top-menu nav > ul {
	display: flex;
    align-items: center;
}
.top-menu li {
	list-style: none;
}
.top-menu a {
	color: var(--bs-font-color);
	text-decoration: none;
}
.top-menu a:hover {
	color: var(--bs-hover);
}
.top-menu nav > ul > li > a {
	margin-right: 15px;
	font-size: 16px;	
}
.top-menu nav > ul > li {
	position: relative;
}
.top-menu .separator {
	margin-right: 15px;
	cursor: pointer;
}
.top-menu .separator:after {
    font-family: 'FontAwesome'!important;
    margin-left: 5px;
    content: "\f107";
    color: var(--bs-font-color);
    font-weight: 400;
}
.top-menu nav > ul > li > ul {
	opacity:0;
	visibility:hidden;
	width: max-content;
    transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s, 0.05s;
    position: absolute;
    top: 30px;
    background: #fff;    
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);	
}
.top-menu .parent:hover ul {
	opacity:1;
	visibility:visible;
}
.top-menu nav > ul > li > ul > li > a {
	line-height: 30px;
}
.header-phone-button {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	border-radius: 3px;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
}
.header-phone-button:hover {

}
.header-phone-button span img {
	position: relative;
	top: 2px;
}
header .multi-number-wrapper {
	top: 32px;
	left: inherit;
	right: 0;
}
.header-right .phone-group:first-child {
	margin-right: 16px;
}
.mod-languages ul {
	display: flex;
	list-style: none;
	margin-left: 20px;
}
.mod-languages a {
	color: var(--bs-font-color);
	text-decoration: none;
	margin-left: 10px;
	font-size: 14px;
}
.mod-languages a:hover {
	color: var(--bs-main);
}
.mod-languages .lang-active a {
	background: var(--bs-main);
	color: var(--bs-white);
	border-radius: 3px;
	padding: 7px 6px;
}
@media all and (max-width: 992px) {
	.header-phone-button {
		padding: 0;
	}
	.mob-menu-closed .header-phone-button span img {
		filter: var(--white-filter);
	}
}
/* END Header */

/* Top Banner */
.top-banner {
	height: 500px;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    display: flex;
    align-items:center;
}
.tb-data {
	width: 630px;
}
.ban-tit {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-white);
    text-align: left;
    margin-bottom: 0;
}
.tb-desc {
	color: var(--bs-white);
    font-size: 20px;
    margin-top: 10px;
}
.top-banner .tb-buttons {
	margin-top: 50px;
}
.tb-buttons {
	display: flex;
}
.tb-buttons .big-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	width: 275px;
}
.tb-buttons .big-button:last-child {
	margin-right: 0;
}
.tb-buttons img {
	filter: var(--white-filter);
	margin-right: 5px;
}
.whatsapp-button {
	background: #18be57;
	border: 1px solid #18be57;
}
.whatsapp-button:hover {
	background: #10aa4a;
	border: 1px solid #10aa4a;
}
.viber-button {
	background: #7057EF;
	border: 1px solid #7057EF;
}
.viber-button:hover {
	background: #5f47d9;
	border: 1px solid #5f47d9;
}
@media all and (max-width: 992px) {
	.tb-data {
		width: 100%;
	}
	.top-banner {
		height: 350px;
	}
	.ban-tit {
		font-size: 26px;
	}
	.tb-desc {
		font-size: 16px;
		margin-top: 10px;
	}
}
@media all and (max-width: 767px) {
	.top-banner {
		height: auto;
		padding: 30px 0;
	}
	.ban-tit {
		font-size: 22px;
	}
	.tb-desc {
		font-size: 15px;
	}
	.tb-buttons {
		margin-top: 30px;
		display: block;
	}
	.tb-buttons .big-button {
		width: 100%;
		margin-bottom: 8px;
	}
	.tb-buttons .big-button:last-child {
		margin-bottom: 0;
	}
}

/* END Top Banner */
.modulehome-title {
	text-align:center;
	margin-top: 75px;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight:700;
}
.mt-first {
	margin-top: 50px;
}
@media all and (max-width: 992px) {
	.modulehome-title {
		font-size: 28px;
	}
}
@media all and (max-width: 767px) {
	.modulehome-title {
		margin-top: 50px;
		margin-bottom: 15px;
	}
	.mt-first {
		margin-top: 30px;
	}
}

.services-dot {
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
	color: var(--bs-font-color);
}
.service-img {
	display: block;
    position: relative;
    overflow: hidden;
    height: 330px;
}
.service-img img {
	moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-dot:hover img {
	transform: scale(1.025);
}
.service-title {
	margin-top: 5px;
	font-weight:500;
	font-size: 20px;
}
.service-title:hover,
.services-dot:hover .service-title {
	color: var(--bs-hover);
}
@media all and (max-width: 1200px){
	.service-img {
		height: 250px;
	}
}
@media all and (max-width: 992px){
	.services-dot {
		margin-bottom: 15px;
	}
	.service-img {
		height: 180px;
	}
	.service-title {
		font-size: 16px;
	}
}
@media all and (max-width: 767px){
	.service-img {
		height: 130px;
	}
	.ser-first-long:first-child .service-img {
		height: 200px;
	}
	.service-title {
		font-size: 16px;
	}
	.ser-first-long:first-child {
		width: 100%;
	}
}
.highlights-wrapper {
	background: var(--bs-gray-back);
	padding: 30px 0;
	margin-top: 75px;
}
.md-high {
	margin-top: 0;
}
.highlight-dot {
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
	color: var(--bs-font-color);
	text-align:center;
}
.highlight-dot:hover img {
	filter: var(--bs-hover-filter);
}
.highlight-dot:hover .highlight-title {
	color: var(--bs-hover);
}
.highlight-img img {
    height: 48px;
	filter: var(--bs-main-filter);
}
.highlight-title {
	margin-top: 10px;
	font-weight:500;
	font-size: 18px;
}
@media all and (max-width: 767px) {
	.highlights-wrapper {
		padding: 15px 0;
	}
	.highlight-dot {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.highlight-img img {
		height: auto;
		width: 30px;
		flex-shrink: 0;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	.highlight-title {
		margin-top: 0;
	}
}
.video-wrapper {
	margin-top: 125px;
}
.youtube-preview {
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.youtube-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.youtube-preview .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    fill: #FF0000;
    border-radius: 3px;
    pointer-events: none;
}
@media all and (max-width: 992px) {
	.video-wrapper {
		margin-top: 75px;
	}	
	.youtube-preview {
		height: 264px;
	}
}
@media all and (max-width: 767px) {
	.video-wrapper {
		margin-top: 50px;
	}	
	.youtube-preview:first-child {
		margin-bottom: 15px;
	}
	.fancybox-slide {
		padding: 16px;
	}
}
.fancybox-caption__body {
	display:none;
}
.mygal a {
	display: block;
    position: relative;
    overflow: hidden;
    height: 300px !important;
	margin-bottom: 10px;
}
.mygal a:hover img {
	transform: scale(1.02);
}
.mygal a img	{
	moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-gallery .big-button {
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}
.home-gallery li {
	list-style:none;
}
@media all and (max-width: 1450px) {
	.mygal a {
		height: 200px !important;
	}	
}
@media all and (max-width: 992px){
	.highlights-wrapper {
		margin-top: 45px;
	}
	.highlight-title {
		font-size: 16px;
	}
	.mygal a{
		height: 150px !important;
	}
}
@media all and (max-width: 767px){
	.home-gallery .mygal:last-child {
		display:none;
	}
}
.about-background {
	height: auto;
    position: relative;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	
}
.about-intro {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: var(--bs-white);
	margin-top: 50px;
}
.about-intro p {
	margin-bottom: 10px;
}
.about-rm {
	display: block;
	color: var(--bs-white);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.about-numb-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: var(--bs-white);
	
}
.about-numb-element {
	width: 50%;
	margin-bottom: 30px;
}
.about-numb-element:last-child {
	margin-bottom: 50px;
}
.about-numb {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 5px;
}
.about-numb-text {
	font-weight: 500;
	font-size: 18px;
}
.about-mini-image {
	display: block;
    position: absolute;
    overflow: hidden;
    height: 100%;
	width: 100%;
	width: calc(50% - 80px);
	left: calc(50% + 30px);
	top: 50px;
}
.about-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 1200px) {
	.about-mini-image {
		width: calc(50% - 45px);
	}
}
@media all and (max-width: 992px){
	.about-mini-image {
		display:none;
	}
}
@media all and (max-width: 767px){
	.about-intro {
		margin-top: 20px;
	}
	.about-numb-element {
		margin-bottom: 15px;
	}
	.about-numb {
		font-size: 30px;
	}
	.about-numb-text {
		font-size: 16px;
	}
}
.page-team-dot {
	margin-bottom: 30px;
}
.team-img {
	height: 255px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.team-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.team-title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 3px;	
}
.team-postion {
	font-size: 16px;
	color: var(--bs-gray);
}
.team-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media all and (max-width: 992px) {
	.team-title {
		font-size: 16px;
	}	
	.team-postion {
		font-size: 14px;	
	}
}
@media all and (max-width: 767px) {
	.team-img {
	height: 180px;
	}
}
.chess-line {
    display: flex;
    flex-wrap: wrap;
}
.cl-data {
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
}
.cl-data, .cl-image {
    width: 50%;
}
.cl-image {
	height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cl-info {
    max-width: 555px;
    margin-right: 15px;
}
.chess-line {
	margin-top: 75px;
	margin-bottom: -75px;
}
.chess-line ul {
	margin-bottom: 27px;
}
.chess-line li {
    font-size: 18px;
    margin-bottom: 12px;
    list-style: none;
    display: flex;
}
.chess-line .modulehome-title {
	margin-top: 0;
	text-align: left;
	margin-bottom: 10px;
}
.chess-line p:last-child {
	margin-bottom: 0;
}
.chess-line li:before {
    font-size: 22px;
    color: var(--bs-main);
    font-family: 'FontAwesome'!important;
    margin-right: 10px;
    content: "\f058";
}
.chess-line:nth-child(even) {
    flex-direction: row-reverse;
}
.chess-line:nth-child(even) .cl-data {
    justify-content: flex-start;
}
.chess-line:nth-child(even) .cl-info {
    margin-right: 0;
    width: 100%;
    margin-left: 30px;
    max-width: 555px;
}
.chess-line:nth-child(even) ul {
	margin-bottom:0;
}
@media all and (max-width: 1200px) {
	.chess-line li {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.chess-line p {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.cl-data {
		padding: 30px 15px;
	}
	.chess-line:nth-child(even) .cl-info {
		margin-left: 0;
	}
}
@media all and (max-width: 767px) {
	.chess-line {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.chess-line:nth-child(even) {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.chess-line .modulehome-title {
		padding: 0 15px;
	}
	.cl-data {
		width: 100%;
		padding: 0;
		
	}
	.cl-info {
		max-width: 100%;
		margin-right: 0;
		padding: 0;
	}
	.cl-mini-mob-image {
		margin-bottom: 15px;
		height: 200px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cl-text {
		padding: 0 15px;
	}
	.chess-line p:last-child {
		margin-bottom: 0 !important;
	}
}
.test-dot {
	border: 1px solid var(--bs-light-gray);
	padding: 20px;
	height: 100%;
}
.td-head {
	display: flex;
	align-items: center;
}
.test-img {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 10px;
	flex-shrink:0;
}
.test-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.test-name {
	font-weight: 500;
	font-size: 16px;
}
.test-name a {
	color: var(--bs-font-color);
}
.test-name a:hover {
	color: var(--bs-hover);
}
.test-stars svg {
	fill: var(--bs-main);
	margin-top: 5px;
}
.test-text {
	font-size: 14px;
	line-height: 1.5;
}
.test-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
}
.test-wrapper .mycol-6 {
	margin-bottom: 30px;
}
@media all and (max-width: 767px) {
	.test-dot {
		height: auto;
	}
	.test-wrapper .big-button-light {
		margin-top: 15px;
	}
	
	.test-wrapper .mycol-6 {
		margin-bottom: 0;
	}
	.test-wrapper .test-dot {
		margin-bottom: 15px;
	}
	.test-wrapper .mycol-sm-12-thin:last-child .test-dot {
		margin-bottom: 0;
	}
}
.blog-dot {
	text-decoration:none;
	color: var(--bs-font-color);
}
.blog-dot:hover .blog-title {
	color: var(--bs-hover);
}
.blog-img {
	height: 200px;
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
}
.blog-date {
	font-size: 14px;
	color: var(--bs-gray);
}
.Blog-wrapper .big-button-light {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media all and (max-width: 990px) {
	.blog-img {
		height: 170px;
	}
	.blog-title {
		font-size: 16px;
	}
}
@media all and (max-width: 767px) {
	.blog-dot {
		display:block;
		margin-bottom: 15px;
	}
	.blog-img {
		height: 130px;
	}
}
.con-prefooter {
	background: var(--bs-gray-back);
	padding: 50px 0;
	margin-top: 75px;
	margin-bottom: -75px;
}
.con-prefooter .container-classic {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.con-desc {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}
.con-header {
	margin-top: 0;
	margin-bottom: 10px;
}
.con-click {
	position: relative;
	display: flex;
	justify-content: center;
}

.con-number,
.con-email a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-font-color);
    text-decoration: none;
    cursor: pointer;
	text-align: center;
	margin-bottom: 10px;
}
.con-number:hover,
.con-email a:hover {
	color: var(--bs-hover);
}
.con-click .multi-number-wrapper {
	right: auto;
	left: 0;
	top: 25px;
}
.con-prefooter .multi-number-wrapper a:hover {
	text-decoration: underline;
}
.con-prefooter .big-button {
	margin-top: 30px;
}

@media all and (max-width: 992px) {
	.con-prefooter .tb-buttons {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.con-prefooter {
		margin-top: 50px;
		margin-bottom: -50px;
	}
	.con-email {
		word-break: break-all;
	}
	.con-prefooter .big-button {
		margin-top: 10px;
	}
}
/* Footer */
footer {
	background: #1a1a1a;
	padding: 30px 0 20px 0;
	color: var(--bs-white);
	margin-top: 75px;
	
}
footer li {
	list-style: none;
	line-height: 28px;
}
.footer-header {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer-col a {
	color: var(--bs-white);
	font-size: 16px;
	text-decoration: none;
}
.footer-col a:hover {
	text-decoration: underline;
}
.footer-col .parent {
	display:none;
}
.footer-num-wrap {
	position: relative;
}
.footer-num {
	cursor: pointer;
	position: relative;
}
.footer-num-wrap .multi-number-wrapper {
	right: auto;
	left: 0;
	top: 27px;
}
.footer-num-wrap .dropdown-menu a {
	color: var(--bs-font-color);
}
.copyInfo {
	margin-top: 30px;
	font-size: 14px;
}
.copyInfo a {
	color: var(--bs-white);
}
.CI-line {
	display: flex;
}
.copyInfo .nav {
	margin-left: 5px;
}
.myform {
    max-width: 440px;
}
.chk-label {
    width: 100%;
    display: flex;
	align-items: flex-start;
}
#chck {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.chk-text {
    font-size: 15px;
    line-height: normal;
    display: block;
    margin-bottom: 15px;
}
.chk-text a {
    color: var(--bs-main);
}
.rf_submit {
    cursor: pointer;
    background: var(--bs-main) !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: var(--bs-white);
}
.rf_submit:hover {
    background: var(--bs-hover) !important;
}
.rf_submit_disabled {
    cursor: not-allowed !important;
    user-select: none !important;
    pointer-events: none !important;
    background: #92d6cc !important;
    border: none;
    border-radius: 3px !important;
    font-family: 'Inter',sans-serif;
    font-size: 15px !important;
    color: #fff;
}
@media all and (max-width: 767px) {
	footer {
		margin-top: 50px;
	}
	.footer-col {
		margin-bottom: 30px;
	}
	.footer-header {
		margin-bottom: 7px;
	}
	footer li {
		line-height: 1.5;
		margin-bottom: 7px;
	}
	.CI-line {
		display: block;
		margin-bottom: 15px;
	}
	.copyInfo .nav {
		margin-left: 0;
	}
	.fancybox-content {
		padding: 15px !important;
		padding-top: 40px !important;
	}
}
/* END Footer*/
/* END HOME */
.breadcrumb {
	font-size: 14px;
	margin-bottom: 30px;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb a {
	color: var(--bs-font-color);
	text-decoration: none;
}
.breadcrumb a:hover {
	color: var(--bs-hover);
}
.mod-breadcrumbs__item:after {
	margin-left: 4px;
	margin-right: 4px;
	content: ">";
}
.mod-breadcrumbs__item:last-child:after {
	margin-left: 0;
	margin-right: 0;
	content: "";
}
/* SERVICES */
.page-banner {
    height: 150px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
}
.page-banner h1 {
	color: var(--bs-white);
}
.psm-header {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.page-service-menu {
	margin-bottom: 50px;
	background: var(--bs-gray-back);
	padding: 15px 20px 15px 20px;
	width: fit-content;
}
.page-service-menu li {
	list-style-type: none;
    margin-bottom: 5px;
}
.page-service-menu li:before {
    content: "•";
    margin-right: 5px;
}
.page-service-menu a {
	text-decoration:none;
	color: var(--bs-font-color);
}
.page-service-menu a:hover {
	color: var(--bs-hover);
}
.page-service-line {
	margin-bottom: 23px;
}
.page-service-img img {
	max-width: 100%;
	margin-bottom: 10px;
}
.page-service-text p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 27px;
}

@media all and (max-width: 992px) {
		.page-banner {
			height: 100px;
		}
}
/* END SERVICES */

/* HIGHLIGHTS */
.pgh-header {

}
.pgh-header {
	margin-bottom: 10px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.pgh-header h4 {
	margin-top: 0;
	margin-bottom: 0;

}
.page-highlights-img {
	flex-shrink:0;
}
.page-highlights-img img {
	height: 40px;
    filter: var(--bs-main-filter);
	margin-right: 15px;
}
@media all and (max-width: 767px) {
	.page-highlights-img img {
		height: 30px;
	}
}
/* END HIGHLIGHTS */

/* GALLERY */
.page-gallery li {
	list-style: none;
}
.page-gallery .mygal a {
	height: 200px !important;
}
@media all and (max-width: 992px) {
	.page-gallery .mygal a {
		height: 150px !important;
	}	
}
/* END GALLERY */
/* TEXT PAGE */
.page-textpage img {
	max-width: 100%;
}
.page-textpage a {
	color: var(--bs-main);
}
.page-textpage a:hover {
	color: var(--bs-hover);
}
@media all and (max-width: 992px) {
	.page-textpage h1 {
		word-break: break-all;
	}
}
/* END TEXT PAGE */

/* TESTIMONIALS PAGE */
.page-testimonials .test-dot {
	border: none;
	padding: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--bs-light-gray);
	padding-bottom: 15px;
}
.page-testimonials .test-text {
	font-size: 18px;
	line-height: 1.5;
}
.page-testimonials .test-img {
	width: 96px;
	height: 96px;
}
.page-testimonials .test-name a,
.page-testimonials .test-name {
	font-size: 18px;
	font-weight: 500;
}
@media all and (max-width: 992px) {
	.page-testimonials .test-text {
		font-size: 16px;
	}
}
/* END TESTIMONIALS */
/* CONTACT PAGE */
.page-contacts-data ul {
	margin-bottom: 27px;
}
.page-contacts-data li {
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	list-style: none;
	position: relative;
}
.page-contacts-data li a {
	color: var(--bs-font-color);
}
.page-contacts-data li > a:hover {
	color: var(--bs-hover);
}
.contact-num {
	cursor: pointer;
}
.page-contacts-data .multi-number-wrapper {
	right: auto;
	left:0;
	top: 25px;
}
.page-contacts-data .multi-number-wrapper a:hover {
	text-decoration: underline;
}
.contact-email {
	text-decoration: none;
}
.page-contacts-line {
	display: flex;
    flex-wrap: wrap;
}
.page-contacts-map {
	width: 50%;
}
#map,
#map iframe {
	width: 100%;
    height: 100%;
}
.page-contacts-data {
	padding: 70px 0;
	width: 50%;
	padding-left: 30px;
}
.page-contacts .tb-buttons {
	display: block;
}
.page-contacts .tb-buttons .big-button {
	margin-bottom: 10px;
}
@media all and (max-width: 992px) {
	.page-contacts-data li {
		font-size: 16px;
	}
}
@media all and (max-width: 767px) {
	.page-contacts-line {
		flex-wrap: nowrap;
		flex-direction: column-reverse;
	}
	.page-contacts-data {
		padding-left: 0;
		padding: 0 15px;
		width: 100%;
		
	}
	.page-contacts-data ul {
		margin-bottom: 20px;
	}
	.page-contacts-map {
		width: 100%;
		height: 350px;
		margin-bottom: -50px;
		margin-top: 30px;
	}
}
/* END COTANCT PAGE */

/* BLOG PAGE */	
.blog-page-item {
	margin-bottom: 30px;
}
.blog-page-date {
	font-size: 14px;
	color: var(--bs-gray);
	margin-bottom: 5px;
}
.blog-page-title {
	color: var(--bs-font-color);
	text-decoration:none;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
.blog-page-title:hover {
	color: var(--bs-hover);
}
.blog-page-image {
	display:block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.blog-page-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
}
.pagination li {
	list-style: none;
}
.pagination li a {
	display: block;
	padding: 8px 16px;
	color: var(--bs-white);
	background: var(--bs-main);
	border-radius: 3px;
	margin-right: 10px;
	flex-shrink: 0;
	text-decoration: none;
}
.pagination li a:hover {
	background: var(--bs-hover);
}
.pagination .active a,
.pagination .active a:hover {
	color:var(--bs-font-color);
	background: var(--bs-light-gray);
}
@media all and (max-width: 1200px) {
	.blog-page-image {
		width: 100%;
		height: 300px;
	}
}
@media all and (max-width: 767px) {
	.blog-page-image {
		margin-top: 10px;
		height: 190px;
	}
}
.blog-article-banner {
	display: block;
    position: relative;
    height: 350px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    margin-bottom: 15px;
}
.blog-article-bannerIMG {
	height: 105%;
    width: 105%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: -1;
    filter: blur(5px) contrast(94%);
    -webkit-filter: blur(5px) contrast(94%);
    -moz-filter: blur(5px) contrast(94%);
    -o-filter: blur(5px) contrast(94%);
    -ms-filter: blur(5px) contrast(94%);
	background-size: 100% auto;
}
.blog-article-banner .container-classic {
	display: flex;
	align-items: center;
	height: 100%;
}
.bab-img {
	width: 400px;
	height: 290px;
	overflow: hidden;
	margin-right: 30px;
	flex-shrink: 0;
}
.bab-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-article-banner h1 {
	font-size: 32px;
	text-align: left;
	color:var(--bs-white);
}
.blog-article .container-read img {
	max-width: 100%;
	max-height: auto;
	height: auto;
	width: auto;
}
.blog-article .container-read p {
	display: flex;
	justify-content: center;
}
.blog-article .blog-page-date {
	color:var(--bs-white);
	margin-top: 10px;
}
.TitleSoc {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}
@media all and (max-width: 990px) {
	.blog-article-banner {
		height: 280px;
	}
	.bab-img {
		width: 300px;
		height: 220px;
		overflow: hidden;
		margin-right: 30px;
		flex-shrink: 0;
	}
	.blog-article-banner h1 {
		font-size: 26px;
	}
}
@media all and (max-width: 767px) {
	.bab-img {
		display:none;
	}
}

/* END BLOG PAGE */

/* FAQ PAGE */
.eachFaq .title { 
	font-size: 18px;
	line-height: 1.2;
	cursor: pointer; 
	margin-bottom: 10px;
	display: flex;
}
.eachFaq .title:hover{ 
	color: var(--bs-hover); 
}
.eachFaq.close .title:before{ 
  content: '+'; 
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: -6px;
}
.eachFaq.open .title:before{ 
  content: '-'; 
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: -6px;
}
.open .title {
	font-weight: 700;
}
@media all and (max-width: 767px) {
	.eachFaq .title { 
		font-size: 16px;
	}
}
/* END FAQ PAGE */
.deskHide {
	display:none;
}
/* MOBILE MENU */
@media all and (max-width: 992px) {
	.moblogo {
		margin-right: 30px;
	}
	.deskHide {
		display:block;
	}
	.mobHide {
		display:none;
	}
	.mob-header {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
	}
	.mob-header-left,
	.mob-header-right	{
		display: flex;
		align-items: center;
	}
	header .multi-number-wrapper {
		right: auto;
		left: 0;
	}
	.mod-languages .lang-active a {
		display: none;
	}
	.mob-menu-closed {
		position:absolute !important; 
		z-index:9;
		top:0; 
		left:-700px; 
		background: var(--bs-font-color); 
		width:384px !important;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
		margin-bottom:0;
		height:100%;
		display:block !important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.mob-menu-closed a {
		color: var(--bs-white);
	}
	.header-left {
		display: block;
	}
	.header-right {
		justify-content: space-between;
		padding: 0 20px;
	}
	.top-menu {
		padding-bottom: 15px;
		margin-bottom: 15px;
		margin-top: 20px;
		border-bottom: 1px solid #7d7d7d;
	}
	.top-menu .separator {
		display:none;
	}
	.top-menu nav > ul {
		display: block;
		margin-left: 20px;
	}
	.top-menu li > a {
		line-height: 2 !important;
		display: -webkit-box;
	}
	.top-menu nav > ul > li > ul {
		opacity: 1;
		visibility: visible;
		width: max-content;
		position: static;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
	}
	.top-menu nav > ul > li > ul > li > a {
		line-height: 2 !important;
		display: -webkit-box;
	}
	#MobBut {
		border-radius: 3px;
		background: var(--bs-main);
		width:40px; 
		height:40px; 
		display:flex;
		justify-content: center;
		align-items: center;
		margin-left: 32px;
	}
		
	.MobOp {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  height: 100%;
	}
	.MobClose {
		display:none; 
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.MobOp img,
	.MobClose img	{
	  width: 24px;
	  height: 24px;
	  filter: var(--white-filter);
	}		
	.mOpen {
		display:flex !important;
	}
	.mClose {
		display:none;
	}
	.stopScrollMy {  
		width:100vw;
		height:100vh;
		overflow:hidden;
	}
	.menuForScroll { 
		max-height: 100vh;
		overflow-y:scroll;
	} 		
}
.miniDeskHide {
	display: none;
}
@media all and (max-width: 767px) {
	.header-right {
		display: block;
	}
	.miniMobHide {
		display:none;
	}
	.miniDeskHide {
		display: block;
	}
	.moblogo {
	margin-right: 0;
	}
	.moblogo img {
		height: 40px;
	}
	.mob-menu-closed {
		width: calc(100% - 72px) !important;
	}
}
/* END MOBILE MENU */
/* Multi phone */
.phone-group {
	width: max-content;
	cursor: pointer;
	position: relative;
}
.multi-number-wrapper {
	position: absolute;
	background: var(--bs-white);
    padding: 20px;
	z-index: 10;
    top: 40px;
    width: max-content;
    left: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	display: none;
}
.phone-group:hover .multi-number-wrapper {
	display: block;
}
.multi-number-wrapper a {
	color: var(--bs-font-color);
	display: flex;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	line-height: 36px;
}	
.multi-number-wrapper a:hover {
	text-decoration: underline;
}
.multi-number-wrapper a img {
	margin-right: 4px;
}

.whatsapp-icon {
    filter: brightness(0) saturate(100%) invert(57%) sepia(57%) saturate(551%) hue-rotate(69deg) brightness(103%) contrast(82%);
}
.viber-icon {
    filter: brightness(0) saturate(100%) invert(34%) sepia(13%) saturate(2472%) hue-rotate(230deg) brightness(98%) contrast(78%);
}
.telegram-icon {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(2314%) hue-rotate(173deg) brightness(86%) contrast(101%);
}
/* END Multi phone */