:root {
	--font: "Open Sans", serif; 
	--font-color: #1A1A1A;
	--font-color-filter: brightness(0) saturate(100%) invert(0%) sepia(59%) saturate(126%) hue-rotate(33deg) brightness(97%) contrast(80%);
	
	--gray: #777777;
	--gray-filter: brightness(0) saturate(100%) invert(56%) sepia(3%) saturate(11%) hue-rotate(342deg) brightness(81%) contrast(86%);
	--line: #cccccc;
	--gray-background: #EFF3F7;
	--gray-background-hover: #DBE3EA;
	
	--main: #D9423C;
	--main-filter: brightness(0) saturate(100%) invert(29%) sepia(30%) saturate(2580%) hue-rotate(331deg) brightness(117%) contrast(91%);
	--main-hover: #C13128;
	--main-blue: #172C44;
	--main-blue-hover: #0B1828;
	--main-blue-filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(3142%) hue-rotate(172deg) brightness(99%) contrast(92%);
	--main-blue-light: #354E66;
	--main-blue-light-filter: brightness(0) saturate(100%) invert(25%) sepia(6%) saturate(4018%) hue-rotate(169deg) brightness(99%) contrast(82%);: brightness(0) saturate(100%) invert(25%) sepia(6%) saturate(4018%) hue-rotate(169deg) brightness(99%) contrast(82%);
	
	--white: #ffffff;
	--white-filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(543%) hue-rotate(359deg) brightness(113%) contrast(100%);
	
	--highlight-line: 2px dashed var(--line);
}
* { 
	margin: 0; 
	padding: 0; 
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
   font-family: var(--font);
   color: var(--font-color);
}

h1 {
	font-weight: 700;
	font-size: 54px;
	line-height: 1.2;
}
h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	margin-top: 32px;
	margin-bottom: 12px;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 32px;
	margin-bottom: 12px;
}

h4 {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	margin-top: 24px;
	margin-bottom: 8px;
}

h5 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 16px;
	margin-bottom: 8px;
}

h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 16px;
	margin-bottom: 8px;
}

p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 24px;
}
.text-page ul, 
.text-page ol {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 40px;
}
.text-page li {
	margin-bottom: 4px;
}
.text-page a {
	text-decoration: underline;
	color: var(--font-color);
}
.text-page a:hover {
	color: var(--main-filter);
}
.text-page blockquote {
	border-left: 8px solid var(--main-blue);
	font-size: 20px;
	display: block;
	padding: 16px;
	font-style: italic;
	background: var(--gray-background);
	position: relative;
	margin-bottom: 24px;
}
.text-page blockquote p {
	margin-bottom: 0;
}
.text-page blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 12px;
    width: 32px;
    height: 32px;
    background-image: url('/templates/universal/icons/8675662_ic_fluent_text_quote_regular_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
}
.text-page img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.text-page__cover {
	width: 100%;
	margin-bottom: 24px;
}
.text-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.text-page table tr {
  border-bottom: 1px solid var(--line);
}

.text-page table tr:first-child {
  background-color: var(--gray-background);
  font-weight: 700;
}

.text-page table td {
  padding: 12px 15px;
}

.text-page iframe {
    width: 100% !important;
    height: 490px !important;
	margin-bottom: 24px;
}
.text-page video {
    width: 100% !important;
    height: auto !important;
}
@media all and (max-width: 1510px) {

	p {
		font-size: 18px;
		margin-bottom: 20px;
	}	
	.text-page ul, 
	.text-page ol {
		font-size: 18px;
		margin-bottom: 20px;
	}	
	.text-page blockquote {
		margin-bottom: 20px;
		margin-left: 48px;
	}
	.text-page iframe {
		height: 396px !important;
	}
}
@media all and (max-width: 1510px) {
	h1 {
		font-size: 40px;
	}
}
@media all and (max-width: 1200px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 18px;
	}	
}
@media all and (max-width: 767px) {
	.text-page ul, 
	.text-page ol {
		margin-left: 20px;
	}
	.text-page blockquote:before {
		font-size: 36px;
		flex-shrink: 0;
		margin-right: 16px;
	}	
	.text-page blockquote {
		margin-left: 0;
	}
	.table-responsive {
	  width: 100%;
	  overflow-x: auto;
	}
	.text-page table {
	  min-width: 767px;
	}
	.text-page table {
		font-size: 14px;
	}
	.text-page iframe {
		height:228px !important;
	}
}

.button {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
    text-align: center !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    cursor: pointer !important;
	padding: 0 !important;
	font-weight: 400 !important;
	font-family: var(--font);
	border-radius: 9px !important;
}
.button img {
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.button-color {
    background: var(--main) !important;
    border: 1px solid var(--main) !important;
	color: var(--white) !important;
}
.button-color:hover {
    background: var(--main-hover) !important;
    border: 1px solid var(--main-hover) !important;
}

.big-button {
    width: 196px !important;
    height: 48px !important;
}

.responsive-button {
    width: max-content !important;
	align-items: center !important;
}
.tall-responsive-button {
	height: 48px !important;
	padding: 0 16px !important;
}

.button-disabled {
	cursor: not-allowed;
    user-select: none;
    pointer-events: none;
    opacity: 0.3;
}

.ut-container-classic {
   width:1440px;
   margin-right: auto;
   margin-left: auto;
}
.ut-container-read {
   width:950px;
   margin-right: auto;
   margin-left: auto;
}
.ut-container-big-form {
   max-width:700px;
   margin-right: auto;
   margin-left: auto;
}
.ut-container-middle-form {
   max-width:550px;
   margin-right: auto;
   margin-left: auto;
}
.ut-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}
.ut-col-1,
.ut-col-2,
.ut-col-3,
.ut-col-4,
.ut-col-5,
.ut-col-6,
.ut-col-7,
.ut-col-8,
.ut-col-9,
.ut-col-10,
.ut-col-11,
.ut-col-12 {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
}

.ut-col-1{
	width: 8.33333333%;
}

.ut-col-2{
	width: 16.66666667%;
}
.ut-col-2-5 {
	width: 20%;
}
.ut-col-3{
	width: 25%;
}
.ut-col-4 {
	width: 33.33333333%;
}
.ut-col-5 {
	width: 41.66666667%;
}
.ut-col-6 {
	width: 50%;
}
.ut-col-7 {
	width: 58.33333333%;
}
.ut-col-8 {
	width: 66.66666667%;
}
.ut-col-9 {
	width: 75%;
}
.ut-col-10 {
	width: 83.33333333%;
}
.ut-col-11 {
	width: 91.66666667%;
}
.ut-col-12 {
	width: 100%;
}

@media all and (max-width: 1510px) {
	.ut-container-classic {
	   width:1140px;
	}
	.ut-container-read {
	   width:700px;
	}
}

@media all and (max-width: 1200px) {
	.ut-container-classic {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.ut-col-lg-3 {
		width: 25%;
	}
	.ut-col-lg-4 {
		width: 33.33333333%;
	}
	.ut-col-lg-6 {
		width: 50%;
	}
	.ut-col-lg-8 {
		width: 66.66666667%;
	}
	.ut-col-lg-9 {
		width: 75%;
	}
	.ut-col-lg-12 {
		width: 100%;
	}
}

@media all and (max-width: 992px) {
	.ut-container-read {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}
	.ut-container-classic .ut-container-read {
		padding-left: 0;
		padding-right: 0;
	}
	.ut-col-md-4 {
		width: 25%;
	}
	.ut-col-md-6 {
		width: 50%;
	}
	.ut-col-md-8 {
		width: 66.66666667%;
	}
	.ut-col-md-12 {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.ut-container-classic,
	.ut-container-read,
	.ut-container-middle-form,
	.ut-container-big-form	{
		padding-left: 16px;
		padding-right: 16px;
	}
	.ut-row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.ut-col-1,
	.ut-col-2,
	.ut-col-3,
	.ut-col-4,
	.ut-col-5,
	.ut-col-6,
	.ut-col-7,
	.ut-col-8,
	.ut-col-9,
	.ut-col-10,
	.ut-col-11,
	.ut-col-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.ut-col-sm-6 {
		width: 50%;
	}
	.ut-col-sm-12 {
		width: 100%;
	}
	.tall-responsive-button	{
		height: auto !important;
		padding: 16px 20px !important;
	}
	.responsive-button {
		width: auto !important;
	}
	
}

/* Header */

header {
	margin-top: 16px;
	margin-bottom: 16px;
}
.header__first-row {
	display:flex;
	justify-content: space-between;
	align-items: center;	
}
.header-left,
.header-right {
	display:flex;
	align-items:center;
	height: 100%;
}
.top-phone {
	margin-left: 64px;
}
.header-phone-number {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 9px;
    font-size: 16px;
    color: var(--font-color);
    text-decoration: none;
}

.header-phone-number:hover {
    background: var(--line);
    border: 1px solid var(--line)
}

.header-phone-number span img {
	height: 16px;
    position: relative;
    top: 2px;
}
.top-phone .multi-number-wrapper {
	top: 32px;
}


.header-menu .mod-menu,
.footer__menu .mod-menu{
	display: flex;
	align-items: center;
}
.header-menu li,
.footer__menu li {
	list-style: none;
}
.header-menu a,
.footer__menu a {
	text-decoration: none;
	color: var(--font-color);
	font-size: 18px;
	font-weight: 600;
}
.footer__menu a {
	color: var(--white);
}
.header-menu a:hover {
	color: var(--gray);
}
.header-menu > ul > li,
.footer__menu > ul > li {
	margin-right: 16px;
}

.header-menu .parent {
	position: relative;
}
.header-menu .parent > a {
	display: flex;
	align-items: center;
}
.footer__menu .parent ul {
	display: none;
}

.header-menu .parent > a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('/templates/universal/icons/8674526_ic_fluent_chevron_down_regular_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
	margin-left: 4px;
	filter: var(--font-color-filter);
}

.header-menu .mod-menu__sub {
    opacity: 0;
    visibility: hidden;
	position: absolute;
	background: var(--white);
    padding: 20px;
	z-index: 10;
	width: 350px;
    left: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	transition-property: all;
    transition-duration: 0.025s;
    transition-delay: 0.05s,0.05s;
}

.header-menu .parent:hover .mod-menu__sub {
	opacity: 1;
    visibility: visible;
}
.header-menu .mod-menu__sub li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 8px;
} 	
.header-menu .mod-menu__sub li:last-child {
	margin-bottom: 0;
}
.header-menu .mod-menu__sub li a {
	color: var(--font-color);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.header-menu .mod-menu__sub li a:hover {
	text-decoration: underline;
}

.language {
    margin-left: 32px;
    flex-shrink: 0
}
.language li {
	list-style: none;
}

.language a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
    border-radius: 9px;
    font-size: 16px;
    color: var(--white);
    text-decoration: none
}

.language a:hover {
    background: var(--main-blue-hover);
    border: 1px solid var(--main-blue-hover)
}

.language img {
	height: 16px;
    position: relative;
    top: 2px;
    filter: var(--white-filter)
}
@media all and (max-width: 992px) {
    #MobBut {
        border-radius: 9px;
        background: var(--main);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 24px;
    }	
	.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: 20px;
	  height: 20px;
	  filter: var(--white-filter);
	}
	.stopScrollMy {  
		width:100vw;
		height:100vh;
		overflow:hidden;
	}
	.menuForScroll { 
		max-height: 100vh;
		overflow-y:scroll;
	} 		
	.deskHide {
		display:block;
	}
	.mobHide {
		display:none;
	}
    .mOpen {
        display: flex !important
    }

    .mClose {
        display: none
    }	
	.mob-container {
		display: block;
		position:absolute !important; 
		z-index:9;
		top:0; 
		left: -900px; 
		background: var(--main-blue); 
		width: 400px !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;
		margin-top: 0;
		height:100%;
		display:block !important;
	}
	.mob-menu {
		display: block;
		height: auto;
		padding: 16px 16px 0 16px;
		margin-bottom: 16px;
	}
	.mob-menu:first-child {
		border-bottom: 1px solid var(--main-blue-light);
		padding-bottom: 16px;
	}
	.mob-menu li {
		list-style: none;
		margin-bottom: 16px;
	}
	.mob-menu li:last-child {
		margin-bottom: 0;
	}
	.mob-menu a {
		display: block;
		color: var(--white);
		font-size: 18px;
		text-decoration: none;
	}	
	.mob-menu ul li ul {
		display: none;
	}
	.top-phone {
		margin-left: 32px;
	}
	.mob-container .top-phone {
		margin-left: 16px;
	}
	.mob-container .header-phone-number {
		background: none;
		color: var(--white);
	}
	.mob-container .header-phone-number span img {
		filter: var(--white-filter);
	}
	.language a {
		height: 40px;
		line-height: 40px;
	}
	.header-phone-number {
		height: 40px;
		line-height: 40px;
	}
}
@media all and (max-width: 767px) {
	.logo img {
		height: 80px;
	}
	.mob-container {
		width: calc(100% - 64px) !important;
	}
	.footer__menu .mod-menu {
		display: block;
	}
	.footer__menu > ul > li {
		margin-bottom: 16px;
	}
}
/* END Header */

/* Banner */
.top-banner {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
	padding: 64px 0;
    overflow: hidden;
}
.top-banner__background {
	height: 100%;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    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%);
    transform: scale(1.2);
}
.top-banner__data-wrapper {
	display: flex;
	align-items: center;
}
.top-banner__data {
	color: var(--white);
	padding: 32px 0;
}
.top-banner__title {
	margin-bottom: 16px;
	font-size: 36px;
}
.top-banner__text {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 64px;
}
.top-banner__image {
	border-radius: 32px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-banner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 1510px) {
	.top-banner__title {
		font-size: 32px;
	}
	.top-banner__text {
		font-size: 21px;
	}
}
@media all and (max-width: 992px) {
	.top-banner__data {
		padding: 0;
	}
}
@media all and (max-width: 767px) {
	.top-banner__title {
		font-size: 24px;
	}
	.top-banner__text {
		font-size: 18px;
	}
}
/* END Banner */

/* Home Services */

.services-tile {
	display: block;
	background: var(--gray-background);
	border-radius: 32px;
	height: 100%;
	text-align: center;
	padding: 24px;
	text-decoration: none;
	color: var(--main-blue);
}
.services-tile:hover {
	background: var(--gray-background-hover);
}
.services-tile__image {
    height: 192px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.services-tile__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media all and (max-width: 1510px) {
	.services-tile__image {
		height: 164px;
	}
}
/* END Home Services */

/* END Home About */

.about-home {
    height: auto;
    width: 100%;
	padding: 64px 0;
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
	margin-top: 64px;
}
.about-home__text {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
@media all and (max-width: 1510px) {
	.about-home__text {
		font-size: 21px;
	}	
}
@media all and (max-width: 767px) {
	.about-home {
		padding: 32px 0;
	}
	.about-home__text {
		font-size: 18px;
		text-align: left;
	}	
}
/* END Home About */

/* Home Highlights */
.hl-cols {
	border: var(--highlight-line);
}
.hl-cols-3:nth-child(1),
.hl-cols-3:nth-child(3),
.hl-cols-2:nth-child(1) {
	border: none;
}
.hl-cols-3:nth-child(2) {
	border-top: none;
	border-bottom: none;
}
.hl-cols-3:nth-child(4),
.hl-cols-3:nth-child(6),
.hl-cols-3:nth-child(7),
.hl-cols-3:nth-child(9),
.hl-cols-2:nth-child(3),
.hl-cols-2:nth-child(5), 
.hl-cols-2:nth-child(7) {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.hl-cols-3:nth-child(5),
.hl-cols-3:nth-child(8) {
	border-bottom: none;
}

.hl-cols-2:nth-child(2) {
	border-top: none;
	border-right: none;
	border-bottom: none;
}
.hl-cols-2:nth-child(4),
.hl-cols-2:nth-child(6),
.hl-cols-2:nth-child(8) {
	border-right: none;
	border-bottom: none;
}

.hl-cols-1 {
	margin-left: auto;
	margin-right: auto;
}

.highlight-tile {
	height: 100%;
	padding: 32px;
	text-align: center;
}
.highlight-tile__title {
	margin-top: 8px;
	margin-bottom: 8px;
}
.highlight-tile__icon {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
.highlight-tile__icon img {
	width: 100%;
	height: 100%;	
	object-fit: contain;
	filter: var(--main-filter);
}
@media all and (max-width: 992px) {
	.hl-cols-3:nth-child(1),
	.hl-cols-3:nth-child(3) {
		border: var(--highlight-line);
	}
	.hl-cols-3:nth-child(2) {
		border-top: var(--highlight-line);
		border-bottom: var(--highlight-line);
	}
	.hl-cols-3:nth-child(4),
	.hl-cols-3:nth-child(6),
	.hl-cols-3:nth-child(7),
	.hl-cols-3:nth-child(9) {
		border-left: var(--highlight-line);
		border-right: var(--highlight-line);
		border-bottom: var(--highlight-line);
	}
	.hl-cols-3:nth-child(5),
	.hl-cols-3:nth-child(8) {
		border-bottom: var(--highlight-line);
	}	
	
	.hl-cols-md-2:nth-child(1) {
		border: none;
	}
	.hl-cols-md-2:nth-child(3),
	.hl-cols-md-2:nth-child(5), 
	.hl-cols-md-2:nth-child(7) {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

	.hl-cols-md-2:nth-child(2) {
		border-top: none;
		border-right: none;
		border-bottom: none;
	}
	.hl-cols-md-2:nth-child(4),
	.hl-cols-md-2:nth-child(6),
	.hl-cols-md-2:nth-child(8) {
		border-right: none;
		border-bottom: none;
	}	
}
@media all and (max-width: 767px) {
	.highlight-tile {
		padding: 0;
	}
	.hl-cols {
		border: var(--highlight-line) !important;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		margin-bottom: 16px;
		padding-bottom: 24px;
	}
	.hl-cols:last-child {
		border-bottom: none !important;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
/* END Home Highlights */


/* Blog Home */

.blog-tile__image {
	margin-bottom: 16px;
	height: auto;
	aspect-ratio: 10 / 9;
}
.blog-tile__title {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-tile__date {
	margin-bottom: 8px;
	color: var(--gray);
	font-weight: 600;
	font-size: 18px;
}
@media all and (max-width: 1510px) {
	.blog-tile__image {
		aspect-ratio: 1 / 1;
	}	
}
@media all and (max-width: 992px) {
	.blog-tile__image {
		aspect-ratio: 4 / 3;
	}	
}
@media all and (max-width: 767px) {
	.blog-tile__image {
		aspect-ratio: 16 / 9;
	}	
}
/* END Blog Home */

/* Prefooter */
.prefooter__image {
	width: 100%;
}
.prefooter__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.prefooter__text {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 32px;
}
.prefooter__info ul {
	margin-bottom: 32px;
}
.prefooter__info ul li {
	list-style: none;
	line-height: 1.7;
}
.con-number,
.con-email {
	color: var(--font-color);
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	display: flex;
    align-items: center;
	width: max-content;
}
.con-number:hover,
.con-email:hover {
	color: var(--gray);
}
.con-number span img {
	margin-right: 4px;
	position: relative;
	top: 2px;
}
@media all and (max-width: 767px) {
	.prefooter__text {
		font-size: 18px;
	}
}
/* END Prefooter */

/* FOOTER */

footer {
	background: var(--main-blue);
	padding: 48px 0 32px 0;
	margin-top: 96px;
}
.footer__menu {
	margin-bottom: 48px;
}

.footer__additional {
	display: flex;
	color: var(--white);
	align-items: center;	
}
.footer__copywrites {
	font-size: 14px;
}
.footer__policy li {
	list-style: none;
}
.footer__policy a {
	color: var(--white);
	border-right: 1px solid var(--white);
	border-left: 1px solid var(--white);
	padding-right: 8px;
	margin-right: 8px;
	padding-left: 8px;
	margin-left: 8px;
	font-size: 14px;
}
.footer__social a {
	display: block;
	height: 24px;
}
.footer__social img {
	height: 24px;
	filter: var(--white-filter);
}
.footer__menu a:hover,
.footer__policy a:hover,
.footer__social img:hover {
	opacity: 0.75;
}
.footer__contacs {
	margin-bottom: 32px;
}

.footer__contacs li {
	list-style: none;
	color: var(--white);
	font-size: 16px;
	line-height: 1.5;
}
.footer__contacs > ul > li > a,
.footer__contacs .con-number {
	color: var(--white);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.footer__contacs > ul > li > a:hover {
	opacity: 0.75;
}
.footer__contacs .con-number span img {
	filter: var(--white-filter);
	height: 16px;
}
.footer__contacs .multi-number-wrapper {
	top: 24px;
}
@media all and (max-width: 767px) {
	footer {
		padding: 32px 0 24px 0;
	}
	.footer__contacs li {
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.footer__additional {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer__policy a {
		border-right: none;
		border-left: none;
		padding-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-left: 0;
	}	
	.footer__policy {
		order: 1;
		margin-bottom: 8px;
	}
	.footer__copywrites {
		order: 3;
	}
	.footer__social {
		order: 2;
		margin-bottom: 24px;
	}
}
/* END FOOTER */

/* SERVICE PAGE */
.service-page .breadcrumb {
	margin-top: 16px !important;
	margin-bottom: 64px !important;
}
.service-page__banner {
	position: relative;
	overflow: hidden;
	padding: 96px 0 !important;
}
.service-page__banner-icon {
	position: absolute;
	height: 100%;
	right: 0;
	filter: var(--main-blue-light-filter);
	transform: translateX(50%);
}
.service-page__banner-data {
	max-width: 950px;
	position: relative;
	z-index: 1;
}
.service-page__banner h1 {
	font-size: 36px;
	color: var(--white) !important;
	margin-bottom: 16px !important;
	text-align: left !important;
}
.service-page__banner-desc {
	font-size: 24px;
	text-align: left !important;
}
.screen-1-description p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.screen-2-offers {
	background: var(--main-blue-light);
}
.service-offers-tile {
    background: var(--main-blue);
	height: 100%;
    display: flex;
	align-items: center;
	padding: 24px;
	border-radius: 9px;
}
.service-offers-tile__check {
    flex-shrink: 0;
    margin-right: 16px;	
}
.service-offers-tile__check-wrapper {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.service-offers-tile__check-wrapper img {
    filter: var(--white-filter);
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.service-offers-tile__desc {
	color: var(--white);
}
.screen-3-highlights {
	margin-bottom: -64px;
}
.service-highlights-tile {
	height: 100%;
}
.service-highlights-tile__header {
	display: flex;
	align-items: center;
}
.service-highlights-tile__icon {
	flex-shrink: 0;
	margin-right: 8px;
}	
.service-highlights-tile__icon img {
	width: 35px;
	filter: var(--main-filter);
}
.service-gallery {
	display: grid;
    gap: 16px;
    box-sizing: border-box;
	grid-template-columns: repeat(4, 1fr);
}
.service-gallery-a {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 9px;
	display: block;
	overflow: hidden;
}
.service-gallery-a-video {
	position: relative;
	background: #000;
}
.service-gallery-a:hover {
	opacity: 0.85;
}
.service-gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-sign {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.sign__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: rgba(51, 51, 51, .85);
    border-radius: 5px;
}
.sign__icon img {
	width: auto;
    height: 40px;
    filter: var(--white-filter);
}
.each-faq__title {
	font-weight: 600;
	font-size: 24px;
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
	border-bottom: 1px solid var(--line);
	margin-bottom: 8px;
}
.each-faq.close .each-faq__title:after {
    text-align: center;
    color: var(--font-color);
	font-weight: 600;
    content: '+';
    font-size: 28px;
    margin-left: 32px;
    width: 21px;
    height: 21px;
    font-weight: 400;
    line-height: 21px;
	flex-shrink: 0;
}

.each-faq.open .each-faq__title:after{ 
    text-align: center;
    color: var(--font-color);
	font-weight: 600;
    content: '-';
    font-size: 40px;
    margin-left: 32px;
    width: 21px;
    height: 21px;
    font-weight: 400;
    line-height: 21px;
	flex-shrink: 0;
}
@media all and (max-width: 1510px) {
	.screen-1-description p,
	.service-page__banner-desc,
	.each-faq__title	{
		font-size: 21px;
	}
	.service-page__banner h1 {
		font-size: 32px;
	}
}
@media all and (max-width: 992px) {
	.service-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 767px) {
	.screen-1-description p,
	.service-page__banner-desc,
	.each-faq__title	{
		font-size: 18px;
	}
	.screen-1-description p {
		text-align: left;
	}
	.service-page__banner {
		padding: 64px 0 !important;
	}
	.service-page__banner h1 {
		font-size: 24px;
	}
	.service-offers-tile {
		padding: 16px;
	}
	.service-offers-tile__check {
		margin-right: 8px;
	}
	.service-offers-tile__check-wrapper {
		width: 24px;
		height: 24px;
	}
	.screen-2-offers .col-margin-bottom {
		margin-bottom: 16px;
	}
	.screen-3-highlights {
		margin-bottom: 0;
	}
	.service-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	.each-faq__title {
		padding: 16px 0;
	}
}

/* END SERVICE PAGE */

/* NEWS PAGE */

.news-page h1 {
	color: var(--font-color) !important;
	font-size: 32px;
	text-align: left !important;
	margin-bottom: 8px !important;
}
.news-page__date {
	color: var(--gray);
	font-size: 16px;
	margin-bottom: 16px;
}
.article-body__share--label {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 700;
}
@media all and (max-width: 992px) {
	.news-page h1 {
		font-size: 24px;
	}	
}
/* END NEWS PAGE */

/* CONTACT PAGE */

.contact-page__data ul {
	margin-bottom: 24px;
}
.contact-page__data li {
	list-style: none;
	font-size: 18px;
	line-height: 1.5;
}
.contact-page__data ul > li > a {
	font-weight: 600;
	color: var(--font-color);
	text-decoration: none;
}
.contact-page__data ul > li > a:hover {
	color: var(--gray);
}
.contact-page__label {
	font-weight: 600;
	color: var(--gray);
}
.contact-page__value {
	font-weight: 600;
}
.contact-page__data .con-number {
	font-size: 18px !important;
}
.contact-page__socials a {
	display: flex;
	align-items: center;
	width: max-content;
}
.contact-page__socials img {
	height: 18px;
}
.contact-page__vk {
	width: 24px;
	height: auto !important;
}
.contact-page .page__map {
	margin-bottom: -101px;
	margin-top: 64px;
}
.contact-page .page__map iframe {
    width: 100%;
    height: 450px;
}
/* END CONTACT PAGE */

/* TEMPLATE PARTS  */

.single-page h1,
.category-page h1 {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 64px;
	color: var(--main-blue);	
}
.page-module-text {
	margin-top: -48px;
	margin-bottom: 64px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.page-banner-auto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;	
	text-align: center;
	color: var(--white);
	height: auto;
	padding: 64px 0;
}
.page-banner-auto h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.breadcrumb {
    margin-top: 64px;
    font-size: 15px;
    margin-bottom: 32px;
    text-overflow: ellipsis;
    max-width: 680px;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb a {
    color: var(--font-color);
    text-decoration: none;
}
.breadcrumb a:hover {
    color: var(--gray);
}
.breadcrumb-separator {
    margin-left: 4px;
    margin-right: 4px;
}
alert-message {
	font-size: 16px;
	line-height: 1.5;	
}
.system-message-container {
	padding: 24px;
}
.alert-heading {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 8px;
}
.pagination {
    display: flex;
    flex-wrap: wrap
}
.pagination li {
    list-style-type: none
}
.pagination a {
    display: block;
    font-size: 16px;
    margin: 0 2px;
    margin-bottom: 4px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
	border-radius: 3px;
    border: 1px solid var(--white);
    color: var(--font-color)
}
.pagination .active a {
    border-color: var(--main);
	background-color: var(--main);
    pointer-events: none;
	color: var(--white);
}
.pagination a:hover {
    background-color: var(--main-hover);
    border-color: var(--main-hover);
    color: var(--white);
}
.disabled.page-item {
    display: none
}
.info-page__cover {
	width: 100%;
	margin-bottom: 16px;
}

/* Module  */

.banner-header {
	font-size: 36px;
	color: var(--white);
}
.module-tile {
	margin-bottom: 32px;
}
.module-title {
	font-size: 54px;
	margin-top: 96px;
	margin-bottom: 64px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--main-blue);
}
.module-title-first {
	margin-top: 64px;
}
.col-margin-bottom {
	margin-bottom: 32px;
}
.col-margin-bottom64 {
	margin-bottom: 64px;
}
.single-item {
	justify-content: center;
}
.module-image-link {
	width: 100%;
	overflow: hidden;
	border-radius: 32px;
}
.module-image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: all 0.23s ease-out;
    -o-transition: all 0.23s ease-out;
    -webkit-transition: all 0.23s ease-out;
    -webkit-transition: all 0.23s ease-out
}
.module-image-link:hover img {
    transform: scale(1.015)
}
.image-empty-wrapper {
	background: var(--gray-background);
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-empty {
	width: 35% !important;
	object-fit: unset !important;
	filter: var(--gray-filter);
}
.home-module .button {
	margin-left: auto;
	margin-right: auto;
}
.module-item-title {
	font-size: 18px;
	font-weight: 700;
}
.module-item-title-link {
	color: var(--font-color);
	text-decoration: none;
}
.module-item-title-link:hover {
	color: var(--gray);
}
.module-item-desc {
	font-size: 18px;
}
.module-with-background {
	margin-top: 96px;
	padding: 64px 0 32px 0;
}
.module-with-background .module-title {
	margin-top: 0 !important;
	color: var(--white);
}
@media all and (max-width: 1200px) {
	.single-page h1, 
	.category-page h1 {
		margin-bottom: 32px;
	}
	.page-module-text {
		margin-top: -16px;
	}	
}
@media all and (max-width: 992px) {
	.module-title {
		font-size: 40px;
		margin-top: 64px;
		margin-bottom: 32px;
	}
	.module-title-first {
		margin-top: 32px;
	}
	.col-margin-bottom64 {
		margin-bottom: 32px;
	}
}
@media all and (max-width: 767px) {
	.module-title {
		font-size: 32px;
	}
	.page-module-text {
		font-size: 18px;
		text-align: left;
	}	
	.col-margin-bottom:last-child {
		margin-bottom: 0;
	}
	.col-margin-bottom64:last-child  {
		margin-bottom: 0;
	}
	#contact-hidden.fancybox-content {
		padding: 32px 16px 16px 16px;
	}
	.module-with-background {
		margin-top: 64px;
		padding: 32px 0;
	}
}
/* END Module  */

/* Gallery  */
.article-body__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.article-body__gallery-a {
    display: block;
    position: relative;
    width: 33.3333333%;
    padding-left: 8px;
    padding-right: 8px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 16px;
}
.article-body__gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 767px) {
	.article-body__gallery-a {
		width: 50%;
		height: 164px;
	}
}
/* END Gallery  */

.phone-group {
	width: max-content;
	cursor: pointer;
	position: relative;
}
.multi-number-wrapper {
	position: absolute;
	background: var(--white);
    padding: 20px;
	z-index: 10;
    top: 28px;
    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(--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%);
	height: 18px;
}
.viber-icon {
    filter: brightness(0) saturate(100%) invert(34%) sepia(13%) saturate(2472%) hue-rotate(230deg) brightness(98%) contrast(78%);
	height: 18px;
}
.telegram-icon {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(2314%) hue-rotate(173deg) brightness(86%) contrast(101%);
	height: 18px;
}


/* END TEMPLATE PARTS  */

.xl-show,
.lg-show,
.md-show,
.sm-show {
	display: none;
}
@media all and (max-width: 1510px) {
	.xl-show {
		display: block !important;
	}
	.xl-hide {
		display: none !important;
	}
}
@media all and (max-width: 1200px) {
	.lg-show {
		display: block !important;
	}
	.lg-hide {
		display: none !important;
	}
}
@media all and (max-width: 992px) {
	.md-show {
		display: block !important;
	}
	.md-hide {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.sm-show {
		display: block;
	}
	.sm-hide {
		display: none;
	}
}