/*
Theme Name: webfellixTemplate
Version: 1.0
Author: WebFellix
Author URI: http://webfellix.ru
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0
}

img {
    max-width: 100%;
    height: auto
}

html, body {
    font-family: 'TildaSans', sans-serif;
}

/* Style default WordPress */
.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    margin: auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

/* End style default */

/* Style pagination */
ul.page-numbers {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

ul.page-numbers span {
    background: #ffffff !important;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    margin: 5px;
    line-height: 26px;
    display: block;
    text-align: center;
    width: 33px !important;
}

ul.page-numbers a {
    background: #fff6f6;
    font-size: 14px;
    color: #780e10;
    border: 1px solid #780e10;
    margin: 5px;
    width: 33px !important;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
}

ul.page-numbers li {
    border: 0px !important;
    margin: 3px !important;
}

ul.page-numbers {
    border: 0px !important;
}

/* End style pagination */

/* 404 page */
body.error404 h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #780e10;
    padding: 50px 0px 20px;
}

body.error404 section a {
    color: #780e10;
    font-weight: 600;
    font-size: 14px;
}

body.error404 section {
    min-height: 250px;
}

/* End 404 page */

.main {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.map-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    margin: 40px 0px;
}

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

.menu-desktop a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    color: #9e2046;
    text-decoration: none;
    margin: 0px 15px;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}

.menu-desktop a:hover {
    border-bottom: 1px solid #9e2046;
}

.menu-mobile {
    width: 26px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-mobile span {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #9e2046;
    display: block;
}

.header-img h1 {
    position: absolute;
    bottom: 80px;
    left: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #ffffff;
    max-width: 480px;
}

.header-img {
    position: relative;
}

.header-line {
    margin: 20px 0px 40px;
}

.header-img-text {
    position: absolute;
    width: 230px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0.01) 100%);
    border: 2px solid #808080;
    backdrop-filter: blur(25px);
    color: #ffffff;
    bottom: 111px;
    right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-weight: 600;
}

.header-img a {
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 285px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background: #9e2046;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
	transition-property: background;
    transition-duration: 0.3s;
}
	.header-img a:hover {
		background: #c12655;
	}
.header-img {
    position: relative;
    margin-bottom: 80px;
}

footer {
    border-top: 2px solid #e6e6e6;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}
.social {
	display:flex;
}
.social a {
    margin: 0px 10px;
	background: rgba(224, 223, 223, 1);
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 60px;
	text-align:center;
}
.social a img {
	vertical-align:middle;
}
.footer-bottom {
    border-top: 2px solid #e6e6e6;
    padding: 15px 0px;
}

.footer-bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer-bottom-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    color: #5c5c5c;
    text-decoration: none;
    padding: 0px 10px;
}

.footer-bottom-link a :hover {
    text-decoration: underline;
}

.footer-main-card {
    display: flex;
    flex-direction: column;
}

.footer-main-card .email {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    white-space: nowrap;
    color: #151719;
    text-decoration: none;
    margin-top: 10px;
}

.footer-main-card .phone {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    white-space: nowrap;
    color: #9c9c9c;
}


.faq-accordion {
    margin: 20px 0px 40px;
}

.faq-item {
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    padding: 26px 0px;
    cursor: pointer;
    transition: 0.3s;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    transition: background 0.3s ease;
}

.faq-item:hover {
    background: #f9f9f9;
}

.faq-question-text {
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    max-width: 180px;
}

.faq-arrow {
    width: 26px;
    height: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-inner {
    padding: 20px 20px 20px 20px;
    color: #000;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

a.vopros-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 390px;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    background: #9e2046;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    margin: 0px auto 80px;
    transition: 0.3s;
}

a.vopros-btn:hover {
    background: #c12655;
}

.route-item {
    position: relative;
}

h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    /*white-space: nowrap;*/
}

.routes-gallery {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin: 20px 0px 50px;
}

.route-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.route-item .action {
	position:absolute;
	padding: 5px 35px;
    right: 10%;
    top: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	background: linear-gradient(0.00deg, rgba(158, 32, 70, 1) 0%,rgba(236.61, 27.3, 90.43, 1) 100%);
}
.route-item>img {
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
	image-rendering: pixelated;
}

.content-routes {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -25%, #242424 100%);
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.content-routes h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    width: 100%;
}

.content-routes>p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    padding: 10px 0px;
    width: 100%;
}

.content-routes>p svg {
    margin-right: 5px;
}

.route-duration {
    width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    white-space: nowrap;
    color: #ffffff;
}

.route-duration svg, .route-price svg {
    margin-right: 7px;
}

.route-price {
    width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    white-space: nowrap;
    color: #ffffff;
}

.lgot-accordion {
    max-width: 48%;
}

.lgot-accordion .faq-question span.faq-question-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    max-width: 220px;
}

.lgot-accordion .faq-question {
    height: 70px;
    border-radius: 10px;
    background: #9E2046;
    color: #fff;
}

.lgot-accordion .faq-item {
    border: 0px;
    margin: 15px 0px;
    padding: 0px;
}

.lgot-accordion {
    max-width: 48%;
}

.full-item {
    padding-bottom: 40px;
    position: relative;
}

.full-item .faq-item:hover {
    background: #f9f9f9;
}

.lgot-img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    right: -10px;
    max-width: 50vw;
    border-radius: 20px;
    overflow: hidden;
    max-height: 540px;
}

.lgot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*Расписание и стоимость*/
.schedule-wrap {
	display: flex;
    justify-content: space-around;
    gap: 15px;
	padding:30px 0;
}
.schedule-item {
	max-width:24%;
}
.schedule-item h3 {
	color: rgba(158, 32, 70, 1);
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: 0%;
	padding:25px 20px;
	box-sizing: border-box;
	border: 2px solid rgba(158, 32, 70, 1);
	border-radius: 10px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.schedule-item h4 {
	color: rgba(158, 32, 70, 1);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0%;
	padding:20px 0 5px 0;
}
.schedule-item h5 {
	color: rgba(158, 32, 70, 1);
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0%;
	padding:15px 0 5px 0;
}
.schedule-item button {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: center;
	padding:12px 25px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	background: rgba(158, 32, 70, 1);
	margin:20px 0 0 0;
	border:0;
	cursor:pointer;
	transition-property: background;
	transition-duration: 0.3s;
}
	.schedule-item button:hover {
		background: #c12655;
	}
.schedule-time {
	display:flex;
	flex-wrap:wrap;
}
.schedule-time input[type="radio"] {
display: none;
}
.schedule-time label {
	border-radius: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 1);
	padding:3px 15px;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
	font-style: Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0%;
	margin:15px 15px 0 0;
	transition-property: background;
	transition-duration: 0.3s;
}
	.schedule-time label:hover {
		color:#fff;
		background: rgba(158, 32, 70, 1);
	}
.schedule-time input[type="radio"]:checked + label {
		color:#fff;
		background: rgba(158, 32, 70, 1);
}
.schedule-select {
	position: relative;
	width: 90%;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	background: rgba(255, 255, 255, 1);
	padding:0 15px;
}
.price-free .select-trigger {
	background:transparent;
}
.select-trigger {
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	color: rgba(0, 0, 0, 1);
	font-style: Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0%;
	display:flex;
	justify-content:space-between;
	background:url(./img/select-arrow.webp) right center no-repeat;
}
.select-trigger span {
	padding-right:8%;
}
.select-options {
	display: none; /* Скрыто по умолчанию */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 10;
}

.schedule-select.open .select-options {
	display: block; /* Показываем при клике */
}

.option {
	padding: 10px;
	color: rgba(0, 0, 0, 1);
	font-style: Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0%;
	display:flex;
	justify-content:space-between;
}

.option:hover {
	background-color: #f0f0f0;
}

/* Стилизация strong внутри опции */
.option strong {
	color: rgba(0, 0, 0, 1);
	font-style: Bold;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0%;
}
#schedule p {
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: left;
	padding:25px 0 0 0;
}
.scheduleswiper .swiper-pagination {
	display:none;
}

.contact .contact.form-group {
    margin-bottom: 24px;
}

.contact label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
    width: 350px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
    font-family: inherit;
    margin-bottom: 10px;
}

.contact input:focus,
.contact textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.contact textarea {
    resize: vertical;
    min-height: 120px;
}

.contact .error {
    border-color: #f44336 !important;
}

.contact .error-message {
    color: #f44336;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

.contact .error-message.show {
    display: block;
}

.contact button {
position: relative;
    bottom: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 285px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background: #9e2046;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    transition-property: background;
    transition-duration: 0.3s;
}

.contact button:hover {
    background: #c12655;
}

.contact button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.contact button:active {
    transform: translateY(0);
}

.contact button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.contact .message {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
    font-size: 14px;
}

.contact .message.show {
    display: block;
}

.contact .message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #81c784;
}

.contact .message.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.contact .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
.schedule-wrap {
    gap: 0;
}	
.schedule-item {
	max-width:90%;
}
.scheduleswiper .swiper-pagination {
	z-index: 1;
    top: 0 !important;
	display:block;
}
.scheduleswiper .swiper-pagination-bullet-active	{
	background: rgba(158, 32, 70, 1);
}
.schedule-item h3 {
	color:#fff;
	background: rgba(158, 32, 70, 1);
}
.schedule-item:not(.swiper-slide-active) h3 {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	background: rgba(177, 177, 177, 1);
	border: 2px solid rgba(177, 177, 177, 1);
	color:#fff;
}
.schedule-item:not(.swiper-slide-active) h4, .schedule-item:not(.swiper-slide-active) h5 {
	color: rgba(190, 190, 190, 1);
}
.schedule-item:not(.swiper-slide-active) button {
	background: rgba(190, 190, 190, 1);
	color:#fff;
}
.schedule-item:not(.swiper-slide-active) .schedule-time label, .schedule-item:not(.swiper-slide-active) .schedule-select {
	opacity:0.25;
}
#schedule p {
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0%;
	padding: 15px;
}
}
/* Блока схема Метеора */
#schema {
	padding:40px 0;
}
#schema .schema-main-img {
	display: block;
	padding:25px 0;
}
.schemaswiper {
	display:none;
}
@media screen and (max-width: 768px) {
.schemaswiper {
	display:block;
}
#schema .schema-main-img {
	display:none;
}
.schemaswiper .swiper-pagination-schema {
	display: flex;
	justify-content:space-between;
	padding: 10px 0;
}
.schemaswiper .swiper-pagination-schema button {
	width: -webkit-fill-available;
	height: auto;
	box-sizing: border-box;
	border: 2px solid rgba(190, 190, 190, 1);
	border-radius: 10px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
	padding:5px 8px;
	color: rgba(190, 190, 190, 1);
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	background:transparent;
	opacity:1;
}
.schemaswiper .swiper-pagination-schema button.swiper-pagination-bullet-active {
	box-sizing: border-box;
	border: 2px solid rgba(158, 32, 70, 1);
	color: rgba(158, 32, 70, 1);
}
.schemaswiper img {
	display:block;
	margin:0 auto;
}
}	
/* Блок преимущества */
#advantages {
	padding:50px 0;
}
#advantages h2 {
	padding:0 0 55px 0;
}
.advantages-wrapper {
	display: flex;
    justify-content: space-around;
    gap: 15px;
	padding:0;
}
.advantages-wrapper .advantage-item {
	width:100%;
	max-width:32%;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0%;
}
.advantages-wrapper .advantage-item picture {
	position:relative;
	display: block;
}
.advantages-wrapper .advantage-item picture[data-advantage]::after {
    content: attr(data-advantage);  
    position: absolute;
    border: 2px solid rgba(15, 15, 15, 0.1);
	border-radius: 10px;
	backdrop-filter: blur(50px);
	background: linear-gradient(136.83deg, rgba(255, 255, 255, 0.4) -8.952%,rgba(255, 255, 255, 0.01) 114.001%);
    color: #ffffff;
    bottom: 25px;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0%;
}
.advantages-wrapper .advantage-item img {
	image-rendering: pixelated;
}
.advantages-wrapper .advantage-item:first-child {
	align-self:end;
}
.advantages-wrapper .advantage-item strong {
	display:block;
	font-weight: 700;
	padding:12px 0 5px 0;
}
.advantages-wrapper .advantage-item span {
	font-weight: 400;	
}
@media screen and (max-width: 768px) {
	.advantages-wrapper {
		flex-direction:column;
	}
	.advantages-wrapper .advantage-item:first-child {
		align-self: auto;
	}
	.advantages-wrapper .advantage-item {
		max-width:100%;
	}
	.advantages-wrapper .advantage-item img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
}

/*Мобильное меню */

/* Стили самого меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 30%;
    height: 100%;
    background-color: #fff;
    color: #9e2046;
    padding: 20px;
    transition: 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    right: 0;
}

.menu-close-btn {
    align-self: flex-end;
    background: none;
    border: none;
    color: #9e2046;
    font-size: 35px;
    cursor: pointer;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.menu-links li {
    margin-bottom: 20px;
}

.menu-links a {
    color: #9e2046;
    text-decoration: none;
    font-size: 20px;
}

/* Темная подложка */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}



.menu-overlay.active {
    display: block;
}
	.created a {
		text-decoration:none;
		opacity:0.5;
		color:#000;
	}




@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1280px) {
	.mobile-menu {
		width:60%;
	}
    .header-menu-btn {
        width: 98px;
        height: 85px;
    }

    .header-menu-btn svg {
        position: absolute;
        width: 98px;
    }
}

@media screen and (max-width: 1100px) {
    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        margin-right: 20px;
    }

    .header .main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0px;
        position: relative;
    }

    .header-img img {
        transform: scale(1.02);
    }

    .header-line {
        margin: 20px 20px 40px;
    }

}

@media screen and (max-width: 980px) {
    .footer-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0px;
        flex-direction: column;
    }

    .footer-main-card:nth-child(1) {
        order: 1;
    }

    .footer-main-card:nth-child(2) {
        order: 3;
    }

    .footer-main-card:nth-child(3) {
        order: 2;
    }

    .footer-main-card {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 920px) {
    .header-img h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        bottom: initial;
        top: 20px;
        max-width: 300px;
        left: 20px;
    }

    .header-img-text {
        left: 20px;
        top: 150px;
        bottom: initial;
    }

    .header-img {
        position: relative;
        margin-bottom: 80px;
        height: 500px;
    }

    .header-img img {
        transform: scale(1.02);
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: right;
    }

    .footer-main-card .phone {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        white-space: nowrap;
        color: #962344;
        text-align: center;
        text-decoration: none;
    }

    .footer-main-card .email {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        white-space: nowrap;
        color: #151719;
        text-align: center;
    }

    .footer-bottom-main {
        flex-direction: column;
    }

    .copyright {
        order: 2;
    }

    .footer-bottom-link {
        text-align: center;
    }

    .routes-gallery {
        flex-wrap: wrap;
        gap: 15px 1%;
    }

    .route-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        width: 49%;
    }

    .lgot-img {
        display: none;
    }

    .lgot-accordion {
        max-width: 100%;
    }
}


@media screen and (max-width: 800px) {}


@media screen and (max-width: 550px) {
    .route-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
    }
}