.opt, .optr {
	background-size: cover;
	background-repeat: no-repeat;
}

.optr {
	background-position: right center;
}

.opt {
	background-position: center;
}

.pad {
	padding: 50px 0;
}

@media(min-width: 992px) {
	.pad {
		padding: 70px 0;
	}
}

.logotype {
	width: 100%;
	max-width: 149.4px;
	margin-right: 15px;
}

.logotype:last-child {
	margin-right: 0;
}

@media(max-width: 768px) {
	.logotype {
		max-width: 110px;
	}
}

@media(max-width: 1160px) {
	.logos {
		padding-left: 15px;
	}
}

.icon {
	max-height: 150px;
}

.mediabl {
	background-color: rgba(255,255,255,0.75);
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(min-width: 992px) {
	.mediabl {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.title {
	position: relative;
    z-index: 1000;
	margin-top: -70px;
}

.desc-block {
	padding: 30px 15px;
}

@media(min-width: 992px) {
	.desc-block {
		padding: 30px;
	}
}

.desktop .desc-block {
	height: 100%;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

@media(min-width: 992px) {
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
}

.rows .col-lg-6 {
	position: relative;
}

.rows .col-lg-6:first-child:after {
	content: '';
	height: 65%;
	width: 4px;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #282728;
}

.desc-right {
	width: 100%;
	flex: none;
}

@media(min-width: 992px) {
	.desc-right {
		width: auto;
		flex: 1 1;
	}
}

.compounds img {
	max-height: 160px;
}

.cent {
	position: relative;
	z-index: 2000;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
}

@media(min-width: 992px) {
	.cent {
		position: absolute;
		top: 50%;
	    transform: translateX(-50%) translateY(-50%);
	}
}

.seen-on {
	width: 100%;
	max-width: 254px;
	margin-right: 40px;
}

.seen-on:last-child {
	margin-right: 0;
}

@media(max-width: 1160px) {
	.seen-on-logos {
		padding-left: 40px;
	}
}

.bord-top {
	border-top: 3px solid rgba(0,0,0,0.5);
}

.bord-title, .bord-title2 {
	margin-top: -33px;
}

@media(max-width: 1100px) {
	.bord-title, .bord-title2 {
		margin-top: -29px;
	}
}


@media(max-width: 768px) {
	.bord-title, .bord-title2 {
		margin-top: -22px;
	}
	
}

.bord-title h4 {
    background-color: #fff;
}

.bord-title2 h4 {
    background-color: #f7f7f7;;
}

.price {
	font-size: 95px !important;
	line-height: 0.9;
}

.ord {
	order: -1;
}

@media(min-width: 992px) {
	.price {
		font-size: 130px;
	}
	.ord {
		order: unset;
	}
}

/*faq*/
.questions-block .accordion-button {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 27px;
	line-height: 1.1;
	color: #000;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	padding: 40px 0;
}

@media(max-width: 768px) {
	.questions-block .accordion-button {
		font-size: 24px;
	}
}

.questions-block .accordion-button span {
	padding-right: 10px;
}

.accordion-button:not(.collapsed) {
	padding-bottom: 0;
}

.accordion-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-top: 24px;
}

.questions-block .accordion-item {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.3);
}

.questions-block .accordion-item:first-child {
	border-top: 0;
}

.questions-block .accordion-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.accordion-button::after {
    background-image: url(../img/arrow_black.svg);
	width: 35px;
    height: 35px;
	background-size: 35px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow_green.svg);
}