/* General */

@font-face {
    font-family: 'gotham_medium';
    src: url('../fonts/gotham_medium.eot');
    src: url('../fonts/gotham_medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_medium.otf') format('otf'),
        url('../fonts/gotham_medium.svg#gotham_medium') format('svg'),
        url('../fonts/gotham_medium.ttf') format('truetype'),
        url('../fonts/gotham_medium.woff') format('woff'),
        url('../fonts/gotham_medium.woff2') format('woff2');
}

@font-face {
    font-family: 'gotham_mediumitalic';
    src: url('../fonts/gotham_mediumitalic.eot');
    src: url('../fonts/gotham_mediumitalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_mediumitalic.otf') format('otf'),
        url('../fonts/gotham_mediumitalic.svg#gotham_mediumitalic') format('svg'),
        url('../fonts/gotham_mediumitalic.ttf') format('truetype'),
        url('../fonts/gotham_mediumitalic.woff') format('woff'),
        url('../fonts/gotham_mediumitalic.woff2') format('woff2');
}

@font-face {
    font-family: 'gotham_bold';
    src: url('../fonts/gotham_bold.eot');
    src: url('../fonts/gotham_bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_bold.otf') format('otf'),
        url('../fonts/gotham_bold.svg#gotham_bold') format('svg'),
        url('../fonts/gotham_bold.ttf') format('truetype'),
        url('../fonts/gotham_bold.woff') format('woff'),
        url('../fonts/gotham_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'gotham_black';
    src: url('../fonts/gotham_black.eot');
    src: url('../fonts/gotham_black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_black.otf') format('otf'),
        url('../fonts/gotham_black.svg#gotham_black') format('svg'),
        url('../fonts/gotham_black.ttf') format('truetype'),
        url('../fonts/gotham_black.woff') format('woff'),
        url('../fonts/gotham_black.woff2') format('woff2');
}

@font-face {
    font-family: 'gotham_book';
    src: url('../fonts/gotham_book.eot');
    src: url('../fonts/gotham_book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_book.otf') format('otf'),
        url('../fonts/gotham_book.svg#gotham_black') format('svg'),
        url('../fonts/gotham_book.ttf') format('truetype'),
        url('../fonts/gotham_book.woff') format('woff'),
        url('../fonts/gotham_book.woff2') format('woff2');
}

html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 196px;	
    font-family: 'gotham_medium', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section {
    margin-bottom: 40px;
}

.footer {
    background-image: url('../img/trava1.png');
    background-repeat: repeat-x;
    background-position: center bottom;
	position:absolute;
	bottom: 0;
    width: 100%;
	height: 196px;
	z-index:999;
}

/*.footer div.container{
	height: 106px;
	 background-image: url('../img/zver/1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
	position:absolute;	 
	 z-index:1;
}*/
.img-zver {
    max-height: 250px;
	/*max-width: 320px;*/
    position: absolute;
    bottom: 0;
    right:15%;	
}	


@media (max-width: 1299px) {

	body {
		margin-bottom: 106px;
	}

	.footer {	
		height: 106px;
	}	
		
	.img-zver {
		max-height: 150px;
		/*max-width: 320px;*/
		position: absolute;
		bottom: 0;
		right: 20%;	
	}	
}

b {
    font-family: 'gotham_black';
}

i {
    font-family: 'gotham_mediumitalic';
}

.thin_text {
	font-family: 'gotham_book';
}

.bold_text {
	font-family: 'gotham_medium'
}

/* ---------------------------------------- */

.card-body {
	padding: 1.25rem 0.25rem 1.25rem 0.25rem;
}

.btn {
	border-radius: 8px;
}	

.btn-success {
    background-color: #0A8F08;
    color: white;
    font-weight: 500;
    border: none;
}

.btn-success:active,
.btn-success:focus {
    background-color: #EBECEC;
    color: black;
}

.btn-success:hover {
    background-color: #EBECEC;
    color: black;
}

.btn-light {
	color: #0A8F08;
}

.btn-outline-light {
    /*background-color: #0A8F08;*/
    color: white;
    padding: 8px;
}

.btn-outline-success {
    border-color: #0A8F08;
    color: #0A8F08;
    /*padding: 8px;*/;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #0A8F08;
    border-color: #0A8F08;
}

.btn-outline-dark {
    font-weight: 500;
    border: 2px solid;
    text-transform: uppercase;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
    background-color: #0A8F08;
    color: white;
    border: 2px solid;
}

.button-price {
    max-height: 65px;
    background-color: white;
    color: #0A8F08;
    font-weight: 500;
    border-radius: 8px;
    font-size: 1.5em;
}

.button-call {
    color: white;
    font-weight: 500;
    font-size: 1.2em;
}

.button-call:hover,
.button-call:active {
    color: #0A8F08;
    border: 1px solid white;
    border-radius: 8px;
    background-color: white;
}

.button-call img {
    max-height: 40px;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
}

/* ---------------GRID--------------------- */

@media (min-width: 1300px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}

/*Header*/

.header-menu a {
    list-style: none;
    text-decoration: none;
    color: black;
}

.header-menu a:hover {
    color: #0A8F08;
}

.header-menu a:focus {
    color: #0A8F08;
}

.header-menu a:active {
    color: #0A8F08;
}

.header-menu .nav-item .active {
    color: #0A8F08;
	border-bottom: 1px solid;
}

.header-menu .nav-link {
	padding: 0;
	margin: .5rem 1rem;
}

.logo-aziatika img{
    width: 298px;
}

/*----------------Modal--------------*/
.bg-modal-price {
    background-image: url('../img/bg-modal-prlice.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.bg-modal-call {
    background-image: url('../img/bg-modal-call.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.modal-body div.form-group {
	max-width:320px;
}

.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}


/*------------------Adress-------------*/

.adress-text-body {
    width: 100%;
    height: 10vh;
    background-color: #0A8F08;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adress-text {
    font-size: 1.5em;
    color: white;
}

@media (max-width: 575.98px) {
    .adress-text {
        font-size: 1em;
    }
}

/* --------------Footer---------------- */

.email-back {
    background-color: white;
    margin: 0px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.btn-email {
    background-color: #0A8F08;
    color: white;
    font-weight: 500;
    border: none;
}

.btn-email:active,
.btn-email:focus {
    background-color: #EBECEC;
    color: black;
}

.btn-email:hover {
    background-color: #EBECEC;
    color: black;
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.back-to-top img {
	width:40px;
}

.back-to-top:hover {
  opacity: 1;
  background-color: #0A8F08;
}

@media (max-width: 575px) {
  .back-to-top {
    bottom: 0px;
    right: 15px;
  }
}

/* ---------------Icons--------------------- */

.footer-menu a {
    list-style: none;
    text-decoration: none;
    color: white;
}

.footer-menu a:hover {
    color: #000;
}

.footer-menu a:focus {
    color: #000;
}

.footer-menu a:active {
    color: #000;
}

.line {
    border: 1px solid white;
}

a.footer-link {
    list-style: none;
    text-decoration: none;
    color: #000;
	font-size: 14pt;
}

a.footer-link:hover {
    color: #0A8F08;
}

a.footer-link:focus {
    color: #0A8F08;
}

a.footer-link:active {
    color: #0A8F08;
}

.footer-text,
.footer-text1 {
    color: #000;
	font-size: 10pt;
}

.group-icons1 {
    text-decoration: none;
	width:268px;

}

/*** Carousel Hero Header Start ***/

.header-carousel .header-carousel-item img {
    object-fit: scale-down;
	height: auto;
	/*width:100%;*/
}

.header-carousel .header-carousel-item h1 {
    font-size: 36px;
}

.header-carousel .header-carousel-item p {
    font-size: 20px;
}

.header-carousel .header-carousel-item a {
	margin-top:10px;
}

.header-carousel a.btn i {
    font-size: 36px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fff;
    color: #000;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    right: 30px;
    margin-right: 90px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 #ccc;
    color: #0A8F08;
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 40px;
    /*background: rgba(0, 0, 0, .2);*/
    display: flex;
    /*align-items: end;*/
	text-align: left;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item h1 {
        font-size: 20px;
    }

    .header-carousel .header-carousel-item p {
        font-size: 14px;
    }
	
	.header-carousel .header-carousel-item a {
		margin-top:400px;
	}
	
	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		display:none;
	}

	.header-carousel .header-carousel-item img {
		object-fit: cover;
		height: 645px;
        width: 654px;
	}	
	
	.header-carousel .header-carousel-item img.banner1 {
		content:url("/img/carousel11s.jpg?7");	
	}	
	.header-carousel .header-carousel-item img.banner2 {
		content:url("/img/carousel22s.jpg?8");	
	}	
	.header-carousel .header-carousel-item img.banner3 {
		content:url("/img/az_m_ny2026_1.jpg?8");	
	}	
    .header-carousel .header-carousel-item img.banner4 {
        content:url("/img/az_m_ny2026_2.jpg?8");    
    }
    .header-carousel .header-carousel-item img.banner5 {
        content:url("/img/az_m_ny2026_3.jpg?8");    
    }        

}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    /*animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;*/
}

@keyframes image-zoom {
    0% {
        height: 100%;
        opacity: 1;
    }

    25% {
        height: 110%;
        opacity: 0.9;
    }

    50% {
        height: 115%;
        opacity: 0.8;
    }

    75% {
        height: 110%;
        opacity: 0.9;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

/*** Carousel Hero Header End ***/

/* -------------------Product------------------------- */

.img-product {
    max-height: 350px;
}

/* Tabs (pills) panel */

.nav-pills {
    background-color: #EBECEC;
    border-radius: 8px;
    list-style: none;
}

.tablist {
    margin: 0px 15px;
   border-radius: 8px;
    list-style: none;
    margin: 0;
}

.nav-pills .nav-link {
    list-style: none;
    text-decoration: none;
    color: black;
   border-radius: 8px;
}

.tablist .nav-link {
    width: 100%;
    margin: 0;
}

.tablist .nav-link.active {
    background-color: #0A8F08;
    color: white;
}

/* ----------------------Splide-Slider------------------ */

.splide div {
    padding: 15px;
}

.splide__arrow--prev {
    left: -1em;
    background-color: #0A8F08;
	width:3em;
	height:3em;
}

.splide__arrow--next {
    right: -1em;
    background-color: #0A8F08;
	width:3em;
	height:3em;
}

.my_slide_btn {
    border-radius: 19px;
    border: 2px solid #eee;
    background-color: #eee;
    cursor: pointer;
}

.my_slide_btn:hover {
    border-color: #ccc;
    background-color: #ccc;
}

.my_slide_btn i {
    font-size: 1.6rem;
    margin: 5px;
}

/*-----------------Carts-------------*/

.article-card {
	width: 21rem;
    -webkit-box-shadow: 0px 0px 15px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 15px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 15px 6px rgba(34, 60, 80, 0.2);
}
.card-img-top3 {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
    min-height: 280px;
}
.card-title3 {
    text-transform: uppercase;
	font-size:12pt;
    height: 4rem;
	padding: 0 1rem;
}
.card-text3 {
    height: 15rem;
	padding: 0 1rem;
    text-align: left;
}

.main-cat-card {
    width: 22rem;
    /*height: 35rem;*/
    border: none;
    box-shadow: none;
}
.card-img-top1 {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
}
.card-title1 {
    text-transform: uppercase;
	font-size:14pt;
    height: 3rem;
	padding: 0 4rem;
}
.card-text1 {
	margin-bottom: 20px;
}

.card-img-top2 {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
}
.card-title2 {
    text-transform: uppercase;
	font-size:12pt;
    height: 3rem;
}
.card-text2 {
	font-size:10pt;
	height: 3rem;
	margin-bottom: 20px;
}

.bg-card {
    background-color: #0A8F08;
    color: white;
}

.card-img-top4 {
    width: 142px;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
}
.card-link a {
    list-style: none;
    text-decoration: none;
    color: black;
}
.card-link a:hover {
    color: #0A8F08;
}
.card-link a:focus {
    color: #0A8F08;
}
.card-link a:active {
    color: #0A8F08;
}

/* -----------About---------------- */

.about .body-text-img .img-right {
    width: 100%;
    max-width: 400px;
	position:absolute;
	right:0;
	bottom:0;
}

@media (max-width: 991px) {
	.about .body-text-img .img-right {
		width: 100%;
		max-width: 240px;
		position:relative;
	}	
}

.about .body-text-img .img-top {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 496px;
}

.about .body-img img {
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width:386px;
}

.about .btn-success {
    width: 100%;
    padding: 15px 10px;
}


/*@media (max-width: 1299.98px) {
    .about .body-img img {
        width: 24rem;
        height: 21rem;
    }
}

@media (max-width: 991.98px) {
    .about .body-img img {
        width: 22rem;
        height: 20rem;
    }
}

@media (max-width: 575.98px) {

    .about .body-text-img {
        padding-left: 20px;
        padding-right: 10px;
    }

    .about .body-img img {
        width: 30rem;
        height: 27rem;
    }
}*/

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 50px 15px 100px 15px;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}

.container-search-body {
  width: 960px;
  max-height:80vh;
  overflow-y: scroll;
  position: relative;	
}


/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 960px;
  max-width: 100%;
  height: 66px;
  border: 2px solid #e6e6e6;
  background: #fff;
}

.wrap-search-header input {
  font-family: 'gotham_book';
  font-size: 50px;
  line-height: 1.2;
  color: #333;
  
  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: #333;
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #6c7ae0;
}

@media (max-width: 991px) {
	.container-search-body {
		width: 100%;
	}	
}


@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}

.container-search-body a {
    list-style: none;
    text-decoration: none;
    color: black;
}

.container-search-body a:hover {
    color: #0A8F08;
}

.container-search-body a:focus {
    color: #0A8F08;
}

.container-search-body a:active {
    color: #0A8F08;
}

/* -----------------Articles---------------------- */

section {
    text-align: justify;
}

.bg-green {
    background-color: #0A8F08;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
}

.zag-green {
    text-decoration: underline 4px solid #0A8F08;
    text-underline-offset: 5px;
}

.booklist {
    margin: 20px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575.98px) {
    .opis {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.list-square {
    list-style-image: url(../img/article/article5-img/list-style.png);
}

.list-square>li {
    font-size: 18px;
    padding-bottom: 5px;
}

.list-counter-circle {
    list-style: none;
    counter-reset: list;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.list-counter-circle>li {
    position: relative;
    display: block;
    height: 3rem;
    line-height: 1rem;
    margin-left: 2rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
    padding-left: 2rem;
    padding-right: .5rem;
    padding-top: .5rem;
    white-space: wrap;
    border-radius: .25rem
}

.list-counter-circle>li::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    left: -2rem;
    top: -.25rem;
    bottom: -.25rem;
    width: 3.5rem;
    line-height: 3rem;
    border-radius: 2rem;
    border: .25rem solid #fff;
    text-align: center;
    color: #fff;
    background: #0A8F08;
    font-weight: 600;
    font-size: 18px;
}

.list-text {
    position: absolute;
    width: 80%;
}

.list-img {
    position: relative;
    bottom: 115%;
    left: 105%;
    width: 10em;
    padding-left: 10px;
    list-style: none;
}

.list-img2 {
    position: relative;
    bottom: 55%;
    left: 105%;
    width: 10em;
    padding-left: 10px;
    list-style: none;
}

@media (max-width: 1199px) {

    .list-counter-circle>li:nth-child(15) {
        margin-top: 5rem;
    }

    .list-counter-circle>li:nth-child(3),
    .list-counter-circle>li:nth-child(9),
    .list-counter-circle>li:nth-child(16) {
        margin-top: 11rem;
    }

    .list-text {
        position: absolute;
        width: 100%;
        margin-bottom: 20px;
    }

    .list-img {
        position: relative;
        left: 0;
        bottom: 0;
        top: 20%;
    }

    .list-img2 {
        left: 0;
        bottom: 0;
        top: 20%;
    }
}

.img-icon {
    width: 6.5em;
    height: 6.5em;
}

.body-text3 p {
    font-size: 35px;
}

.text-w {
    width: 70%;
}

.article-list,
.article-list1 {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

.article-list>li,
.article-list1>li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}

.article-list>li::before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -45px;
    width: 38px;
    height: 44px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    border-radius: 20px;
    color: #fff;
    background: #0A8F08;
    font-weight: 600;
}

.text-s {
    font-size: 28px;
}

.text-icon {
    height: 300px;
}

.text2 {
    position: absolute;
}

.picture {
    position: relative;
    top: 160px;
}

@media (max-width: 1299.98px) {
    .text-icon {
        height: 380px;
    }

    .text-s {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .text-icon {
        height: 350px;
    }

    .text-s {
        font-size: 23px;
    }
}

@media (max-width: 575.98px) {

    .text-icon {
        height: 400px;
    }

    .text-s {
        font-size: 16px;
    }

    .picture {
        top: 120px;
    }
}

.article-list1>li::before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -45px;
    width: 38px;
    height: 38px;
    background: #0A8F08;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 50%;
    color: #0A8F08;
    background: #fff;
    font-weight: 600;
}
