@font-face {
    font-family: 'RotondaCBold';
    src: url('../fonts/RotondaCBold.eot');
    src: url('../fonts/RotondaCBold.eot') format('embedded-opentype'), url('../fonts/RotondaCBold.woff2') format('woff2'), url('../fonts/RotondaCBold.woff') format('woff'), url('../fonts/RotondaCBold.ttf') format('truetype'), url('../fonts/RotondaCBold.svg#RotondaCBold') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'), url('../fonts/RobotoBold.woff2') format('woff2'), url('../fonts/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'), url('../fonts/RobotoLight.woff2') format('woff2'), url('../fonts/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight.ttf') format('truetype'), url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'), url('../fonts/RobotoMedium.woff2') format('woff2'), url('../fonts/RobotoMedium.woff') format('woff'), url('../fonts/RobotoMedium.ttf') format('truetype'), url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
/*@font-face {
    font-family: 'PlumbCondensed';
    src: url('../fonts/plumbbold.eot');
    src: url('../fonts/plumbbold.eot') format('embedded-opentype'), url('../fonts/plumbbold.woff2') format('woff2'), url('../fonts/plumbbold.woff') format('woff'), url('../fonts/plumbbold.ttf') format('truetype'), url('../fonts/plumbbold.svg#plumbbold') format('svg');
}
/*https://transfonter.org/*/
@font-face {
    font-family: 'PlumbCondensed';
    src: url('../fonts/PlumbCondensed-Regular.eot');
    src: url('../fonts/PlumbCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlumbCondensed-Regular.woff2') format('woff2'),
        url('../fonts/PlumbCondensed-Regular.woff') format('woff'),
        url('../fonts/PlumbCondensed-Regular.ttf') format('truetype'),
        url('../fonts/PlumbCondensed-Regular.svg#PlumbCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
::placeholder {
  color: white;
}
table td{
	padding:0;
}
/**************************************************************************************/
.wrapper{
	width: 100%;
	min-width: 320px;
	}
#clear{clear: both;}

/*https://css-tricks.com/tinted-images-multiple-backgrounds/*/
.header_block{
	background-color: rgb(239,64,70);
	/*max-width: 1930px;*/
	width: 100%;
	height: 900px;
	background:
	linear-gradient(
      rgba(239, 64, 70, .5), 
      rgba(239, 64, 70, .5)
    ),
    url(../img/group-2.png),
    url(../img/group-3.png),
    url(../img/main_bg_gray.png),
    linear-gradient(
      rgba(239, 64, 70, 1), 
      rgba(239, 64, 70, 1)
    );
    background-repeat: no-repeat;
    background-position: left top, left top, 80% bottom, 450px -90px, left top;
    background-size: 70% 100%, 120px, 234px, 110%, 100%;
    /******/
    padding: 0px 15%;
    box-sizing: border-box;
    
}
.info_wrapper{
	outline:0px solid black;
	padding: 40px 30% 30px 0;
}
.info_wrapper img{
	max-width: 170px;
}
.info_wrapper h2, .info_wrapper h3{
	font-family: 'RotondaCBold';
	font-size: 16px;
	color: black;
	line-height: 18px;
	margin-top: 40px;
	text-transform: uppercase;
}
.info_wrapper h1{
	font-family: 'PlumbCondensed';
    font-size: 50px;
    color: white;
    line-height: 60px;
    margin-top: 15px;
    letter-spacing: 6px;
    text-transform: uppercase;
    border-bottom: 7px solid white;
    padding-bottom: 25px;
}
.info_wrapper h3{
	float: left;
	margin-top: 30px;
}
.info_wrapper .header_contact_form{
	float: right;
	width: 55%;
	margin-top: 30px;
}
.info_wrapper .header_contact_form label, .info_wrapper .header_contact_form input,
.form_block .header_contact_form label, .form_block .header_contact_form input{
	display: block;
	width:100%;
}
.info_wrapper .header_contact_form label, .form_block .header_contact_form label{
    font-family: 'PlumbCondensed';
    font-size: 18px;
    color: black;
    line-height: 20px;
    letter-spacing: 2px;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.info_wrapper .header_contact_form input, .form_block .header_contact_form input{
	background-color: #EF4046;
    border: 1px solid #FF868A;
    color: white;
    font-family: 'PlumbCondensed';
    font-weight: bold;
    letter-spacing: 4px;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
}
.info_wrapper .header_contact_form input[type=submit], .form_block .header_contact_form input[type=submit]{
background-color: white;
    color: black;
    font-family: 'RotondaCBold';
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 0px;
    width: 75%;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}


.main_block{
	width: 100%;
	height: 1500px;
	background:	
    url(../img/group-3.png),
    url(../img/group-5.png),
    url(../img/group-4.png),
    url(../img/group-4.png),
    url(../img/group-6.png),
    linear-gradient(
      rgba(255, 255, 255, 0.02), 
      rgba(255, 255, 255, 0.02)
    );
    background-repeat: no-repeat;
    background-position: -80% -15%, 25% 35%, 115% 45%, 10% 90%, 90% 100%, right top;
    background-size: 55%, 12%, 25%, 15%, 13%, 100%;
    /******/
    position: relative;
}
.main_block_wrapper{
	position: absolute;
	margin-top: -50px;
	width: 100%;
}
.how_it_work{
	width: 70%;
	margin: 0 15%;
	box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.2);
	background-color: white;
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px 50px;
}
.how_it_work h2{
	font-family: 'RotondaCBold';
    font-size: 30px;
    color: black;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.how_it_work>#item{
	width: 19%;
    float: left;
    display: inline-block;
    margin: 0 3%;
}
.how_it_work>#item h4{
    font-family: 'PlumbCondensed';
    font-size: 18px;
    color: black;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}


.fishka_today,.fishka_points_wrapper,.solution,.footer_form{
	margin: 0 15%;
}
.fishka_points_wrapper{
	padding-bottom: 70px;
}
.fishka_today{
	text-align: center;
    margin: 50px 25% 60px;
}
.fishka_today h2{
	font-family: 'RotondaCBold';
    font-size: 30px;
    color: rgb(239,64,70);
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.fishka_today ul{
	margin: 0 15%;
    text-align: left;
}
.fishka_today li{
	color: rgb(239,64,70);
	margin-bottom: 20px;
}
.fishka_today li span{
	/*list-style-position: inside;*/
	font-family: 'PlumbCondensed';
    font-size: 19px;
    color: black;
    line-height: 20px;
    letter-spacing: 1px;
}






.fishka_points{
	background:
	url(../img/group-3.png),
	linear-gradient(
      rgba(239, 64, 70, 1), 
      rgba(239, 64, 70, 1)
    );
    background-repeat: no-repeat;
    background-position: 90% bottom, right top;
    background-size: 14%, 70% 100%;
}
.fishka_points_wrapper h2{
	text-align: left;
    padding: 50px 10px 20px 26%;
    font-family: 'RotondaCBold';
    font-size: 30px;
    color: black;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fishka_points #block{
	box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.2);
	background-color: white;
	text-align: left;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
}
.fishka_points_wrapper #block #text h4{
	font-family: 'PlumbCondensed';
    font-size: 20px;
    color: black;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.fishka_points #block #text{
	width: 20%;
	float: left;
}
.fishka_points #block #images,.fishka_points #block #products{
	width: 100%;
	text-align: center;
}
.fishka_points #images img{
	width:100px;
	text-align: center;
}
.fishka_points_wrapper #block #text p{
	font-family: 'PlumbCondensed';
    font-size: 18px;
    color: black;
    line-height: 20px;
    letter-spacing: 1px;
}
.fishka_points_wrapper #block #images img{
	margin: 10px 10px;
}
.fishka_points_wrapper #block:nth-child(2){
	margin-bottom: 20px;
}
.fishka_points #block #products div{
	margin: 0px 7px;
}
.fishka_points #block #products h5{
	font-family: 'PlumbCondensed';
    font-size: 18px;
    color: black;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}





.fishka_points #block .refill,.fishka_points #block .сertificate,.fishka_points #block .auto_products,.fishka_points #block .digital{
	width:18%;
	float: left;
	text-align: center;
}
.fishka_points #block #products img{
	width: 149px;
}
.solution{
	text-align: center;
    padding: 0 0px 40px;
    width: 60%;
    margin: 0 20%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.solution h2{
	font-family: 'RotondaCBold';
    font-size: 30px;
    color: black;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 80px 20px 30px;
    text-transform: uppercase;
}
.solution #company{
	width: 20%;
    float: left;
    margin: 20px 0%;
}
.solution #company img{
	width: 70%;
}

.footer_form{
	box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.2);
	background-color: rgba(239, 64, 70, 1);
	text-align: center;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 35px 140px;
	position: relative;
	margin-bottom: 100px;
}
.footer_form img{
	position: absolute;
}
.footer_form #image2{
	bottom: 60px;
    left: -34px;
    width: 200px;
}
.footer_form #image1{
	bottom: -30px;
    right: -60px;
    width: 250px;

}
.footer_form h2{
	font-family: 'RotondaCBold';
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.form_block{
	width: 60%;
    margin: 0 auto;
}
.form_block h5{
	font-family: 'RotondaCBold';
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.form_block .header_contact_form label {
	text-align:left;
}
.form_block .header_contact_form input[type=submit] {
	margin: 30px auto 15px;
	float: none;
}

/*************************************POPUP************************************************/
#results{
    width:320px;
    height:200px;
    background-color:white;
    position:absolute;
    z-index:92;
    top:0;
    left:0;
    right:0;
    margin:auto;
    display: none;
    border-radius: 13px;
    text-align: center;
    padding: 0 10px;
}
#results>#icon-close-popup{text-align: right;}
#results>#icon-close-popup svg{
    margin: 10px;
    fill:rgb(239,64,70);
    width: 24px;
    cursor: pointer;
}

#results > h3{
    font-family: 'RotondaCBold' !important;
    font-size: 35px!important;
    color: rgb(239,64,70)!important;
    margin-bottom: 25px;
    float: none;
    margin-top: 15px;
    text-transform: none;
    text-align: center;
}
#results>p{
    font-family: 'RobotoLight';
    font-size: 17px;
    color: black;
    margin-bottom: 30px;
    font-weight: bold;
}
#results.active{display: block !important;}
#results-bg{
    position:fixed;
    top:0;bottom:0;right:0;left:0;
    z-index:91;
    background: rgba(0,0,0,.7);
    display:none;
}
/**************************************************************************************/
@media (min-width: 2101px) and (max-width: 2300px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 660px -90px, left top;
	}
}
@media (min-width: 1951px) and (max-width: 2100px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 640px -90px, left top;
	}
}
@media (min-width: 1820px) and (max-width: 1950px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 580px -90px, left top;
	}
}
@media (min-width: 1721px) and (max-width: 1820px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 560px -90px, left top;
	}
}
@media (min-width: 1501px) and (max-width: 1720px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 530px -90px, left top;
	}
}
@media (min-width: 1440px) and (max-width: 1500px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 465px -90px, left top;
	}
}
@media screen and (max-width: 1300px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 415px -90px, left top;
	}
}
@media screen and (max-width: 1200px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 390px -90px, left top;
		background-size: 68% 100%, 120px, 235px, 110%, 100%;
	}
	.info_wrapper h1 {
    	font-size: 43px;
    	line-height: 50px;
	}
	.info_wrapper .header_contact_form input[type=submit], .form_block .header_contact_form input[type=submit] {
		width: 100%;
	}
	.header_block {
    	height: 820px;
	}
	.fishka_points #block #products img {
    	width: 130px;
	}
	.how_it_work h2,.fishka_today h2,.fishka_points_wrapper h2, .solution h2 {
	    font-size: 27px;
	}
	.how_it_work>#item {
		width: 23%;
	    margin: 0 1%;
	}
	.solution #company {
	    margin: 10px 0%;
	}
	.solution #company img {
	    width: 85%;
	}
	.footer_form h2 {
    	font-size: 27px;
    	margin: 0 0 25px;
	}
	.footer_form {
	    padding: 35px 100px;
	}
}
@media screen and (max-width: 1100px) {
	.header_block {
		background-position: left top, left top, 80% bottom, 310px -90px, left top;
    	background-size: 72% 100%, 120px, 236px, 130%, 100%;
	}
	.header_block {
		padding: 0px 7%;
	}
	.how_it_work {
    	width: 86%;
    	margin: 0 7%;
	}
	.fishka_today {
	    margin: 50px 10% 60px;

	}
	.fishka_points_wrapper, .footer_form {
	    margin: 0 7%;
	}
	.fishka_points #block #text {
	    width: 25%;
	}
	.fishka_points #block #products div {
		margin: 0
	}
	.fishka_points_wrapper h2 {
    	padding: 50px 10px 20px 32%;
	}
	.solution{
		margin: 0 15%;
		width: 70%;
	}
}
@media screen and (max-width: 1000px) {
	.header_block {
		background: linear-gradient( rgba(239, 64, 70, .5), rgba(239, 64, 70, .5) ), url(../img/group-2.png), url(../img/group-3.png), url(../img/main_bg_gray_2.png), linear-gradient( rgba(239, 64, 70, 1), rgba(239, 64, 70, 1) );
		background-repeat: no-repeat;
		background-position: left top, left top, 95% bottom, 310px -15px, left top;
    	background-size: 100% 100%, 120px, 236px, 90%, 100%;
	}
	.info_wrapper {
	    padding: 40px 12% 30px 0;
	}
	
}
@media screen and (max-width: 900px){
	.fishka_points_wrapper h2 {
	    padding: 30px 10px 20px 32%;
	}
	.fishka_points #block #products img {
	    width: 100px;
	}
	.fishka_points_wrapper {
	    padding-bottom: 55px;
	}
	.solution h2 {
		margin: 50px 20px 30px;
	}
	.footer_form #image1 {
	    bottom: -30px;
	    right: -20px;
	    width: 186px;
	}
}
@media screen and (max-width: 768px) {
	.header_block {
		background-position: left top, left top, 95% bottom, 260px -15px, left top;
    	background-size: 100% 100%, 120px, 216px, 90%, 100%;
	}
	.footer_form {
	    padding: 32px 50px;
	}
	.footer_form #image2 {
	    bottom: 158px;
	    left: -34px;
	    width: 164px;
	}
	.footer_form #image1 {
	    bottom: -30px;
	    right: -40px;
	    width: 170px;
	}
	.how_it_work #item img{
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.header_block {
		background: linear-gradient( rgba(239, 64, 70, .5), rgba(239, 64, 70, .5) ), url(../img/group-2.png), url(../img/group-3.png), url(../img/main_bg_gray_3.png), linear-gradient( rgba(239, 64, 70, 1), rgba(239, 64, 70, 1) );
		background-repeat: no-repeat;
		background-position: left top, left top, 95% bottom, 260px -15px, left top;
    	background-size: 100% 100%, 120px, 216px, 65%, 100%;
	}
	.info_wrapper h3 {
	    float: none;
	    text-align: center;
	    margin-top: 50px;
	}
	.info_wrapper {
	    padding: 40px 0% 30px 0;
	}
	.info_wrapper .header_contact_form {
		float: none;
		margin: 30px auto;
	}
	.header_block {
	    height: 900px;
	}
	.main_block_wrapper {
	    margin-top: 50px;
	    width: 100%;
	}
	.how_it_work{
		padding: 5px 50px 25px;
	}
	.how_it_work>#item {
	    width: 98%;
	    margin: 0 1%;
	}
	.how_it_work>#item h4{
	    margin: 55px auto;
	}
	.how_it_work #item img{
		width: initial;
		float: left;
	}
	.fishka_today ul {
    	margin: 0 5%;
	}
	.fishka_points{
		background-size: 25%, 100% 100%;
	}
	.fishka_points_wrapper h2 {
	    padding: 30px 10px 20px 0;
	}
	.fishka_points #block #text {
    	width: 100%;
	    float: none;
	}
	.fishka_points #block .refill, .fishka_points #block .сertificate, .fishka_points #block .auto_products, .fishka_points #block .digital {
    	width: 48%;
	}
	.fishka_points #block #products div {
	    margin: 10px 0px;
	}
	.fishka_points #block #products img {
	    width: 120px;
	}
	.solution {
	    margin: 0 10%;
	    width: 80%;
	}
	.solution #company {
    	width: 50%;
	}
	.solution #company img {
	    width: 55%;
	}
	.solution h2 {
	    margin: 50px 0px 30px;
	}
	
	.footer_form {
	    padding: 32px 30px;
	    margin-bottom: 50px;
	}
	.footer_form #image2 {
	    top: 210px;
	    left: -38px;
	    width: 145px;
	}
	.footer_form #image1 {
		display: none;
	}
	.form_block {
    	width: 62%;
	}
}
@media screen and (max-width: 600px) {
	.header_block {
		background-position: left top, left top, 95% bottom, 240px -12px, left top;
    	background-size: 100% 100%, 120px, 166px, 73%, 100%;
	}
	.info_wrapper h3 {
    	margin-top: 40px;
	}
	.info_wrapper .header_contact_form {
	    margin: 20px auto 30px;
	}
	.info_wrapper .header_contact_form {
		width: 70%;
	}
	.how_it_work {
	    padding: 5px 25px 25px;
	}
}
@media screen and (max-width: 460px) {
	::placeholder {
	  color: black;
	}
	.header_block {
		background-position: left top, left top, 95% bottom, 226px -12px, left top;
    	background-size: 100% 100%, 120px, 166px, 120%, 100%;
	}
	.info_wrapper h3 {
	    text-align: left;
	}
	.info_wrapper .header_contact_form {
	    width: 100%;
	}
	.header_block {
	    height: 950px;
	}
	.main_block_wrapper {
	    margin-top: 0px;
	}
	.how_it_work {
    	width: 100%;
	    margin: 0;
	    border-radius:0px;
	}
	.how_it_work h2{
		padding-top:20px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	.info_wrapper h3 {
	    margin-top: 25px;
	}
	.main_block {
		background-size: 55%, 12%, 25%, 36%, 13%, 100%;
	}
	.fishka_today {
	    margin: 50px 7% 60px;
	}
	.fishka_points_wrapper #block {
	    margin-right: 0px;
	    border-radius: 10px 0 0 10px;
	}
	.fishka_points_wrapper #block #images img {
	    margin: 10px 5px;
	}
	.solution h2 {
	    font-size: 25px;
	    line-height: 30px;
	}
	.solution #company img {
	    width: 70%;
	}
	
	.footer_form {
	    margin: 0%;
	    background-color: transparent;
	    box-shadow: none;
	}
	.footer_form h2 {
	    color: rgb(239,64,70);
	    font-size: 25px;
	}
	.footer_form #image2 {
		display: none;
	}
	.form_block {
	    width: 100%;
	}
	.form_block .header_contact_form input {
    	background-color: transparent;
    	border: 1px solid lightgray;
    	color: black;
    }
    .form_block .header_contact_form input[type=submit] {
    	background-color: #EF4046;
    	border: 1px solid #FF868A;
    	color: white;
    }
    .fishka_points_wrapper{
	    margin: 0 0 0 7%;
	}
    
    
    
    
    
}
@media screen and (max-width: 425px) {
	.header_block {
		background-position: left top, left top, 95% bottom, 207px -12px, left top;
		background-size: 100% 100%, 120px, 166px, 145%, 100%;
	}
	.solution {
        padding-bottom: 0;
	}
	.footer_form {
	    padding: 42px 30px 30px;
	}
	.footer_form{
  		overflow: hidden;  		
	}
	.footer_form:before{
		content: url(../img/group-7.png);
		position:absolute;
	   	z-index:-1;
	   	top:7px;
	   	right:-50px;
	}
	#code, #code2{
		width: 100%!important;
	}
}
@media screen and (max-width: 375px) {
	.info_wrapper img {
	    max-width: 136px;
	}
	.header_block {
		background-position: left top, left top, 95% bottom, 182px -12px, left top;
    	background-size: 100% 100%, 120px, 166px, 160%, 100%;
		/*height: 840px;*/
	}
	.how_it_work>#item h4 {
	    margin: 50px auto 0;
	}
	
	.fishka_points #block {
		padding: 20px 5px 20px 15px;
	}
	.fishka_points_wrapper #block #images img {
	    margin: 5px 1px;
	}
	.fishka_points #images img {
    	width: 90px;
	}
	.fishka_points #block #products img {
	    width: 130px;
	}
	.solution h2,.footer_form h2 {
	    font-size: 23px;
	    line-height: 26px;
	}
    .form_block h5 {
	    font-size: 13px;
	}
}
@media screen and (max-width: 320px) {
	.info_wrapper img {
	    max-width: 120px;
	}
	.header_block {
		background-position: left top, left top, 95% bottom, 162px -4px, left top;
    	background-size: 100% 100%, 120px, 166px, 166%, 100%;
		/*height: 800px;*/
	}
	.header_block {
	    height: 900px;
	}
	.info_wrapper h1 {
	    font-size: 40px;
	    line-height: 42px;
	}
	.info_wrapper h2, .info_wrapper h3 {
    	font-size: 14px;
	}
	.how_it_work h2, .fishka_today h2, .fishka_points_wrapper h2, .solution h2 {
	    font-size: 20px;
    	line-height: 25px;
	}
	.how_it_work #item img {
    	width: 38%;
	}
	.how_it_work>#item h4 {
	    margin: 26px auto 0;
	    text-align: left;
	    font-size: 16px;
	}
	.fishka_points #images img {
	    width: 85px;
	}
	.fishka_points #block #products img {
	    width: 105px;
	}
	.fishka_points #block #products div {
	    margin: 10px 2px;
	}
	.fishka_points #block #products h5 {
	    font-size: 16px;
	}
	.fishka_points #block {
	    padding: 15px 2px 15px 10px;
	}
	.solution h2 {
    	font-size: 19px;
    	margin-top: 30px;
	}
	.solution #company {
	    margin: 5px 0%;
	}
	.solution #company img {
    	width: 84%;
    }
    .footer_form h2 {
	    font-size: 19px;
	    line-height: 25px;
	}
	.form_block h5{
		margin-bottom:30px;
	}
	.info_wrapper .header_contact_form label,.form_block .header_contact_form label { 
		font-size: 16px;
		margin-left: 10px;
	}
}
