html{
	scroll-behavior: smooth;
}
img{
  max-width: 100%;
}

.navbar {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	padding: 20px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}

.navbar .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}


.navbar_mini {
	box-sizing: 0px 0px 29px -11px rgba(0,0,0,0.8);
	padding: 10px 0;
	background: #fff !important;
	border-bottom: 1px solid #000;
}

.navbar img{
	max-width: 250px;
}
.hero-wrap {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-wrap {
	font-size: 20px;
}
.btn.btn-primary:hover {
	border: 1px solid #4fabf7 !important;
	background: #4fabf7 !important;
}

.footer a{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
	color:#4fabf7;
}
.footer img {
	max-width: 250px;
	margin-bottom: 10px;
}

.footer ul{
	list-style-type: none;
	padding-left: 0;
}

.copyright{
	text-align: center;
}

.about__page{
	padding-bottom: 100px;
}
.show {
	display: block !important;
}

.contact__page-title {
	font-size: 40px;
  font-weight: 600;
	text-align: center;
}
.contact__page-descr {
	font-size: 20px;
	text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  margin: auto;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#cookPopup{display:none;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:15px;left:50%;width:900px;max-width:90%;transform:translateX(-50%);padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:9999}
    #cookPopup p{margin:0;text-align:left}
    .cookPopup_btn{padding:7px 15px;cursor:pointer;border:0;background:#46BCD9;border-radius:4px;font-weight:800;color:#fff}
    .cookPopup_btn:hover{background:#000;}
		#cookPopup a {
			color: #46BCD9;
		}
    @media(min-width:576px){
        #cookPopup.show{display:flex;align-items:center}}
    @media(max-width:575px){
        #cookPopup.show{display:block;text-align:left}.cookPopup_btn{margin:10px 0 0 0}}
    .cookPopup_title{font-size:16px;font-weight:700}
    .cookPopup_desc{font-size:16px}.show{display:flex !important}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #375b22;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #375b22;
    border-bottom: 3px solid #375b22;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.wrapper{
	padding: 180px 0 80px 0;
}

.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
}
.wrapper a:hover {
	color:#4fabf7;
}

.thanksWrapper{
  position: relative;
	padding: 80px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
	margin-bottom: 40px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}




@media(max-width: 992px) {
	.navbar .container,
	.navbar-collapse {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.navbar-nav  {
		flex-direction: row !important;
		gap: 8px;
		margin: 0 auto !important;
	}
}

@media(max-width: 767.98px) {
	.padding-bt-mob {
		padding-top: 16px;
	}
	.about__page .row {
		gap: 32px;
	}
}



@media(max-width: 550px) {
	.hero-wrap {
		background-image: url("../images/1.webp");
	}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding: 4px !important;
	}
	.slider-text h1 {
		font-size: 40px;
	}
	.heading-section .subheading:before,
	.heading-section .subheading:after {
		width: 10px;
	}
	.heading-section .subheading:before {
	  right: -20px;
  }
	.heading-section .subheading:after {
	  left: -20px;
  }
}

@media(max-width:440px) {
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
	}
}