a {
	color: #c96f2c;
}

a:hover {
	color: #c96f2c;
}

.land_header_custom {
	/* 	margin-top: 80px; */
	position: relative;
	width: 100%; /* Произвольная ширина, которая требуется для блока */
	background: url(/ld/metacards/img/land_header_bg.jpg);
	background-size: 100%;
	height: 46.7vw;
	padding-top: 10vw;
	text-align: center;
	/* 	margin-bottom: -40px; */
}




.land_header_custom .name{
	font-size: 2vw;
	margin-left: 20%;

	color: #0c4d76;
	line-height: 1;
	width: auto;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}


.land_header_custom .name>div{
	font-size: 200%;
	font-weight: 100;
}

.land_header_custom .author1{
	font-size: 1.3vw;
	margin-left: 20%;
	margin-top: 2.6vw;
	/* 	color: #0c4d76; */
	padding-left: 2vw;
	border-left: 3px solid #333;
	line-height: 1.4;
	width: auto;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	font-weight: 100;
}


.land_header_custom .author1>div{
	font-weight: bold;
}




.land_header_custom .date1{
	font-size: 2.3vw;
	margin-top: 8vw;
	margin-left: 20%;
	font-weight: bold;
	position: relative;
	float: left;
}

.land_header_custom .date1 .smallup{
	position: absolute;
	right: 2px;
	top:-10px;
	font-size: 40%;
}

.land_header_custom .info{
	font-size: 1.8vw;
	margin-top: 1.5vw;
	text-align: left;
	margin-left: 20%;
	font-weight: bold;
	background: #555;
	color: #fff;
	display: inline-block;
	padding: 1vw 2.5vw;
	text-align: left;
	float: left;
}

.land_header_custom .info>span{
	font-weight: 100;
}

@media (max-width: 768px) {
	.land_header_custom {
		padding-top: 15vw;
		background: url(/ld/metacards/img/land_header_bg_small.jpg);
		background-size: 100%;
		height: 129vw;
		padding-top: 10vw;
		background-repeat: no-repeat;
	}
	.land_header_custom.prolongation {
		background: url(/ld/metacards/img/land_header_bg_small_2.jpeg);
	}
	.land_header_custom .name{
		font-size: 5vw;
		margin-left: 15%;
	}

	.land_header_custom .author1{
		font-weight: 500;
		font-size: 3vw;
		margin-left: 15%;
		margin-top: 6vw;
	}

	.land_header_custom .date1{
		font-size: 5vw;
		margin-top: 85vw;
		margin-left: 15%;
	}

	.land_header_custom .info{
		font-size: 6vw;
		margin-left: 15%;
		margin-top: 2vw;
	}

	.land_header_custom .info>span{
		font-weight: 500;
	}

}



.land_header_custom.prolongation {
	background: url(/ld/metacards/img/land_header_bg_2.jpeg);

	position: relative;
	width: 100%;
	background-size: 100%;
	height: 46.6vw;
	padding-top: 10vw;
	text-align: center;
}

@media (max-width: 768px) {
	.land_header_custom.prolongation {
		background: url(/ld/metacards/img/land_header_bg_small_2.jpeg) !important;

		background-size: 100% !important;
		height: 150vw !important;
	}
}

.payment_free {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	/* 	text-transform: uppercase; */
	color: #fff;
}

.payment_free span{
	background: #555;
	padding: 1vw 2.5vw;

}

h3 .small {
	font-size: 50%;
	color: #fff;
	margin-top: 1vw;
	text-align: center;
}

h3 .small span{
	background: #674373 !important;
	padding: 0.5vw 1.5vw;
}

.comments {
	padding-bottom: 20px !important;
}

.comments img {
	margin-bottom: 10px;
	border-radius: 15px;
}

.comments .row.hidden{
	display: none;
}

.more {
	text-align: center;
	margin-top: 1vw;
	margin-bottom: 0;
	border-top: 1px solid #3b938a;
}


.container-fluid.gray2 {
	background:  #a85003;
}

.additional_text_1 {
	display: none;
}

.dino {
	width: 100px;
	height: 100px;
	background: url(img/dino.jpg) no-repeat center center #fff;
	border-radius: 100px;
	background-size: 70%;
	/* 	margin-top: -50px; */
}

.tr_div.active .td_div {
	background: #172739;
	font-size: 140%;
	font-weight: bold;
}

h1:after, h2:after {
	background: #674373!important;
}

.landing .gray {
	background: #f9edd7!important;
	color: #444444;
}

.landing .gray ul li:before {
	background: #FFF;
}



.more {
	border-top: none !important;
}

.comments .button:hover {
//background-color: #3b7b95;
//color: #fff;
	border-color: #1a847a;
	border-color: #FFF;
	outline: none;
}

.comments .button {
	border-color: #FFF;
}

.comments h4 {
	height: 105px !important;
}

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

.title-icon h4 {
	margin: 0;
}

.title-icon__img {
	width: 130px;
}

.itog .sel1 {
	padding-top: 0px;
	padding-left: 27px;
	padding-bottom: 0px;
	margin-left: 13px;
	margin-right: 13px;
}

.itog .sel1:after {
	content: "";
	background: #fff;
	border: 1px solid #C4C4C4;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	left: -9px;
	top: 0;
}

.itog .sel1:before {
	content: "";
	border: 5px solid #fff;
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 20px;
	left: -9px;
	top: 0px;
}

.land_full_section .info {
	background: #674373;
}

.land_full_section .title {
	color: #674373;
}

.form .tr_div .td_div:first-child .info {
	color: #674373;
}

.form input.text, .form textarea, .form select {
	border-left: 2px solid #674373;
}

.button:hover {
	background-color: #674373;
	border-color: #674373;
}

.button {
	border: 1px solid #674373;
	color: #674373;
}

.form .info_status, .form .info_status {
	background: #674373;
}

.price_table .tr_div:nth-child(1) .td_div {
	background: #674373;
}

.choose_button.active {
	background: #d97f79 !important;
	border-color: #d97f79 !important;
}


.destiny {
	display: flex;
	flex-wrap: wrap;
	margin: 2px;
}

.destiny__item {
	width: calc(20% - 4px);
	margin: 2px;
	cursor: pointer;
}

.destiny__item img {
	width: 100%;
}

.destiny__item.checked {
	position: relative;
}

.destiny__item.checked:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 11px;
	right: 11px;
	background: url(/images/correct.svg) no-repeat top left;
	background-size: contain;
	width: 10%;
	height: 10%;
	z-index: 1003;
}

.destiny__item.checked:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1002;
}

.destiny__sticky-panel {
	display: none;
}

.destiny__sticky-panel.fixed {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 48px;
	background: #2da89c;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	z-index: 1004;
	justify-content: center;
}

.destiny__count {
	font-weight: bold;

}

.destiny__save {
	height: 100%;
	background: #9F7D24;
	padding: 0 30px;
	cursor: pointer;
	display: none;
	font-size: 16px;
	line-height: 16px;
	padding-top: 15px;
	margin-left: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.destiny__item-one {
	margin: 0 auto;
}

.destiny__item-one.start img {
	opacity: 0.2;
}

.destiny__button {
	width: 100%;
	margin-bottom: 25px;
}

.destiny__button .button {
	margin-right: 0px;
	width: 300px;
}

.destiny__double {
	width: 100%;
	display: none;
}

.destiny-result {

}

.destiny-result__item {
	display: flex;
	flex-wrap: wrap;
	max-width: 740px;
	justify-content: space-between;
	margin: 50px auto 10px auto;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.destiny-result__item:last-child {
	border: none;
}

.destiny-result__double {
	width: 100%;
	font-family: pt serif;
	font-size: 24px;
	margin: 10px 0 20px 0;
	text-align: center;
}

.destiny-result__img {
	width: calc(50% - 5px);
	margin-bottom: 5px;
	margin-top: 5px;
}

.destiny-result__img.view {
	border: 1px solid rgba(159,125,36,0.4);
}

.destiny-result__img img {
	width: 100%;
}

.destiny-result__video-container {
	max-width: 740px;
	margin-top: 5px;
	margin-bottom: 50px;
	position: relative;
}

.destiny-result__video {
	cursor: pointer;
}

.destiny-result__video img {
	width: 100%;
}

.destiny-result__video-container .plyr__control--overlaid {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
//margin: -24px 0 0 -24px;
}

@media only screen and (max-width: 768px) {
	.destiny-result__img {
		width: 100%;
		margin-bottom: 5px;
	}

	h3 .small {
		font-size: 73%;
	}

	h3 .small span {
		padding: 1.5vw 3.5vw;
	}

	.destiny__item {
		width: calc(25% - 4px);
	}

	.destiny__item.checked:before {
		width: 18%;
		height: 18%;
	}

	.destiny__sticky-panel.fixed {
		justify-content: space-between;
		padding-left: 20px;
		height: 58px;
	}

	.destiny__save {
		padding-top: 21px;
	}
}

.modules {
	//display: grid;
	//grid-template-columns: repeat(4, 1fr);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modules.cols-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.modules-item {
	position: relative;
	margin: 5px;
	cursor: pointer;
	width: 357px;
//padding-bottom: 210px;
	margin-bottom: 40px;
}

.modules.cols-auto .modules-item {
	max-width: 400px;
}

.modules-item.prolongation {
	position: relative;
	margin: 5px;
	cursor: pointer;
//height: 545px;
	width: calc(33% - 9px);
	width: 357px;
	padding-bottom: 150px;
}


.modules-item__line-top {
	position: absolute;
	top: 0px;
	left: 13%;
	width: 11.5%;
	height: 73px;
	background: #E84C1D;
}

.modules-item__line-right {
	position: absolute;
	top: 0px;
	right: 6%;
	width: 3px;
	height: 100%;
}

.modules-item__line-right:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 15%;
	background: #E84C1D;
}

.modules-item:not(.price-item) .modules-item__line-right:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 39%;
	background: #E84C1D;
}


.modules-item img {
	max-width: 100%;
}

.modules-item__img-mobile {
	display: none;
}


.modules-item__picture {
	width: 100%;
	height: 150px;
	text-align: center;
	position: absolute;
	top: -128px;
}

.modules-item__picture img {
	width: 119px;
}

.modules-item__content {
	position: absolute;
	//bottom: 2.7%;
//margin-top: 100px;
//margin-top: 666px;
	width: 100%;
//height: 83%;
//height: 150px;
	height: 25.3%;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.europe .modules-item__content {
	height: 33.6%;
	width: 93%;
}

.modules-item__content-list-bg {
	background: #E84C1D;
	color: #FFF;
	padding-left: 15%;
	margin-top: -90px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
}

.modules-item__content-list-color {
	color: #E84C1D;
	font-size: 12px;
	line-height: 13px;
	padding-left: 15%;
	padding-right: 10%;
	margin-bottom: 38px;
}

.modules-item__content-inner-1 {
	padding-left: 13%;
	padding-right: 10%;
//padding-bottom: 50px;
	height: 280px;
}

.price-item .modules-item__content-inner-1 {
	height: auto;
	padding-bottom: 50px;
}

.modules-item__content-inner-2 {
	position: relative;
	padding-left: calc(13% + 7px);
	padding-right: 10%;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	padding-bottom: 50px;
}

.modules-item__content-inner-2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
	background: #E84C1D;
	height: 17px;
	width: 11.5%;
}

.modules-item__content-inner-3 {
	text-align: center;
//margin-top: -41px;
}

@media only screen and (max-width: 1200px) {
	.modules, .modules.cols-4 {
		//display: grid;
		//grid-template-columns: repeat(4, 1fr);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}



	.modules-item {
		max-width: 450px;
		width: 45%;
		margin-bottom: 50px;
	}

	.modules-item__content-inner-1 {
		height: 320px;
	}

	.modules-item__content-list-bg {
		margin-top: -109px;
	}

	.modules-item__content-list-color {
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 994px) {


	.modules-item__content {
	//margin-top: 615px;
	}
}

@media only screen and (max-width: 768px) {


	.modules-item__content {
	//margin-top: 123vw;
	//margin-bottom: 6.2vw;
	//bottom: 6.2%;
	}

	.modules-item__content-inner-1 {
		height: auto;
		padding-bottom: 50px;
	}

	.modules-item__content-list-bg {
		margin-top: -37px;
	}

	.modules-item__content-list-color {
		margin-bottom: 72px;
	}

}

@media only screen and (max-width: 500px) {
	.modules-item {
		width: 100%;
	}
}

.modules-item__title-0 {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	top: 56px;
	left: 27%;
}

.modules-item__title {
	font-family: 'Playfair Display', serif;
	color: #FFF;
	font-size: 26px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.price-item .modules-item__title {
	margin-bottom: 0px;
}

.price-item .modules-item__title {
	font-size: 23px;
}

.modules-item__title-2 {
	color: #674373;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 22px;
}

.price-item .modules-item__title-2 {
	font-size: 32px;
	line-height: 25px;
}

.modules-item__title-3 {
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
}

.price-item .modules-item__title-3 {
	color: #674373;
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-size: 16px;
}


.modules-item__content-list {
//min-height: 153px;
}

.list-2 {
	display: none;
}

.modules-item__content ul {
	padding: 0px;
	margin: 0px;
}

.modules-item__content ul li {
	list-style-type: none;
	padding-left: 12px !important;
	position: relative;
//font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 13px !important;
	text-align: left;
	color: #FFF;
	font-weight: light;
	margin-left: 10px !important;
	margin-bottom: 10px;
	padding-right: 20px;
}

.modules-item__content ul li:before {
	content: "";
	display: block;
	width: 5px !important;
	height: 5px !important;
	background: #674373;
	border-radius: 0px !important;
	position: absolute;
	left: 0px;
	top: 4px !important;
}

.modules-item__price-cross {
	color: #4d4d4d;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 6px;
}


.modules-item__price-cross span {
	font-size: 16px;
}

.modules-item__price-cross:before {
	content: "";
	position: absolute;
	top: 47%;
	left: -10%;
	display: block;
	width: 120%;
	height: 1px;
	border-bottom: 2px solid #4d4d4d;
}

.modules-item__price {
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	margin-bottom: 6px;
	font-family: "Ysabeau SC", serif;
	font-weight: 900;
	font-size: 24px;
	color: #674373;

}
/*
.modules-item__price:before {
	content: "";
	position: absolute;
	top: 48%;
	left: 0px;
	display: block;
	width: calc(50% - 87px);
	height: 1px;
	border-bottom: 2px solid #674373;
}
.modules-item__price:after {
	content: "";
	position: absolute;
	top: 48%;
	right: 0px;
	display: block;
	width: calc(50% - 87px);
	height: 1px;
	border-bottom: 2px solid #674373;
}

.modules-item__price.eur:after, .modules-item__price.eur:before {
	width: calc(50% - 55px);
}
*/

.modules-item__credit {
	background: #674373;
	color: #FFF;
	padding: 3px 10px;
	margin: 15px auto;
	font-size: 14px;
	width: 195px;
	border-radius: 5px;
}

.modules-item__date {
	color: #444444;
	font-family: 'Roboto';
	font-weight:500;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.modules-item__date.color {
	text-align: center;
	color: #674373 !important;
}

.modules-item__buy {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 17pt;
	font-size: 0.89vw;
	font-size: 12px;
	line-height: 0.89vw;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: #e4cee1;
	padding: 9px 15px;
	cursor: pointer;
	margin-top: 8px;
	color: #4d4d4d;
	border-radius: 5px;
//margin-bottom: 40px;
}


.modules-item:hover .modules-item__button {
	background: #252d19;
}



.modules-item-popup {
	width: 400px !important;
	margin: 0 auto;
}

.modules-item-popup  .modules-item__button {
	display: none;
}

.modules-item-popup .modules-item__picture {
	width: 100%;
	height: 101px;
	top: -93px;
}

.modules-item-popup .modules-item__picture img {
	width: 125px;
}

.modules-item-popup .modules-item__content {
	top: 24%;
}

.modules-item-popup .modules-item__num {
	font-size: 9px;
}

.modules-item-popup .modules-item__title {
	margin-bottom: 30px;
	font-size: 20px;
	font-style: normal;
}

.modules-item-popup .modules-item__title-2 {
	font-family: 'Playfair Display', serif;
	color: #674373;

	font-size: 14px;
	line-height: 12px;
	margin-bottom: 16px;
	text-align: left;
	padding-left: 37px;
	display: block;
}

.modules-item-popup .modules-item__content-list {
	height: auto;
	display: none;
}

.modules-item-popup .modules-item__content-list.list-2 {
	display: block;
}


@media only screen and (max-width: 450px) {


	.landing h3 {
		font-size: 28px !important;
	}

	.europe.price-item {
		margin-right: -20px;
	}
	.modules-item__content {
		//height: 28.5%;
	}
	.europe .modules-item__content {
		//height: 36.6%;
	}
	.modules-item__price-cross {
		margin-bottom: 1px;
	}


	.modules-item__price-cross span {
		font-size: 16px;
	}

	.modules-item__price {
	font-size: 19px;
	margin-bottom: 4px;
	}
	.modules-item__date {
		font-size: 11px;
		margin-bottom: 5px;

	}
}

@media only screen and (max-width: 1200px)  and (min-width: 768px) {

	.comments h4 {
		font-size: 14px;
	}




}


.expert {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}

.expert__text {
	width: 575px;
}

.expert__text ul {
	width: 530px;
	margin: 0px;
	padding: 0px;
}

.expert__text li {
	font-size: 17px;
	margin-bottom: 12px;
}

.expert__photo {
	width: 370px;
}

.expert__photo img {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.expert {
		flex-wrap: wrap;
		padding: 0px;
	}

	.expert__text, .expert__text ul, .expert__photo {
		width: 100%;
	}

	.expert__photo {
		order: 1;
	}

	.expert__text {
		order: 2;
	}

	.expert__text h3 {
		margin-bottom: 32px;
	}
}

.landing h3 {
	font-family: "Oranienbaum", serif;
	color: #c96f2c;
	font-size: 35px;
	text-transform: uppercase;
}

.landing h4 {
	font-family: Roboto;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 0px;
}

body .landing  {
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 20px;
}

.landing ul li {
	list-style-type: none;
	padding-left: 22px;
	position: relative;
	margin-bottom: 8px;
}

.landing ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #674373;
	border-radius: 5px;
	position: absolute;
	left: 0px;
	top: 6px;
}

.faq {
	width: 100%;
}

.faq__item {
	border-bottom: 1px solid #674373;
	padding: 40px 0;
}

.faq__item:first-child {
//border-top: 1px solid #674373;
}

.faq__item:last-child {
	border: none;
}

.faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.faq__question-icon-container {
	width: 40px;
}

.faq__question-icon {
	width: 40px;
	height: 40px;
	background-color: #674373;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq__question-icon-lines {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq__question-icon-lines svg {
	transition: all ease-in-out .3s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin: 0 0 0 -1px;
}

.faq__question-text {
	font-weight: bold;
	width: calc(100% - 90px);
}

.faq__answer {
	margin-top: 30px;
	display: none;
	transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
}

.active .faq__answer {
	display: block;
}

.active .faq__question-icon-lines svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comments.gray h4 {
	height: 72px;
}

.grid-2 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1340px;
	margin: 0 auto;
	justify-content: space-evenly;
}

.grid-2__item {

	text-align: center;
	margin-bottom: 30px;
}

.grid-2__item img {
	max-width: 500px;
	width: 100%;
}

.grid-4 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
	justify-content: space-between;
}

.grid-4__item img {
	max-width: 150px;
	max-height: 180px;
}

.grid-4.img-big .grid-4__item img {
	max-width: 260px !important;
	max-height: 260px !important;
}

.grid-3.img-big .grid-3__item img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.img-big .grid-3__item {
	width: 33% !important;
}

@media only screen and (max-width: 1200px) {

	.grid-2__item {
		width: 100%;
	}
}


@media only screen and (max-width: 992px) {

	.grid-4__item {
		width: 33%;
		padding: 0 5px;
	}

	.grid-4.img-big .grid-4__item img {
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {



	.grid-4__item {
		width: 50%;
		padding: 0 5px;
	}

	.grid-4.img-big .grid-4__item img {
		max-width: 100% !important;
	}

	.grid-4__item h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

.grid-3 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}



.grid-3__item {
	width: 300px;
	text-align: center;
	margin-bottom: 30px;
}


.grid-3__item h4 {
	font-family: Roboto;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 25px;
}

.grid-3__item-img {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-3__item  img {
	max-width: 150px;
	max-height: 180px;
	//margin-bottom: 30px !important;
}


@media only screen and (max-width: 1024px) {

	grid-3 {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin: 0 auto;
		justify-content: space-between;
	}

	.img-big .grid-3__item {
		max-width: 500px !important;
		width: 50% !important;
	}

}

@media only screen and (max-width: 768px) {

	grid-2__item img {
		max-width: 400px;
		width: 100%;
	}

	.grid-3__item {
		width: 50%;
		padding: 0 5px;
	}

	.img-big .grid-3__item {
		//width: 100% !important;
		//max-width: 100% !important;
	}


	.grid-3.img-big .grid-3__item img {
		max-width: 500px !important;
		width: 100% !important;
	}

	.grid-3__item h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

.grid-items-3 > div {
	width: calc(30% - 20px);
	margin-bottom: 30px;
}



.bg_info {
	background: #674373;
	padding: 10px 20px;
	color: #FFF;
}

.modules-item__price.text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #674373;
}

.custom-list  li:before {
	content: "";
	display: block;
	width: 20px  !important;
	height: 20px  !important;
	background: url(/ld/metacards/img/ul-li.png)  !important;
	background-size: contain  !important;
	background-repeat: no-repeat  !important;
	position: absolute;
	left: 3px  !important;
	top: -1px  !important;
}

@media only screen and (max-width: 768px) {
	.programm-item {
		//max-width: 350px !important;
		width: 100%;
		margin: 0 auto !important;
		display:  block;
	}

	.mob-hide {
		display: none;
	}
}

.button {
	margin-right: 0px;
}


@media only screen and (max-width: 450px) {
	grid-2__item {
		max-width: 400px;
	}

	.xs-col-1 .grid-3__item {
		max-width: 100%;
		width: 100% !important;
	}

	.modules-item.price-item {
		max-width: 300px !important;
	}

}

.striked-price {
	font-family: "Oranienbaum", serif;
	text-decoration: line-through;
	font-size: 16pt;
	color: #4d4d4d;
}