/* Custom (xs) */
@media (min-width : 0) {
	/* html #wpadminbar{
		display: none !important;
	}
	html{
		margin-top: 0 !important;
	} */
	.wpcf7 form.sent .wpcf7-response-output{
		border: 1px solid #fff;
		border-radius: 50px;
	}
	.test {
		height: 100vh;
	}

	.test2 {
		margin-top: 320px;
	}

	.site-wrapper {
		width: 100%;
		position: relative;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	.kama_breadcrumbs {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		font-family: var(--accent-font);
		align-items: center;
		color: var(--text);
		text-decoration: none;
	}

	.kama_breadcrumbs a {
		color: var(--text);
		text-decoration: none;
	}

	.kb_sep {
		margin-top: 3px;
		margin-right: 5px;
		margin-left: 5px;
		width: 15px;
		height: 15px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
	}

	.pink {
		background: #eba2ce;
	}

	.blue {
		background: #58a8e4;
	}

	.purple {
		background: #e342ea;
	}

	.green {
		background: #82e743;
	}

	.yellow {
		background: #f1cd42;
	}

	/* .kits-page .circle-1{
		background: #58a8e4;
	}
	.kits-page .circle-2{
		background: #58a8e4;
	}
	.kits-page .circle-3{
		background: #58a8e4;
	}
	.kits-page .circle-4{
		background: #58a8e4;
	} */
	.circle-1 {
		border-radius: 652px;

		filter: blur(68px);
		-webkit-filter: blur(68px);
		height: 652px;
		width: 652px;
		position: absolute;
		left: 50%;
		margin-left: -326px;
		top: 132px;
		z-index: -1;
		-webkit-border-radius: 652px;
		-moz-border-radius: 652px;
		-ms-border-radius: 652px;
		-o-border-radius: 652px;
	}

	.circle-2 {
		border-radius: 652px;

		filter: blur(68px);
		-webkit-filter: blur(68px);
		height: 652px;
		width: 652px;
		position: absolute;
		left: 50%;
		margin-left: -326px;
		top: 1537px;
		z-index: -1;
		-webkit-border-radius: 652px;
		-moz-border-radius: 652px;
		-ms-border-radius: 652px;
		-o-border-radius: 652px;
	}

	.circle-3 {
		border-radius: 652px;

		filter: blur(68px);
		-webkit-filter: blur(68px);
		height: 652px;
		width: 652px;
		position: absolute;
		left: 50%;
		margin-left: -326px;
		top: 1537px;
		z-index: -1;
		-webkit-border-radius: 652px;
		-moz-border-radius: 652px;
		-ms-border-radius: 652px;
		-o-border-radius: 652px;
		top: 3727px;
	}

	.circle-4 {
		display: none;
		border-radius: 622px;

		filter: blur(291px);
		-webkit-filter: blur(291px);
		height: 622px;
		width: 622px;
		position: absolute;
		left: 50%;
		margin-left: -311px;
		z-index: -1;
	}

	.header-left {
		height: max-content;
	}

	.px-1 {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.logo img {
		width: 100%;
	}

	.topline {
		margin-top: 8px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}

	/*********************************/
	/************ header **************/
	/*********************************/

	/********* mobilnav ***********/
	.mobilnav {
		height: 100vh;
		overflow-y: scroll;
		width: 100%;
		border: 1px solid var(--text);
		left: auto;
		background: var(--white);
		position: fixed;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		padding-bottom: 25px;
		padding-top: 200px;
		transition: .5s ease-in-out;
		z-index: 97;
		top: 0;
		right: 0;
		border-radius: 16px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.mobilnav.mobilnav-hide .bg-circle {
		position: absolute;
		width: 22px;
		height: 22px;
		border-radius: 622px;
		background: #D5027E;
		filter: blur(291.5px);
		z-index: -1;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
	}

	.mobilnav .bg-circle {
		position: absolute;
		width: 322px;
		height: 322px;
		border-radius: 622px;
		background: #D5027E;
		filter: blur(151.5px);
		z-index: -1;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		-webkit-filter: blur(151.5px);
	}

	.mobilnav__list {
		padding-left: 20px;
		font-size: 30px;
		font-family: var(--accent-font);

	}

	.mobilnav__list>li {
		margin-bottom: 20px;
		list-style-type: none;
	}

	.mobilnav-hide {
		top: -100vh;
	}

	.mobilnav__list {
		list-style-type: none;
	}

	.mobilnav__list-link {
		text-decoration: none;
		width: fit-content;
		color: var(--text);
		font-size: 1rem;
		display: block;
		list-style-type: none;
		height: 18px;
	}

	.mobilnav__list-link-drop {
		text-decoration: none;
		color: var(--text);
		font-size: 1rem;
		display: block;
		position: relative;
		width: fit-content;
		height: 18px;
	}

	.mobilnav__list-link-drop[aria-expanded='false']::after {
		content: "";
		position: absolute;
		right: -15px;
		top: 8px;
		width: 13px;
		height: 13px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
		transform: rotate(90deg);
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.mobilnav__list-link-drop[aria-expanded='true']::after {
		content: "";
		position: absolute;
		right: -15px;
		top: 8px;
		width: 13px;
		height: 13px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
	}

	.mobilnav__list-link:visited {
		color: var(--text);
	}

	.mobilnav__list-link-drop:visited {
		color: var(--text);
	}

	.drop-cont-mob {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;
		-webkit-transition: opacity 200ms linear, max-height 200ms linear;
		-moz-transition: opacity 200ms linear, max-height 200ms linear;
		-ms-transition: opacity 200ms linear, max-height 200ms linear;
		-o-transition: opacity 200ms linear, max-height 200ms linear;
	}

	.drop-cont-mob li:first-of-type {
		margin-top: 15px;
	}

	.drop-cont-mob li {
		list-style-type: none;

	}

	.drop-cont-mob li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.drop-cont-mob .mobilnav__list-link {
		color: #3f3f3f;
		display: block;
		height: fit-content;
	}

	.mobilnav__list-link-drop[aria-expanded='true']+.drop-cont-mob {
		opacity: 1;
		max-height: 70em;
		margin-top: 10px;
		transition: all .5s linear;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-ms-transition: all .5s linear;
		-o-transition: all .5s linear;
	}

	/********* descknav ***********/

	.descknav__list-link {
		position: relative;
		display: block;
		color: var(--text);
		text-decoration: none;
		font-family: var(--accent-font);
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
	}

	.descknav__list-link:hover {
		color: var(--accent);
	}

	.descknav__list {
		display: block;
	}


	/************ burger *********/
	.burger {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
		height: 20px;
		position: fixed !important;
		right: 10px;
		z-index: 99;
		top: 12px;
	}

	.burger__strip-top {
		width: 28px;
		height: 4px;
		border: 1px solid var(--text);
		animation-direction: reverse;
		animation-name: brg;
		transition: ease-in-out .5s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.burger__strip-middle {
		width: 28px;
		height: 4px;
		border: 1px solid var(--text);
		transition: ease-in-out .5s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.burger__strip-bottom {
		width: 28px;
		height: 4px;
		border: 1px solid var(--text);
		transition: ease-in-out .5s;
		-webkit-transition: ease-in-out .5s;
		-moz-transition: ease-in-out .5s;
		-ms-transition: ease-in-out .5s;
		-o-transition: ease-in-out .5s;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.burger.active .burger__strip-top {
		transform: rotate(225deg) translatex(-4px) translateY(-3px);
		transition: ease-in-out .5s;
		-webkit-transition: ease-in-out .5s;
		-moz-transition: ease-in-out .5s;
		-ms-transition: ease-in-out .5s;
		-o-transition: ease-in-out .5s;
		-webkit-transform: rotate(225deg) translatex(-4px) translateY(-3px);
		-moz-transform: rotate(225deg) translatex(-4px) translateY(-3px);
		-ms-transform: rotate(225deg) translatex(-4px) translateY(-3px);
		-o-transform: rotate(225deg) translatex(-4px) translateY(-3px);
	}

	.burger.active .burger__strip-bottom {
		transform: rotate(-45deg) translatex(8px) translateY(-8px);
		transition: ease-in-out .5s;
		-webkit-transform: rotate(-45deg) translatex(8px) translateY(-8px);
		-moz-transform: rotate(-45deg) translatex(8px) translateY(-8px);
		-ms-transform: rotate(-45deg) translatex(8px) translateY(-8px);
		-o-transform: rotate(-45deg) translatex(8px) translateY(-8px);
		-webkit-transition: ease-in-out .5s;
		-moz-transition: ease-in-out .5s;
		-ms-transition: ease-in-out .5s;
		-o-transition: ease-in-out .5s;
	}

	.burger.active .burger__strip-middle {
		width: 0;
		height: 0;
		top: 4px;
		position: absolute;
		transition: ease-in-out .5s;
		-webkit-transition: ease-in-out .5s;
		-moz-transition: ease-in-out .5s;
		-ms-transition: ease-in-out .5s;
		-o-transition: ease-in-out .5s;
		transform: translateY(-1px);
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-o-transform: translateY(-1px);
	}

	.burger-cover {
		position: absolute;
		width: 6px;
		height: 2px;
		background: var(--white);
		opacity: 0;
		top: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transition: .9s;
		-webkit-transition: .9s;
		-moz-transition: .9s;
		-ms-transition: .9s;
		-o-transition: .9s;
	}

	.burger.active .burger-cover {
		opacity: 1;
		transition: .9s;
		-webkit-transition: .9s;
		-moz-transition: .9s;
		-ms-transition: .9s;
		-o-transition: .9s;
	}

	.burger-cover-2 {
		position: absolute;
		width: 6px;
		height: 2px;
		background: var(--white);
		opacity: 0;
		top: 5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transition: .9s;
		-webkit-transition: .9s;
		-moz-transition: .9s;
		-ms-transition: .9s;
		-o-transition: .9s;
	}

	.burger.active .burger-cover-2 {
		opacity: 1;
		transition: .9s;
		-webkit-transition: .9s;
		-moz-transition: .9s;
		-ms-transition: .9s;
		-o-transition: .9s;
	}

	.header__wrapper {
		display: flex;
		flex-direction: column;
	}

	/************ title *********/
	.title {
		padding: 14px 7px;
		border: var(--border);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.title__line {
		font-family: var(--accent-font);
		font-size: 36px;
		line-height: 104%;
		color: var(--text);
	}

	.title__line:first-of-type {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.title__line-woman {
		background: #F9B6DE url(../images/hl-woman.png) no-repeat center;
		background-size: contain;
		height: 36px;
		margin-right: 4px;
		flex-grow: 1;
		border-radius: 100px;
	}

	.title__line-tt {
		margin-right: 26px;
	}

	.title__line-sub {
		padding-top: 4px;
		font-size: 12px;
		height: fit-content;
		line-height: 109%;
		position: relative;
		left: -26px;
	}

	.title__line:nth-of-type(2) {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.title__line-arr {
		height: 36px;
		margin-top: 6px;
		position: relative;

		flex-grow: 1;
		background: url(../images/title-arr.svg) no-repeat right;
	}

	.title__line-arr::before {
		content: "";
		position: absolute;
		height: 2px;
		width: calc(100% - 6px);
		background: var(--text);
		top: 50%;
		margin-top: -1.5px;
	}

	/********** poster **********/

	.poster {
		height: 440px;
		background: url(../images/banner-nobg.png) no-repeat center;
		background-size: cover;
		border: var(--border);
		display: flex;
		padding-right: 7px;
		padding-left: 7px;
		padding-bottom: 7px;
		align-items: end;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.poster__call {
		border-radius: 20px;
		padding: 11px 17px;
		width: 100%;
		background: rgba(217, 217, 217, 0.60);
		backdrop-filter: blur(4px);
		-webkit-border-radius: 9.459px;
		-moz-border-radius: 9.459px;
		-ms-border-radius: 9.459px;
		-o-border-radius: 9.459px;
	}

	.poster__call h4 {
		font-family: var(--accent-font);
		color: var(--text);
		font-size: 1rem;

	}

	.poster__call-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 28px;
		width: 100%;
	}

	.poster__call-wrapper p {
		font-size: 1rem;
		margin-bottom: 0;
		font-weight: 100;
		line-height: normal;
		;
	}

	.poster__call-wrapper button {
		height: 44px;
		width: 44px;
		background: var(--text) url(../images/main-arr.svg) no-repeat center;
		background-size: 30px;
		outline: none;
		border: none;
		border-radius: 44px;
		-webkit-border-radius: 44px;
		-moz-border-radius: 44px;
		-ms-border-radius: 44px;
		-o-border-radius: 44px;
	}
	.poster__call-wrapper button a{
		display: block;
		width: 100%;
		height: 100%;
	}
	/********** header__items ***********/

	.header__items {
		display: flex;
		justify-content: space-between;
		order: 2;
	}

	.header__items-box {
		width: calc(35% - 2px);
		border: var(--border);
		background: url(../images/header-box.png) no-repeat bottom;
		background-size: contain;
		border-radius: 16px;
		height: 122px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.header__items-bottles {
		width: calc(65% - 2px);
		border: var(--border);
		background: url(../images/header-bottles.png) no-repeat bottom;
		background-size: contain;
		border-radius: 16px;
		height: 122px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	/************** header__form *************/

	.header__form {
		background: var(--text);
		color: var(--white);
		border-radius: 16px;
		padding: 14px 7px;
		order: 1;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.header__form h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
	}

	.header__form form {
		margin-top: 32px;
	}

	.header__form p {
		margin-bottom: 0;
	}

	.header-form__input {
		width: 100%;
		height: 40px;
		margin-bottom: 8px;
		outline: none;
		padding-left: 16px;
		border: 1px solid var(--white);
		background: var(--text);
		color: var(--white);
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}

	.header-form__input::placeholder {
		color: var(--white);
		font-weight: 300;
	}

	.header-form__btn {
		width: 100%;
		color: var(--text);
		outline: none;
		margin-top: 12px;
		font-family: var(--accent-font);
		background: var(--white);
		border: 1px solid var(--white);
		transition: .3s cubic-bezier(0.075, 0.82, 0.165, 1);
		height: 40px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}
	.header-form__btn:hover{
		background: var(--text);
		color: var(--white);
	}
	.wpcf7-spinner {
		display: none;
	}

	/*********************************/
	/************ where **************/
	/*********************************/

	.where__title {
		padding: 12px 5px;
		border: var(--border);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.where__title h2 {
		font-size: 28px;
		font-family: var(--accent-font);
		text-align: center;
	}

	.where__img {
		height: 271px;
		border: var(--border);
		background: url(../images/where-img.png) no-repeat top;
		background-size: cover;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.where__p {
		padding: 55px 30px 15px 30px;
		border: var(--border);

		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.where__p p {
		font-size: 24px;
		margin-bottom: 0;
		font-weight: 400;
		line-height: 126%;
	}

	.where__p p span {
		color: var(--accent);
	}

	.where__btn-wrapper {
		width: 100%;
		margin-top: 36px;
		display: flex;
		justify-content: center;
	}

	.where__btn {
		height: 42px;
		position: relative;
		border: var(--border);
		border-radius: 60px;
		width: 92%;
		color: var(--text);
		font-size: 1rem;
		background: transparent;
		font-family: var(--accent-font);
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		-o-border-radius: 60px;
	}

	.where__btn:after {
		content: "";
		height: 42px;
		width: 42px;
		position: absolute;
		top: -1px;
		right: -1px;
		background: var(--text) url(../images/main-arr.svg) no-repeat center;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
	}

	/*********************************/
	/************ kits **************/
	/*********************************/

	.kits__title {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.kits h2 {
		font-family: var(--accent-font);
		font-size: 28px;
		text-align: center;
		text-transform: uppercase;
		line-height: 102%;
	}

	.kits__img {
		height: 300px;
		border: var(--border);
		background: url(../images/kits-img.png) no-repeat center, url(../images/kits-bg.svg) center;
		background-size: contain, cover;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.kits__item {
		display: block;
		text-decoration: none;
	}
	.kits__item:hover .kits__item-img img{
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
}
	.kits__item-img{
		border: var(--border);
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		-webkit-border-radius: 16px 16px 0 0;
		-moz-border-radius: 16px 16px 0 0;
		-ms-border-radius: 16px 16px 0 0;
		-o-border-radius: 16px 16px 0 0;
	}

	.kits__item-img img {
		width: 100%;
		height: auto;
		transition: 2s ease-in-out;
		-webkit-transition: 2s ease-in-out;
		-moz-transition: 2s ease-in-out;
		-ms-transition: 2s ease-in-out;
		-o-transition: 2s ease-in-out;
}

	.kits__item-name {
		margin-top: -1px;
		padding-left: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: var(--border);
		border-radius: 0 0 16px 16px;
		-webkit-border-radius: 0 0 16px 16px;
		-moz-border-radius: 0 0 16px 16px;
		-ms-border-radius: 0 0 16px 16px;
		-o-border-radius: 0 0 16px 16px;
	}

	.kits__item-name span {
		font-size: 20px;
		text-decoration: none;
		font-family: var(--accent-font);
		color: var(--text);
	}

	/*********************************/
	/************ video **************/
	/*********************************/

	.video {
		width: 100%;
		height: auto;
		border: var(--border);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	/*********************************/
	/************ form **************/
	/*********************************/

	.main-form {
		background: var(--text);
		color: var(--white);
		border-radius: 16px;
		padding: 14px 7px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.main-form h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
	}

	.main-form form {
		margin-top: 32px;
	}

	.main-form__input {
		width: 100%;
		height: 40px;
		margin-bottom: 8px;
		outline: none;
		padding-left: 16px;
		border: 1px solid var(--white);
		background: var(--text);
		color: var(--white);
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}

	.main-form__input::placeholder {
		color: var(--white);
		font-weight: 300;
	}

	.main-form__btn {
		width: 100%;
		border: none;
		outline: none;
		color: var(--text);
		margin-top: 12px;
		font-family: var(--accent-font);
		height: 40px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}

	/*********************************/
	/********** main-about ***********/
	/*********************************/

	.main-about {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main-about h2 {
		font-size: 28px;
		font-family: var(--accent-font);
		color: var(--text);
	}

	.main-about p {
		margin-top: 15px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 300;
		line-height: 126%;
		padding-left: 10px;
		padding-right: 10px;
	}

	/*********************************/
	/************ items **************/
	/*********************************/

	.items h2 {
		font-size: 28px;
		font-family: var(--accent-font);
		color: var(--text);
	}

	.items__dropdown {
		width: 100%;
		overflow: hidden;
	}

	.items__dropdown .dropbtn {
		font-size: 16px;
		outline: none;
		color: var(--text);
		padding: 4px 6px;
		background-color: transparent;
		margin: 0;
		border: var(--border);
		width: 100%;
		position: relative;
		border-radius: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		-ms-border-radius: 9px;
		-o-border-radius: 9px;
	}

	.dropbtn__text {
		position: relative;
		z-index: -1;
		font-family: var(--accent-font);
		color: var(--text);
		font-size: 14px;
	}

	.dropbtn__text::after {
		content: "";
		width: 14px;
		height: 14px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: cover;
		right: -15px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.dropbtn:hover {
		cursor: pointer;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		margin-top: 3px;
		background: rgba(217, 217, 217, 0.60);
		backdrop-filter: blur(4px);
		min-width: 160px;
		border: var(--border);
		z-index: 1;
		opacity: 0;
		-webkit-transition: opacity .3 ease-in;
		-moz-transition: opacity .3 ease-in;
		-o-transition: opacity .3 ease-in;
		transition: opacity .3 ease-in;
		-ms-transition: opacity .3 ease-in;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.dropdown-content a {
		float: none;
		color: black;
		padding: 14px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown-content a:hover {
		background-color: #d70681;
	}
	.dropdown-content a:hover:first-of-type{
		border-radius: 16px 16px 0 0;
		-webkit-border-radius: 16px 16px 0 0;
		-moz-border-radius: 16px 16px 0 0;
		-ms-border-radius: 16px 16px 0 0;
		-o-border-radius: 16px 16px 0 0;
}
	.dropdown-content a:hover:last-of-type{
		border-radius: 0 0 16px 16px;
		-webkit-border-radius: 0 0 16px 16px;
		-moz-border-radius: 0 0 16px 16px;
		-ms-border-radius: 0 0 16px 16px;
		-o-border-radius: 0 0 16px 16px;
}

	.items__show {
		display: block;
		opacity: 1;
		z-index: 11;
	}

	.items__link {
		display: block;
		text-decoration: none;
	}
	.items__link:hover .items__link-img img{
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
}
	.items__link-img {

		border: var(--border);
		background: #fff;
		display: flex;
		align-items: center;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		-webkit-border-radius: 16px 16px 0 0;
		-moz-border-radius: 16px 16px 0 0;
		-ms-border-radius: 16px 16px 0 0;
		-o-border-radius: 16px 16px 0 0;
		justify-content: center;
		box-sizing: border-box;

	}

	.items__link-text {
		margin-top: -1px;
		color: var(--text);
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 8px;
		padding-bottom: 5px;
		height: 185px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border: var(--border);
		border-radius: 0 0 16px 16px;
		-webkit-border-radius: 0 0 16px 16px;
		-moz-border-radius: 0 0 16px 16px;
		-ms-border-radius: 0 0 16px 16px;
		-o-border-radius: 0 0 16px 16px;
	}

	.items__link-title {
		font-family: var(--accent-font);
		font-size: 16px;
		line-height: 126%;
	}

	.items__link-descr {
		font-size: 14px;
		line-height: 126%;
		height: 65px;
	}

	.items__link-more {
		margin-top: 12px;
		padding-right: 8px;
		text-align: right;
		font-family: var(--accent-font);
	}

	.items__link-img img {
		max-height: 309px;
		width: auto;
		transition: 2s ease-in-out ;
		-webkit-transition: 2s ease-in-out ;
		-moz-transition: 2s ease-in-out ;
		-ms-transition: 2s ease-in-out ;
		-o-transition: 2s ease-in-out ;
}

	/*********************************/
	/************ footer **************/
	/*********************************/

	.footer__wrapper {
		background: var(--text);
		border-radius: 16px;
		padding-bottom: 7px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.footer__logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer__logo img {
		width: 70%;
	}

	.footer__cont {
		border: 1px solid var(--white);
		padding-top: 15px;
		padding-left: 25px;
		padding-bottom: 15px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.footer__cont a {
		color: var(--white);
		font-family: var(--accent-font);
		text-decoration: none;
		font-size: 24px;

	}

	.footer__adress {
		border: 1px solid var(--white);
		padding-top: 15px;
		padding-left: 25px;
		padding-bottom: 15px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.footer__adress span {
		color: var(--white);
		font-family: var(--accent-font);
		text-decoration: none;
		font-size: 24px;
	}

	.footer__socandanim {
		display: flex;
		flex-direction: column;
	}

	.footer__social {
		display: flex;
		justify-content: space-between;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer__social div {
		width: 60px;
		height: 60px;

	}

	.footer__social a {
		display: block;
	}

	.footer__social img {
		width: 100%;
		height: auto;
	}

	.footer__animal {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 20px;
		border: 1px solid var(--white);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.footer__animal p {
		color: var(--white);
		width: 60%;
		position: relative;
	}

	.footer__animal p::before {
		content: "*";
		position: absolute;
		left: -10px;
	}

	.rights {
		background: var(--white);
		text-align: right;
		border-radius: 9px;
		padding-right: 15px;
		margin-bottom: 8px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		-ms-border-radius: 9px;
		-o-border-radius: 9px;
	}

	.footer__menu {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border: 1px solid var(--white);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	/*********************************/
	/********** item-page ************/
	/*********************************/
	.prod__title {
		border: var(--border);
		font-family: var(--accent-font);
		color: var(--text);
		font-size: 20px;
		padding: 20px 20px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.prod__img {
		border: var(--border);
		padding: 20px 20px;
		border-radius: 16px;
		background: #fff;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.prod__img img {
		width: 100%;
		height: auto;
	}

	.prod__descr {
		border: var(--border);
		padding: 20px 20px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.prod__descr h2 {
		font-size: 20px;
		font-family: var(--accent-font);
		color: var(--text);
	}

	.characteristic__wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.characteristic {
		width: calc(50% - 2px);
		border: var(--border);
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.characteristic h3 {
		font-size: 20px;
		font-family: var(--accent-font);
		color: var(--text);
		margin-bottom: 50px;
	}

	.prod__info-wrapper h2 {
		font-family: var(--accent-font);
		font-size: 24px;
	}

	/*********************************/
	/********** kits-page ************/
	/*********************************/
	.kits-page__title {
		font-family: var(--accent-font);
		font-size: 40px;
	}

	.kits-wrapper {
		padding: 17px 7px 7px 7px;
		border: var(--border);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.kits-wrapper img {
		border: var(--border);
		border-radius: 9px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		-ms-border-radius: 9px;
		-o-border-radius: 9px;
	}

	.kits-wrapper h3 {
		font-family: var(--accent-font);
		font-size: 24px;
	}

	.kits-wrapper__link {
		text-decoration: none;
		color: var(--text);
		font-size: 1rem;
		position: relative;
		width: fit-content;
	}

	.kits-wrapper__link img {
		width: 100%;
	}

	.kits-wrapper__link[aria-expanded='false']::after {
		content: "";
		position: absolute;
		right: -5px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.kits-wrapper__link[aria-expanded='true']::after {
		content: "";
		position: absolute;
		right: -5px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
	}

	.kits-wrapper__link:visited {
		color: var(--text);
	}

	.kits-wrapper__hide {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;
		-webkit-transition: opacity 200ms linear, max-height 200ms linear;
		-moz-transition: opacity 200ms linear, max-height 200ms linear;
		-ms-transition: opacity 200ms linear, max-height 200ms linear;
		-o-transition: opacity 200ms linear, max-height 200ms linear;
	}


	.kits-wrapper__link[aria-expanded='true']+.kits-wrapper__hide {
		opacity: 1;
		max-height: max-content;
		margin-top: 10px;
		transition: all .5s linear;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-ms-transition: all .5s linear;
		-o-transition: all .5s linear;
	}

	.kits-wrapper__hide-list div {
		margin-bottom: 8px;
	}

	.kits-wrapper__hide-list div:last-of-type {
		margin-bottom: 16px;
	}

	.kits-wrapper__hide-descr p {
		position: relative;
		color: var(--text);
	}

	.kits-wrapper__hide-descr p:not(.kits-wrapper__hide-descr-main):before {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		background: url(../images/main-arr-black.svg) center no-repeat;
		background-size: contain;
		left: -35px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	.kits-wrapper__hide-descr-main {
		font-weight: 700;
	}

	.kits-wrapper__hide-descr {
		padding-left: 30px;
		margin-top: 25px;
	}

	.kits__code {
		margin-top: 35px;
		font-family: var(--accent-font);
		font-size: 20px;
	}

	/*********************************/
	/********** aside************/
	/*********************************/

	.aside__form {
		background: var(--text);
		color: var(--white);
		border-radius: 16px;
		padding: 18px 14px;
		order: 1;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.aside__form h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
	}

	.aside__form form {
		margin-top: 32px;
	}

	.aside-form__input {
		width: 100%;
		height: 40px;
		margin-bottom: 8px;
		outline: none;
		padding-left: 16px;
		border: 1px solid var(--white);
		background: var(--text);
		color: var(--white);
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}

	.aside__form input::placeholder {
		color: var(--white);
		font-weight: 300;
	}

	.aside-form__btn {
		width: 100%;
		color: var(--text);
		border: none;
		outline: none;
		margin-top: 12px;
		font-family: var(--accent-font);
		height: 40px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}

	.aside__menu {
		border: var(--border);
		padding: 18px 14px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.aside__menu h4 {
		font-family: var(--accent-font);
		font-size: 20px;
	}

	.aside__menu ul {
		list-style-type: none;
		padding-left: 20px;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.aside__menu ul li {
		margin-bottom: 20px;
		position: relative;
	}

	.aside__menu ul li:last-of-type {
		margin-bottom: 0;
	}

	.aside__menu ul li::after {
		content: "";
		position: absolute;
		width: 22px;
		height: 22px;
		background: url(../images/main-arr-black.svg) center no-repeat;
		background-size: contain;
		top: 1px;
		left: -25px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	.aside__menu ul li a {
		color: var(--text);
		text-decoration: none;
	}

	/*********************************/
	/********** ba-page ************/
	/*********************************/

	.gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gallery a {
		width: calc(50% - 0.125rem);
		display: block;
		height: 300px;
		border: 1px solid var(--text);
		overflow: hidden;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.gallery a:not(:nth-of-type(1), :nth-of-type(2), ) {
		margin-top: 0.250rem;
	}

	.gallery a img {
		width: 100%;
		height: auto;

	}

		/*********************************/
	/********** about-page ************/
	/*********************************/
	.about__wrapper{
		border: var(--border);
		border-radius: 16px;
		padding: 45px 25px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
}
.about__wrapper-img{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
}
.about__wrapper-img img{
	width: 60%;
	height: auto;
}

	/*********************************/
	/********** info-page ************/
	/*********************************/
/* Style the tab */
.tab {
	overflow: hidden;
	font-family: var(--accent-font);
	font-size: 1.2rem;
	
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	border: none;
	color: #565656;
	outline: none;
	cursor: pointer;
	position: relative;
	padding: 2px 16px;
	transition: 0.3s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: #ddd;
} */

/* Create an active/current tablink class */
.tab button.active-tab {
	background: var(--text);
	color: var(--white);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	margin-top: 20px;
	position: relative;

}
.info-page h4{
	font-family: var(--accent-font);
}
.info-page b{
	color: var(--accent);
}
.strong{
	font-weight: 700;
}
}

/* Small (sm) */
@media (min-width : 576px) {
	.circle-1 {
		/* background: #E987C2; */
		filter: blur(184px);
		-webkit-filter: blur(184px);
	}

	.circle-2 {
		/* background: #E987C2; */
		filter: blur(184px);
		-webkit-filter: blur(184px);
	}

	.circle-3 {
		/* background: #E987C2; */
		filter: blur(68px);
		-webkit-filter: blur(184px);
	}

	.circle-4 {
		display: block;
		top: 4500px;
	}

	.title__line {
		font-size: 48px;
	}

	.title__line-tt {
		margin-right: 82px;
	}

	.title__line-woman {
		height: 46px;
	}

	.title__line-arr {
		height: 34px;
		background-size: contain;
		margin-top: 13px;
	}

	.title__line-arr::before {
		height: 3px;
		margin-top: -2px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
	}

	.title__line-sub {
		left: -80px;
		font-size: 15px;
	}

	/*********************************/
	/************ where **************/
	/*********************************/

	.where__title h2 {
		font-size: 32px;
	}

	.where__p {
		padding: 60px 40px 15px 40px;
	}

	.where__p p {
		font-size: 36px;
	}

	.where__btn-wrapper {
		justify-content: end;
	}

	.where__btn {
		height: 48px;
		font-size: 1.2rem;
		width: 80%;
	}

	.where__btn::after {
		height: 48px;
		width: 48px;
	}

	/*********************************/
	/************ form **************/
	/*********************************/

	.main-form {
		padding: 17px 11px;
	}
}

/* Medium (md) */
@media (min-width : 768px) {
	.circle-1 {
		filter: blur(181px);
		-webkit-filter: blur(181px);
		top: -87px;
	}

	.circle-2 {
		top: 937px;
		filter: blur(191px);
		-webkit-filter: blur(191px);
	}

	.circle-3 {
		filter: blur(191px);
		-webkit-filter: blur(191px);
		top: 1827px;
	}

	.circle-4 {
		display: none;
	}

	.logo img {
		width: 60%;
		height: auto;
	}

	.descknav__list {
		display: flex;
		padding-left: 0;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.descknav__list li {
		display: block;
	}

	.drop-menu {
		position: relative;
	}

	.drop-menu::after {
		content: "";
		position: absolute;
		right: -14px;
		top: 9px;
		width: 13px;
		height: 13px;
		background: url(../images/main-arr-black.svg) no-repeat center;
		background-size: contain;
		transform: rotate(90deg);
		transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.drop-menu:hover::after {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
	}

	.drop-menu:hover .drop-cont {
		display: block;
	}

	.drop-cont {
		display: none;
		position: absolute;
		padding-right: 12px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 12px;
		background: rgba(217, 217, 217, 0.60);
		backdrop-filter: blur(4px);
		min-width: 420px;
		border: 1px solid var(--text);
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		z-index: 1;
	}

	.drop-cont li {
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-ms-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
	}

	.drop-cont a {
		color: var(--text);
		text-decoration: none;
		transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
	}

	.drop-cont a:hover {
		color: var(--accent);
	}

	.drop-cont li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.title {
		padding: 18px 32px;
		border: var(--border);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.title__line {
		font-size: 32px;
	}

	.title__line:nth-of-type(2) {
		padding-right: 25px;
	}

	.title__line-sub {
		font-size: 12px;
		left: -35px;
	}

	.title__line-tt {
		margin-right: 36px;
	}

	.title__line-arr {
		height: 24px;
	}

	.title__line-arr::before {
		height: 2px;
		margin-top: -1.5px;
	}

	.poster {
		height: inherit;
	}

	.title__line-woman {
		height: 32px;
	}

	/*********************************/
	/************ where **************/
	/*********************************/
	.where__title h2 {
		font-size: 28px;
	}

	.where__p {
		height: 354px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.where__p p {
		font-size: 28px;
	}

	.where__img {
		height: 283px;
	}

	.where__btn-wrapper {
		margin-top: 0;
	}

	.where__btn {
		width: 85%;
	}

	.kits__title {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/*********************************/
	/************ form **************/
	/*********************************/

	.main-form {
		padding: 17px 11px;
	}

	.main-form p {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		color: var(--white);
	}

	.main-form span:nth-of-type(1) {
		width: calc(28% - 2px);
	}

	.main-form span:nth-of-type(2) {
		width: calc(28% - 4px);
		;
	}

	.main-form span:nth-of-type(3) {
		width: calc(44% - 2px);
		;
	}

	/*********************************/
	/*********** prod-page ***********/
	/*********************************/
	.prod__title h1 {
		font-size: 24px;
	}

	.characteristic {
		width: 100%;
	}

	.characteristic h3 {
		margin-bottom: 25px;
	}

	/*********************************/
	/*********** kits-page ***********/
	/*********************************/
	aside {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.aside__form {
		width: calc(50% - 2px);
	}

	.aside__menu {
		width: calc(50% - 2px);
	}
}

/* Large (lg) */
@media (min-width : 992px) {
	.circle-3 {
		top: 2333px;
	}

	.title {
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
	}

	.title__line {
		font-size: 48px;
	}

	.title__line:nth-of-type(2) {
		padding-right: 50px;
	}

	.title__line-woman {
		height: 40px;
	}

	.header__form {
		order: 2;
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
	}

	.header-form__btn {
		width: 100%;
	}

	.header__form p {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		color: var(--white);
	}

	.header__form span:nth-of-type(1) {
		width: calc(28% - 2px);
	}

	.header__form span:nth-of-type(2) {
		width: calc(28% - 4px);
		;
	}

	.header__form span:nth-of-type(3) {
		width: calc(44% - 2px);
		;
	}

	.header__items {
		order: 1;
	}

	.header__items-bottles {
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
	}

	.header__items-box {
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
	}

	.poster {
		height: inherit;
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
		-ms-border-radius: 23px;
		-o-border-radius: 23px;
	}

	/*********************************/
	/************ where **************/
	/*********************************/

	.where__title h2 {
		font-size: 32px;
	}

	.where__p {
		height: 430px;
		padding: 69px 40px 15px 40px;
	}

	.where__p p {
		font-size: 36px;
	}

	.where__btn {
		width: 64%;
	}

	.where__img {
		height: 354px;
	}

	.kits__title h2 {
		font-size: 36px;
	}

	.kits__item-name {
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/*********************************/
	/********** main-about ***********/
	/*********************************/

	.main-about {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.main-about h2 {
		font-size: 32px;
	}

	.main-about p {
		font-size: 20px;
	}

	/*********************************/
	/************* items *************/
	/*********************************/

	.items h2 {
		font-size: 32px;
		text-align: center;
	}

	.items__dropdown .dropbtn {
		text-align: left;
		padding-left: 15px;
	}

	/*********************************/
	/************* footer *************/
	/*********************************/
	.footer__logo {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer__social {
		order: 2;
	}

	.footer__animal {
		order: 1;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer__animal img {
		width: 50%;
	}

	.footer__animal p {
		width: 45%;
		line-height: 126%;
		margin-bottom: 0;
	}

	.footer__cont a {
		font-size: 20px;
	}

	.footer__adress {
		font-size: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.rights {
		order: 3;
	}

	.footer__menu {
		display: flex;
		justify-content: center;
		align-items: center;
		height: max-content;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.footer__menu ul {
		padding-left: 0;
		margin-bottom: 0;
	}

	.footer__menu ul li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.footer__menu a {
		text-decoration: none;
		font-family: var(--accent-font);
		color: var(--white);
		font-size: 20px;
		position: relative;
	}

	.footer__menu a::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		background: url(../images/main-arr.svg) no-repeat center;
		left: -25px;
		top: 50%;
		margin-top: -10px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	/*********************************/
	/*********** kits-page ***********/
	/*********************************/
	aside {
		display: flex;
		justify-content: flex-end;
		flex-direction: column-reverse;
	}

	.aside__form {
		width: 100%;
	}

	.aside__menu {
		width: 100%;
	}


	.collection-page__item {
		margin-top: 0.25rem;
	}

	.collection-title,
	.ba-title {
		font-family: var(--accent-font);
		color: var(--text);
		margin-bottom: 0;
	}

	.gallery a {
		width: calc(33.333% - 0.125rem);
		display: block;
		height: 200px;
		border: 1px solid var(--text);
		overflow: hidden;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.gallery a:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) {
		margin-top: 0.250rem;
	}

	.gallery a img {
		width: 150%;
	}
}

/* Extra large (xl) */
@media (min-width : 1200px) {
	.title {
		padding: 24px 64px;
	}

	.title__line {
		font-size: 54px;
	}

	.title__line:nth-of-type(2) {
		padding-right: 29px;
	}

	.title__line-sub {
		font-size: 17px;
		padding-top: 11px;
	}

	.title__line-arr {
		height: 34px;
	}

	.title__line-arr::before {
		height: 3px;
		margin-top: -2px;
	}

	.title__line-woman {
		height: 49px;
	}

	.title__line-tt {
		margin-right: 35px;
	}

	.header__items-bottles {
		background-size: 170px;
	}

	.poster {
		height: inherit;
	}

	.poster h4 {
		font-size: 20px;
	}

	.poster p {
		font-size: 20px;
	}

	.poster__call-wrapper {
		margin-top: 40px;
	}

	.header__form {
		padding: 14px 14px;
	}

	/*********************************/
	/************ where **************/
	/*********************************/

	.where__title h2 {
		font-size: 40px;
	}

	.where__p {
		height: 439px;
		padding: 69px 40px 15px 40px;
	}

	.where__p p {
		padding-right: 32%;
	}

	.where__btn {
		width: 55%;
	}

	.kits__title h2 {
		text-align: left;
		font-size: 48px;
	}

	/*********************************/
	/************* items *************/
	/*********************************/

	.items__link-text {
		height: 264px;
		padding-top: 12px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 16px;
	}

	.items__link-title {
		font-size: 22px;
	}

	.items__link-descr {
		font-size: 16px;
	}

	.items__link-more {
		margin-top: 40px;
	}

	/*********************************/
	/************* footer *************/
	/*********************************/
	.footer__menu {
		padding-top: 30px;
		padding-bottom: 29px;
	}

	.footer__cont {
		display: flex;
		flex-direction: column;
	}

	.footer__social {
		justify-content: flex-start;
	}

	.footer__social div {
		margin-right: 30px;
	}

	.footer__animal {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.characteristic h3 {
		margin-bottom: 50px;
	}

	/*********************************/
	/*********** kits-page ***********/
	/*********************************/
	.kits-wrapper {
		padding: 9px;
	}

	.kits-wrapper__link {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: start;
	}

	.kits-wrapper__link img {
		width: 45%;
		height: auto;
		margin-right: 16px;
	}

	.kits-wrapper__link h3 {
		font-size: 28px;
	}

	.kits-wrapper__hide {
		display: flex;
		width: inherit;
	}

	.kits-wrapper__hide-list {
		width: 45%;
		margin-right: 16px;
		margin-top: 14px;
	}

	.kits-wrapper__hide-descr {
		width: calc(55% - 16px);
		margin-top: 14px;
	}

	.kits__atention {
		margin-left: -25px;
	}

	.kits__code {
		margin-left: -25px;
	}
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
	.circle-3 {
		top: 2623px;
	}

	.text {
		font-size: 22px;
	}

	.title__line {
		font-size: 64px;
	}

	.poster h4 {
		font-size: 24px;
	}

	.where__p {
		padding: 89px 40px 15px 40px;
	}

	.footer__logo {
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.footer__menu a {
		font-size: 22px;
	}
}