/*
Theme Name: DFNC
Description: Theme for site https://dfnc.ru/
Author: Alexei Mikhailov
Author URI: https://mialex.ru
Version: 1.0
*/

:root {
	--Black: #2d2d2d;
	--Body: #ededed;
	--Gray: #454648;
	--Light-Gray: #d9d9d9;
	--White: #fff;
	--Red: #e40038;
	--Green: #2c9798;
	--scrWdth: 1290px;
	--cell: 30px;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("fonts/PROXIMANOVA-REGULAR.TTF") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Semi-Bold";
	src: url("fonts/PROXIMANOVA-SEMIBOLD.TTF") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Bold";
	src: url("fonts/PROXIMANOVA-BOLD.TTF") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Rubik";
	src: url("fonts/Rubik-SemiBold.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Charter";
	src: url("fonts/CHARTEROSC_0.OTF") format("opentype");
	font-style: normal;
}

.wrapper-size {
	justify-content: center;
	align-items: center;
	width: var(--scrWdth);
	max-width: 100%;
	position: relative;
}

.centered {
	justify-content: center;
}

.new-body {
	background:#fff;
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--Black);
}

.new-body a {
	text-decoration: none;
}

.f-col,
.unchange {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-row,
.change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.hide {
	display: none;
}
@media (max-width: 768px) {
	footer .f-col {
		width: 100%;
		margin-bottom: 20px;
	}
	footer .subscribe.f-col {
		margin: 0px;
	}
}

.unhide {
	display: flex;
}

.new-main {
}

.new-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	justify-content: center;
	width: 100%;
	height: 105px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.new-header.out {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu {
	width: 100%;
	height: 100%;
}

.top-menu {
	position: relative;
	background: var(--Gray);
	width: 100%;
	height: 60px;
	justify-content: center;
	padding-bottom: 10px;
}

.top-menu-inner {
	width: var(--scrWdth);
	justify-content: space-between;
	align-items: flex-end;
	color: #9c9c9c;
}

.main-menu {
	background: var(--Red);
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-new {
	background-size: cover;
	width: 140px;
	height: 45px;
}
.logo-new > a::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.logo-new img {
	background-size: cover;
	width: 140px;
	height: 45px;
}

.logo-txt {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.main-menu-row {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.menu-row {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.menu-item-acc {
	color: #fff;
	font-size: 16px;
	font-family: "Proxima Nova Bold";
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 30px;
}

.new-login {
	background: url(img/login.png) no-repeat 100% 50%;
	background-size: 30px;
	width: 50px;
	height: 45px;
	padding: 0 40px 0 0;
	margin-left: 30px;
	align-items: center;
	text-transform: uppercase;
	color: #fde201;
	font-weight: 600;
	font-size: 16px;
}

.menu-row2 {
	width: calc(25% - 15px);
	justify-content: space-between;
	align-items: center;
}

.main-menu .lang a {
	font-size: 16px;
	font-family: "Proxima Nova Semi-Bold";
	color: var(--Black);
}

.lang span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.social {
	width: 100px;
	justify-content: space-between;
}

.vk {
	background: url(img/vk.png) no-repeat 50% 50%;
	background-size: cover;
	width: 32px;
	height: 22px;
}

.fb {
	background: url(img/fb.png) no-repeat 50% 50%;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.tg {
	background: url(img/_tg.png) no-repeat 50% 50%;
	background-size: cover;
	width: 22px;
	height: 22px;
}

.tw {
	background: url(img/tw.png) no-repeat 50% 50%;
	background-size: cover;
	width: 26px;
	height: 22px;
}

.zoom {
	background: url(img/zoom.png) no-repeat 50% 50%;
	background-size: cover;
	width: 27px;
	height: 22px;
}

.main-menu a {
	color: var(--White);
	text-decoration: none;
	font-family: "Proxima Nova Bold";
	font-size: 16px;
	text-transform: uppercase;
}

.s1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 135px;
}

.s1-row {
	width: 100%;
	height: 600px;
	justify-content: space-between;
}

.s1-col1 {
	width: 100%;
}

.s1-col2 {
	width: 50%;
	margin-right: var(--cell);
}

.s1-col3 {
	width: 50%;
}

.anounce {
	padding-top: 380px;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: var(--White);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.an-cat {
	background: var(--Red);
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	width: 220px;
}

.an-cat a {
	color: var(--White);
	font-size: 14px;
	font-family: "Proxima Nova Bold";
}

.an-h {
	width: 80%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.an-h a {
	color: var(--White);
	font-size: 30px;
	text-decoration: none;
	font-family: "Proxima Nova Semi-Bold";
}

.an-auth {
	font-size: 12px;
	padding-left: 20px;
}

.important {
	background: var(--White);
	padding: 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.new-h2 {
	font-family: "Proxima Nova Bold", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 13px;
	font-size: 30px;
}

.s1-h {
	font-family: "Proxima Nova Bold", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.s1-h a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Proxima Nova Bold", sans-serif;
	font-weight: 600;
	color: var(--Red);
}

.s1-text {
	font-family: "Charter";
	margin-bottom: 30px;
	font-size: 18px;
}

.s1-text a {
	color: var(--Black);
}

.s1-text a:hover {
	color: #848485;
}

.s1-col3 a {
	width: 100%;
	height: 100%;
}

.adv {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.col50l {
	width: 50%;
	margin-right: var(--cell);
}
.col50r {
	width: 50%;
}

.s2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s2-row {
	width: 100%;
	height: 500px;
	justify-content: space-between;
}

.s2-col1 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s2-col2 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s2-col3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	border-top: solid 7px var(--Red);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s2-col4 {
	width: 25%;
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s2-col-img,
.s2-col2-img,
.s2-col4-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s2-cont {
	width: 100%;
	height: 40%;
	padding: 20px;
	justify-content: space-between;
	box-sizing: border-box;
}

.s2-cat {
	margin-top: -18px;
	font-size: 14px;
	text-transform: uppercase;
	background: var(--Red);
	align-items: center;
	width: 160px;
	padding: 10px 0 10px 20px;
}

.s2-cat a {
	color: var(--White);
	font-family: "Proxima Nova Bold";
}

.s2-h {
	font-size: 24px;
}

.s2-h a {
	color: var(--Black);
	font-family: "Proxima Nova Semi-Bold";
}

.s2-h a:hover {
	color: #848485;
}

.s2-auth {
	font-size: 12px;
}

.s2-col3 {
	padding: 20px;
}

.s2-h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Proxima Nova Bold";
}

.new-j {
	object-fit: cover;
	width: 100%;
	height: 370px;
	box-shadow: 3px 3px 6px 2px rgb(79 78 78 / 70%);
}

.s2-h3 {
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}

.s2-h3 a {
	color: var(--Black);
	font-family: "Proxima Nova Bold";
}

.s3 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
	background: var(--White);
}

.s3-row {
	justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
}

.s3-col1 {
	background: url(img/news.webp) no-repeat 100% 0%;
	background-size: 30%;
}

.s3-cont {
	width: calc(25% - 17px);
	padding-bottom: 20px;
}

.s3-d {
	color: var(--Red);
	font-family: "Proxi";
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 13px;
}

.s3-text a {
	font-family: "Charter";
	color: var(--Black);
}

.s3 .subscribe {
	margin-left: 0;
}

.s4 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
	background: var(--Gray);
	height: 240px;
}

.s4-col1 {
	width: 40%;
}

.s4-col2 {
	width: 50%;
	align-items: center;
	color: var(--White);
	font-size: 24px;
}

.cite-pers {
	margin-top: -20px;
	height: 260px;
}

.s4-h {
	font-weight: bold;
	margin-bottom: 5px;
}

.cite {
	border-left: solid 7px var(--Red);
	padding-left: 10px;
}

.s5 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s5 .s1-col1 {
	background: var(--White);
}

.anounce2 {
	padding-top: 380px;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: var(--White);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s5-anounce-img {
	background: url(img/s5.webp) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.s5-an-cat {
	margin-top: -18px;
	background: var(--Red);
	color: var(--White);
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	width: 220px;
}

.s5-an-h {
	width: 80%;
	font-size: 30px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.s5-an-auth {
	font-size: 12px;
	padding-left: 20px;
}

.s6 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s6-col1 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	padding: 20px;
	box-sizing: border-box;
}

.s6-col2 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s6-col3 {
	width: 25%;
	height: 100%;
	margin-right: var(--cell);
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s6-h2 {
	margin-top: 275px;
	font-size: 24px;
	text-align: center;
}

.s6-h2 a {
	color: var(--White);
	font-family: "Proxima Nova Semi-Bold";
}

.s6-h3 {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.s6-h3 a {
	color: var(--White);
	font-family: "Proxima Nova Bold";
}

.s6-col4 {
	width: 25%;
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s6-row {
	justify-content: space-between;
	width: 100%;
	height: 500px;
}

.s6-col2 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
}

.s6-col2-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s6-col4-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s6-cont {
	width: 100%;
	height: 40%;
	padding: 20px;
	justify-content: space-between;
	box-sizing: border-box;
}

.s6-cat {
	margin-top: -18px;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--White);
	background: var(--Red);
	align-items: center;
	width: 160px;
	padding: 10px 0 10px 20px;
}

.s6-cat a {
	color: var(--White);
	font-family: "Proxima Nova Bold";
}

.s6-h {
	font-size: 24px;
}

.s6-h a:hover {
	color: #848485;
}

.s6-h a {
	color: var(--Black);
	font-family: "Proxima Nova Semi-Bold";
}

.s6-auth {
	font-size: 12px;
}

.s7 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s7-row {
	width: 100%;
	height: 240px;
}

.s7-row a {
	width: 100%;
}

.adv2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s8 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s8-col1 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s8-col2 {
	width: 25%;
	margin-right: var(--cell);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: cover;
	height: 100%;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}

.s8-col2 a {
	color: #f8ad0e;
	font-family: "Proxima Nova Bold";
}

.s8-col3 {
	width: 25%;
	margin-right: var(--cell);
	background: var(--White);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s8-col4 {
	width: 25%;
	background: #6aa9b2;
	padding: 20px;
	box-sizing: border-box;
	justify-content: space-between;
}

.s8-h2 {
	margin-top: 250px;
	font-size: 24px;
}

.s8-h3 {
	margin-bottom: 85px;
	font-size: 20px;
}

.s8-h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.s8-h {
	font-size: 24px;
}
.s8-h a:hover {
	color: #848485;
}

.s8-row {
	justify-content: space-between;
	width: 100%;
	height: 500px;
}

.s8-col1-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s8-col3-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s8-cont {
	width: 100%;
	height: 40%;
	padding: 20px;
	justify-content: space-between;
	box-sizing: border-box;
}

.s8-cat {
	margin-top: -18px;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--White);
	background: var(--Red);
	align-items: center;
	width: 160px;
	padding: 10px 0 10px 20px;
}

.s8-cat a {
	color: var(--White);
	font-family: "Proxima Nova Bold";
}

.s8-h {
	font-size: 24px;
	color: #fff;
	font-family: "Proxima Nova Semi-Bold";
}

.s8-h a:hover {
	color: #848485;
}

.s8-h a {
	color: var(--Black);
	font-family: "Proxima Nova Semi-Bold";
}

.s8-auth {
	font-size: 12px;
}

.form_radio {
	margin-bottom: 10px;
}
.form_radio input[type="radio"] {
	display: none;
}
.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 30px 0 10px 55px;
	margin-right: 0;
	user-select: none;
	font-family: "Charter";
	line-height: 15px;
}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 13px;
	background: url(img/sur-off.webp) 0 0 no-repeat;
}

.form_radio input[type="radio"]:checked + label:before {
	background: url(img/sur-on.webp) 0 0 no-repeat;
}

.anonim {
	font-size: 14px;
	font-family: "Proxima Nova Semi-Bold";
}

.s8-but {
	margin: 30px 0px 30px 60px;
	width: 250px;
	border: none;
	background: #454648;
	color: #848484;
	cursor: pointer;
}

.tnx {
	font-size: 12px;
}

.s9 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--cell);
}

.s9-h {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: var(--cell);
	font-family: "Proxima Nova Semi-Bold";
}

.s9-row {
	width: 100%;
	background: var(--White);
	justify-content: space-between;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.partner {
	width: 100%;
	object-fit: cover;
}

.s9-row a {
	margin-right: 20px;
}

.s9-row img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s9-row img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}

.new-footer {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--Gray);
	margin-top: 40px;
}

.foot-row {
	width: 100%;
	justify-content: space-between;
	padding: 30px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	color: var(--Light-Gray);
}
@media (max-width: 768px) {
	.foot-row {
		flex-wrap: wrap;
		padding: 30px 30px;
	}
}
.foot-row a {
	font-size: 14px;
	color: var(--Light-Gray);
	text-decoration: none;
}

.logo-down {
	background: url(img/logo_down.png) no-repeat 0% 50%;
	background-size: contain;
	width: 80%;
	height: 90px;
	margin-top: -10px;
}

.foot-col1 {
	width: 30%;
}

.foot-col2 {
	width: 15%;
}

.foot-col3 {
	width: 30%;
}

.foot-col4 {
	width: 25%;
}

.contacts {
	margin-top: 20px;
	line-height: 1.4;
	font-size: 14px;
}

.foot-menu-item {
	line-height: 1.4;
}

.policy {
	line-height: 1.4;
	text-decoration: underline;
}

.ac-container {
	margin-bottom: 10px;
}

.ac-container label {
	font-weight: bold;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #fff;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.ac-container input {
	display: none;
}

.ac-container .article {
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked ~ .article {
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	border-bottom: 2px solid var(--Dark-Red);
	height: 110px;
}

.ac-container .article p {
	font-size: 10px;
	padding-top: 10px;
}

.ac-container .article a {
	font-size: 10px;
	text-decoration: underline;
}

.subscribe {
	margin-left: var(--cell);
	background: var(--Red);
	color: var(--White);
	padding: 5px;
}

.sub-h {
	margin-bottom: 5px;
	font-size: 20px;
}

.sub-inp {
	margin-right: 5px;
	width: 176px;
}

.sub-subm {
	cursor: pointer;
	background: var(--Gray);
	border: none;
	text-transform: uppercase;
	color: var(--White);
}

.grecaptcha-badge {
	display: none !important;
}

/* woocommerce */

.new-log {
	margin-top: 105px;
	width: 100%;
}

.woocommerce {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.log-row {
	height: 120px;
	width: 100%;
	justify-content: center;
	background: var(--Body);
	align-items: center;
}

.log-h2 {
	font-size: 48px;
	font-family: "Proxima Nova Bold";
}
@media (max-width: 768px) {
	.log-h2 {
		font-size: 25px;
	}
}
.log-s1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.log-s1 p {
	margin: 0;
}

.log-s1 .wrapper-size {
	width: 70%;
}

.log-wrap {
	width: 65%;
	background: var(--Body);
	padding: 50px;
}
@media (max-width: 768px) {
	.log-wrap {
		width: 100%;
		padding: 20px;
	}
}


.log-pass {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom: 60px;
}

.log-buttons {
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.log-buttons {
		flex-wrap: wrap;
	}
	.log-buttons a {
		font-size: 15px;
		width: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		margin-top: 20px;
		height: 40px;
	}
}

.log-recover {
	width: 48%;
	height: 60px;
	border: solid 1px #000;
	justify-content: center;
	align-items: center;
}

.log-recover a {
	font-size: 24px;
	color: var(--Black);
}
@media (max-width: 768px) {
	.log-recover {
		width: 100%;
		height: 40px;
		border: solid 1px #000;
		justify-content: center;
		align-items: center;
	}
	.log-recover a {
		margin: 0px;
		font-size: 15px;
	}
}
.log-submit {
	width: 48%;
	font-size: 20px;
	border: solid 1px var(--Green);
}
@media (max-width: 768px) {
	.log-submit {
		width: 100%;
		font-size: 15px;
	}
}
.log-submit-button {
	width: 100%;
	height: 60px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	font-size: 24px;
	color: #fff;
	background: var(--Green);
	border: none;
}
@media (max-width: 768px) {
	.log-submit-button {
		width: 100%;
		height: 40px;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		padding: 0;
		font-size: 15px;
		color: #fff;
		background: var(--Green);
		border: none;
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.woocommerce-form-row input[type="text"],
	.woocommerce-form-row input[type="password"] {
		height: 40px;
		padding: 5px;
		font-size: 15px;
	}
}

.log-change {
	width: 48%;
	height: 60px;
	border: solid 1px #000;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	padding: 0;
	font-size: 28px;
	color: var(--Black);
}
@media (max-width: 768px) {
	.log-change {
		width: 100%;
		height: 40px;
		border: solid 1px #000;
		justify-content: center;
		align-items: center;
		font-size: 15px;
	}
}

.log-logout {
	width: 48%;
	height: 60px;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 28px;
	color: #fff;
	background: var(--Green);
	border: none;
}

.subs-div {
	font-size: 40px;
	text-align: center;
}

.tabs {
	width: 100%;
}

.tabs > input[type="radio"] {
	display: none;
}

.tabs > div {
	display: none;
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4 {
	display: block;
}

.tabs > label {
	margin: 50px -3px;
	width: 25%;
	display: inline-block;
	text-align: center;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-family: "Proxima Nova Semi-Bold";
	font-size: 30px;
	border-bottom: 1px solid var(--Black);
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.tabs > label {
		margin: 0px;
		width: 100%;
		display: inline-block;
		text-align: center;
		user-select: none;
		cursor: pointer;
		position: relative;
		font-family: "Proxima Nova Semi-Bold";
		font-size: 18px;
		border-bottom: 1px solid var(--Black);
		padding-bottom: 13px;
		padding-top: 13px;
	}
}

.tabs > input[type="radio"]:checked + label {
	border-bottom: 8px solid var(--Green);
	color: var(--Green);
}

.tabs2 {
	width: 100%;
}

.tabs2 > input[type="radio"] {
	display: none;
}

.tabs2 > div {
	display: none;
}

#tab-btn-21:checked ~ #content-21,
#tab-btn-22:checked ~ #content-22 {
	display: block;
}

.tabs2 > label {
	margin: 50px 10px;
	width: 47%;
	display: inline-block;
	text-align: center;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-family: "Proxima Nova Semi-Bold";
	font-size: 30px;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 20px 0;
}
@media (max-width: 768px) {
	.tabs2 > label {
		margin: 10px;
		width: 100%;
		display: inline-block;
		text-align: center;
		user-select: none;
		cursor: pointer;
		position: relative;
		font-family: "Proxima Nova Semi-Bold";
		font-size: 15px;
		border: 1px solid #ccc;
		color: #ccc;
		padding: 20px 0;
	}
}
.tabs2 > input[type="radio"]:checked + label {
	border: 1px solid var(--Green);
	color: var(--Black);
	background: var(--Body);
}

.tabs3 {
	width: 100%;
}

.tabs3 > input[type="radio"] {
	display: none;
}

.tabs3 > div {
	display: none;
}

#tab-btn-31:checked ~ #content-31,
#tab-btn-32:checked ~ #content-32 {
	display: block;
}

.tabs3 > label {
	margin: 0px 10px 50px 10px;
	width: 47%;
	display: inline-block;
	text-align: center;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-family: "Proxima Nova Semi-Bold";
	font-size: 24px;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 22px 0;
}
@media (max-width: 768px) {
	.tabs3 > label {
		margin: 10px;
		width: 100%;
		display: inline-block;
		text-align: center;
		user-select: none;
		cursor: pointer;
		position: relative;
		font-family: "Proxima Nova Semi-Bold";
		font-size: 15px;
		border: 1px solid #ccc;
		color: #ccc;
		padding: 22px 0;
	}
}
.tabs3 > input[type="radio"]:checked + label {
	border: 1px solid var(--Green);
	color: var(--Black);
	background: var(--Body);
}

.log-delivery {
	text-align: center;
	font-size: 30px;
	font-family: "Proxima Nova Semi-Bold";
	margin: 50px 0;
}
@media (max-width: 768px) {
	.log-delivery {
		font-size: 25px;
		line-height: 28px;
	}
}
.log-contacts {
	width: 90%;
	justify-content: space-between;
	background: var(--Body);
	border-top: 8px solid var(--Green);
}
@media (max-width: 768px) {
	.log-contacts {
		width: 100%;
		justify-content: space-between;
		border-top: 8px solid var(--Green);
		flex-wrap: wrap;
	}
}
.cont-col1 {
	width: 50%;
	margin: 50px 0;
	border-right: 1px solid #49423d;
	padding: 0 20px 0 50px;
}
@media (max-width: 768px) {
	.cont-col1 {
		width: 100%;
		margin: 20px 0;
		border-bottom: 1px solid #49423d;
		padding: 20px;
	}
}
.cont-col2 {
	width: 50%;
	margin: 50px 0;
	padding: 0 50px 0 20px;
}
@media (max-width: 768px) {
	.cont-col2 {
		width: 100%;
		margin: 20px 0;
		padding: 20px;
	}
}
.cont-name {
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.cont-name {
		font-size: 17px;
		text-align: center;
		margin-bottom: 20px;
	}
}
.cont-link a {
	font-size: 24px;
	color: var(--Green);
	font-family: "Proxima Nova Bold";
}
@media (max-width: 768px) {
	.cont-link a {
		font-size: 19px;
	}
}
.subs-part {
	border: 1px solid var(--Green);
	background: var(--Body);
	padding: 40px 30px;
	width: 85%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.subs-part {
		border: 1px solid var(--Green);
		background: var(--Body);
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.wpcf7-form input[type="text"] {
		padding: 10px;
		font-size: 15px;
		height: 40px;
	}
}

.subs-h2 {
	font-size: 24px;
}

.subs-in {
	padding: 30px 30px 0 30px;
}
@media (max-width: 768px) {
	.subs-in {
		padding: 0px;
		margin-top: 30px;
	}
}

.subs-part .form-row label {
	font-size: 18px;
}

.subs-part .input-text {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.subs-part .input-text {
		height: 40px;
		font-size: 15px;
	}
}
.subs-pass {
	justify-content: space-between;
}

.subs-pass p {
	width: 48%;
}

.subs-privacy a {
	color: var(--Green);
}

.subs-privacy div {
	padding-left: 10px;
}

.subs-delivery {
	justify-content: space-between;
}

.subs-postcode {
	width: 17%;
}

.subs-city {
	width: 38%;
}

.subs-street {
	width: 37%;
}

.subs-house,
.subs-corp,
.subs-appt {
	width: 17%;
}

.subs-phone {
	width: 37%;
}

.woocommerce-form-register__submit {
	margin-top: 50px;
	width: 50%;
	height: 60px;
	background: var(--Green);
	color: #fff;
	border: none;
	font-family: "Proxima Nova Semi-Bold";
	font-size: 24px;
	cursor: pointer;
}

.subs-privacy2 {
	width: 70%;
	margin-top: 30px;
}

.subs-privacy2 div {
	text-align: center;
}
.subs-privacy--ok.subs-privacy2 div{
	text-align:left;
}
.log-subscribe {
	justify-content: space-between;
}
@media (max-width: 768px) {
	.log-subscribe {
		flex-wrap: wrap;
	}
}
.subs-part2 .subs-h2 {
	margin-left: 30px;
	margin-bottom: 20px;
}

.subs-col {
	width: 31%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 20px 10px;
	background: var(--Body);
	justify-content: space-between;
	
}
@media (max-width: 768px) {
	.subs-col {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #ccc;
		padding: 20px 10px;
		background: var(--Body);
		justify-content: space-between;
		margin-bottom: 20px;
	}
}

.subs-col-no {
	width: 31%;
}

.subs-title {
	text-align: center;
	font-size: 24px;
	font-family: "Proxima Nova Semi-Bold";
	margin-bottom: 20px;
}

.subs-title span {
	border-bottom: solid 2px var(--Black);
	padding-bottom: 2px;
	display: inline-block;
	padding-bottom: 8px;
}

@media (max-width: 768px) {
	.subs-title span {
		border-bottom: solid 2px var(--Black);
		padding-bottom: 2px;
		display: inline-block;
		padding-bottom: 8px;
	}
}


.subs-price {
	justify-content: center;
	align-items: center;
	color: var(--Red);
	font-size: 48px;
	font-family: "Proxima Nova Bold";
}
.subs-price div {
	font-size: 18px;
	font-family: "Proxima Nova";
	padding-left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

.woocommerce-notices-wrapper li {
	list-style: none;
}

/* single */

.new-single {
	margin-top: 135px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-row {
	width: 100%;
	justify-content: space-between;
}

.single-main-col {
	width: calc(75% - 25px);
}

.single-sidebar {
	width: calc(25% - 25px);
}

.fixed-adv {
	position: fixed;
}

.fixed-soc {
	position: fixed;
}

.single-main-col .first-letter:first-letter {
	font-size: 80px;
	font-family: "Charter";
	float: left;
	padding-right: 10px;
	line-height: 1;
	margin-bottom: -20px;
}

.single-main-col img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.single-cat a {
	color: var(--Gray);
	text-transform: uppercase;
}

h1.single-h1 {
	font-size: 50px;
	font-family: "Proxima Nova Semi-Bold";
	margin: 50px 0 30px 0;
	line-height: 1.1;
}

.single-anonce {
	font-family: "Charter";
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}

.single-content {
	margin-top: 30px;
}

.single-content strong {
	font-family: "Proxima Nova Semi-Bold";
	font-size: 120%;
}

.single-content-row {
	width: 100%;
	justify-content: space-between;
}

.single-col1 {
	width: 10%;
}

.single-col2 {
	width: 90%;
}

.views {
	background: url(img/view.png) no-repeat 50% 0%;
	background-size: 50px;
	width: 50px;
	opacity: 0.5;
	text-align: center;
	padding: 35px 0 0px 0;
}

.svk {
	background: url(img/svk.png) no-repeat 50% 50%;
	background-size: 30px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	border: solid 1px var(--Gray);
	border-radius: 10px;
	margin: 5px 0;
}

.stw {
	background: url(img/stw.png) no-repeat 50% 50%;
	background-size: 30px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	border: solid 1px var(--Gray);
	border-radius: 10px;
	margin: 5px 0;
}

.stg {
	background: url(img/stg.png) no-repeat 50% 50%;
	background-size: 30px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	border: solid 1px var(--Gray);
	border-radius: 10px;
	margin: 5px 0;
}

.single-col2 h3 {
	border-bottom: none;
	font-family: "Charter";
	font-weight: bold;
	border-top: solid 1px var(--Gray);
	padding-top: 20px;
}

.single-col2 .related_post {
	padding-inline-start: 15px;
	color: var(--Red);
}

.single-col2 .related_post li {
	padding-bottom: 10px;
}

.single-col2 .related_post a {
	color: var(--Red);
	font-size: 24px;
}

.single-meta {
	border-top: solid 1px var(--Gray);
	padding: 20px 0 40px 0;
}

.single-meta .logo-new {
	filter: invert(1);
	width: 70px;
	height: 26px;
	margin-right: 10px;
}

.single-meta .single-col2 {
	justify-content: space-between;
}

.single-col2 span {
	font-family: "Proxima Nova Bold";
}

.single-author {
	width: 270px;
}

.single-tags {
	width: 400px;
	font-size: 15px;
}

.single-tags a {
	color: var(--Gray);
	font-size: 15px;
}

.single-date {
	width: 150px;
}

/* category */

.new-cat-body {
	margin-top: 135px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-cat {
	width: 100%;
}

.new-cat .cat-h2 {
	border-bottom: none;
}

.s1-cat {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-cat-body .s2-col3 {
	border-top: none;
	padding: 0;
}

.new-cat-body .s1-col2 {
	background: var(--White);
}

.s1-col2-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.new-cat-body .s2-col3-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s4-cat {
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ccc;
	margin: var(--cell) 0;
}

.s4-h {
	text-align: center;
	font-family: "Proxima Nova Bold", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 30px;
}

.s4-cat-row {
	width: 100%;
	justify-content: space-between;
}

.s4-col {
	width: 25%;
	height: 100%;
	margin-right: var(--cell);
}

.s4-col4 {
	width: 25%;
	height: 100%;
	justify-content: space-between;
}

.s4-col1-img,
.s4-col2-img,
.s4-col3-img,
.s4-col4-img {
	background-size: cover;
	width: 100%;
	height: 250px;
}

.s4-h2 {
	font-family: "Charter";
	font-size: 24px;
	margin: 20px 0;
}

.s4-h2 a {
	color: var(--Black);
}

.anounce3 {
	padding-top: 380px;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: var(--White);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.s5-col2-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s5-col3 {
	width: 50%;
}

.s62-col-img,
.s62-col2-img,
.s62-col3-img,
.s62-col4-img {
	background-size: cover;
	width: 100%;
	height: 60%;
}

.s82-col1-img,
.s82-col2-img,
.s82-col3-img,
.s82-col4-img {
	background-size: cover;
	width: 100%;
	height: 250px;
}

.new-cat2-body {
	margin-top: 105px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-body .new-cat2-body {
	background: #fff;
}

.new-cat2-body .s4-cat {
	background: var(--Body);
}

.cat-head {
	height: 120px;
	width: 100%;
	justify-content: center;
	background: var(--Body);
	align-items: center;
}

.cat-h2 {
	font-size: 48px;
	font-family: "Proxima Nova Bold";
}

.new-cat2 {
	width: 100%;
	justify-content: space-between;
	padding: 40px 0;
}

.cat-main-col {
	width: calc(75% - 150px);
	margin-left: 100px;
}

.cat-sidebar {
	width: calc(25% - 10px);
	margin-top: 40px;
}

.pub-date {
	font-size: 30px;
	font-family: "Proxima Nova Semi-Bold";
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin: 40px 0;
}

.pub-time {
	font-size: 16px;
	margin-left: 20px;
	padding-bottom: 4px;
	font-family: "Proxima Nova Semi-Bold";
}

.news-title {
	margin-bottom: 20px;
}

.news-title a {
	color: var(--Black);
	font-family: "Proxima Nova Semi-Bold";
	font-size: 24px;
}

/* mobile */

@media screen and (max-width: 762px) {
	.hide {
		display: flex;
	}

	.unhide {
		display: none;
	}

	.wrapper-size {
		padding: 0 10px;
	}
}

/* woocommerce account */
.woocommerce-billing-fields {
	padding: 0px;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-billing-fields .form-row {
	width: 100%;
	margin-right: 0rem;
}
.woocommerce-billing-fields .form-row:nth-child(2n) {
	margin-right: 0rem;
}
.woocommerce-billing-fields .form-row lable {
	display: block;
}
.woocommerce-billing-fields .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce-billing-fields .input-text {
	width: 100%;
}

.account-button--add {
	cursor: pointer;
}
.account-button--add-border {
	border: 2px solid #2c9798;
}

.wc_payment_methods.payment_methods {
	display: none;
}
.subs-part--plashka {
	border-top: 1px solid #2c9798;
	background: var(--Body);
	padding: 15px 30px;
	width: 80%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.subs-part--plashka {
		width: 100%;
	}
}
.subs-part--plashka p {
	margin: 0px !important;
	font-weight: 600;
}
.subs-part--plashka a {
	color: gray;
	padding: 10px 20px;
	border: 1px solid gray;
	transition: 0.3s;
}
.subs-part--plashka a:hover {
	color: black;
	transition: 0.3s;
	border: 1px solid #2c9798;
}
.subs-part--plashka a:first-child {
	margin-right: 30px;
}
@media (max-width: 768px) {
	.subs-part--plashka a {
		display: block;
		margin-bottom: 10px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}
	.subs-part--plashka a:first-child {
		margin-right: 0px;
	}
}
.subs-part--plashka-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.remove-account--block {
}
.remove-account--content {
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 40px !important;
}
.remove-account--block .log-buttons.f-row {
	justify-content: center;
}

.form-row--hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.form-row--flex {
	display: flex;
	flex-wrap:wrap;
}
.form-row--flex p {
	width: calc((100% / 2) - (2rem / 2));
	margin-right: 2rem;
}
.form-row--flex p:nth-child(2n) {
	margin-right: 0rem;
}
.form-submin--button {
	display: flex;
	justify-content: center;
}
.form-submin--button input {
	padding: 20px 40px;
	font-size: 28px;
	color: #fff;
	background: #2c9798;
	border: none;
	display: block;
	height: auto;
	margin-top: 20px;
	cursor: pointer;
}
.subs-h2--ur {
	margin-bottom: 30px;
}
.centered--f-row-last {
	margin-top: 30px;
}
.edit-account--hidden-block {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.edit-account--title {
	font-family: "Proxima Nova Semi-Bold";
	font-size: 30px;
	padding-bottom: 20px;
}
.edit-account--new .woocommerce-Button {
	font-size: 28px;
	color: #fff;
	background: var(--Green);
	border: none;
	padding: 20px 30px;
	cursor: pointer;
	transition: 0.3s;
}
.edit-account--new .woocommerce-Button:hover {
	background: #1f7070;
	transition: 0.3s;
}
.edit--new {
	font-size: 28px;
	color: #fff;
	background: var(--Green);
	border: none;
	padding: 20px 30px;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}
.edit--new:hover {
	background: #1f7070;
	transition: 0.3s;
}
@media (max-width: 768px) {
	.edit--new {
		font-size: 15px;
	}
}
.woocommerce-address-fields--new input {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom: 30px;
}
.woocommerce-address-fields--new .select2-selection__rendered {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 28px;
	margin-bottom: 30px;
}
.woocommerce-address-fields--new .button {
	font-size: 28px;
	color: #fff;
	background: var(--Green);
	border: none;
	padding: 20px 30px;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	margin-top: 20px;
}
.woocommerce-address-fields--new .button:hover {
	background: #1f7070;
	transition: 0.3s;
}
.subs-part--gradient {
	width: 100%;
	position: relative;
}
.subs-part--gradient::before {
	content: "";
	width: 100%;
	position: absolute;
	height: 90px;
	top: -100px;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 29%,
		rgba(255, 255, 255, 0.5088410364145659) 100%
	);
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
}
.form--flex-col {
	width: calc((100% / 2) - (2rem / 2));
}
.form--flex-col--first {
	margin-right: 2rem;
}

@media (max-width: 768px) {
	.form--flex-col {
		width: 100%;
	}
	.form--flex-col--first {
		margin-right: 0rem;
	}
}
.form-flex--btn {
	width: 48%;
	height: 60px;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	padding: 0;
	font-size: 28px;
	color: #fff;
	background: #2c9798;
	border: none;
	cursor: pointer;
}
@media (max-width: 768px) {
	.form-flex--btn {
		width: 100%;
		padding: 0;
		font-size: 15px;
		color: #fff;
		background: #2c9798;
		border: none;
		cursor: pointer;
	}
}

.form-flex--desc {
	text-align: center;
	padding-bottom: 30px;
}
@media (max-width: 768px) {
	.form-flex--desc {
		font-size: 13px;
	}
}

.form--hidden-part {
	opacity: 0;
	visibility: hidden;
	height: 0;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
legend {
	padding-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
}
.remove-pass {
	opacity: 1;
	height: auto;
	visibility: visible;
	margin-top: 10px;
}
.remove-pass--hidden {
	opacity: 0;
	height: 0;
	visibility: hidden;
	display: none;
}
#content-31 .subs-h2 {
	margin-bottom: 20px;
}
.motopress-wrapper.content-holder.clearfix {
	padding-top: 90px;
}
.mobile-menu {
	display: none;
}
.header-mob {
	display: none;
}
@media (max-width: 768px) {
	.mobile-menu {
		position: fixed;
		display: block;
		visibility: visible;
		height: auto;
		width: 100%;
		left: 0;
		top: 105px;
		transition: 0.4s;
		z-index: 11111;
		background: white;
		color: black;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	.mobile-menu .menu-item {
		padding-bottom: 10px;
	}
	.header-menu-icon--open {
		height: 20px !important;
		width: auto;
	}
	.mobile-menu a {
		color: black;
		font-size: 19px;
	}
	.mobile-menu .menu-item-acc {
		color: black;
		font-size: 19px;
	}
	.mobile-menu--hidden {
		display: none;
	}
	.header-mob {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.menu-row.f-row {
		display: none;
	}
	.logo-txt {
		display: none;
	}
}
.subs-privacy2 {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.subs-privacy2 input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.subs-privacy2:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.subs-privacy2 input:checked ~ .checkmark {
	background-color: #329798;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.subs-privacy2 input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.subs-privacy2 .checkmark:after {
	left: 12px;
	top: 9px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blue-about--form-text {
	margin-bottom: 20px;
}
.account-button--trial-text{
	color: var(--Red);
    font-size: 15px;
    text-align: center;
    padding-bottom: 5px;
}
.file-input--hidden{
	visibility:hidden;
	height: 0;
	opacity:0;
}
.form-block-delivery--hidden{
	display:none;
}
.form-ur-block-delivery--hidden{
	display:none;
}