.gossr-0 { 	display: flex; 	flex-direction: column; 	gap: 5px;     }
.gossr-1 {     display: flex;     padding: 20px;     align-items: flex-start;     gap: 40px;     background: white;     border-radius: 25px;     box-shadow: 2px 8px 8px 0 rgba(10, 36, 168, 0.05);     }
.gossr-1>a {order: 1;}
.gossr-2 { 	display: flex; 	flex-direction: column; 	justify-content: space-between; 	margin-left: auto; 	align-self: stretch; 	order: 3;     }
.gossr-3 {background: rgba(128, 136, 153, 0.10);}
.gossr-4 {background: rgba(0, 115, 255, 0.10);}
.gossr-5 { 	display: flex; 	justify-content: space-between; 	align-items: center;     }
.gossr-5 button { 	border: none; 	height: 40px; 	padding: 8px; 	cursor: pointer; 	border-radius: 8px;                 }
.gossr-6 { 	color: #888BA1; 	font-family: "Golos Text"; 	font-size: 16px; 	font-style: normal; 	font-weight: 400; 	line-height: 24px;     }
.gossr-7 { 	display: flex; 	flex-direction: column; 	gap: 10px; 	order: 2;     }
.gossr-8 { 	color: #00006F; 	font-family: "Golos Text"; 	font-size: 16px; 	font-style: normal; 	font-weight: 400; 	line-height: 24px; /* 150% */     }
.gossr-9 { 	color: #00006F; 	font-family: "Golos Text"; 	font-size: 16px; 	font-style: normal; 	font-weight: 500; 	line-height: 140%; /* 22.4px */ 	letter-spacing: 0.32px;     }
.gossr-10 {         display: flex;         flex-direction: column;         gap: 20px;             }
.gossr-11 { 	position: fixed; 	bottom: 25px; 	right: 25px; 	background: #fff; 	z-index: 99999; 	box-shadow: 8px 8px 30px rgb(0 0 0 / 20%); 	max-width: 500px; 	padding: 35px; 	box-sizing: border-box; 	margin-left: auto; 	border-radius:25px;             }
.gossr-11 a {text-decoration:underline;}
.gossr-11 form {margin-top: 30px;}
.gossr-11 input {display:block; padding: 10px 35px;}
.info-block { 	display: flex; 	padding: 20px; 	flex-direction: column; 	justify-content: flex-start; 	align-items: flex-start; 	gap: 10px; 	border-radius: 25px; 	background: #FEFEFF; 	box-shadow: 2px 8px 8px 0 rgba(10, 36, 168, 0.05);  	color: #00006F; 	font-family: "Golos Text"; 	font-size: 18px; 	font-style: normal; 	font-weight: 400; 	line-height: 28px;             }
.info-block-header { 	color: #00006F; 	font-family: "Golos Text"; 	font-size: 24px; 	font-style: normal; 	font-weight: 500; 	line-height: normal;             }
@media(max-width:767px) {
.gossr-1 {flex-wrap: wrap;}
.gossr-2 {order: 2;}
.gossr-7 {order: 3;}
.gossr-10 a.btn {width: 100%;}
.gossr-11 {         left:10px;         right:10px;         padding:25px;         max-width: none;                         }
.gossr-11 input {width: 100%;}
}
