﻿@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*�����*/
/*������*/
@font-face {
	font-family: 'DodoBold';
	src: url("/content/fonts/DodoBold/DodoBold.eot");
	src: url("/content/fonts/DodoBold/DodoBold.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoBold/DodoBold.woff") format("woff"), url("/content/fonts/DodoBold/DodoBold.ttf") format("truetype"), url("/content/fonts/DodoBold/DodoBold.svg#DodoBold") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'DodoMedium';
	src: url("/content/fonts/DodoMedium/DodoMedium.eot");
	src: url("/content/fonts/DodoMedium/DodoMedium.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoMedium/DodoMedium.woff") format("woff"), url("/content/fonts/DodoMedium/DodoMedium.ttf") format("truetype"), url("/content/fonts/DodoMedium/DodoMedium.svg#DodoMedium") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'DodoRegular';
	src: url("/content/fonts/DodoRegular/DodoRegular.eot");
	src: url("/content/fonts/DodoRegular/DodoRegular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoRegular/DodoRegular.woff") format("woff"), url("/content/fonts/DodoRegular/DodoRegular.ttf") format("truetype"), url("/content/fonts/DodoRegular/DodoRegular.svg#DodoRegular") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'DodoLight';
	src: url("/content/fonts/DodoLight/DodoLight.eot");
	src: url("/content/fonts/DodoLight/DodoLight.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoLight/DodoLight.woff") format("woff"), url("/content/fonts/DodoLight/DodoLight.ttf") format("truetype"), url("/content/fonts/DodoLight/DodoLight.svg#DodoLight") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'DodoThin';
	src: url("/content/fonts/DodoThin/DodoThin.eot");
	src: url("/content/fonts/DodoThin/DodoThin.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoThin/DodoThin.woff") format("woff"), url("/content/fonts/DodoThin/DodoThin.ttf") format("truetype"), url("/content/fonts/DodoThin/DodoThin.svg#DodoThin") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'DodoExtraLight';
	src: url("/content/fonts/DodoExtraLight/DodoExtraLight.eot");
	src: url("/content/fonts/DodoExtraLight/DodoExtraLight.eot?#iefix") format("embedded-opentype"), url("/content/fonts/DodoExtraLight/DodoExtraLight.woff") format("woff"), url("/content/fonts/DodoExtraLight/DodoExtraLight.ttf") format("truetype"), url("/content/fonts/DodoExtraLight/DodoExtraLight.svg#DodoExtraLight") format("svg");
	font-weight: normal;
	font-style: normal; }


html, body {
	vertical-align: baseline;
}

body {
	font-family: 'DodoRegular';
	font-size: 16px;
	line-height: 1.42857143;
	color: #000000;
	background-color: #ffffff; 
}

a {
	background-color: transparent; 
}

a:link, a:visited {
	color: #0059ff;
	text-decoration: none;
	border-bottom: 1px solid rgba(42, 127, 221, 0.2);
}

a:hover, a:active {
	text-decoration: none;
	color: #ff8400;
	border-bottom: 1px solid #ffd5a8;
}

a:focus {
	outline: none !important; 
}

input:focus, button:focus, textarea:focus {
	outline: none; 
}

a {
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s; 
}

a.logo {
	border-bottom: 0px; 
}

p {line-height: 1.7; }

img {
	width: 100%;
	height: auto; 
}

.shadow-image {
	-webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5); 
}

ol, ul {
	list-style: none;
	line-height: 27px;
	padding: 0; 
}

ol li, ul li {
	margin-bottom: 16px; 
}

.container-fluid {
	padding: 0; 
}

.link:link, .link:visited {
	color: #ee4036;
	text-decoration: none;
	border-bottom: 1px solid rgba(238, 64, 54, 0.53); 
}

.link:hover, .link:active {
	text-decoration: none;
	color: #ff8400;
	border-bottom: 1px solid #ffd5a8; 
}

p {
	margin: 10px 0;
	font-size: 16px;
	color: #000000;
}

.text-center {
	text-align: center; 
}

.text-right {
	text-align: right; 
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px; 
}

@media only screen and (max-width: 415px) {
	.no_padding {
		padding-left: 15px;
		padding-right: 15px; 
	} 
}

.button {
	margin: 10px 0;
	padding: 20px;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-family: 'DodoRegular';
	width: 100%;
	text-align: center;
	border: 0;
	box-sizing: border-box;
	font-weight: 300;
	letter-spacing: 0.2px;
	color: #ffffff;
	border: 0;
}

.button_primary {
	background-color: #f26521;
}

.button_primary:hover {
	background: #fd461a;
	border-bottom: 0 !important;
}

.button_secondary {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #f26c39 !important;
	color: #f26c39 !important;
}

.button_secondary:hover {
	background: #f26c39;
	border: 2px solid #f26c39 !important;
	color: #ffffff !important;
}

.button:focus {
	outline: none; 
}

@media only screen and (max-width: 500px) {
	.button {
		font-size: 24px;
		width: 100%;
		padding: 20px 10px;
	} 
}

@media only screen and (max-width: 321px) {
	.button {
		font-size: 20px;
	} 
}

h2 {
	font-family: 'DodoMedium';
	font-size: 36px;
	line-height: 1.2;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-family: 'DodoRegular';
	font-size: 24px;
	line-height: 1.2;
	color: #ff6900;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.relative {position: relative;}

.section {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #ffffff;
}

.warning-message {
	font-size: 14px;
    padding: 8px;
    background: #FFC700;
    color: #000000;
}

.down__icon {
	background-image: url(/content/images/gloves/down.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
	width: 190px;
	height: 110px;
	position: absolute;
	left: 55%;
	top: 10%;

	-moz-transform: rotate(45deg); /* Для Firefox */
	-ms-transform: rotate(45deg); /* Для IE */
	-webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(45deg); /* Для Opera */
	transform: rotate(45deg);
}

.section__hero {
	background-image: url(/content/images/gloves/hero__2.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: bottom;
	background-size: cover;
	padding: 150px 0 270px;
	margin: 80px 0 0;
}

.section_bottom {
	padding-bottom: 100px;
}

.section_bg {
	background-color: #fbfbfb;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.section__title {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #000000;
	position: relative;
	font-family: 'DodoRegular';
	font-weight: normal;
}

@media only screen and (max-width: 376px) {
	.section__title {
		font-size: 20px; 
	} 
}

.main-screen {
	background-position: center 100%;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-screen {
	position: relative;
	overflow: visible;
}

.main-screen {
	background-image: url(/content/images/gloves/hero.jpg);
}

.main-screen .navbar {
	position: relative;
	width: 100%;
	min-height: 159px;
	padding-top: 60px;
	margin-bottom: 0;
	border: 0;
}

.main-screen .navbar .navbar-brand {
	height: auto;
	display: inline-block;
	border-bottom: 0;
}

.main-screen .navbar .navbar-brand img {
	width: 330px;
	height: auto;
}

.main-screen .block-in {
	padding-top: 265px;
	padding-bottom: 100px;
}

.screen-dodo__title {
	margin: 30px 0;
	font-family: 'DodoMedium';
	font-size: 56px;
	line-height: 72px;
	color: #000000;
	font-weight: normal;
}

.screen-dodo__subtitle {
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	color: #000000;
	font-weight: normal;
	font-family: 'DodoRegular';
}


.label {
	font-size: 18px;
	color: #ffffff;
	font-family: 'DodoRegular';
	text-align: left;
	margin-bottom: 7px;
	display: block;
}

.input {
	display: block;
	height: 70px;
	border-radius: 8px;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border: solid 1px rgba(135, 134, 134, 0.32);
	padding: 0 25px 0 15px;
	color: #373535;
	font-size: 20px;
	box-sizing: border-box;
	width: 100%;
	font-family: 'DodoRegular';
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.input:focus {
	border: 1px solid #FF6900;
	background-color: #ffffff;
	outline: none;
}

.btn {
	margin-top: 20px;
}

.note {
	margin-top: 10px;
	font-size: 15px;
}

/*Миф и реальность*/
.myth__content {
	padding-top: 45px;	
}

.myth__content_first {
	padding-top: 30px;
}

.myth__title {
	font-family: 'DodoRegular';
	font-size: 18px;
	line-height: 1.7;
	color: #000000;
	font-weight: bold;
}

.reality__desc {
	font-size: 17px;
	line-height: 1.7;
}

.video-row {
	margin-top: 16px;
}

/*Еще один бесспорный факт*/
.another-fact__title {
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 35px;
}

.another-fact__desc {
	font-size: 22px;
	color: #ffffff;
	font-family: 'DodoRegular';

}

.quote {
	color: #878686;
	font-style: italic;
	font-size: 17px;
}

.quote_big {
	font-size: 22px;
	text-align: center;
	margin: 80px 0;
}

.videoWrapper {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 56.25%;
	height: 0;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video__content {
	margin-top: 25px;
}

/*Камера*/
.webcam__icon {
	background-image: url(/content/images/gloves/webcam-icon.png);
	position: absolute;
	right: 0;
	top: 11%;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
}

.webcam__live-broadcast {
	padding: 9px 9px 6px 12px;
	background-color: rgba(255, 255, 255, 0.73);
	color: #603813;
	font-size: 13px;
	z-index: 1;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
}

.webcam__indicator_online {
	background-color: #96dc46;
	-webkit-animation: pulse 1.25s infinite ease;
	animation: pulse 1.25s infinite ease;
}

.webcam__indicator {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari, Chrome */
	-khtml-border-radius: 50%; /* KHTML */
	margin-right: 9px;
}

.grownups__img {
	margin-top: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.myth {
	padding-top: 0;
}


@media only screen and (max-width: 769px) {
	.principles {
		margin-bottom: 35px;
	}

	.quote {
		margin: 40px 0;
	}

	.section_bg {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.webcam__icon {
		width: 60px;
		height: 60px;
	}

	.down__icon {
		top: 6%;
	}

	screen-dodo__title {
		font-size: 48px;
		line-height: 64px;
	}

	.screen-dodo__subtitle {
		font-size: 24px;
		line-height: 34px;
	}

	.main-screen .block-in {
		padding-top: 285px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 615px) {

	.screen-dodo__title {
		font-size: 40px;
		line-height: 56px;
	}

	.another-fact__title {
		font-size: 36px;
	}

	.another-fact__desc {
		font-size: 20px;
	}

	h2 {
		font-size: 32px;
	}

	.video__item {
		margin-top: 55px;
	}

	.down__icon {
		display: none;
	}
}

@media only screen and (max-width: 415px) {

	.main-screen .block-in {
		padding-top: 305px;
		padding-bottom: 80px;
	}

	.screen-dodo__title {
		font-size: 28px;
		line-height: 40px;
		margin: 15px 0;
	}

	.screen-dodo__subtitle {
		font-size: 20px;
		line-height: 30px;
	}

	.section__hero {
		margin: 0;
	}

	.webcam__icon {
		top: 6%;
	}

	.main-screen .navbar .navbar-brand img {
		width: 300px;
		height: auto;
	}
}

@media only screen and (max-width: 376px) {
	.button {
		font-size: 20px;
	}

	.main-screen .block-in {
		padding-top: 175px;
		padding-bottom: 60px;
	}

	.section__hero {
		margin: 0;
		padding: 150px 0 170px;
	}

	h2 {
		font-size: 28px;
	}

	.main-screen .navbar .navbar-brand img {
		width: 270px;
		height: auto;
	}
}

@media only screen and (max-width: 321px) {
	.another-fact__title {
		font-size: 32px;
	}

	.main-screen .navbar .navbar-brand img {
		width: 230px;
		height: auto;
	}

	.screen-dodo__title {
		font-size: 24px;
		line-height: 36px;
	}

	.screen-dodo__subtitle {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-height: 720px) {
	.main-screen .block-in {
		padding-top: 195px;
	}
}

@media only screen and (max-height: 650px) {
	.main-screen .block-in {
		padding-top: 125px;
	}
}

@media only screen and (max-height: 720px) and (max-width: 415px) {
	.main-screen .block-in {
		padding-top: 295px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 655px) and (max-width: 415px) {
	.main-screen .block-in {
		padding-top: 235px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 595px) and (max-width: 415px) {
	.main-screen .block-in {
		padding-top: 175px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 537px) and (max-width: 415px) {
	.main-screen .block-in {
		padding-top: 115px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 720px) and (max-width: 376px) {
	.main-screen .block-in {
		padding-top: 225px;
		padding-bottom: 110px;
	}
}

@media only screen and (max-height: 587px) and (max-width: 376px) {
	.main-screen .block-in {
		padding-top: 165px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 530px) and (max-width: 376px) {
	.main-screen .block-in {
		padding-top: 125px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-height: 720px) and (max-width: 321px) {
	.main-screen .block-in {
		padding-top: 165px;
		padding-bottom: 80px;
	}
}