@font-face {
	font-family: 'Manrope';
	src: url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Regular.eot);
	src:
		/*local('Manrope Regular'), local('Manrope-Regular'),*/
		url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Regular.eot?#iefix) format('embedded-opentype'),
		url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Regular.woff2) format('woff2'),
		url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Regular.woff) format('woff'),
		url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "ManropeBold";
	src: url(/wp-content/plugins/footer-with-screen-resolutions/fonts/Manrope-Bold.ttf);
}

:root {
	--font--ManropeBold: 'ManropeBold';
	--font--ManropeLight: 'Manrope';
}

/*panel */
#desktop i {
	-webkit-mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/pc.svg") no-repeat center;
	mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/pc.svg") no-repeat center;
}

#mobile i {
	-webkit-mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/mobile.svg") no-repeat center;
	mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/mobile.svg") no-repeat center;
}

#tablet i {
	-webkit-mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/table.svg") no-repeat center;
	mask: url("/wp-content/plugins/footer-with-screen-resolutions/icon/table.svg") no-repeat center;
}

.blockslose {
	position: absolute;
	top: -25px;
	height: 26px;
	margin: auto;
	margin-left: 20px;
}

.nametemplate {
	max-width: 191px;
	float: left;
	margin-right: 139px;
}

/*.hiddens{
	/*display: none;
}*/

p.blockslosetext {
	width: 110px;
	height: 26px;
	margin: auto;
	padding: 7px 10px 5px 15px;
	border-radius: 5px 5px 0px 0px;
	background: #FFECD2;
	box-shadow: 0px -8px 18px 0px #5e39050f;
	font-family: var(--font--ManropeBold);
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-align: right;
	color: #7A7A7A;
	/* max-width: 1160px; */
	max-width: none;
	cursor: pointer;
	position: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	right: 50%;
	position: absolute;
	box-sizing: border-box;
}

p.blockslosetext i {
	background: url(/wp-content/plugins/footer-with-screen-resolutions/icon/panelarrows.svg) no-repeat center;
	width: 14px;
	height: 14px;
	display: block;
	margin-left: 2px;
}

.panel.close .blockslosetext i {
	transform: rotate(180deg);
}

.panel {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 99999;
	background: rgba(255, 236, 210, 1);
	max-height: 90px;
	box-shadow: 0px -8px 18px 0px rgb(94 57 5 / 6%);
	transition: transform .5s ease-in-out;
	transform: translateY(0);
	overflow: visible;
	font-family: var(--font--ManropeLight);
}

.panel.close {
	transform: translateY(99%);
}

.panel li {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
}

.panel li i {
	background-color: #000;
}

.nametemplate span {
	font-family: var(--font--ManropeBold);
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	text-align: left;
	color: #351F00;
	margin-bottom: 11px;
	display: block;
	max-width: 191px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nametemplate p {
	font-family: var(--font--ManropeBold);
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: #7A7A7A;
	max-width: 191px;
}

.b24-form-click-btn-wrapper{
	display: none !important;
}

/*.contenm {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: auto;
    align-items: flex-start;
    height: 90px !important;
    padding: 19px 0px;
}*/
.contenm {
	max-width: 100%;
	margin: auto;
	align-items: flex-start;
	height: 90px !important;
	padding: 19px 0px;
	display: flex;
	justify-content: center;
}

.button2 {
	height: 52px;
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 1px;
	width: 100%;
	max-width: 182px;
	margin-right: 69px;
	float: left;
	box-sizing: border-box;
}

.button2 i {
	-webkit-mask: url('/wp-content/plugins/footer-with-screen-resolutions/icon/cirkule.svg') no-repeat center;
	mask: url('/wp-content/plugins/footer-with-screen-resolutions/icon/cirkule.svg') no-repeat center;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	background: #7A7A7A;
}

.button2 a {
	background: #fff;
	height: 50px;
	display: block;
	text-align: center;
	padding: 0px 15px;
	border-radius: 5px;
	color: #7A7A7A !important;
	text-decoration: none;
	font-family: var(--font--ManropeBold);
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

p.price-old {
	text-decoration: line-through;
	margin-bottom: 8px !important;
}

.block-price span {
	font-family: var(--font--ManropeBold);
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	text-align: right;
	color: #351F00;
	display: block;
	margin-bottom: 8px !important;
	height: 14px;
}

.block-price {
	text-align: right;
	height: 50px !important;
	float: left;
	margin-right: 24px;
}

.block-price p {
	font-family: var(--font--ManropeBold);
	font-size: 10px;
	font-weight: 400;
	line-height: 14.4px;
	text-align: right;
	color: #7A7A7A;
	margin: 0px;
	height: 9px;
}

/* Vector */

ul.knopki i {
	width: 30px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
	font-size: 14px;
}

.knopki {
	width: 152px;
	height: 52px;
	display: flex;
	padding: 0px;
	margin: 0px;
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 144px;
	justify-content: center;
	box-sizing: border-box;
}

iframe#site-frame {
	width: 100%;
	height: 100%;
	margin: auto;
	display: none;
}

.mobile {
	width: 414px;
	max-width: 414px;
}

.tablet {
	max-width: 720px;
}

.desktop {
	max-width: 100%;
}

.knopki li.activ {
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
}

.activ i {
	background-color: #fff !important;
}

li#desktop {
	border-radius: 5px 0px 0px 5px;
}

li#mobile {
	border-radius: 0px 5px 5px 0px;
}

.panel li:hover {
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
}

.panel .knopki li:hover i {
	background-color: #fff;
}

.buttonfindsylka {
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
	width: 100%;
	max-width: 306px;
	height: 52px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	box-shadow: 0px 4px 0px 0px #c97c15;
}

.buttonfindsylka a {
	width: 306px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: var(--font--ManropeBold);
	font-size: 16px;
	font-weight: 1000;
	line-height: 21.86px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #5E3905 !important;
	text-transform: uppercase;
}

iframe#site-frame {
	background: #000;
	padding: 10px;
	border-radius: 24px;
	box-shadow: 1px 2px 3px #00000008, 7px 8px 7px #0000000d, 16px 20px 13px #0000000f, 31px 38px 25px #00000014, 52px 63px 47px #0000001a, 80px 98px 80px #00000021;
	position: relative;
	vertical-align: top;
	margin: 64px auto 140px;
}

.buttonfindsylka:hover {
	background: linear-gradient(180deg, #FFD79D 0%, #FFBB5A 100%);
	box-shadow: 0px 4px 0px 0px #d09435;
}

.buttonfindsylka:active {
	background: linear-gradient(180deg, #FFA21E 0%, #F38F00 100%);
	box-shadow: none;
}

.button2:hover a {
	background: linear-gradient(180deg, #FFB854 0%, #F89406 100%);
	color: #5E3905 !important;
}

.button2:hover a i {
	background: #5E3905;
}

.button2:active a {
	background: linear-gradient(180deg, #FFA21E 0%, #F38F00 100%);
	color: #5E3905 !important;
}

.button2:active a i {
	background: #5E3905;
}

/*panel end*/
@media(max-width: 1295px) {
.knopki {
		margin-right: 120px;
	}
.nametemplate {
		margin-right: 5%;
}
.button2 {
	margin-right: 60px;
}
}



@media(max-width: 1231px) {
	.blockslose {
		width: 100%;
		margin-left: -12px;
		display: flex;
		justify-content: center;
	}

	p.blockslosetext {
		height: 28px;
		left: 40%;
		right: 40%;
		margin: auto;
	}


	.button2 a {
		width: 100%;
	}

	.panel {
		max-height: 100%;
	}

	.contenm {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
			"nametemplate block-price"
			"button2 buttonfind";
		padding: 12px;
		height: 100% !important;
	}

	.nametemplate {
		grid-area: nametemplate;
		margin-right: 0px;
	}

	.button2 {
		grid-area: button2;
		max-height: 30px !important;
		margin-right: 0px;
	}

	.block-price {
		grid-area: block-price;
		margin: 0px;
	}

	.buttonfind {
		grid-area: buttonfind;
		display: flex;
		justify-content: flex-end;
	}

	.nametemplate span {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 9px;
	}

	.nametemplate p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 10px;
		max-width: none;
		width: 100%;
	}

	.button2 a {
		height: 28px;
	}

	.knopki {
		display: none;
	}

	.buttonfindsylka {
		max-width: 156px;
		height: 30px;
	}

	.buttonfindsylka a {
		font-size: 10px;
		line-height: 13.66px;
		width: 156px;
	}

	p.price-old {
		font-size: 12px !important;
		margin-right: 10px;
	}

	.block-price span {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 9px !important;
	}

	.block-price p {
		font-size: 10px;
		font-weight: 400;
		line-height: 12px;
	}

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

}

/*@media(max-width: 1195px) {

}*/

@media(max-width: 512px) {
	/*.button2 {
		max-width: 90%;
	}*/
	.buttonfindsylka {
		max-width: 90%;
	}
	.buttonfindsylka a {
		width: 100%;
	}
}
@media(max-width: 430px) {
	.button2 a {
		font-size: 10px ;
	}
}
@media(max-width: 380px) {
	.button2 a {
		font-size: 8px;
		padding: 0px 8px;
	}
}