/* TITANA.LT */
/* KOPIJUOTI DRAUDŽIAMA */

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

* {font-family: 'hind', sans-serif;}

body {
	background:#fff; height: 100% !important;
}

section {overflow-x: hidden;}

div {
	box-sizing: border-box;
}

a, p, h1,h2,h3,h4,h5,h6,h7,span,b, li, ul, div,strong {font-family: 'hind', sans-serif; text-decoration: none !important;}

p, a, li, span, font {
	font-size: 10.5pt;
}

.container {
	width: 100%;
	max-width: 950px;
	overflow: hidden;
}

a {
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

ul {
	padding:0; margin:0;
}

li {
	list-style: none;
}

select, textarea, input, button {
	outline: none !important;
	border: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.top-txt {
	font-size: 11pt;
	color: #1f1f1f;
}

.hl-1 {
	margin-right: 20px;
}

.hl-2 {
	margin-right: 5px;
}

.hr-1 {
	margin-right: 20px;
}

.hr-2 {
	margin-right: 20px;
}


















.main-menu-items-section {
	background-color: #12baaf;
	padding-top: 24px;
	padding-bottom: 17px;
	overflow: visible;
}


.spacer-transofrmed {
	background-color: #12baaf;
	padding-top: 69px;
}

.sticky-menu-bottom-border {
	display: block;
	width: 100%;
	bottom:0;
	left: 0;
	right: 0;
	height: 5px;
	position: absolute;
	background-color: rgba(18, 186, 175, 0.6);
	z-index: 999999;
	margin-bottom: -5px;
	display: none;
}

.sticky-nav {
	position: fixed;
	z-index: 99999;
	width: 100%;
	margin-top: -40px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding-top: 15px;
	padding-bottom: 8px;
}

.sticky-nav .sticky-menu-bottom-border {
	display: block;
}




.logo {
	display: block;
	width: 100%;
	min-height: 46px;
	background-image: url('/img/logo-header.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -6px;
}

.main-menu-h {
	display: flex;
	flex-wrap: wrap;
}

.main-menu-link {
	color:#fff !important;
	font-size: 14pt;
	line-height: 46px;
	flex-grow: 1;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	transition:all 0.1s;
}

.main-menu-link:hover {
	color: #ffe600 !important;
}



















/* Slider */
.content-top-section {
}

.slider-block {
	min-height: 400px;
	background-color: #cccccc;
	display: block;
	float: left;
	border-right: 5px solid #c5fffb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing: border-box;
}

.slider-top-border {
	display: block;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	height: 7px;
	position: absolute;
	background-color: rgba(18, 186, 175, 0.4);
	z-index: 3;
}

.slider-bottom-border {
	display: block;
	width: 100%;
	bottom:0;
	left: 0;
	right: 0;
	height: 7px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.4);
}

.slide-items-h {
	width: 4120px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 50%;
	margin-left: -2003px;
}

.slider-content {
	background-color: rgba(255, 255, 255, 0.85);
	width: 650px;
	height: 260px;
	position: absolute;
	float: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}

.slides-h {
	min-height: 400px;
	overflow: hidden;
}

.stx-1 {
	display: block;
	color: #00898d;
	font-size: 50pt;
	text-align: center;
	line-height: 70px;
	height: 70px;
	margin-top: 30px;
	font-weight: 500;
}

.stx-2 {
	display: block;
	color: #006064;
	font-size: 20pt;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin-top: 5px;
	font-weight: 500;
}

.s-btn {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #1ec1b6 !important;
	color: #fff !important;
	font-size: 14pt;
	text-align: center;
	line-height: 50px;
	height: 50px;
	max-width: 235px;
	margin-top: 15px;
	outline: none !important;
	box-shadow: none !important;
	border:none !important;
	transition:all 0.2s;
	font-weight: 500;
}

.s-btn:hover {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #1db7ad !important;
	color: #fff !important;
	font-size: 14pt;
	text-align: center;
	line-height: 50px;
	height: 50px;
	max-width: 235px;
	margin-top: 15px;
	outline: none !important;
	box-shadow: none !important;
	border:none !important;
}

















.covid-section {
	padding-top: 45px;
	background-color: #f3f3f3;
}

.covid-h {
	background-color: #ffd255;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.covid-title {
	display: block;
	font-size: 16pt;
	font-weight: 600;
	color:#000000;
}

.covid-txt {
	margin-top: 5px;
	display: block;
	font-size: 12pt;
	font-weight: 500;
	color:#000000;
}




















.apie-mane-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}

.pp-img {
	min-height: 480px;
}

.profile-img-h {
	display: block;
	min-height: 465px;
	background-color: #d2d2d2;
	margin-left: -15px;
	width: 100%;
	position: absolute;
}

.profile-img {
	display: block;
	min-height: 465px;
	width: 100%;
	background-image: url('/img/pp.jpg');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 0px;
	position: absolute;
}

.about-me-title-1 {
	font-size: 20pt;
	display: block;
	font-weight: 600;
	padding-left: 30px;
	line-height: 22px;
	height: 22px;
}

.about-me-text-1 {
	font-size: 12pt;
	display: block;
	font-weight: 400;
	padding-left: 30px;
	margin-top: 14px;
	
}

.about-me-title-2 {
	font-size: 17pt;
	display: block;
	font-weight: 500;
	padding-left: 30px;
	line-height: 22px;
	height: 22px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.about-me-text-2 {
	font-size: 12pt;
	display: block;
	font-weight: 400;
	padding-left: 30px;
	margin-top: 10px;
	
}




























.kainos-section {
	padding-top: 40px;
}

.kainos-title-col {
	margin-bottom: 25px;
}

.kainos-title {
	display: block;
	text-align: center;
	font-size: 22pt;
	color: #1f1f1f;
	font-weight: 600;
}

.kainos-title-2-h {
	display: block;
	text-align: center;
}

.kainos-title-2 {
	text-align: center;
	font-size: 17pt;
	color: #1f1f1f;
	font-weight: 500;
}

.kainos-title-2 span {
	text-align: center;
	font-size: 17pt;
	color: #959595;
	font-weight: 400;
}

.price-row {
	margin-left: -22px;
	margin-right: -22px;
}

.price-col {
	padding:0;
}

.price-itm-h {
	background-color: #f4f4f4;
	margin-left: 7px;
	margin-right: 7px;
}

.price-top-num {
	font-size: 20pt;
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #febc2f;
	border-radius: 50px;
	text-align: left;
	color: #fff;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: 600;
}

.price-top-txt {
	font-size: 13pt;
	color:#1f1f1f;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}

.price-itm-top {
	padding-top: 35px;
	padding-bottom: 8px;
}

.price-itm-bottom {
	padding-bottom: 10px;
}

.price-p {
	display: block;
	font-size: 30pt;
	font-weight: 700;
	width:100%;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color:#1fd0c2;
	text-indent: 33px;
}

.price-p span {
	display: block;
	font-size: 11pt;
	font-weight: 700;
	text-align: left;
	color:#0fc8ba;
	position: absolute;
	width: 80%;
	max-width: 180px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	
}

.price-itm-details {
	padding-top: 15px;
	padding-bottom: 25px;
}

.price-det-itm {
	font-size: 11pt;
	font-weight: 400;
	max-width: 150px;
	display: block;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.price-det-itm i {
	color:#febc2f;
	font-size: 13pt;
	margin-bottom: -2px;
	margin-right: 2px;
}













.cta-section {
	background-color: #12baaf;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 25px;
}

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

.cta-text {
	color:#fff;
	font-size: 20pt;
	line-height: 25pt;
	display: inline-block;
}

.cta-btn {
	color:#000 !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14pt;
	background-color: #ffce21 !important;
	line-height: 20pt;
	padding:9px 20px;
	display: inline-block;
	margin-left: 20px;
}

.cta-btn:hover {
	color:#000 !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14pt;
	background-color: #ffd84a !important;
	line-height: 20pt;
	padding:9px 20px;
	display: inline-block;
	margin-left: 20px;
}










.products-section {
	background-color: #f4f4f4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.products-row {
	margin-left: -22px;
	margin-right: -22px;
}

.products-title-col {
	margin-bottom: 30px;
}

.product-col {
	margin-bottom: 15px;
	padding-left: 7px;
	padding-right: 7px;
}

.h-products-title {
	font-size: 20pt;
	font-weight: 500;
	color:#1f1f1f;
}

.product-itm-h {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	min-height: 265px;
	background-color: #cdcdcd;
	position: relative;
}

.product-itm-top-h {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	min-height: 80px;
	background-color: #fff;
}

.product-title {
	font-size: 14.5pt;
	color:#1f1f1f;
	margin-top: 29px;
	display: block;
}

.product-itm-bottom-h {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	min-height: 185px;
	background-color: #f9f9f9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}







.c-form-section {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.c-form-title-1 {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	font-size: 16pt;
	font-weight: 500;
	color:#1f1f1f;
}

.c-form-title-2 {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	font-size: 19pt;
	font-weight: 500;
	color:#1f1f1f;
}

.c-form-title-col {
	margin-bottom: 30px;
}

.c-form-col {
	max-width: 735px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	position: relative;
}

.c-form-inner-col {
	padding: 0;
}

.c-form-inner-col-2 {
	padding: 0;
	margin-top: 20px;
}

.c-form-f-h {
	margin-left: 10px;
	margin-right: 10px;
}

.c-form-label {
	display: block;
	font-size: 12pt;
	color:#1f1f1f;
	text-align: center;
	font-weight: 400;
}

.c-form-f {
	display: block;
	width: 100%;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	background-color: #fafafa !important;
	border: 1px solid #d3d3d3;
	transition: background-color 0.1s;
	font-size: 11pt;
	height: 37px;
	text-align: center;
	box-sizing: border-box;
}

.c-form-f:focus {
	background-color: #f0ffff !important;
	border: 1px solid #48cac2 !important;
	color:#00332f;
}


.c-form-text {
	height: 115px;
	resize: none;
}

.c-form-btn {
	background-color: #ffce21 !important;
	color:#000 !important;
	font-size: 12pt;
	text-align: center;
	border-radius: 0 !important;
	line-height: 40px;
	padding:0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	margin-top: 10px;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.c-form-btn:hover {
	background-color: #ffd84a !important;
	color:#000 !important;
	font-size: 12pt;
	text-align: center;
	border-radius: 0 !important;
	line-height: 40px;
	padding:0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	margin-top: 10px;
	cursor: pointer !important;
}

.c-form-note-1 {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.c-form-note-2 {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-top: 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.cf_rezultatas_pavyko {
	display: block;
	position: fixed;
	z-index: 99999;
	bottom:20px;
	left: 25px;
	width: 125px;
	height: 60px;
	background-color: #68bb00;
	border: 4px solid #68bb00;
	border-radius: 20px !important;
	box-sizing: content-box;
}

.cf_rezultatas_pavyko span.msg_aciu_txt_big {
	font-size: 15pt;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
	font-weight: 800 !important;
	position: absolute;
	bottom:0px;
	width: 100%;
}

.msg_aciu_txt_small {
	font-size: 9pt;
	color:#fff;
	text-align: center;
	display: block;
	padding-top: 10px;
	line-height: 10px;
	height: 10px;
	font-weight: 600 !important;
	position: absolute;
	top:5px;
	width: 100%;
}

.msg_aciu_txt_tri {
	direction: block;
	width: 32px;
	height: 29px;
	background: url('http://mud.lt/images/tri_green.png');
	position: absolute;
	background-size: 100%;
	background-position: center center;
	bottom:-13px;
	left: -19px;
}

.cf_rezultatas_error {
	display: block;
	position: fixed;
	z-index: 99999;
	bottom:20px;
	left: 25px;
	width: 125px;
	height: 60px;
	background-color: #d1071b;
	border: 4px solid #d1071b;
	border-radius: 20px !important;
	box-sizing: content-box;
}

.cf_rezultatas_error span.msg_error_txt_big {
	font-size: 15pt;
	color:#fff;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: 800 !important;
	position: absolute;
	top:8px;
	width: 100%;
}

.msg_error_txt_small {
	font-size: 8pt;
	color:#fff;
	text-align: center;
	display: block;
	padding-top: 10px;
	line-height: 10px;
	height: 10px;
	font-weight: 600 !important;
	position: absolute;
	bottom:10px;
	width: 100%;
}

.msg_error_txt_tri {
	direction: block;
	width: 32px;
	height: 29px;
	background: url('http://mud.lt/images/tri_red.png');
	position: absolute;
	background-size: 100%;
	background-position: center center;
	bottom:-13px;
	left: -19px;
}














.who-section {
	background-color: #f4f4f4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.who-title-col {
	margin-bottom: 20px;
}

.who-title {
	font-size: 19pt;
	font-weight: 500;
	color:#1f1f1f;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.who-text-1 {
	font-size: 12pt;
	font-weight: 300;
	color:#1f1f1f;
	display: block;
	width: 100%;
	float: none;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.who-text-2 {
	font-size: 13pt;
	font-weight: 600;
	color:#1f1f1f;
	display: block;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.who-list-itm {
	font-size: 13pt;
	font-weight: 400;
	color:#1f1f1f;
	display: block;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}

.who-list-itm i {
	color:#febc2f;
	font-size: 16pt;
	 margin-right: 2px;
}

.who-btn {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #1ec1b6 !important;
	color: #fff !important;
	font-size: 14pt;
	text-align: center;
	line-height: 47px;
	height: auto;
	max-width: 220px;
	margin-top: 15px;
	outline: none !important;
	box-shadow: none !important;
	border:none !important;
	transition:all 0.2s;
	font-weight: 500;
	padding-left: 30px;
	padding-top: 2px;
}

.who-btn:hover {
	background-color: #1db7ad !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
	border:none !important;
}

.who-btn i {
	font-size: 25pt;
	position: absolute;
	margin-top:7px;
	margin-left: -28px;
	transform: rotate(-20deg);
}









.tm-section {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
}

.tm-title-col {
	margin-bottom: 20px;
}

.tm-title {
	font-size: 19pt;
	font-weight: 500;
	color:#1f1f1f;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.tm-slider {
	width: 100%;
	max-width: 800px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.tm-slider-inner {
	width: 100%;
	min-width: 100%;
}

.tm-item {
	background-color: transparent;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.tm-item-inner {
	background-color: #f2f2f2;
	padding:20px 16px;
	width: 100% !important;
}

.tm-text {
	font-size: 12pt;
	display: block;
	width: 100%;
	position: relative;
}

.tm-author {
	font-size: 12pt;
	display: block;
	width: 100%;
	position: relative;
	font-weight: 600;
	margin-top: 10px;
}

.tm-indicators {
	position: relative;
	margin-top: 40px;
}

.tm-indicators li {
	background-color: #a3f6f0;
	width: 15px;
	max-width: 15px;
	height: 15px;
	border-radius: 30px;
}

.tm-indicators li.active {
	background-color: #18b7ac;
}























/* galerija */
.gallery-itm {
	margin-bottom: 25px;
}

.gallery-item-atm-h {
	padding-left: 7px;
	padding-right: 7px;
}

.gallery-itm-atm {
	margin-bottom: 14px;
	display: block;
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ekko-lightbox.modal {
	background-color: rgba(10, 219, 206, 0.85);
}

.ekko-lightbox .modal-body {
	padding:0;
/* 	border: 5px solid #35fff1; */
	border-radius: 0 !important;
}

.ekko-lightbox .modal-content {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.ekko-lightbox-nav-overlay span {
	font-size: 35pt;
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
}








#kontaktai {
	z-index: 999999;
	background-color: rgba(10, 219, 206, 0.85);
}

.kontaktai-h {
	max-width: 600px;
	transform: translate(0, -50%) !important;
    top: 50% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.kontaktai-modal-content {
	min-height: 370px;
	border-radius: 0;
	border: none;
}

.contact-title {
	font-size: 20pt;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

.contact-icon-holder {
	width: 100%;
	max-width: 180px;
	min-height: 35px;
	display: block;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	box-sizing: border-box;
	
	background-image: url('http://a5.lt/img/contact-icons.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


.contact-phone {
	font-size: 26pt;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-weight: 600;
	color:#212121 !important;
}

.working-hours {
	font-size: 16pt;
	display: block;
	text-align: center;
	margin-top: 0;
	font-weight: 400;
	color: #686868;
}

.contact-block-sep {
	width: 100%;
	max-width: 113px;
	min-height: 2px;
	display: block;
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
	border-bottom: 1px solid black;
}

.contact-email {
	font-size: 16pt;
	display: block;
	text-align: center;
	margin-top: 0;
	font-weight: 500;
	color: #1b1b1b;
}

.contact-fb {
	font-size: 14pt;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-weight: 400;
	color: #4267B2;
}

.contact-fb:hover {
	font-size: 14pt;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-weight: 400;
	color: #264b97;
}

.contact-bottom-txt {
	font-size: 14pt;
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	color: #292929;
}



















.copytight-txt {
	font-size: 13pt;
	display: block;
	text-align: center;
}


.copyright-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #454545;
	color:#fff !important;
	text-align: center;
}




/* mobile items */
.mobile-pp {
	display: none;

	min-height: 295px;
	width: 100%;
	background-image: url('/img/pp2.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
}

.mobile-header-top-section {
	display: none;
}

.mobile-main-menu-items-section {
	display: none;
	background-color: #12baaf;
	padding-top: 24px;
	padding-bottom: 17px;
	overflow: visible;
}

.mobile-menu-icon {
	color: #fff !important;
	font-size: 20pt;
	text-align: right;
	display: block;
	width: 100%;
}

.mobile-main-menu-items-h-section {
	background-color: #0ac3b7;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.3s;
}

.mobile-menu-link {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px dashed #18d0c3;
	box-sizing: border-box;
}

.mobile-menu-tel {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom:1px solid #0aaaa0;
	box-sizing: border-box;
	background:#0aaaa0;
}

.mobile-menu-link:hover {
	background-color: rgba(255, 255, 255, 0.22);
}

.mobile-menu-link:not(.last-link):hover {
	border-bottom: 1px solid #0ac3b7 !important;
}

.mobile-menu-link a {
	display: block;
	width: 100%;
	text-align: center;
	color:#fff !important;
	font-size: 15pt;
	padding:0;
}

.last-link {
	border-bottom: none !important;
}


.collapse {
	display: none;
}


.mobile-menu-tel a {
	font-size: 20pt;
	font-weight: 500;
}




















@media only screen and (max-width : 842px) {
	.price-p span {
		width: 90%;
	}
}

@media only screen and (max-width : 770px) {
	.mobile-header-top-section {
		display: block;
	}
	.mobile-main-menu-items-section {
		display: block;
	}
	.header-top-section {
		display: none;
	}
	.main-menu-items-section {
		display: none;
	}
	.sticky-nav {
		display: none;
	}
	.spacer-transofrmed {
		display: none;
	}
	.pp-img {
		display: none;
	}
	.about-me-col {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.about-me-title-1 {
		padding-left: 0;
		text-align: center;
	}
	.about-me-text-1 {
		padding-left: 0;
		text-align: center;
	}
	.about-me-title-2 {
		padding-left: 0;
		text-align: center;
	}
	.about-me-text-2 {
		padding-left: 0;
		text-align: center;
	}
	.row.price-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row.products-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.covid-title {
		text-align: center;
	}
	.covid-txt {
		text-align: center;
	}
	.covid-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-bar-block {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.top-bar-block-2 {
		display: none;
	}
	.hl-3.top-txt {
		float: right;
		margin-top: 1px;
	}
	.top-txt {
		font-weight: 600;
		font-size: 11pt;
	}
	#top-m {
		padding-top: 10px;
		padding-bottom: 7px;
	}
}

@media only screen and (max-width : 767px) {
	.price-col {
		margin-bottom: 15px;
	}
	.cta-section {
		margin-top: 10px;
	}
	.c-form-contact {
		margin-top: 15px;
	}
	.mobile-pp {
		display: block;
	}
}
@media only screen and (max-width : 620px) {
	.slider-content {
		width: 90%;
	}
}
@media only screen and (max-width : 598px) {
	.cta-btn {
		margin-top: 10px;
	}
	.products-section {
		padding-bottom: 5px;
	}
}
@media only screen and (max-width : 575px) {
	.price-col {
		min-width: 50%;
		width: 100%;
		max-width: 50%;
	}
	.product-col {
		min-width: 50%;
		width: 100%;
		max-width: 50%;
	}
	.stx-1 {
		font-size: 40pt;
	}
	.covid-section {
		padding-top: 20px;
	}
	.apie-mane-section {
		padding-top: 38px;
	}
}
@media only screen and (max-width : 450px) {
	.stx-1 {
		font-size: 35pt;
	}
	.slides-h {
		max-height: 350px;
		min-height: 350px;
	}	
}
@media only screen and (max-width : 410px) {
	.price-col {
		min-width: 300px;
		width: 100%;
		max-width: 300px !important;
		margin-left:auto;
		margin-right:auto;
		float: none;
		
	}
	.product-col {
		min-width: 300px;
		width: 100%;
		max-width: 300px !important;
		margin-left:auto;
		margin-right:auto;
		float: none;
	}
	.product-itm-bottom-h {
		min-height: 250px;
	}
}
@media only screen and (max-width : 410px) {
	.stx-1 {
		font-size: 30pt;
	}
	.stx-2 {
		margin-top: -10px;
	}
}
@media only screen and (max-width : 400px) {
	.stx-2 {
		font-size: 16pt;
	}
}
@media only screen and (max-width : 350px) {
	.slider-content {
		height: 240px;
	}
	.stx-1 {
		margin-top: 20px;
	}
	.slides-h {
		max-height: 342px;
		min-height: 342px;
	}
}
@media only screen and (max-width : 320px) {
	.slider-content {
		height: 300px;
	}
	.stx-1 {
		margin-top: 20px;
	}
	.slides-h {
		max-height: 380px;
		min-height: 380px;
	}
	.stx-1 {
		line-height: 35pt;
		margin-top: 45px;
		font-size: 45pt;
	}
	.stx-2 {
		margin-top: 30px;
	}
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}
@media only screen and (max-width : 345px) {
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}




