:root {
    --body_color: rgba(211, 251, 251, 0.32);
    --body_bg: #fff;
    --c1: rgb(66, 66, 66);
    --c2: rgb(6, 143, 156);
    --c3: rgb(245, 131, 38);
    --c4: rgb(206, 206, 206);
    --body_font: 'SFUIDisplay', Helvetica, Arial, sans-serif;
    --body_font_size: 1rem;
    --body_lineHeight: 1.5;
    --border_radius_1: 1rem;
    --button_bg: rgb(245, 131, 38);
    --button_bg_hover: #FFCB9E;    
    --transition_time: 0.3s;
    --animation1: 0.3s;
    --shadow1: 0px 4px 25px 0px rgba(66, 66, 66, 0.15);
    --shadow2: 0px 2px 16px 0px rgba(34, 60, 80, 0.2);
    --radius1: 0.5rem;
    --radius2: 4px;
    --radius3: 2px;
    --border_dashed: 1px var(--c2) dashed;
}

/************************ reset ************************************************/
a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
/***************************** all *******************************************/

body{
	background: var(--body_color);
}
.main-content-block.inner-block{
	width:100%;
	max-width:100%;
	padding:0;
	margin: 0 auto;
}
.section{
	border:0.001px solid transparent;
}
.section_title.section_price__title {
	color:white;
}
.section_title{
	color: #068F9C;
	text-align: center;
	font-family: 'SFUIDisplay', sans-serif;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.1125rem;
}
.section_fon {
	display:block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	width: 100%;
    height: 100%!important;
}
.section_wrap{
    max-width: 83.75rem;
    padding: 0 2.875rem;
    margin: 0 auto;
    width: 100%;
}	
@media screen and (width <= 1350px){
	.section_wrap {
		padding: 0 1.1875rem;
	}
}
.section_subscribe {
	height: initial;
	min-height:initial;
}

/************************************actions***********************************************/
.section_actions{
	background-color:#fff;
	height:auto;
	min-height:initial;
}
.section_actions__title{
	color: #F58326;
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.1125rem;
	margin-top:5rem!important;
	margin-bottom:3rem;
}
.section_actions__slider{
	max-width:78rem;
	margin-bottom:3rem;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

@media screen and (width <= 35rem){
	.section_actions__title{
		font-size: 1.5rem;
		line-height: 1.625rem;
		letter-spacing: 0.075rem;
		margin-top: 2.5rem!important;
		margin-bottom: 1.5rem;
	}
}

/*popup*/
.request_make {
	background: url(/viezd/img/popup_call_bg.jpg) no-repeat top right / cover;
}
.request_make p.request_make__capcha_text {
	color: white;
}
.request_make input[type="checkbox"]+label.request_make__label {
	color: white;
}
.request_make input[type="checkbox"]+label.request_make__label a { 
	color: rgb(214, 214, 214);
}

.popup_request_make .request_make__title {
	color: white;
}

textarea[name="form_textarea_361"] {
	background: #ffffff;
}

.section_subscribe h3.subscribe__title {
	font-size: 0 !important;
}

.section_subscribe h3.subscribe__title:before {
	content: 'Обратная связь';
	font-size:36px;
}

.subscribe .subscribe__input_block {
	gap: 10px;
}

.subscribe .request_subscribe__capcha img {
	margin-bottom: 0;
}