*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
body {
	margin: 0;
	overflow-x: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #000000;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background-color: #FFB121;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    padding: 16px 28px;
    margin: 10px auto 5px;
    box-shadow: none;
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background-color: transparent;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 5px auto;
    height: auto;
    font-size: 16px;
    padding-top: 0px;
    color: #333333;
}

form {
	max-width: 500px;
	margin-top: 50px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

section {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

div {
	display: block;
	width: 100%;
}
.container {
	max-width: 1180px;
	width: 100%;
 	margin: 0 auto;
 	padding: 0 35px;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box; 
 	position: relative;
 	text-align: left;
 }

 .main_block {
 	background: #ffffff;
 }


.row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
}

.row_cell {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   margin: 20px;
}

.row_cell:first-child {
    margin-left: 0;
}

.row_cell:last-child {
    margin-right: 0;
}

.row_cell_2 {
	-webkit-box-flex: 2;
   -ms-flex: 2;
   flex: 2;
}

.logo {
	margin-bottom: 50px;
}

h1, h2 {
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 54px;
	text-align: left;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 30px;
}

p {
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 16px;
}

.subtitle {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 50px;
}

.btn {
	display: block;
	text-align: center;
	font-weight: bold;
	background: #56CCF2;
	color: #fff;
	border-radius: 6px;
	max-width: 370px;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 40px auto 10px;
}

.second_block {
	margin-top: 200px;
}

.arrow img {
	margin: 0 auto;
	margin-bottom: -20px;
}

.arrow_2 img {
	margin: 0 auto;
	margin-top: -20px;
	margin-right: 20%;
}

.grey_block {
	background: #EDF1F2;
	padding: 36px 32px;
	position: relative;
}

.icon_text .row_cell {
	margin: 0;
	text-align: left;
	width: auto;
}

.white {
	margin-top: 50px;
}

h3 {
	font-family: PT Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 20px;
text-transform: uppercase;
color: #333333;
margin-top: 0px;
margin-bottom: 8px;
}

.number {
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 80px;
	line-height: 100%;
	text-align: center;
	color: #999999;
	opacity: 0.5;
	position: absolute;
	top: 16px;
	right: 16px;
}

.orange {
	background: #FFBDA7;
	position: relative;
	padding: 40px 45px;
	max-width: 85%;
	margin: 0 auto;
	padding-right: 90px;
	margin-bottom: 40px;
}
.orange .number {
	opacity: 1;
	color: #FF7B4F;
}

.orange p {
	font-size: 20px;
line-height: 150%;
}

.blue_block {
	background: #9BEAFC;
	border: 20px solid #38D5F9;
	padding: 100px 80px;
}

.blue_block p {
	font-size: 20px;
	line-height: 30px;
}

.blue_block h2 {
	text-align: left;
}

span.text_orange {
	text-transform: uppercase;
	color: #FF7B4F;
	font-weight: bold;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}
.politic {
	text-align: right;
}

.requisites {
	text-align: left;
}

footer {
	font-family: PT Sans;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 16px;
background: #a7eaff;
}

.form_button {
	text-align:  left;
	margin-top: 0;
}

@media (max-width: 768px){  
.form_button {
	text-align:  center;
	margin-top: -10px;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}

.second_block, .yellow_block {
	margin-top: 120px;
}

.grey_block {
	padding: 32px 16px;
}

.container {
 	padding: 0 15px;
 }
 .orange {
    max-width: 100%;
}

.row {
	flex-direction: column;
}


.second_block .row {
	margin-bottom: 0;
}

.second_block .row_cell {
	margin-bottom: 0px;
	margin-top: 0px;
}

.row_cell {
	margin: 0;
}

.logo {
	margin-bottom: 40px;
	text-align: center;
}


h1,h2 {
	font-weight: normal;
font-size: 28px;
line-height: 36px;
text-align: center;
margin-bottom: 30px;
margin-top: 15px;
}


.white {
  margin-top: 20px;
}
p.subtitle {
	font-size: 18px;
line-height: 27px;
text-align: center;
}
.btn {
	margin: 0 auto;
	margin-top: 10px;
}

.arrow, .arrow_2 {
	display: none;
}

.arrow_mob {
	display: block;
	margin: 0 auto;
}
.orange p {
	font-size: 16px;
line-height: 150%;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

.blue_section .container {
	padding: 0px 0px;
}

.row_cell.box {
	order: 1;
}
.row_cell_2.reverse {
	order: 2;
}

.blue_block {
	padding: 20px;
	border-left: 0;
	border-right: 0;
}
.counter {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.politic {
	text-align: center;
}

.btn {
	padding: 19px 20px;
	}

	.requisites {
	text-align: center;
}

}