/**
* Template Name: металл-регион
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
/*	font-family: "Open Sans", sans-serif; */
	font-family: "Roboto", sans-serif;
	color: #444444;
}

a {
	color: #ffc700;
	text-decoration: none;
}

a:hover {
	color: #fecd1f;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 

img {
	max-width: 100%;
}

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

ol,
ul {
	padding-left: 20px;
}

.btn {
	background: #ffc700;
	display: inline-block;
	padding: 15px 60px 15px 60px;
	border-radius: 3px;
	color: #000;
	font-weight: 700;
	transition: 0.3s;
}

.btn:hover {
	color: #000;
	background: #fecd1f;
}

.btn_border {
	background: #000;
	border-radius: 4px;
	border: 2px solid #ffc700;
	color: #ffc700;
	font-weight: 700;
}

.btn_border:hover {
	background-color: #ffc700;
	color: #000;
}

.panel {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 20px;
}
.panel_img-cover {
	padding: 0;
}
.panel__img {
	aspect-ratio: 1/1;
	margin-bottom: 30px;
}
.panel_img-cover .panel__img {
	aspect-ratio: auto;
}
.panel_img-cover .panel__body {
	padding: 20px;
}
.panel__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.panel__img {
		margin-bottom: 0;
	}
	.panel_img-cover.panel_img-right .panel__img {
		order: 2;
	}
}

.list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.list li + li {
	padding-top: 10px;
}
.list_check {
	padding-left: 0;
}
.list_check li {
	position: relative;
	padding-left: 45px;
}
.list__icon_check {
	position: absolute;
	/*    top: 10px; */
	left: 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffc700;
}

.modal-header {
	border-bottom: none;
}
.modal_privacy .modal-dialog {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.modal_privacy .modal-dialog {
		max-width: 75%;
	}
}

.loading,
.error-message,
.sent-message {
	display: none;
}

.nowrap {
	white-space: nowrap;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.sent-message {
    margin: 1.5em 0;
    color: red;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	z-index: 997;
	transition: all 0.5s;
	/* background: #052c3f; */
	/* background: #04233c; */
	background-color: transparent;
	padding: 12px 0;
}

#header.header-transparent {
	background: none;
}

#header.header-scrolled {
	/*background: rgba(5, 44, 63, 0.8);*/
	/* background: rgba(4, 35, 60, 0.8); */
	background-color: rgba(0, 0, 0, 0.8);
	padding: 12px 0;
}

#header .logo {
    max-width: 90px; 
}
#header .logo img {
    max-width: 90px;
	height: auto;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
	/*max-height: 40px;*/
}

@media (max-width: 768px) {
	#header .logo h1 {
		font-size: 28px;
	}
}

#header .header-phone {
    
    font-size: 1.3em;
    font-weight: 600;
}

#header .header-phone a {
    color: white;
}

#header .header-phone a:hover {
    color: #ddd;
}

@media (max-width: 575px) {
	#header .logo {
        max-width: 70px; 
    }
	#header .header-phone {
        font-size: 1.2em;
        font-weight: 500; 
    }    
}


@media (max-width: 992px) {
	#header .header-phone h1 {
		font-size: 28px;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
/*	font-family: "Poppins", sans-serif; */
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	color: #ffc700;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #3b626f;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
	color: #ffc700;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 991px) {
    .navbar {
        order: 1;
    }
}    

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
		
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 11, 16, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #052c3f;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: #ffc700;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: #ffc700;
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
/*	min-height: 600px;
    height: 100vh; 
      background-color: #ffffff;
	/* background: url("../img/hero-bg.jpg") top center; */
	/* background-color: #04233c; 
	background-size: cover;
	position: relative; */
}

.hero_cover {
	min-height: 600px;
/*    height: 100vh; */
    padding-top: 120px;
    background-color: #ffffff;
    background-position: center center;
    background-attachment: scroll;
	background: url("../img/main_bg.webp") top center;
	/* background: url("../img/hero-bg.jpg") top center; */
	/* background-color: #04233c; */
	background-size: cover;
	position: relative;
}

.hero_cover::before {
	content: "";
	min-height: 600px;
/*    height: 100vh; */
	/* background: rgba(5, 44, 63, 0.7); */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.hero > div,
.hero__wrapper {
	height: inherit;
}

.hero__wrapper {
	position: relative;
	align-items: center;
	z-index: 1;
}

.hero__content {
        margin: 0 30px;
}

.hero h1 {
	margin: 0 0 15px 0;
	font-size: calc(36px + 18 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}

.hero__list {
	color: #fff;
	font-size: calc(16px + 8 * ((100vw - 320px) / (1920 - 320)));
}

.hero__list li {
	position: relative;
	padding-left: 38px;
	padding-top: 0;
}

.hero__list li::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 5px;
	left: 0;
	background-image: url('../img/icons/icon_check.webp');
	background-position: center;
	background-size: cover;
}

.hero__list li + li {
	padding-top: 0;
	margin-top: 8px;
}

.hero .btn-get-started {
/*	font-family: "Raleway", sans-serif; */
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px;
	border-radius: 4px;
	transition: 0.5s;
	border: 2px solid #ffc700;
	color: #fff;
	margin-top: 60px;
}

.hero__form {
	background-color: #fff;
	padding: 50px 40px;
}

.hero__form-title {
	color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.hero__form form {
    text-align: center;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	.hero {
		height: auto;
	}

/*	.hero_cover {
		height: 60vh; 
	}
	.hero__body {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}  */
	.hero__content {
		order: 2;
/*		text-align: center; */
	}
    .hero h1 {
    	font-size: calc(26px + 18 * ((100vw - 320px) / (1920 - 320)));
    	line-height: 42px;

    }
    .hero__list {
    	font-size: calc(14px + 8 * ((100vw - 320px) / (1920 - 320)));;
    }	
	.hero__img {
		order: 1;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.hero__container {
		top: 30px;
	}
	.hero__form {
	    margin: 0 30px;
    }
	.hero__content {
	    margin-bottom: 40px;
		order: 2;
/*		text-align: center; */
	}
	.hero h1 {
		/* font-size: 28px; */
		line-height: 36px;
		text-align: center;
	}
	.hero__list {
	    margin-left: 30px; 
	}
	.hero .btn-get-started {
		margin-top: 30px;
	}
}

@media (max-width: 525px) {

	.hero__form {
	    margin: 0 10px;
    }

}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 80px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f2f2f2; /* #f6f9fa; */
}

.section-dark {
	background-color: #333333; /* #f6f9fa; */
    color: white;
    
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}


.section-title h2 {
	font-size: calc(24px + 12 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
/*	color: #000;  #052c3f; */
}

.section-title p {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
/*	padding-bottom: 40px; */
}

.services__body {
    gap: 2em;
}
.services__img {
	text-align: right;
}

.services__content {
	font-size: 1.2rem;
	font-weight: 600;
}

.services__content li + li {
	margin-top: 8px;
}

@media (max-width: 767px) {
	.services__body {
		flex-direction: column;
	}
	.services__content {
	    margin: 0 30px;
	}
}
/*--------------------------------------------------------------
# Conditions
--------------------------------------------------------------*/
.conditions-wrapper {
	row-gap: 20px;
	margin:auto;
}

.conditions-item {
	display: flex;
	gap: 20px;
	align-items: center;
}

.conditions-number {
	width: 60px;
	height: 60px;
	background-color: #ffc700;
	color: #000;
	font-weight: 700;
	text-align: center;
    font-size: 20px;
    line-height: 60px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-bottom: 0;
}

.conditions-text {
	font-weight: 600;
    color: #000;
}

.conditions-text p {
	margin-bottom: 0;
}

.conditions-text p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
    .conditions-wrapper {
        width: 80%;
    }
    
}

/*--------------------------------------------------------------
# Akcii
--------------------------------------------------------------*/
.akcii-wrapper {
   row-gap: 2em;
}
.akcii-item {
    text-align: center;
}

.akcii-item img {
	width: 100px;
	height: auto;
}
.akcii-body {
    margin-top: 1.5em;
}

@media (max-width: 767px) {

}


/*--------------------------------------------------------------
# Special-offer
--------------------------------------------------------------*/
.special-offer__title {
	text-align: left;
	padding-bottom: 0;
}

.special-offer__text h3 {
	font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.special-offer__text p {
	font-size: calc(16px + 6 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.special-offer__text form {
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 767px) {
    .special-offer__text {
        order: 2;
        text-align: center;
    }
    .special-offer__title {    
    	text-align: center;
    }    	

}
/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.steps-wrapper {
   row-gap: 2em;
}

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

.steps-item img {
	width: 100px;
	height: auto;
}

.steps-item .arrow {
/*    transform: rotate(90deg);  */
    height: 60px;
 
}
.steps-item .arrow svg {
   transform: rotate(90deg);
 
}
.steps-body {
    margin-top: 1.5em;
}

@media (max-width: 767px) {

}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* .portfolio__slider {
	padding: 0 39px 45px;
}
.portfolio__slide img {
	width: 100%;
	max-width: 100%;
}
.portfolio__button-next::after,
.portfolio__button-prev::after {
	color: rgba(4, 35, 60, 0.6);
}
.portfolio__button-next.swiper-button-disabled::after,
.portfolio__button-prev.swiper-button-disabled::after {
	color: rgba(4, 35, 60, 0.4);
}
.portfolio__pagination .swiper-pagination-bullet {
	background: rgba(4, 35, 60, 0.6);
}
.portfolio__pagination .swiper-pagination-bullet-active {
	background: rgba(4, 35, 60, 0.6);
}
.portfolio__pagination.swiper-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet,
.portfolio__pagination.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 3px;
}
.portfolio__button-next {
	right: 0;
}
.portfolio__button-prev {
	left: 0;
}

@media (min-width: 576px) {
	.portfolio__button-next,
	.portfolio__button-prev {
		top: 0;
		height: 100%;
		margin-top: 0;
	}
} */

/*--------------------------------------------------------------
# Choose
--------------------------------------------------------------*/

.choose-item {
	margin-top: 35px;
}

.choose-item > .row::last-child {
    padding: 2em;
}
.choose-img {
	display: block;
	width: 100%;
	aspect-ratio: 3/2;
}

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

.choose-body {
    padding: 2em 1.5em;
}

.choose-model {
	font-weight: 700;
}

.choose-basic-specs {
	margin-bottom: 15px;
}

.choose-basic-specs p {
	margin-bottom: 0;
}

.choose-basic-specs span {
	font-weight: 700;
}

.extra-features p {
	font-weight: 700;
	margin-bottom: 5px;
}

.leasing-info {
	margin-bottom: 20px;
}

.leasing-info p {
	margin-bottom: 0;
}

.leasing-info p + p {
	margin-top: 5px;
}

.leasing-info p span:first-child {
	font-weight: 700;
}

.leasing-info p:first-child span:last-child {
	color: #ffc700;
	font-size: 1.2rem;
	font-weight: 700;
}

.leasing-info p:last-child span:last-child {
	font-weight: 700;
	font-size: 1.2rem;
}

@media screen and (min-width: 991px) {
	.choose-item:nth-child(even) > .row > div:first-child {
		order: 2;
	}
	.choose-body {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
.promo {
	padding: 0;
}

.promo video {
	/*    border-radius: var(--border-radius-panel);   Скругление углов изображения */
	width: 100%;
	max-width: 100%;
}

.promo__wrapper {
	position: relative;
	margin: 0 auto;
}
/*
.promo__desc {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	text-shadow: 1px 1px 2px #333;
	padding: 5% 10%;
}
*/
@media screen and (min-width: 768px) {
	.promo__desc {
		width: 100%;
		font-size: 1, 5rem;
	}
}

@media screen and (min-width: 992px) {
	.promo__wrapper {
		width: 100%;
	}
	.promo__video video,
	.promo__desc {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.promo__wrapper {
		/* width: 68%; */
	}
	.promo__desc {
		font-size: 2, 25rem;
	}
}




/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding-top: 0;
}
.faq .accordion {
    margin: 0 0;
}
.faq .accordion-flush .accordion-item {
    border: thin #ddd solid;
    border-radius: 0;
    margin-bottom: 2px;
}

.faq .accordion-flush .accordion-button {
    gap: 10px;
    padding: 20px;
    background-color:  #ddd;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3em;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.info-content {
	padding: 30px;
}

.info-title {
/*	color: #052c3f; */
	font-weight: 600;
	margin-bottom: 25px;
}

.contact .info i {
	font-size: 20px;
	color: #ffc700;
	float: left;
	width: 44px;
	height: 44px;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #052c3f;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
/*	color: #0d6e9e; */
}

.contact .info:hover i {
	background: #ffc700;
	color: #fff;
}

.contact .info a {
    color: #444444;
/*    border-bottom: thin dotted #444444; */
}
    

.contact .info a i {
	font-size: 20px;
	color: #ffc700; 
	float: none;
	width: auto;
	height: auto;
	background: transparent;
	display: inline;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	border-bottom: none;
}

.contact .info:hover a i {
	background: transparent;
	color: #ffc700;
}

.contact .info a:hover i {
	color: #fecd1f;
}

.contact .php-email-form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #ffc700;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
	background: #ffc700;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #6a9fb0;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) {
	.info-map iframe {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.info-content {
		padding: 50px 30px 50px 50px;
	}
}
.map-copyrights,
.map-widget-layout-view__top-right-controls {
    display: none !important;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	margin-top: 86px;
	padding: 15px 0;
	min-height: 40px;
	background: #f2fafe;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 72px;
	}
}

.breadcrumbs h2 {
	font-size: 26px;
	font-weight: 600;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #094d6e;
	content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #04233c;
	color: #fff;
	/* font-size: 14px; */
	position: relative;
}
.footer-top {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 80px 0;
}
.footer-top__item + .footer-top__item {
	margin-bottom: 40px;
}
.footer-top h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	position: relative;
/*	font-family: "Poppins", sans-serif; */
	padding-bottom: 0;
	margin-bottom: 0;
}
/* .footer-top p {
    font-size: 15px;
    padding: 0;
} */
#footer .nav {
	display: block;
}
#footer .nav li + li {
	padding-top: 10px;
}
#footer .nav-link {
	color: #ffc700;
	padding: 0;
}
#footer .nav-link:hover {
	color: #fecd1f;
}

.contact__item i {
	margin-right: 8px;
}
.contact__soc i {
	font-size: 20px;
}


@media (min-width: 768px) {
	.footer-top__item {
		text-align: left;
	}
	.footer-top__item + .footer-top__item {
		margin-top: 0;
	}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	/* right: 15px;
  bottom: 15px; */
	left: 25px;
	bottom: 32px;
	z-index: 996;
	background: #ffc700;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #a0c1cc;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 768px) {
	.back-to-top {
		left: auto;
		right: 115px;
	}
}

/*--------------------------------------------------------------
# cookies-msg
--------------------------------------------------------------*/

#cookies-msg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	z-index: 999999;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);/*var(--bg-muted); */
}
.cookies-msg__hide {
	display: none;
}

/*--------------------------------------------------------------
# Whatsapp widget
--------------------------------------------------------------*/
.whatsapp__link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 45px;
	bottom: 30px;
	width: 55px;
	height: 55px;
	background-color: #2ca5e0;
	border-radius: 50%;
	z-index: 999;
}
.whatsapp__img {
	display: inline-block;
	height: 35px;
	width: 35px;
	background-image: url(../img/icons/tg-widget.png);
	background-size: cover;
	background-position: center;
}
.whatsapp__link::after {
	content: " ";
	display: block;
	position: absolute;
	border: 1px solid #2ca5e0;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate-circle 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

@keyframes animate-circle {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
