

/* Start:/grum-mir-opt/style.css?17760576537175*/
/* reset */
.opt {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.opt section {
	margin: 0 !important;
}
.opt-h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
}
.opt-h2 {}
.opt-h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.opt-h1 strong,
.opt-h2 strong,
.opt-h3 strong {
	color: var(--color-primary);
}
/* s1 */
.opt-s1 {
	background-color: #A9A8B01A;
	background-image: url(/grum-mir-opt/bn-bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.opt-s1__text {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.opt-s1__ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.opt-s1__ul li {
	text-transform: uppercase;
	background: white;
	border-radius: 15px;
	padding: 15px;
	font-weight: 500;
}
@media screen and (max-width: 991px) {
	.opt-s1 {
		padding: 20px;
		background-image: none;
	}
}
@media screen and (max-width: 767px) {
	.opt-h1 {
		font-size: 28px;
	}
}
/* s2 */
.opt-s2__ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.opt-s2__ul li {
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #F24941;
	border-radius: 20px;
	padding: 20px;
}
.opt-s2__ex {
	border: none;
	background-image: url(/grum-mir-opt/s2-ex__bg.webp);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	gap: 35px;
	padding-top: 100px;
}
.opt-s2__ex--h1,
.opt-s2__ex--h2 {
	text-transform: uppercase;
}
.opt-s2__ex--h2 {
	font-size: 24px;
	font-weight: 500;
	padding-top: 30px;
}
/* s3 */
.opt-s3 {
	background-color: #A9A8B01A;
	border-radius: 20px;
	padding: 0 30px 30px 30px;
}
.opt-s3__left {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.otp-s3__text {
	display: flex;
	flex-direction: column;
	gap: 13.5px;
}
.opt-s3__bg {
	background: white;
	border-radius: 20px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.opt-s3__arrow {
	display: flex;
	text-transform: uppercase;
	gap: 20px;
	justify-content: flex-start;
}
.opt-s3__arrow svg {
	flex: 0 0 43px;
	height: 20px;
	width: 43px;
}
.opt-s3__arrow span {
	flex: 0 0 40%;
	max-width: 40%;
}
.opt-s3__arrow strong {
	color: var(--color-primary);
	font-weight: 500;
}
/* s4 */
.opt-s4__ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.opt-s4__ul li {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 1/0.7;
	background-color: #F7F7F8;
	border-radius: 20px;
	padding: 20px;
}
.opt-s4__ul li strong {
	margin-top: auto;
	font-weight: 400;
}
.opt-s4__ul li.primary strong {
	font-weight: 600;
}
.opt-s4__ul li.primary {
	background-color: unset;
	background-image: url(/grum-mir-opt/opt-s4__bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
/* s5 */
.opt-s5__ul {
	display: flex;
	gap: 15px;
}
.opt-s5__ul li {
	background: #F7F7F8;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-directioN: column;
	height: 100%;
}
/* s6 */
.opt-s6__img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
/* s7 */
.opt-s7 {
	padding: 40px 0;
	background: #F7F7F8;
}
.opt-s7__ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.opt-s7__ul > li {
	flex: 0 0 calc(25% - 20px);
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom 0 right 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 35px;
}
.opt-s7__ul li.primary {
	background-color: var(--color-primary);
	color: white;
}
.opt-s7__ul li:nth-child(1) {
	background-position: right 0px bottom -30px;
  background-size: 150px auto;
}
.opt-s7__ul li:nth-child(2) {
	background-size: 80px;
  background-position: bottom 40px right 10px;
}
.opt-s7__ul li:nth-child(4) {
	background-size: 180px auto;
  background-position: right -40px bottom 0;
}
.opt-s7__title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.opt-s7__text {}
.opt-s7__text ul {
	margin-top: 3.5px;
}
.opt-s7__text li {
	position: relative;
	padding-left: 10px;
}
.opt-s7__text li::before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: black;
	position: absolute;
	top: 8px;
	left: 0;
}
/* s8 */
.opt-s8__ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.opt-s8__li {
	flex: 0 0 calc(50% - 20px);
	background-color: #F7F7F8;
	border-radius: 20px;
	padding: 20px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom 0 right 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 35px;
}
.opt-s8__ul > li:nth-child(1) {
	background-size: 250px auto;
}
.opt-s8__ul > li:nth-child(2) {
	background-size: 300px auto;
  background-position: right 0 bottom 0;
  background-color: var(--color-primary);
  color: white;
}
.opt-s8__text {}
.opt-s8__text ul {
	margin-top: 3.5px;
}
.opt-s8__text li {
	position: relative;
	padding-left: 10px;
}
.opt-s8__text li::before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: currentColor;
	position: absolute;
	top: 10px;
	left: 0;
}
/* s9 */
.opt-s9__wrapper {
	padding: 30px;
	background: #F7F7F8;
	border-radius: 20px;
}
.opt-s9__h1 {
	color: var(--color-primary);
}
.opt-s9__btn {
	margin-top: 143px;
}
.opt-s9__social {
  display: flex;
  gap: 8px;
}
.opt-s9__social a {
  color: var(--color-primary);
  text-decoration: none !important;
}
.opt-s9__social a:hover {
  color: var(--color-primary);
}
.opt-s9__social svg {
  width: 34px;
  height: 34px;
  transition: all 140ms ease;
}
.opt-s9__top {
	display: flex;
	gap: 20px;
}
.opt-s9__top img {
	width: 100px;
	height: auto;
}
.opt-s9__top--title h3 {
	font-size: 20px;
	font-weight: 600;
}
.opt-s9__top--title p {
	margin-top: 20px;
}
.opt-s9 .form-name {
	display: none !important;
}
.opt-s9 form {
	margin-top: 30px;
}
/* responsive */
@media screen and (max-width: 767px) {
	.opt-s3__ex {
		padding: 0 20px 20px 20px;
	}
	.opt-s3__arrow {
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
    text-align: center;
    font-weight: 600;
	}
	.opt-s3__arrow span,
	.opt-s3__arrow strong {
		flex: unset;
		max-width: unset;
	}
	.opt-s4__ul li {
		flex: 0 0 100%;
	}
	.opt-s5__ul,
	.opt-s7__ul,
	.opt-s8__ul {
		flex-direction: column;
	}
	.opt-s9__btn {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.opt-s9__social {
		display: none;
	}
	.opt-s9__top img {
		width: 80px;
		height: 120px;
		flex: auto;
	}
}
/* End */


/* Start:/bitrix/templates/groom-mir/components/groom/form/light/style.css?1776056651303*/
.form-light .form-control {
	border-color: white;
	background: white;
	height: 40px;
	border-radius: 100px;
	padding: 0 20px;
}
.form-light__btn {
	background: #fff !important;
	color: black !important;
	border-color: white !important;
	border-radius: 100px !important;
	font-weight: 600;
}
/* End */
/* /grum-mir-opt/style.css?17760576537175 */
/* /bitrix/templates/groom-mir/components/groom/form/light/style.css?1776056651303 */
