/*@import url("../fonts/font-awesome/css/font-awesome.min.css");*/
/*@font-face {*/
/*	font-family: 'Montserrat';*/
/*	src: url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');*/
/*	font-weight: 600;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: 'Montserrat';*/
/*	src: url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
/*@font-face {*/
/*	font-family: 'Montserrat';*/
/*	src: url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');*/
/*	font-weight: 500;*/
/*	font-style: normal;*/
/*	font-display: swap;*/
/*}*/
/* ===== IMPORTED STYLE END ===== */

/* ===== RESET STYLE ===== */
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin:0; padding:0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, em, img, small, strike, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td, article, 
aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, section, summary, time, mark, audio, video  {
	font: inherit; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;}
article, aside, figcaption, figure, footer, header, menu, nav, section, body, main, section {display: block;}
sub, sup {font-size:75%; line-height:0; position:relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
ol[class], ul[class], ol li[class], ul li[class] {list-style: none;}
blockquote, q {quotes: none; }
blockquote::before, blockquote::after, q::before, q::after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a {text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent;outline: none !important;}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {text-decoration: none;outline: none;}
body {-webkit-text-size-adjust: none;-webkit-overflow-scrolling: touch;}
input, button, select {border: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::ms-expand {display: none;}
input::-ms-clear {display: none;}
img {display:block; max-width:100%; height: auto;}
/* ===== RESET STYLE END ===== */

/* ===== Theme default ===== */
:root {
	--black: #050505;
	--white: #fff;
	--red: #eb0f76;
	--gray: #ebebeb;
}
html {
	font-size:10px;
	height:100%;
	scroll-behavior: smooth;

}
body {
    background: #fff;
    font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
	color: var(--black);
    height:100%;
}
.page-wrapper {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
}


svg {width:100%;height:100%;display:block;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

input, textarea {
	width:100%; 
	border:1px solid transparent;
	outline: none;
	resize: none;
}

a {position:relative;color:inherit;transition:0.25s;}
a:hover {transition:0.25s;color:var(--red);}

b, strong {font-weight:600;}

p {line-height: 1.5; font-size: 1.8rem;}

p:not(:last-child) {
	margin-bottom: 1em;
}
ul:not([class]) li,
ol:not([class]) li {
	margin-bottom: 1em;
	line-height: 1.5;
}
ul:not([class]),
ol:not([class]) {
	padding-left: 20px;
	margin-bottom: 20px;
}
p a:hover, ul:not([class]) li a:hover, ol:not([class]) li a:hover {
	text-decoration: none;
}
p a, ul:not([class]) li a, ol:not([class]) li a {
	color: #eb0f76;
	text-decoration: underline;
}
table {
	border: 1px solid #ccc;
	width: 100%;
	margin:3rem 0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #ddd;
	padding: 5px;
}
table th, table td {
	padding: 10px;
	text-align: center;
	color:#000;
	border-right: 1px solid #ccc;
}



table th, table td a {color:#eb0f76 !important; text-decoration:underline;}


table th {
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.12);
	padding: 1em;
	font-weight: 700;
}

/* Flexbox */
.flex {display: flex;}
.inline-flex {display: inline-flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-column {flex-direction: column;}
.align-center {align-items: center}
.align-end {align-items: flex-end;}
.align-start {align-items: flex-start;}
.justify-center {justify-content: center;}
.justify-end {justify-content: flex-end;}
.justify-start {justify-content: flex-start;}
.justify-between {justify-content: space-between;}
/* // Flexbox */

/* CSS Grid */
.grid {display:grid;}
.col-2 {grid-template-columns: repeat(2, 1fr);}
.col-3 {grid-template-columns: repeat(3, 1fr);}
.col-4 {grid-template-columns: repeat(4, 1fr);}
.col-5 {grid-template-columns: repeat(5, 1fr);}
.grid-col-1 {grid-column: span 1;}
.grid-row-1 {grid-row: span 1;}
.grid-col-2 {grid-column: span 2;}
.grid-row-2 {grid-row: span 2;}
.grid-col-3 {grid-column: span 3;}
.grid-row-3 {grid-row: span 3;}
.grid-col-4 {grid-column: span 4;}
.grid-row-4 {grid-row: span 4;}
.grid-col-5 {grid-column: span 5;}
.grid-row-5 {grid-row: span 5;}
/* // CSS Grid */

.svg-library {display:none;}

.container {
	width:100%;
	max-width:1450px;
	min-width:300px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}

.container-small {
	width:100%;
	max-width:1160px;
	min-width:300px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}

.red {border:1px solid red;}
.blue {border:1px solid blue;}
.green {border:1px solid green;}

.mobile-btn {display:none;}

.noscroll {overflow: hidden;}

.mobile-menu__content {display:none;}

.text--uppercase {text-transform:uppercase;}

.text--center {text-align:center;}

.text--left {text-align:left;}

.text--right {text-align:right;}

.text--black {color:var(--black);}

.text--white {color:var(--white);}

.position-relative {position: relative;}

.position-absolute {position: absolute;}

.sm-show {display:none;}

.section {padding:3rem 0;}

.mt-1 {margin-top:1rem;}
.mt-2 {margin-top:2rem;}
.mt-3 {margin-top:3rem;}
.mt-4 {margin-top:4rem;}
.mt-5 {margin-top:5rem;}
.mt-6 {margin-top:6rem;}
.mt-7 {margin-top:7rem;}

.mb-1 {margin-bottom:1rem;}
.mb-2 {margin-bottom:2rem;}
.mb-3 {margin-bottom:3rem;}
.mb-4 {margin-bottom:4rem;}
.mb-5 {margin-bottom:5rem;}
.mb-6 {margin-bottom:6rem;}
.mb-7 {margin-bottom:7rem;}

.pt-1 {padding-top:1rem;}
.pt-2 {padding-top:2rem;}
.pt-3 {padding-top:3rem;}
.pt-4 {padding-top:4rem;}
.pt-5 {padding-top:5rem;}
.pt-6 {padding-top:6rem;}
.pt-7 {padding-top:7rem;}

.pb-1 {padding-bottom:1rem;}
.pb-2 {padding-bottom:2rem;}
.pb-3 {padding-bottom:3rem;}
.pb-4 {padding-bottom:4rem;}
.pb-5 {padding-bottom:5rem;}
.pb-6 {padding-bottom:6rem;}
.pb-7 {padding-bottom:7rem;}

.w-5 {width:5%;}
.w-10 {width:10%;}
.w-15 {width:15%;}
.w-20 {width:20%;}
.w-25 {width:25%;}
.w-30 {width:30%;}
.w-33 {width:33.33%;}
.w-35 {width:35%;}
.w-40 {width:40%;}
.w-45 {width:45%;}
.w-50 {width:50%;}
.w-55 {width:55%;}
.w-60 {width:60%;}
.w-65 {width:65%;}
.w-70 {width:70%;}
.w-75 {width:75%;}
.w-80 {width:80%;}
.w-85 {width:85%;}
.w-90 {width:90%;}
.w-95 {width:95%;}
.w-100 {width:100%;}

/* Buttons */
.btn {
	display:inline-flex;
	padding:1em 3em;
	background:none;
	position:relative;
	text-align:center;
	transition: 0.25s;
	justify-content: center;
	align-items: center;
	background:var(--red);
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	border:1px solid var(--red);
}
.btn:hover {
	cursor:pointer;
	transition: 0.25s;
	color:var(--red);
	background: transparent;
}

.play-btn {
	width:8rem;
	height:8rem;
	position: absolute;
	border-radius: 50%;
	border:1px solid #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:rgba(255,255,255,0.4);
}
.play-btn::before {
	content:'';
	width: 0;
	height: 0;
	border-top: 1rem solid transparent;
	border-left: 2rem solid #fff;
	border-bottom: 1rem solid transparent;
	display:block;
	margin-left: 0.5rem;
}

.show-hidden-block span:last-child, .show-hidden-block.active span:first-child  {
	display:none;
}
.show-hidden-block.active span:last-child {
	display:block;
}

/* Icons */
.icon {display:block;}


/* Titles */
.h1, h1 {
	display:block;
}
.h2, h2 {
	display:block;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 2.2;
}
.h3, h3 {
	display:block;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 2.2;
}
.h4, h4 {
	display:block;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 2.3;
}
.h5, h5 {
	display:block;
}
.h6, h6 {
	display:block;
}

/* Custom default style */
.block-wrapper {margin: 0 -10px;}
.block-item {padding:0 10px;}
.two-column .block-item {flex:0 0 50%;max-width:50%;}
.three-column .block-item {flex:0 0 33.33%;max-width:33.33%;}
.four-column .block-item {flex:0 0 25%;max-width:25%;}
.five-column .block-item {flex:0 0 20%;max-width:20%;}

/* ==================== ШАБЛОНЫ ======================*/

/* Slick Slider - Default Style */
.slick-slider {
	position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; 
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); 
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
.slick-loading .slick-track {
	visibility: hidden; 
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none; 
}
.slick-initialized .slick-slide {
	display: block; 
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Slick Slider - Arrows */
.prev-slide,
.next-slide {
	flex: none;
	width: 5rem;
	height: 5rem;
	color: #fff;
	background-color:transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s; 
	border:2px solid #565656;
	border-radius: 50%;
	margin:0 10px;
	position: relative;
}
.prev-slide::before, .next-slide::before {
	content:'';
	display:block;
	width:20px;
	height:10px;
	background: url(../images/icons/sl-arr-gray.png) no-repeat center center / contain;
	transition: all 0.25s;
}
.prev-slide::after, .next-slide::after {
	content:'';
	display:block;
	width:20px;
	height:10px;
	background: url(../images/icons/sl-arr-white.png) no-repeat center center / contain;
	transform: rotate(180deg);
	position: absolute;
	opacity: 0;
	transition: all 0.25s;
}
.prev-slide:hover::before {
	opacity: 0;
	transition: all 0.25s;
}
.prev-slide:hover::after {
	opacity: 1;
	transition: all 0.25s;
}
.next-slide::before {
	transform: rotate(180deg);
}
.next-slide::after {
	transform: rotate(0deg);
}
.next-slide:hover::before {
	opacity: 0;
	transition: all 0.25s;
}
.next-slide:hover::after {
	opacity: 1;
	transition: all 0.25s;
}
.prev-slide:hover, .next-slide:hover {
	background-color: var(--red);
	border:2px solid var(--red);
}

/* Slick Slider - Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0px; 
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%; 
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer; 
}
.slick-dots li button {
	border: 0;
	background: #413680;
	display: block;
	height: 15px;
	width: 15px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer; 
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none; 
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1; 
}
.slick-dots li.slick-active button{
	background: green;
}

/* Выпадающий список */
.select {
	position: relative;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
	font-weight: 400;
	margin: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	color: #000;
	display: inline-flex;
	align-items: center;
}
.select .placeholder {
	position: relative;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding: 0 1.5em 0 0;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color:red;
}
.select .select-arrow {
    position: absolute;
    right: 0;
    z-index: 0;
}
.select-left-icon {
    position: absolute;
    left: 0;
    z-index: 0;
}
.select.is-open .select-arrow {
	transform: rotate(180deg);
	top: auto;
}
.select.is-open ul {
	display: block;
	border: 1px solid gray;
}
.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	background: silver;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 4;
}
.select ul li {
	display: block;
	text-align: left;
	padding: 0.7em;
	color: #000;
	cursor: pointer;
	word-wrap: break-word;
	text-transform: uppercase;
	white-space: nowrap;
	margin:0;
}
.select ul li:hover {
	background: pink;
	color: #fff;
}
.select ul li:hover a {
	transition:none;
}

/* Popup  */
.popup-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(49, 49, 49, 0.62);
	z-index: 5;
	display: none;
}
.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 110;
	transition: all .3s;
	background: #f37d7d;
	padding: 2em;
	border-radius: 10px;
	width: 35em;
	min-width: 15em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.close-popup {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	overflow: visible;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.close-popup::before, .close-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}
.close-popup::after {
	left: 0;
	transform: rotate(-45deg);
}

/* Checkbox */
.checkbox-wrap input {display: none;}
.checkbox-wrap input:checked+label::before {
	background: url('../images/icons/check.svg');
	background-position: 5px 7px, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid #C9C9C9;
}
.checkbox-wrap label {
	display:flex;
	align-items: center;
}
.checkbox-wrap label:hover {cursor: pointer;}
.checkbox-wrap label::before {
	content: '';
	flex: none;
	height: 20px;
	width: 20px;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	margin-right:1em;
}

/* Табы */
.tabs {
    margin: 0 0 20px;
}
.tab-title {
    display: block;
    padding: 20px 0;
	margin-right:20px;
	position: relative;
}
.tab-title.active  {
    color:red;
}
.tab-title:hover {
	cursor: pointer;
}
.tab_content {
	display: none;
}

/* Accordeon */
.acc-item {
	background: #fff;
	border: 1px dashed #2DA7CD;
	border-radius: 10px;
}
.acc__head {
	padding: 1em;
}
.acc__head:hover {cursor: pointer;}
.acc__head__text {
	font-weight: bold;
	font-size: 1.8rem;
}
.acc-left-icon {
	margin-right:2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	min-width:7rem;
	height:7rem;
	border-radius: 50%;
}
.acc-right-icon {
	border: 1px solid rgba(0, 0, 0, 0.1);
	min-width:7.2rem;
	height:7.2rem;
	border-radius: 50%;
}
.acc__body {
	padding:0 1.5em 1.5em;
	display: none;
}
.acc__head.active .acc-right-icon span:first-child {display:none;}
.acc__head.active .acc-right-icon span:last-child {display:block;}
.acc-right-icon span:last-child {display:none;}

/* ===== Theme default END ===== */

/* ===== Custom Styles =====*/
.header {
	padding:3rem 0;
}
.logo {
	flex:none;
	max-width:200px;
}
.main-slider-content {
	position: relative;
}
.main-slider__slide::after {
	content:'';
	display:block;
	right:14%;
	bottom:-11rem;
	background: url(../images/pattern/1.png) no-repeat center center / cover;
	width:40%;
	height:100%;
	z-index: 1;
	position: absolute;
}
.main-slider__slide--background {
	background-repeat: no-repeat;
	background-size: cover!important;
}
.main-slider__slide {
	height:650px;
}
 .main-slider .main-slider__slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
 }
.main-slider__slide--overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#1f1f1f;
	opacity: 0.7;
}
.main-slider .slick-dots {
    bottom: 20px;
}
.main-slider .slick-dots li button {
    background: transparent;
	border-radius:50%;
	border:1px solid #fff;
}	
.main-slider .slick-dots li.slick-active {
	background: #fff;
	border-radius:50%;
}
.menu li {
	position: relative;
	margin:0 1em;
	font-size: 2rem;
	font-weight: 600;
}
.menu li:last-child {
	margin:0 0 0 1em;
}
.menu li .menu-sub-list li:last-child {
	margin:0;
}
.have-sub {
	position: relative;
}
.have-sub.active .sub-list-arr {
	transform: rotate(180deg);
}
.sub-list-arr {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--black);
	margin-left:0.5em;
	display:block;
}
.menu-sub-list {
    min-width: 15em;
    position: absolute;
    display: none;
    left:0;
    top:100%;
    z-index: 1;
	padding-top:10px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.menu-sub-list li a {
    background:var(--gray);
    color:#464646;
    text-transform: none;
    padding: 0.7em;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1px;
    display:block;
    font-weight: 500;
}
.menu-sub-list li {
    margin:0;
}
.menu li:last-child .menu-sub-list {
	left:auto;
	right:0;
}
.menu li a.current {
	color:var(--red);
}

@media (min-width:1281px) {
	.menu li:hover >.menu-sub-list {
		display:block;
	}
	.menu-sub-list li a:hover {
		background: var(--red);
		color:#fff;
	}
}

.main-title {
	display:block;
	font-size: 6.4rem;
	letter-spacing: -3px;
	line-height: 1;
	color: #ffffff;
	font-weight: 600;
	filter: drop-shadow(1.414px 1.414px 2.5px rgba(0,0,0,0.29));
	margin-bottom:0.7em;
}
.main-subtitle {
	display: block;
	font-size: 2.3rem;
	color:#fff;
	font-weight: 500;
	width:50%;
}
.service-grid {
	gap:4rem;
}
.service-grid a span {
padding:0 1rem;
}
.service-card-icon {
	margin:0 auto 1rem;
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
}
.service-card-icon img {
	width:100%;
	height:100%;
	object-fit: contain;
	border-radius: 10px 10px 0 0;
}
.service-card {
	border-radius: 10px;
	border:1px solid var(--gray);
	padding:0 0 1rem;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.25s;
}
.service-card:hover {
	transition: all 0.25s;
	border:1px solid var(--red);
}
.service-grid .item:nth-child(even) .service-card {
	background:var(--gray);
}
.service-grid .item:nth-child(odd) .service-card {
	box-shadow: 0 1rem 0 #f7f7f7;
}
.common-slide-img img {
	width:100%;
	aspect-ratio: 1.5;
	object-fit: cover;
}
.common-slider .slick-list  {
	margin:0 -10px;
}
.common-slider .slide {
	padding:0 10px;
}
.common-slider-arrows {
	margin-top:5rem;
}
.contact-detail .h2, .contact-detail h2 {
	margin-bottom:1.5em;
}
.contact-detail-item .h3, .contact-detail-item h3 {
	margin-bottom:0.5em;
}
.contact-info {
	font-size: 2.2rem;
}
.contact-detail-row {
	margin:0 -10px;
}
.contact-detail-item {
	padding:0 10px;
}
.blog-row-item {
	max-width: 30%;
	flex:0 0 30%;
}
.blog-card {
	border:1px solid var(--gray);
	padding:1rem;
	border-radius: 7px;
}
.blog-card-img {
	display: block;
	position: relative;
}
.blog-card-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#1f1f1f;
	opacity: 0;
	transition: all 0.25s;
}
.blog-card-img:hover::before {
	opacity: 0.7;
	transition: all 0.25s;
}
.blog-card-img img {
	width:100%;
	aspect-ratio: 1.4;
	object-fit: cover;
}
.blog-card-descript {
	padding:3rem;
}
.blog-card-title {
	font-size: 2.2rem;
	display: table;
	line-height: 1.4;
}
.bg--gray {
	background: var(--gray);
}
.page-head {
	padding:4rem 0;
	margin-bottom:3rem;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:13px;
}
.breadcrumb li {
	font-weight: normal;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.breadcrumb li a:hover {
	color: var(--red);
}
.breadcrumb li:not(:last-child)::after {
	content: '/';
	display: block;
	margin: 0 10px 0 10px;
}
.breadcrumb li:last-child a {
	pointer-events: none;
}
.common-page-row {
	gap:3rem;
}
.partner-main-info {
	padding: 0 12rem;
}
.partner-main-logo {
	height:8rem;
}
.partner-main-logo img {
	height:100%;
	width:100%;
	object-fit: contain;
}
.partner-main-info a {
	color:inherit;
	text-decoration: none;
}
.partner-main-info a:hover {
	color:var(--red);
}
.airlines__info__body img {
	width:100%;
}
.airlines-info .h3, .airlines-info h3 {
	margin-bottom: 1.5em;
}
.airlines-info:not(:last-child) {
	margin: 0 0 5rem;
}
.partner-title  {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 2.6em;
}
.partner-title-wrap {
	padding:2rem;
}
.partner-logo {
	height:8rem;
}
.partner-logo img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.partners-logo-card {
	border:1px solid var(--gray);
	border-radius: 5px;
	display: block;
	transition: all 0.25s;
}
.partners-logo-card:hover {
	border:1px solid var(--red);
	transition: all 0.25s;
}
.partners-logo-grid {
	gap:3rem;
}
.partner-logo-wrapper {
	padding:2rem 4rem;
}
.adv-link {
	display:block;
	font-weight: 600;
	padding:1em;
	border:1px solid var(--gray);
	text-align: center;
	text-decoration: underline;
}
.temp-block {
	position: sticky;
	top:2rem;
}
.temp-block-item {
	height:30rem;
	background: var(--red);
}
.page-title {
	width:50%;
	margin:10px 20px 10px 0;
	line-height: 1.3;
}
.mail-link {
	font-weight: 600;
}
.input-wrapper input, .input-wrapper textarea {
	height:60px;
	border: 1px solid #b4b4b4;
	font-family: 'Montserrat', sans-serif;
	padding:0 0.7em;
	margin-bottom:2rem;
	font-size: 2rem;
	color:var(--black);
}
.input-wrapper textarea {
	padding:1em 0.7em;
	height:20rem;
}
.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
	font-family: 'Montserrat', sans-serif;
	padding:0 0.7em;
	color:var(--black);
} 
.half-img img {
	width:100%;
	aspect-ratio: 1.6;
	object-fit: cover;
}
.half-img-block {
	gap:10px;
}
.terminals-wrapper {
	gap:20px;
}
.terminals-card {
    border-radius: 10px;
    border: 1px solid var(--gray);
    height:25rem;
	padding:2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s;
	text-align: center;
}
.terminals-card:hover {
	border:1px solid var(--red);
	transition: all 0.25s;
}
.terminals-wrapper .item:nth-child(even) .terminals-card {
    background: var(--gray);
}
.terminals-wrapper .item:nth-child(odd) .terminals-card {
    box-shadow: 0 1rem 0 #f7f7f7;
}
.transport-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 2.6em;
}
.transport-title-wrap {
	padding:3rem 3rem 2rem 3rem;
}
.transport-img {
	padding:1rem 2rem;
}
.transport-img img {
	width:100%;
	height: auto;
	aspect-ratio: 1.5;
	object-fit: cover;
}
.transport-card {
	border:1px solid var(--gray);
	border-radius: 5px;
	display: block;
	transition: all 0.25s;
}
.transport-card:hover {
	border:1px solid var(--red);
	transition: all 0.25s;
}
.transport-wrapper {
	gap:3rem;
}
.adv-icon {
	flex:none;
	margin-right:10px;
	font-size: 3rem;
	width:30px;
}
.advant-info {
	padding-left:40px;
}
.common-table th {
	background: #410000;
	color:#fff;
	text-transform: none;
	padding:0.7em 0.5em;
}
.common-table tbody tr.bg-gray {
	background: var(--gray);
}
.common-table tr {
    border: none;
    padding: 0;
}
.common-table th, .common-table td {
    padding: 1em;
    border-right: none;
	position: relative;
}
.common-table th:last-child {
	width:23%;
}
.status-area {
	position: relative;
}
.status-area {
	position: absolute;
	width:90%;
	height:80%;
	top:50%;
	left:50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	color:#fff;
}
.status-on-line {
	background: green;
}
.status-en-route {
	background: #5f5f5f;
}
.status-landed-delayed {
	background: #eaa500;
}
.status-scheduled-delayed {
	background: var(--red);
}
.common-table td {
	position: relative;
}
.table-wrapper {
	overflow: auto;
}
.common-table {
	margin: 0;
}




















.footer {
	padding:5rem 0;
	margin-top:3rem;
}
.footer-menu li {
	position: relative;
	margin:0 2em;
	font-size: 2rem;
	font-weight: 600;
}
.footer-menu li:last-child {
	margin:0 0 0 1em;
}
.footer-bottom-item a, .footer-bottom-item p {
	font-size: 1.8rem;
}
.footer-bottom-item a {
	display: table;
	margin-right:2em;
	text-decoration: underline;
}
.footer-bottom-item a:hover {
	text-decoration: none;
}
.footer-bottom {
	padding:4rem 0 0;
}
.page-list {
	height:100vh;
}
.page-list-nav li {
	padding:0.5em;
	text-align:center;
	font-size: 2rem;
}
.page-list-nav li a:hover {
	color: var(--red);
}

/* ===== Custom Styles END =====*/

.social-links {
display: flex;
    align-items: center;
        justify-content: center;
}

.gplay {
    justify-content: flex-end;
}

.gplay a {
margin:0!important;
}

.header-socials {
    margin-left: 5rem;
}

.header-socials .social-links {
margin-bottom:5px;
}

.header-socials .social-links img {
	width:36px;
}

.header-socials img {
	width:150px;
}

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

@media (max-width: 1280px) {
.header_wrapper .nav {
    justify-content: center;
    flex-direction: column;
}
.header-socials {
    margin-left: 0;
    margin-top: 5rem;
}
}

.quick-links .container-small {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ql-title {
    background: #eee;
    padding: 10px 20px;
    font-weight: bold;
}

.ql-block {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
}

.quick-links .container-small .ql-block:last-child {
padding:0;
}

.ql-block strong {
    padding-bottom: 5px;
}

.ql-block-links {
display:flex;
}

.ql-block-links a {
padding: 9px 10px;
    border: 1px solid;
        margin-right: 15px;
    min-width: 50px;
    text-align: center;
}

.ql-block-links a:last-child {
margin-right:0;
}

@media (max-width:991.98px) {
.ql-title {
    padding: 5px 10px;
}
.ql-block-links a {
    padding: 4.5px 5px;
    margin-right: 10px;
    min-width: 41px;
}
}

@media (max-width:767.98px) {
.quick-links .container-small {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ql-title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.ql-block {
    padding: 0 50px 0 0;
}
}

@media (max-width:575.98px) {
.ql-block {
    padding: 0 30px 0 0;
}
.ql-block-links a {
    min-width: 30px;
}
}

@media (max-width:399.98px) {
.ql-block {
    padding: 0 20px 0 0;
    font-size: 16px;
}
}