.b24-form-state-container .b24-form-success {
	background-color: #971980;
}
.b24-form-success .b24-form-state-text {
	color: white!important;
}
.b24-form-success-icon {
	background-size: contain;
	background-image: url(/include/img/form-sucses.png);
}
.b24-form-btn {
	font-size: 24px;
    padding: 30px 50px;
}
.freud-main-page {
	background: black;
	font-size: 2rem;
	font-family: 'Bebas Neue';
	font-weight: 800;
}

.freud-header-main {
	position: fixed;
    width: 100%;
    top: 0;
	z-index: 99;
	display: flex;
    background: white;
    justify-content: space-between;
	align-items: center;
}

.freud-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 26px;
	height: 70px;
}

.freud-header__img-title {
	display: flex;
	align-items: center;
}

.freud-header-menu {
	margin-right: 106px;
	color: black;
	font-size: 32px;
}

.freud-header-menu:hover {
	color: black;
	opacity: 0.8;
	text-decoration: underline;
}

.freud-header-menu-btn {
	cursor: pointer;
	background: #8755ce;
	border: 2px solid #8755ce;
	color: white;
	padding: 10px 20px 7px;
	border-radius: 20px;
	font-size: 32px;
	margin-right: 10%;
	font-weight: 700;
	transition: .3s ease;
}

.freud-header-menu-btn:hover {
	background: #2c282b;
	color: #8755ce;
	border: 2px solid #8755ce;
}


.b24-form-btn {
	border-radius: 20px;
}

.freud-header-menu-btn__main-block {
	padding: 20px 40px 14px;
	font-size: 18px;
	margin: 10px 0px;
}

.freud-header-menu-btn__magazine {
	padding: 15px 40px 10px;
	font-size: 32px;
	margin-right: 0px;
}

.freud-header-menu-btn-text {
	font-size:26px;
}

.freud-main {
	color: white;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.freud-main-block {
	display: flex;
	max-width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0;
}

.freud-main-block-desc {
	max-width: 700px;
	min-width: 280px;
	margin-bottom: 40px;
	position: relative;
	padding-top: 100px;
}

.freud-main-date {
	font-size: 32px;
}

.freud-main-subtitle-block {
	display: flex;
	align-items: center;
}

.freud-main-subtitle {
	color: #eae9ea;
	font-size: 64px;
}

.freud-main-subtitle__age {
	padding: 7px 12px 2px;
	border: 3px solid #eae9ea;
	border-radius: 50%;
	margin-left: 10px;
	font-size: 36px;
	margin-bottom: 7px;
}

.freud-main-title {
	font-size: 128px;
	color: #8755ce;
	font-weight: 900;
}

.freud-main-title__header {
	font-size: 36px;
	margin-left: 15px;
}

.freud-main-sale {
	text-decoration: underline;
	margin: 15px 0;
	font-size: 32px;
}

.freud-main-cost-block {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	font-size: 50px;
}

.freud-main-new-cost-block {
	position: relative;
}

.freud-main-new-cost {
	font-weight: 800;
	font-weight: 800;
	border: 4px solid #8755ce;
	padding: 5px 25px 0;
	border-radius: 12px;
	margin-left: 10px;
}

.freud-main-new-cost-sale {
	position: absolute;
	top: -10px;
	right: -15px;
	font-size: 18px;
	background: #e62525;
	padding: 3px 5px 0;
	border-radius: 12px;
}

.freud-main-image {
	max-width: 536px;
}

.freud-description {
	background: #eae9ea;
	color: black;
	display: flex;
	max-width: 100%;
	padding-top: 60px;
	overflow: hidden;
}

.freud-description-block {
	display: flex;
	background-image: url(/include/img/freud-description-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.freud-description-block-image {
	max-width: 717px;
	margin-left: -237px;
	margin-bottom: -160px;
    overflow: hidden;
    object-fit: contain;
}

.freud-description-desc-block {
	display: flex;
	flex-direction: column;
	text-align: right;
	margin-right: 5%;
	max-width: 60%;
	align-items: flex-end;
}

.freud-description-title {
	color: #371f61;
	font-size: 64px;
	margin-bottom: 50px;
}

.freud-description-desc {
	font-size: 30px;
	margin-bottom: 30px;
	font-family: 'Century Gothic';
}

.freud-description-desc__two {
	margin-bottom: 70px;
}

.freud-description-preemptive-block {
	display: flex;
	text-align: center;
	font-size: 2rem;
	color: #eae9ea;
	margin-bottom: 100px;
}

.freud-description-preemptive {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	background: #371f61;
	border-radius: 20px;
	margin: 10px;
	max-width: 280px;
}

.freud-description-preemptive-icon {
	max-width: 100px;
}

.freud-description-preemptive-text {
	font-size: 26px;
}

.freud-magazine {
	display: flex;
	max-width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	align-items: center;
}

.freud-magazine-block {
	width: 50%;
	text-align: center;
}

.freud-magazine-subtitle {
	font-size: 40px;
	max-width: 450px;
	margin: 0px auto;
}

.freud-magazine-title {
	font-size: 120px;
	line-height: 120px;
    font-family: 'Bebas Neue';
    max-width: 600px;
    margin: 52px auto;
    font-weight: 700;
}

.freud-magazine-image {
	width: 50%;
}

.freud-form {
	/*background: #eae9ea;*/
	background: url(/include/img/freud-form-bg.png) #fff;
	background-size: cover;
	display: flex;
	max-width: 100%;
	border: 10px solid #371f61;
	align-items: center;
	justify-content: space-between;
}

.freud-form-block {
	width: 40%;
    /*margin-left: 10%;*/
	margin: 3% 10%;
    padding: 50px;
    box-shadow: 1px 1px 13px 0px #371f61;
	background: white;
}

.freud-form-text {
	font-size: 19px;
	color: #b0b0b0;
	max-width: 320px;
	margin: 10px auto;
	text-align: left;
}

.freud-form-image {
	width: 50%;
	margin: 0 -50px -20px 0;
	overflow: hidden;
	display: none;
}

.freud-contakt {
	position: relative;
	height: 800px;
}

.freud-contakt-bg {
	width:850px;
	height: 800px;
	position: absolute;
	top: 0;left:0;
	background: #eae9ea;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 10px solid #371f61;
	top: 0;
	transform: skew(17deg);
	margin: 0 -200px;
}

.freud-contakt-block {
	color: black;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	margin-left: 10%;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin-top: 80px;
}

.freud-contakt-subtitle {
	font-size: 40px;
	line-height: 40px;
	color: #8755ce;
}

.freud-contakt-subtitle-text {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 28px;
	color: black;
}

.freud-contakt-subtitle-text__two {
	margin-bottom: 0px;
}

.freud-quote {
	background: #eae9ea;
	width:100%;
}

.freud-quote-blocks {
	width:100%;
	background-image: url(/include/img/freud-footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 590px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0;
}

.freud-quote-block {
	background-image: url(/include/img/freud-citata.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 800px;
	height: 300px;
	margin: 0 auto;
	font-family: Century Gothic;
}

.freud-quote-text {
	color: black;
	width: 620px;
	margin: 0px auto;
	padding-top: 90px;
	text-align: center;
	font-weight: 400;
	font-size:28px;
}

.freud-quote-title {
	text-align: center;
	font-size: 3rem;
	color: black;
	font-weight: 900;
}

.freud-quote-btn-text {
	font-size:26px;
}

.main_video {
	width: 100%
}

.main_video_pc {
	margin-top: 80px;
}

@media screen and (min-width: 1300px) {
	.freud-quote-text {
		padding-top: 76px;
	}
}

@media screen and (min-width: 620px) {
	.freud-main-subtitle__age-mobile {
		display: none;
	}
	.freud-magazine-image-mobile {
		display: none;
	}
	.freud-contakt-map-mobile {
		display: none;
	}
	.freud-quote-title-btn {
		display: none;
	}
	.main_video_mob {
		display: none
	}
}

@media screen and (max-width: 1240px) {
	.freud-header-menu {
		margin-right: 76px;
	}
}

@media screen and (max-width: 1100px) {
	.freud-header-menu {
		margin-right: 56px;
	}
	.freud-main-title__header {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.freud-header-main {
		display: none;
	}
	.freud-description-block {
		flex-direction: column-reverse;
		position: relative;
		width: 100%;
	}
	.freud-description-desc-block {
		max-width: 96%;
	}
	.freud-description-title {
		font-size: 42px;
		line-height: 29px;
		margin-bottom: 26px;
		margin: 50px 0 0 0;
	}
	.freud-description-desc {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 26px;
		max-width: 600px;
	}
	.freud-description-desc__two{
		margin-bottom: 26px;
	}
	.freud-description-preemptive-block {
		margin-bottom: 64px;
	}
	.freud-description-preemptive {
		max-width: 160px;
		margin-bottom: 20px;
		min-width: 158px;
		height: 110px;
		justify-content: space-around;
	}
	.freud-description-preemptive-icon {
		max-width: 40px;
	}
	.freud-description-preemptive-text {
		font-size: 17px;
		line-height: 16px;
		max-width: 120px;
	}
	.freud-description-block-image {
		max-width: 293px;
		position: absolute;
		bottom: 35px;
		left: -99px;
		margin: 0;
	}
	.freud-magazine-title {
		font-size: 80px;
	}
	.freud-form-image {
		display: none;
	}
	.freud-form-block {
		width: 96%;
		margin: 0 auto;
	}
	.freud-contakt {
		background: #EAE9EA;
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}
	.freud-contakt-bg {
		display: none;
	}
	.freud-contakt-block {
		position: relative;
		max-width: 96%;
		margin: 60px auto;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.freud-contakt-subtitle {
		font-size: 20px;
		line-height: 20px;
	}
	.freud-contakt-subtitle-text {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.freud-contakt-map {
		display: none;
	}
	.freud-contakt-map-mobile {
		border-top: 10px solid #371f61
	}
}

@media screen and (max-width: 750px) {
	.freud-magazine-image {
		display: none;
	}
	.freud-magazine-block {
		display: flex;
		width: 96%;
		flex-direction: column;
		align-items: center;
	}
}
	
@media screen and (max-width: 620px) {
	.freud-header-menu-btn__main-block {
		padding: 15px 62px 10px;
		border-radius: 31px;
	}
	.freud-main {
		padding-top: 5px;
		background-image: url(/include/img/lovec1.png), url(/include/img/lovec2.png);
        background-size: 40%;
        background-position: top left, top right;
	}
	.freud-main-block {
		background-size: 209px 266px;
		background-repeat: no-repeat;
		padding: 0;
		margin: 0 auto 49px;
		background-position: top right;
		display: flex;
		justify-content: center;
	}
	.freud-main-image {
		display: none;
	}
	.freud-main-subtitle__age {
		display: none;
	}
	.freud-main-subtitle__age-mobile {
		padding: 9px 18px 0 10px;
		border: 5px solid #333333;
		border-radius: 50%;
		font-size: 55px;
		width: 100px;
		color: #333333;
		margin-bottom: 90px;
	}
	.freud-main-block-desc {
		text-align: center;
		padding-top: 0px;
	}
	.freud-main-date {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 21px;
	}
	.freud-main-subtitle-block {
		justify-content: center;
	}
	.freud-main-subtitle{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 21px;
		text-align: center;
		margin-top: 0px;
	}
	.freud-main-title {
		font-size: 67px;
		line-height: 67px;
		margin-bottom: 21px;
		margin-top: 50px;
		color: #ffffff;
		border: 3px solid #8755ce;
		border-radius: 30px;
	}
	.freud-main-cost-block {
		justify-content: center;
		font-size: 22px;
	}
	.freud-description {
		padding-top: 0px;
	}
	.freud-description-block {
		flex-direction: column-reverse;
		position: relative;
	}
	.freud-description-desc-block {
		max-width: 96%;
	}
	.freud-description-title {
		font-size: 29px;
		line-height: 29px;
		margin-bottom: 26px;
	}
	.freud-description-desc {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 26px;
		margin-left: 15px;
	}
	.freud-description-desc__two{
		margin-bottom: 26px;
	}
	.freud-description-preemptive-block {
		flex-direction: column;
		margin-bottom: 64px;
	}
	.freud-description-preemptive {
		max-width: 160px;
		margin-bottom: 20px;
		min-width: 158px;
		height: 110px;
		justify-content: space-around;
	}
	.freud-description-preemptive-icon {
		max-width: 40px;
	}
	.freud-description-preemptive-text {
		font-size: 17px;
		line-height: 16px;
		max-width: 120px;
	}
	.freud-description-block-image {
		max-width: 293px;
		position: absolute;
		bottom: 35px;
		left: -99px;
		margin: 0;
	}
	.freud-magazine {
		justify-content: center;
	}
	.freud-magazine-subtitle {
		font-size: 22px;
		line-height: 27px;
	}
	.freud-magazine-title {
		font-size: 55px;
		line-height: 55px;
		margin: 31px 0;
	}
	.freud-magazine-image-mobile {
		max-width: 230px;
		margin-bottom: -20px;
	}
	.freud-form {
		flex-direction: column;
		/*height: 780px;*/
		height: 580px;
		/*background-image: url(/include/img/freud-form-img-mobile.png);*/
		background-image: url(/include/img/freud-form-bg-mob.png);
		/*background-size: 335px 365px;*/
		background-size: cover;
		background-repeat: no-repeat;
		/*background-position: bottom 0px right -33px;*/
		padding: 30px;
	}
	.freud-form-block {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		/*box-shadow: none;*/
	}
	.b24-form-btn {
		font-size: 18px;
		padding: 15px 30px;
	}
	.freud-form-text{
		text-align: center;
		font-size: 10px;
		line-height: 12px;
		color: #333333;
		max-width: 261px;
		margin: 29px auto;
	}
	.freud-quote-blocks {
		height: auto;
	}
	.freud-quote-block {
		width: 284px;
		background-image: url(/include/img/freud-citata-mobile.png);
		margin-top: 56px;
	}
	.freud-quote-text {
		width: 180px;
		padding-top: 68px;
		font-size: 18px;
		height: 300px;
	}
	.freud-quote-title {
		font-size: 16px;
		line-height: 30px;
		margin: 19px auto 30px;
	}
	.freud-quote-title-btn {
		font-weight: 700;
		font-size: 29px;
		line-height: 29px;
		text-align: center;
		color: #971980;
		max-width: 290px;
		margin-bottom: 26px;
	}
	.freud-header-menu-btn__quote-block {
		width: 290px;
		margin-bottom: 62px;
	}
	.main_video_pc {
		display: none;
	}
}

.galley__freud-img {
	width: 420px;
	height: 580px;
	margin: 5px;
	overflow: hidden;
    border-radius: 10px;
}

.galley__freud-img:hover {
	box-shadow: 0px 0px 8px 0px white;
}

@media screen and (max-width: 620px) {
	.galley__freud-img {
		width: 320px;
		height: 450px;
	}
}