/*********FONTS**********/

@font-face {
	font-family: "Stolzl";
	src: url("../fonts/Stolzl-Light/Stolzl-Light.eot");
	src: local("Stolzl Light"), local("Stolzl-Light"), url("Stolzl-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Stolzl-Light/Stolzl-Light.woff2") format("woff2"),
		url("../fonts/Stolzl-Light/Stolzl-Light.woff") format("woff"),
		url("../fonts/Stolzl-Light/Stolzl-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl-Regular";
	src: url("../fonts/Stolzl-Book/Stolzl-Book.eot");
	src: local("Stolzl Book"), local("Stolzl-Book"),
		url("../fonts/Stolzl-Book/Stolzl-Book.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Stolzl-Book/Stolzl-Book.woff2") format("woff2"),
		url("../fonts/Stolzl-Book/Stolzl-Book.woff") format("woff"),
		url("../fonts/Stolzl-Book/Stolzl-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl-Book";
	src: url("../fonts/Stolzl-Regular/Stolzl-Regular.eot");
	src: local("Stolzl Regular"), local("Stolzl-Regular"),
		url("../fonts/Stolzl-Regular/Stolzl-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Stolzl-Regular/Stolzl-Regular.woff2") format("woff2"),
		url("../fonts/Stolzl-Regular/Stolzl-Regular.woff") format("woff"),
		url("../fonts/Stolzl-Regular/Stolzl-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Stolzl-Medium";
	src: url("../fonts/Stolzl-Medium/Stolzl-Medium.eot");
	src: local("Stolzl Medium"), local("Stolzl-Medium"),
		url("../fonts/Stolzl-Medium/Stolzl-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Stolzl-Medium/Stolzl-Medium.woff2") format("woff2"),
		url("../fonts/Stolzl-Medium/Stolzl-Medium.woff") format("woff"),
		url("../fonts/Stolzl-Medium/Stolzl-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl-Bold";
	src: url("../fonts/Stolzl-Bold/Stolzl-Bold.eot");
	src: local("Stolzl Bold"), local("Stolzl-Bold"),
		url("../fonts/Stolzl-Bold/Stolzl-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Stolzl-Bold/Stolzl-Bold.woff2") format("woff2"),
		url("../fonts/Stolzl-Bold/Stolzl-Bold.woff") format("woff"),
		url("../fonts/Stolzl-Bold/Stolzl-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "TT Firs Neue";
	src: local("TT Firs Neue Extra Bold"), local("TT-Firs-Neue-Extra-Bold"),
		url("../fonts/TTFirsNeue-ExtraBold/TTFirsNeue-ExtraBold.woff2") format("woff2"),
		url("../fonts/TTFirsNeue-ExtraBold/TTFirsNeue-ExtraBold.woff") format("woff"),
		url("../fonts/TTFirsNeue-ExtraBold/TTFirsNeue-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

* {
	transition: 0.6s;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	padding: 0;
	font-size: 16px;
}
body {
	font-family: "Stolzl-Book";
	font-style: normal;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #090909;
	background: #fff;
	overflow-x: hidden;
	margin: 0;
}
h1, h2{
    margin-block-start: 0;
    margin-block-end: 0;	
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.center {
	text-align: center;
}
.section-title {
	font-weight: 800;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: "TT Firs Neue";
}
.grey {
	background: #f7f7f7;
}
header {
	position: relative;
	min-height: 152px;
}
.header {
	height: auto;
	position: relative;
	justify-content: flex-end;
	margin-bottom: 70px;
}
.logo-head {
	position: absolute;
	z-index: 999;
	top: 65%;
	left: 100%;
}
.logo-head a {
	display: inline-block;
}
.logo-head img {
	min-width: 150px;
	height: auto;
}
.page-left {
	background-repeat: no-repeat !important;
	background-position: 50% 100% !important;
	background-size: 100% auto !important;
	max-height: 800px;
}
.header-left {
	width: 48%;
	background-color: #ff8409;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	bottom: 0;
	z-index: 888;
	display: flex;
	align-items: center;
	padding: 125px 30px 30px;
}
.header-left.page-left {
	background-repeat: no-repeat !important;
	background-position: 50% 100% !important;
	background-size: 100% auto !important;
	max-height: 50rem;
}
.header-left.no-fix {
	position: absolute;
	top: auto;
	bottom: 0;
}
.header-left img {
	max-width: 100%;
}
.page-right {
	/*min-height: 100vh;*/
}

.post {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 190px;
}
.post .img {
	width: 50%;
}
.post .img img {
	width: 100%;
	height: auto;
}
.post .caption {
	width: 50%;
	padding: 30px;
}
.post .caption .title {
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.63;
	margin-bottom: 30px;
}
.post .caption .text {
	margin-bottom: 30px;
}
.post .caption .more {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.33;
	text-decoration-line: underline;
	color: #6d6e71;
	cursor: pointer;
}
.post .caption .more:hover {
	text-decoration: none;
}
.header-right {
	width: 48%;
	position: relative;
	padding-top: 125px;
}

.header-right .icons .icons-box {
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 0;
	padding: 50px 0;
}
.header-right .icons .icons-box .item {
	width: 29%;
	margin: 1.5625rem auto;
}
.header-right .image {
	height: 32.25rem;
	background: linear-gradient(90deg, #ff8409 0%, #ffb800 99.06%), #ededed;
}
.header-right .scroll-box-1 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/chicen.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 90%;
	height: 90%;
	left: 10%;
	z-index: 10;
	transition: all 0.1s ease;
}
.header-right .scroll-box-1 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-1-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}
.header-right .scroll-box-2 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/slide.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.1s ease;
}
.header-right .scroll-box-2 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-1-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}
.scroll {
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}
.scroll img {
	margin-bottom: -30px;
}
.scroll.no-fix {
	position: absolute;
}
.scroll2 {
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0px;
	height: 0px;
	border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid #ff8409;
	-webkit-animation: down2 1.5s infinite;
	animation: down2 1.5s infinite;
}
.scroll3 {
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0px;
	height: 0px;
	border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid #ff8409;
	-webkit-animation: down 1.5s infinite;
	animation: down 1.5s infinite;
}
.scroll1 {
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0px;
	height: 0px;
	border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid #ff8409;
	-webkit-animation: down3 1.5s infinite;
	animation: down3 1.5s infinite;
}
@-webkit-keyframes down {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(2.3em);
	}
}
@-webkit-keyframes down2 {
	40% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
		transform: translateY(2.3em);
	}
}
@-webkit-keyframes down3 {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.2;
		transform: translateY(2.3em);
	}
}
@keyframes down {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(2.3em);
	}
}
@keyframes down2 {
	40% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
		transform: translateY(2.3em);
	}
}
@keyframes down3 {
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0.2;
		transform: translateY(2.3em);
	}
}
.title-site {
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 130%;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 2rem;
}
.title-site span {

	display: inline-block;
	background-image: url(../img/icons/line.svg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
}
.title-site .two {
	display: none;
	font-size: 3rem;
}

.fix-top {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
}
.fix-top.no-fix {
	opacity: 0;
}
.page-template-default .fix-top {
	position: relative;
	left: 0;
	right: 0;
	z-index: 999;
}

.header-top {
	padding: 1.875rem;
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
}
.fix-top .header-top:last-child {
	background: #fff;
}
.home-link {
	font-size: 1rem;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	color: #ff8409;
	display: inline-flex;
	align-items: center;
}
.home-link:hover {
	font-weight: bold;
}
.home-link::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url(../img/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(180deg);
	margin-right: 0.5rem;
}
.lang {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}
.lang li {
	margin-right: 1.875rem;
}
.lang li.active {
	font-weight: bold;
}
.lang li a {
	text-decoration: none;
	letter-spacing: 0.05em;
	font-size: 1rem;
	color: #202020;
}
.social {
	display: flex;
	align-items: center;
}
.social p {
	display: inline-flex;
	align-items: center;
}
.social p:after {
	content: "";
	height: 1px;
	width: 2.25rem;
	background: #000;
	display: inline-block;
	margin: 0 1.25rem;
}
.social a {
	width: 3.75rem;
	height: 3.75rem;
	margin: 1rem 0.5rem;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.social a.fb {
	background-image: url(../img/icons/fb.svg);
}
.social a.ins {
	background-image: url(../img/icons/inst.svg);
}
.social a.tube {
	background-image: url(../img/icons/tube.svg);
}
.head-nav {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
.head-nav li {
	margin-right: 2.5rem;
}
.head-nav li a {
	font-family: "Stolzl-Bold";
	font-size: 1rem;
	line-height: 130%;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #ffffff;
}
.head-nav li a:hover {
	text-decoration: none;
}

.head-but {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}
.head-but li {
	margin-right: 1rem;
}
.head-but li a {
	font-family: "Stolzl-Bold";
	font-size: 1rem;
	line-height: 130%;
	text-decoration-line: none;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	padding: 20px 50px;
}
.head-but li a:hover {
	text-decoration: none;
	background: linear-gradient(90deg, #ff8409 0%, #ff8409 99.06%);
}
.head-but li.current_page_item a {
	background: #fff;
	border: 3px solid #ff8409;
	color: #6d6e71;
	padding: 17px 47px;
}
.logo-box {
	display: flex;
}
.logo-box img {
	width: 5.625rem;
	height: 5.625rem;
	margin-right: 2.5rem;
}

.home-1 {
	height: 63.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about {
	background: linear-gradient(90deg, #ff8409 0%, #ffb800 99.06%);
	position: relative;
}
.about .content {
	background: #fff;
	margin: 0.375rem;
	width: 67.6875rem;
	position: relative;
	z-index: 10;
}
.about .content .section-title {
	padding: 3.75rem 3.75rem 1.875rem;
}
.about .content p {
	margin: 0;
	width: 48%;
}
.about-box .left,
.about-box .right {
	padding: 1.25rem;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 3.75rem;
}
.about-box .left img {
	float: right;
	width: 38.0625rem;
	position: relative;
	z-index: 10;
}
.about-box .left a.yellow {
	display: flex;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	height: 3.75rem;
	background: #e4fd18;
	font-size: 1.125rem;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #6d6e71;
	position: absolute;
	left: -15.625rem;
	top: 47%;
}
.about-box .left a.yellow:hover {
	color: #090909;
	text-decoration: underline;
}
.about-box .right .strong {
	width: 23.125rem;
	max-width: 100%;
	font-size: 1.375rem;
	line-height: 2.25rem;
	font-family: "Stolzl-Bold";
	margin-bottom: 2.5rem;
	background-image: url(../img/icons/4x.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.about .one {
	position: absolute;
	top: -10rem;
	left: -8.75rem;
	z-index: 20;
	width: 50%;
	display: flex;
	align-items: center;
}
.about .one img {
	width: 14.375rem;
	height: auto;
}
.about .one span {
	margin-left: 0.9375rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.about .two {
	position: absolute;
	top: -9.375rem;
	right: -15.625rem;
	z-index: 20;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.about .two img {
	width: 27.1875rem;
	height: auto;
}
.about .two span {
	margin-right: -4.375rem;
	margin-top: -7.8125rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-align: right;
}

.about .three {
	position: absolute;
	bottom: -5.625rem;
	left: -11.875rem;
	z-index: 20;
	width: 50%;
	display: flex;
	align-items: center;
}
.about .three img {
	width: 17.0625rem;
	height: auto;
}
.about .three span {
	margin-left: 1.25rem;
	margin-top: 8.75rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.about .for {
	position: absolute;
	bottom: -7.5rem;
	right: -8.75rem;
	z-index: 20;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.about .for img {
	width: 14.375rem;
	height: auto;
}
.about .for span {
	margin-right: 0.9375rem;
	margin-top: 5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-align: right;
}

.home-2 {
	height: 60rem;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-2 .info {
	width: 22.1875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-2 .info .item {
	width: 85%;
	height: 9.375rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2.5rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.home-2 .info .item-1 {
	background-image: url(../img/icons/01.svg);
	margin-bottom: 12.5rem;
}

.home-2 .info .item-2 {
	background-image: url(../img/icons/02.svg);
}

.home-2 .info .item-3 {
	background-image: url(../img/icons/03.svg);
	margin-bottom: 12.5rem;
}

.home-2 .info .item-4 {
	background-image: url(../img/icons/04.svg);
}

.home-2 .info .item .title {
	font-family: "Stolzl-Bold";
	font-size: 1.375rem;
	line-height: 2.25rem;
}
.home-2 .info .item .title br {
	display: none;
}
.home-2 .info-img {
	width: 52rem;
	position: relative;
	overflow: hidden;
}
.video {
	width: 80rem;
	margin-left: -13.125rem;
}
.home-3,
.home-4,
.home-5,
.home-6 {
	height: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icons {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0;
}
.icons .icons-box {
	width: 100%;
	height: 32.125rem;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 4%;
}

.icons.grey .icons-box {
	padding-left: 6%;
}
.icons .icons-box .item {
	width: 24%;
	margin: 1.5625rem 4.5%;
}
.icons .icons-box .box {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.icons .icons-box .item img {
	width: 5.3125rem;
	display: block;
	margin: 0 auto;
}
.icons .image {
	position: relative;
	z-index: 20;
	width: 42.8125rem;
	min-width: 42.8125rem;
	height: 32.125rem;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
}
.icons .border {
	position: absolute;
	z-index: 10;
	width: 42.8125rem;
	min-width: 42.8125rem;
	height: 32.125rem;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	left: 3.75rem;
	top: -3.75rem;
}
.icons .border span {
	position: absolute;
	top: 0.375rem;
	left: 0.375rem;
	right: 0.375rem;
	bottom: 0.375rem;
	background: #f7f7f7;
	border-top: 3.375rem solid #fff;
}
.icons .image .yellow {
	display: flex;
	align-items: center;
	padding: 0.9375rem 3.125rem;
	height: 3.75rem;
	width: 60%;
	background: #e4fd18;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	color: #6d6e71;
	position: absolute;

	top: 44%;
	z-index: 2;
}

.home-3 .icons .image .yellow {
	left: -5rem;
}

.home-4 .icons .image .yellow {
	right: -6.25rem;
	justify-content: flex-end;
}
.home-5 .icons .image .yellow {
	left: -3.125rem;
}
.home-6 .icons .image .yellow {
	right: -6.25rem;
	justify-content: flex-end;
}
.mouse-parallax {
	position: relative;
}
.home-3 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/component-1-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.1s ease;
}
.home-3 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-1-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}

.home-4 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/component-3-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 110%;
	height: 110%;
	z-index: 10;
	transition: all 0.1s ease;
}
.home-4 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-3-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}

.home-5 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/component-2-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 110%;
	height: 110%;
	z-index: 10;
	transition: all 0.1s ease;
}
.home-5 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-1-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}

.home-6 .mouse-parallax-bg {
	position: absolute;
	background-image: url("../img/component-4-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.1s ease;
}
.home-6 .mouse-parallax-fade {
	position: absolute;
	background-image: url("../img/component-1-fade.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease;
	z-index: 5;
}
.home-7 {
	margin-bottom: 7.5rem;
}
.home-7 .slide-block {
	/*max-width: 40%;
	min-width: 40%;*/
	margin-left: 10%;
	box-sizing: border-box;
}
.home-7 .slide-block .section-title {
	padding-left: 2rem;
}
#apteki {
	width: 100%;
	margin-top: 3.125rem;
}
#apteki .item {
	width: 90%;
	display: flex;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
	/*height: 31.25rem;*/
}
#apteki .item a {
	display: inline-flex;
	margin: 1.875rem;
}
#apteki .item img {
	display: inline-block;
}
.home-7 .widget-map {
	/*width: 50%;*/
}
.owl-carousel img {
	width: auto !important;
}
.comp_wgt {
	width: 100% !important;
}
.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.125rem;
}
.owl-carousel .owl-dot {
	width: 0.625rem;
	height: 0.625rem;
	background: #ffb801;
	border-radius: 100%;
	margin: 0.3125rem;
}
.owl-carousel .owl-dot.active {
	border: 1px solid #ffb801;
	width: 1rem;
	height: 1rem;
	box-shadow: 0 0 0 0.3125rem inset #fff;
}
.home-8 {
	padding: 3.125rem;
}
.tab {
	margin-top: 3.4375rem;
}
.tab-box {
	margin-bottom: 1.5625rem;
}
.tab-box .top {
	height: 5rem;
	padding: 0.9375rem 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.125rem;
	background: #f8f8f8;
	opacity: 0.9;
	cursor: pointer;
}
.tab-box .top:after {
	content: "";
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/icons/arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tab-box.active .top {
	color: #fff;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
}
.tab-box.active .top:after {
	background-image: url(../img/icons/arrow-h.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(90deg);
}
.tab-box .body {
	display: none;
}
.tab-box.active .body {
	display: block;
	background: #f7f7f7;
	opacity: 0.9;
	padding: 1.25rem 2.5rem;
}
.forma {
	padding: 1.875rem 0;
}
.form-row {
	align-items: center;
}
.form-row a {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.5rem;
	/* identical to box height, or 133% */

	text-decoration-line: underline;
	text-transform: uppercase;

	color: #6d6e71;
}
.forma label {
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	display: inline-block;
	margin-right: 1.5625rem;
}

.forma input {
	height: 4.375rem;
	width: 18.75rem;
	padding: 0.9375rem 2.5rem;
	font-size: 1rem;
	box-sizing: border-box;
	margin: 0.3125rem;
	border: none;
	background: #fff;
	outline: none !important;
}
.forma p label {
	background: none;
}
.forma p label > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.forma p label > span.wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.forma p label > span.wpcf7-list-item-label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #f99c1c;
	background-color: #fff;
	border-radius: 0.2778rem;
	margin-right: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
}
.forma p label > input:checked + span.wpcf7-list-item-label::before {
	background-color: #fff;
	background-image: url("../img/icons/check.svg");
}
.forma input[type="text"] {
	width: 25rem;
}
.forma br {
	display: none;
}
.forma input[type="submit"] {
	background-color: #ff8409;
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	height: 5rem;
	cursor: pointer;
}
.forma input[type="submit"]:hover {
	background: linear-gradient(90deg, #ff8409 0%, #ff8409 99.06%);
}
footer {
	padding: 1.875rem 6.25rem;
	background: #f8f8f8;
}
.copyring {
	font-family: "Stolzl";
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #6e6f71;
	padding: 1.875rem 5rem;
	text-align: center;
}
.voz {
	margin: 1.875rem 0;
	width: 100%;
	height: auto;
}
.footer-link {
	text-align: center;
	padding: 2.5rem;
}
.footer-link a {
	display: inline-block;
	margin: 0 2.5rem;
	text-decoration-line: underline;
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #727376;
}
.footer-link a:hover {
	text-decoration: none;
}
.content-page {
	width: 1000px;
	max-width: 95%;
	padding: 50px 20px;
	margin: 0 auto;
}
.content-page a {
	color: #ff8409;
}
.content-page a:hover {
	color: #ff8409;
	text-decoration: none;
}

.state {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	visibility: hidden;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.state.active {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
	background: rgba(168, 168, 168, 0.4);
	backdrop-filter: blur(5px);
}
.state-box {
	width: 58.75rem;
	min-height: 31.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 95%;
	text-align: center;
	padding: 2.2857rem 5rem 2.1429rem;
}
.state-box .spec.close {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/icons/close.svg);
	background-size: cover;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.state-box .but-2 {
	padding: 21px 53px;
	border: 3px solid #ff8409;
	display: inline-flex;
	margin: 10px;
	font-size: 1rem;
	line-height: 130%;
	align-items: center;
	justify-content: center;
	color: #6d6e71;
	cursor: pointer;
	text-decoration: none;
}
.state-box .but-2:hover {
	border: 3px solid #ff8409;
	background: #ff8409;
	color: #fff;
}
.state-box .but {
	background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
	padding: 24px 56px;
	font-size: 1rem;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	display: inline-flex;
	margin: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.state-box .but:hover {
	background: linear-gradient(90deg, #ff8409 0%, #ff8409 99.06%);
}
.state-box .title {
	font-weight: bold;
	font-size: 1.375rem;
	line-height: 1.6;
	margin-bottom: 1.875rem;
}
.state-box p {
	margin-bottom: 2rem;
}
@media (max-width: 1680px) {
	html {
		font-size: 15px;
	}
	.title-site {
		font-size: 3.5rem;
	}
	.icons .icons-box .item {
		width: 28%;
		margin: 1.5625rem 2.5%;
	}
}
@media (max-width: 1440px) {
	html {
		font-size: 14px;
	}
	.post {
		padding-top: 250px;
	}
	.head-but li a {
		padding: 17px 30px;
	}
	.head-but li.current_page_item a {
		padding: 14px 27px;
	}
	.title-site {
		font-size: 3.5rem;
	}

	.header-right {
		padding-top: 100px;
	}

	.header-right .image {
		height: 25rem;
	}
	.header-right .icons .icons-box {
		width: 100%;
		height: auto;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 0;
		padding: 30px 0;
	}
	.about-box .right .strong {
		background-size: contain;
	}
	.icons.grey .icons-box {
		padding-left: 7%;
	}

	#apteki .item {
		height: auto;
	}
	.home-7 .slide-block {
		max-width: 100%;
		min-width: 100%;
		margin-left: 5%;
	}
	.home-2 {
		height: auto;
		margin-bottom: 2.25rem;
		padding: 3.75rem 0;
	}
}
@media (max-width: 1366px) {
	.home-3,
	.home-4,
	.home-5,
	.home-6 {
		height: 43rem;
	}
	.home-2 .animations.active .info .item-1,
	.home-2 .animations.active .info .item-2 {
		margin-left: 1rem;
	}
	.post {
		padding-top: 200px;
	}

	.title-site {
		font-size: 3.2rem;
	}
	.about-box .left a.yellow {
		display: flex;
		align-items: center;
		padding: 0.9375rem 1.875rem;
		height: 3.75rem;
		background: #e4fd18;
		font-size: 1.125rem;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none;
		color: #6d6e71;
		position: absolute;
		left: 32%;
		top: 27.5rem;
	}
}
@media (max-width: 1300px) {
	html {
		font-size: 13px;
	}
	body {
		font-size: 0.9rem;
	}
	.icons .icons-box .item {
		margin: 0.5rem 2.5%;
	}
	.icons .image,
	.icons .border {
		width: 38rem;
		min-width: 38rem;
		height: 33rem;
	}
	.home-3,
	.home-4,
	.home-5,
	.home-6 {
		height: 45rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.title-site {
		font-size: 3rem;
	}
	.about-box .right .strong {
		width: 100%;
	}
	#apteki .item a {
    display: inline-flex;
    margin: 1.45rem;
}
}
@media (max-width: 1140px) {
	.content-page {
		padding: 20px;
	}
	header {
		min-height: 100px;
	}
	.post {
		padding: 50px 20px 0;
	}
	.head-but li a {
		padding: 10px 20px;
		font-size: 0.8rem;
	}
	.head-but li.current_page_item a {
		padding: 7px 27px;
	}
	.home-link {
		font-size: 0.8rem;
	}
	.home-link::before {
		content: "";
		width: 0.8rem;
		height: 0.8rem;
		background-image: url(../img/icons/arrow.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		transform: rotate(180deg);
		margin-right: 0.5rem;
		background-size: contain;
	}

	.header-left,
	.header-left.no-fix,
	.header-right {
		position: relative;
		width: 100%;
	}
	.header-right {
		padding-top: 0;
	}
	.page-right {
		padding-top: 0;
		min-height: 10rem;
	}
	.page-left {
		padding-top: 0;
		min-height: 10rem;
	}
	.fix-top,
	.fix-top.no-fix {
		position: absolute;
	}
	.fix-top .header-top:last-child {
		background: transparent;
	}
	.header-left .header-top {
		top: 0;
	}
	.header-right .header-top {
		top: 60px;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.social {
		width: 100%;
		justify-content: flex-end;
		padding-right: 20px;
	}
	.social a {
		background: #fff;
		background-size: cover;
		width: 30px;
		height: 30px;
	}
	.social p {
		display: none;
		align-items: center;
	}
	.logo-box img {
		width: 3.625rem;
		height: 3.625rem;
		margin-right: 2.5rem;
	}

	.logo-head {
		position: absolute;
		z-index: 999;
		top: 20%;
		left: auto;
		right: 0;
	}
	#home .slide .image {
		height: 35rem;
	}
	.head-nav li {
		margin-right: 0;
		margin-left: 2rem;
	}
	.title-site {
		font-size: 4rem;
	}
	.scroll {
		display: none;
	}
	#home .owl-dots {
		display: none;
	}
	.about .content {
		width: 40.6875rem;
	}
	.about-box .left,
	.about-box .right {
		width: 100%;
	}
	.about-box .left {
    margin-bottom: 0;
}
.about-box .left img{
		display: block;
		float: none;
	}
.about-box .left a.yellow {
    left: 0;
    top: 0;
    position: relative;
    width: 150px;
    margin: 1.5rem auto;
    display: flex;
    justify-content: center;
}
	.home-1 {
		height: auto;
		padding: 100px 0 150px;
	}

	.home-2 {
		height: auto;
	}
	.icons .icons-box .item {
		width: 40%;
	}
	.icons .image,
	.icons .border {
		width: 30rem;
		min-width: 30rem;
		height: 33rem;
	}
	.home-6 .icons .image .yellow,
	.home-4 .icons .image .yellow {
		right: -9.25rem !important;
	}
	.home-3 .icons .image .yellow,
	.home-5 .icons .image .yellow {
		left: -8.4rem !important;
	}
	#apteki .item img {
    height: 70px;
}
}
@media (max-width: 1080px) {

	.home-2 {
		flex-wrap: wrap;
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.home-2 .info {
		width: 100%;
	}
	.home-2 .info .item {
		margin: 1rem auto;
		width: 20rem;
	}
	.home-2 .info-img {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.video {
		width: 100%;
		margin-left: 0;
	}
	#apteki,
	.slide-block {
		width: 100%;
		margin: 3.125rem auto;
	}
	#apteki .item a {
		display: inline-flex;
		margin: 1.2rem;
	}
}
@media (max-width: 1024px) {
	.header-left{
		min-height: 768px;
	}
	.page-left {
		padding-top: 0;
		height: 60rem;
	}
}
@media (max-width: 991px) {
	#apteki .item {
    height: auto;
    justify-content: center;
}
	.header-left {
		height: 60rem;
	}
	.page-left {
		padding-top: 0;
		min-height: 10rem;
		height: 47rem;
	}
	.logo-head {
		top: 80%;
		left: 0;
		right: 0;
	}
	.home-2 {
		flex-wrap: wrap;
		padding-bottom: 50px;
		margin-bottom: 0;
	}

	.icons {
		flex-wrap: wrap;
		height: auto;
	}
	.icons .border {
		display: none;
	}
	.icons .image {
		width: 100%;
		order: 1;
	}
	.icons .icons-box {
		width: 100%;
		order: 2;
		padding: 40px;
		height: auto;
	}
	.icons .box {
		justify-content: center;
		align-items: center;
	}
	.icons .icons-box .item {
		width: 40%;
		text-align: center;
	}
	.home-3,
	.home-4,
	.home-5,
	.home-6 {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home-4 .mouse-parallax-bg,
	.home-5 .mouse-parallax-bg {
		background-size: contain;
		background-position: 50% 50%;
		    width: 100%;
    height: 100%;
	}
	.home-3 .mouse-parallax-bg,
	.home-6 .mouse-parallax-bg {
		background-size: 85% auto;
		background-position: 50% 50%;
		    width: 100%;
    height: 100%;
	}
	.home-3 .mouse-parallax-fade,
	.home-4 .mouse-parallax-fade,
	.home-5 .mouse-parallax-fade,
	.home-6 .mouse-parallax-fade {
		background-size: contain;
	}
	.home-6 .icons .image .yellow,
	.home-4 .icons .image .yellow {
		right: 0 !important;
		left: 0 !important;
		top: auto !important;
		bottom: 20px !important;
		width: 240px !important;
		margin: 0 auto !important;
		    z-index: 200;
    text-align: center;
    justify-content: center;
	}
	.home-3 .icons .image .yellow,
	.home-5 .icons .image .yellow {
		right: 0 !important;
		left: 0 !important;
		top: auto !important;
		bottom: 20px !important;
		width: 240px !important;
		margin: 0 auto !important;
		    z-index: 200;
    text-align: center;
    justify-content: center;
	}

	.home-7 .slide-block {
		max-width: 100%;
		min-width: 100%;
		margin-left: 0;
		padding: 50px 20px;
	}
	.home-7 .slide-block .section-title {
		padding-left: 0;
		text-align: center;
	}
	.home-7 {
		margin-bottom: 2.5rem;
	}
	.home-7 .widget-map {
		width: 100%;
	}
	.forma label {
		background: linear-gradient(90deg, #ffb800 0%, #ff8409 99.06%);
		display: inline-block;
		margin: 5px;
		width: 100%;
	}
	.forma input {
		width: 98.5%;
	}
	.forma input[type="text"] {
		width: 98.5%;
	}
	.forma input[type="submit"] {
		width: 100%;
	}
	.copyring {
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 1.875rem 0;
	}
	.footer-link a {
		margin: 1rem;
	}
}
@media (max-width: 767px) {
	.animations {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.animate {
		display: none !important;
	}
	.home-2 .animations .info .item {
		opacity: 1;
	}

	.home-2 .animations.active .info .item {
		opacity: 1;
	}
	.home-2 .animations.active .info .item-1,
	.home-2 .animations.active .info .item-2,
	.home-2 .animations.active .info .item-3,
	.home-2 .animations.active .info .item-4 {
		animation-name: none;
	}
	.home-2 .info-img img.graf {
		opacity: 1;
	}
	.page-left {
		padding-top: 0;
		min-height: 10rem;
		height: 40rem;
	}
	.header-top {
		padding: 0 1.875rem;
		width: 100%;
	}
	.logo-head {
		position: absolute;
		z-index: 999;
		top: 75%;
		left: 0;
		right: 0;
	}
	.title-site {
		font-size: 4rem;
		margin-bottom: 5rem;
		margin-top: 3px;
	}
	.logo-box img {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 1.5rem;
	}
	.fix-top {
		padding-top: 10px;
	}
	.social {
		padding-right: 10px;
	}
	.social a {
		background: #fff;
		background-size: cover;
		width: 30px;
		height: 30px;
		margin: 0.5rem;
	}
	.lang li {
		margin-left: 1.875rem;
		margin-right: 0;
	}
	.about .one {
    top: -7rem;
    left: -3.5rem;
}
	.about .one img {
    width: 9rem;
}
.about .two {
    top: -4.375rem;
    right: -4rem;
}	
.about .two img {
    width: 15rem;

}
.about .three {
    bottom: -3.625rem;
    left: -4rem;
}
.about .three img {
    width: 12rem;

}
.about .three span {
    margin-top: 6.25rem;
}	
.about .for {
    bottom: -5rem;
    right: -3.5rem;
}	
.about .for img {
    width: 9rem;

}	
}
@media (max-width: 640px) {
	.about {
		width: 80%;
		margin: 0 10%;
	}
	.about .content {
		width: 98%;
	}
	.about-box .left img {
		width: 90%;
		position: relative;
		z-index: 10;
		margin: 0 auto;
	}
	
	.home-6 .icons .image .yellow,
	.home-4 .icons .image .yellow {
		right: 3rem;
		z-index: 999;
		text-align: center;
		padding: 10px;
		width: 15rem;
		justify-content: center;
	}
	.home-5 .icons .image .yellow,
	.home-3 .icons .image .yellow {
		left: 3rem;
		z-index: 999;
		text-align: center;
		padding: 10px;
		width: 15rem;
		justify-content: center;
	}
	.home-7 .widget-map {
		width: 100%;
		padding: 15px;
	}
	.tab-box .top {
		min-height: 5rem;
		height: auto;
		padding: 0.9rem 1rem 0.9rem 2.5rem;
	}
}
@media (max-width: 480px) {
	#apteki .item img {
    height: 60px;
}
	.home-7 .slide-block{
		margin-bottom:0;
	}	
	.header-left {
		height: 50rem;
		padding-top: 30px;
	}
	.page-left {
		padding-top: 0;
		min-height: 10rem;
		height: 32rem;
	}
	.post .img {
		width: 30%;
		padding: 30px 10px 30px 20px;
	}
	.post .caption {
		width: 70%;
		padding: 20px 20px 30px 10px;
	}
	.post {
		padding: 0;
		align-items: flex-start;
	}
	.head-but li a {
		padding: 10px 13px 8px;
		font-size: 0.6rem;
		display: flex;
		align-items: center;
		line-height: 1;
	}
	.head-but li.current_page_item a {
		padding: 7px 10px 5px;
	}
	.post .caption .title {
		margin-bottom: 0px;
	}
	.post .caption .text {
		margin-bottom: 10px;
	}
	.home-link {
		font-size: 0.5rem;
	}
	.title-site {
		font-size: 3rem;
		margin-bottom: 1rem;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.header-left img {
		max-width: 120%;
		margin-left: -10%;
	}
	.logo-head img {
		    margin-left: 0;
    width: 5rem;
    min-width: 8rem;
	}
	.logo-box img {
		width: 2.625rem;
		height: 2.625rem;
		margin-right: 1.5rem;
	}
	.header-right .header-top {
		top: 60px;
		justify-content: space-between;
		padding: 0;
	}
	.social {
		width: 74%;
	}

	.about .content p {
		margin: 10px 0;
		width: 100%;
	}

	/*.home-2 .info {
		order: 2;
		width: 80%;
		text-align: center;
	}
	.home-2 .info .item {
		margin: 3rem auto !important;
		width: 60%;
		padding: 0;
	}*/

	.home-2 {
		flex-wrap: wrap;
		padding-bottom: 50px;
		margin-bottom: 0;
		padding-top: 50px;
	}
	.home-2 .info .item {
		   margin: 2rem auto;
		width: 13rem;
		height: 8rem;
		font-size: 0.85rem;
		background-size: auto 80%;
	}
	.home-2 .info .item .title {
		font-size: 1.1rem;
		line-height: 1.2rem;
	}
	.video {
		width: 130%;
		margin-left: -15%;
	}
	footer {
		padding: 1.875rem 1.5rem;
		background: #f8f8f8;
	}
	.state-box {
		width: 80%;
		padding: 20px;
	}
	.state-box .but,
	.state-box .but-2 {
		width: 215px;
	}
}

@media (max-width: 430px) {
	.home-7 .slide-block {
		margin-bottom: 2rem;
		padding: 50px 20px 0;
	}
	.page-left {
		height: 28rem;
	}
	.about .one img {
		width: 8rem;
		height: auto;
	}
	.about .one {
		top: -6rem;
		left: -3rem;
	}
	.about .two img {
		width: 12.1875rem;
		height: auto;
	}
	.about .two {
    top: -6rem;
    right: -3.5rem;
}
	.about .two span {
		margin-right: -0rem;
		margin-top: -0.8125rem;
	}
	.about .three {
		position: absolute;
		bottom: -3.625rem;
		left: -3rem;
	}
	.about .three img {
		width: 9rem;
		height: auto;
	}
	.about .for {
		position: absolute;
		bottom: -3.8rem;
		right: -3rem;
	}
	.about .for img {
		width: 8rem;
		height: auto;
	}
	.about .one span,
	.about .three span {
		margin-left: 0.3rem;
		font-size: 1rem;
	}
	.about .two span,
	.about .for span {
		text-align: right;
		margin-right: 0;
		font-size: 1rem;
	}
	.about .content .section-title {
		padding: 1.75rem 1rem 1.875rem;
		font-size: 1.5rem;
	}

	.title-site {
		font-size: 3rem;
		margin-bottom: 1rem;
		margin-top: 0;
	}

	.icons .icons-box .item {
		width: 80%;
		text-align: center;
		margin: 1.5625rem auto;
	}
	.forma input {
		width: 97.5%;
	}
	.forma input[type="text"] {
		width: 97.5%;
	}
	.head-nav li a {
    font-size: 0.9rem;
}
	.logo-box img {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
		
	}

	#apteki .item img {
		display: inline-block;
		height: 40px;
	}
	.home-8 {
		padding: 3.125rem 1rem;
	}
	.header-right .icons .icons-box .item {
		width: 80%;
		margin: 1.5625rem auto;
	}
	.header-right .image {
		height: 20rem;
	}
	.icons .image,
	.icons .border {
		height: 20rem;
		width: 100%;
		min-width: 100%;
	}
	.about .three span {
		margin-top: 4.75rem;
	}
	.home-1 {
		height: auto;
		padding: 50px 0 100px;
	}

}
@media (max-width: 360px) {
	.footer-link a {
		font-size: 1rem;
	}
	.title-site {
		font-size: 2.5rem;
	}
	.head-nav {
		margin: 0 0 10px;
		padding: 0;
		width: 100%;
	}
	.logo-box {
		display: flex;
	}
	.logo-head {
		top: 82%;
	}
	.logo-head img {
		margin-left: 0 !important;
	}
	.header-left {
		min-height: 40rem;
		height: 40rem;
		padding-top: 80px;
	}
	.page-left {
		min-height: 25rem;
		height: 25rem;
	}
	.post .img {
		display: none;
	}
	.post .caption {
		width: 100%;
		padding: 30px 20px;
	}
	.about .content {
		width: 96.5%;
	}
	.about {
		width: 90%;
		margin: 0 5%;
	}
	.header-left img {
		max-width: 140%;
		margin-left: -10%;
	}
.home-2 .info .item {
 
    width: 12rem;
    height: 8rem;
    font-size: 0.80rem;
    background-size: auto 69%;
}
.home-2 .info .item .title {
    font-size: 1rem;
    line-height: 1.2rem;
}
	.logo-box {
		position: absolute;
		flex-wrap: wrap;
		width: 30%;
		top: 10px;
		left: 15px;
	}
	.logo-box img {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
		margin-bottom: 0.5rem;
	}
	.about .one span,
	.about .three span {
		margin-left: 0.3rem;
		font-size: 0.9rem;
	}
	.about .two span,
	.about .for span {
		text-align: right;
		margin-right: 0;
		font-size: 0.9rem;
	}
}
@media (max-width: 320px) {

	.about-box .left img {
		float: none;
		width: 100%;
	}
.home-2 .info .item {
    width: 11rem;
    height: 8rem;
    font-size: 0.85rem;
    background-size: auto 67%;
}
	.forma label {
		margin: 5px 0;
		width: 90%;
	}
	.forma input {
		max-width: 97%;
	}
	.forma input[type="submit"] {
		width: 90%;
		margin: 5px 0;
	}
	#apteki .item a {
		display: inline-flex;
		margin: 1.2rem;
	}
	#apteki .item img {
		display: inline-block;
		max-height: 50px;
	}
}