/*========================== reset.css ==========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, select, textarea {
	outline: none;
}

img, input {
	border: none;
	height: auto;
	max-width: 100%;
}

button {
	border: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
}

input[type=submit], button[type=submit] {
	cursor: pointer;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*========================== END reset.css ==========================*/

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

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

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

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

/*========================== Общие классы ==========================*/

.clearfix {
	display:inline-block;
}

.clearfix {
	zoom:1;
	display:block;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.left {float: left;}
.right {float: right;}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
}

/*========================== END ==========================*/

body {
    background: #e9e9e9;
    font-family: 'proxima_novaregular';
	font-size: 14px;
	min-width: 303px;
}

strong {
    font-family: 'proxima_nova_ltsemibold';
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'proxima_nova_thextrabold';
	font-weight: normal;
}

h1, .h1 {
    font-size: 57px;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
	font-size: 29px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

a {
	color: #282828;
	text-decoration: none;
}

a[href^='tel:'] {

}

.text_center {
	text-align: center;
}

label {
	cursor: pointer;
}

input[type=text], input[type=email], .input_url {
    color: #7e7e7e;
    display: block;
    font-family: 'proxima_novaregular';
    font-size: 14px;
    background-color: #e9e9e9;
}

input[type=text], input[type=email] {
    background: transparent;
    height: 100%;
    padding: 15px 0 15px 21px;
    width: 160px;
}

.for_form {
    display: none;
}

.block_details {
    display: none;
}

.block_details select {
    background-color: #e9e9e9;
    padding: 15px 0 15px 21px;
    border-radius: 30px;
    width: 343px;
}

.block_details .button-bevel {
    margin-top: 15px;
}

.block_details .table_1 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.block_details .table_1 .data {
    font-weight: bold;
    padding-left: 10px;
}

.block_details .table_2 {

}

.block_details p {
    color: #767676;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 0px;
    margin-top: 25px;
}

.block_details input {
    width: 100%;
}

.reg_form input[type=submit] {
    background: #4ba0db;
    background: -moz-linear-gradient(left, #4ba0db 0%, #3673a8 100%);
    background: -webkit-linear-gradient(left, #4ba0db 0%,#3673a8 100%);
    background: linear-gradient(to right, #4ba0db 0%,#3673a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0db', endColorstr='#3673a8',GradientType=1 );
    box-shadow: 0 13px 15px rgba(124, 181, 206, 0.72);
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-family: 'proxima_novabold';
    font-size: 14px;
    height: 41px;
    letter-spacing: -0.28px;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 165px;
}

.reg_form input[type=submit]:hover {
    background: -moz-linear-gradient(right, #4ba0db 0%, #3673a8 100%);
    background: -webkit-linear-gradient(right, #4ba0db 0%,#3673a8 100%);
    background: linear-gradient(to left, #4ba0db 0%,#3673a8 100%);
}

.wrapper {
	margin: 0 auto;
    max-width: 1450px;
}

.header {
    color: #7e7e7e;
    overflow: hidden;
    padding: 10px 0 0 0;
    opacity: 0;
    transform: translateY(-62px);
    transition: 1s;
}

.logo {
    background: url(img/logo.png) no-repeat left top;
    color: #5f5f5f;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    margin: 0 44px 0 0;
    padding: 15px 0 0 99px;
    position: relative;
}

.logo:after {
    background: rgba(0, 0, 0, .10);
    content: '';
    cursor: default;
    height: 45px;
    position: absolute;
    right: -21px;
    top: 5px;
    width: 1px;
}

.header_span_1 {
    display: block;
    line-height: 20px;
    letter-spacing: -0.28px;
    padding: 12px 0 0 0;
    width: 203px;
}

.sect_1 {
    background: url(img/robot.png) no-repeat left 87px;
}

.sect_1 .center {
    overflow: hidden;
}

.sect_1__item {
    padding: 83px 0 0 0;
    width: 586px;
}

.sect_1__item .h1 {
    color: #292929;
    line-height: 62.19px;
    transform: scale(0.1);
    opacity: 0;
    transition: 1s;
}

.sect_1__item .h1 span {
    color: #547ba2;
}

.head_1 {
    overflow: hidden;
    width: 475px;
}

.head_1 strong {
    color: #547ba2;
}

.header_span_2, .header_span_3 {
    line-height: 20px;
    padding: 12px 0 0 0;
}

.header_span_2 {
    width: 230px;
}

.header_span_3 {
    width: 245px;
}

.list_1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 124px 7px;
}

.list_1 > li {
    background: url(img/ok-cloud.png) no-repeat left 2px;
    color: #767676;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 20px;
    width: 50%;
    opacity: 0;
    transform: translateX(289px);
    transition: 0.5s;
}

.reg_form {
    margin: 0 0 0 47px;
    padding: 0 0 40px 0;
    width: 375px;
    opacity: 0;
    transform: translateY(-140px);
    transition: 1s;
}

.reg_form .h2 {
    margin: 0 0 24px 21px;
}

.wrap_input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 343px;
}

.form_title {
    color: #ca5406;
    display: block;
    font-family: 'proxima_novabold';
    margin: 0 0 5px 24px;
}

.reg_form .input_url {
    background: transparent;
    height: 100%;
    padding: 15px 0 15px 21px;
    width: 160px;
}

.list_2__title {
    background-repeat: no-repeat;
    background-position: left center;
    color: #292929;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 16px 0;
    min-height: 51px;
    padding: 0 0 0 72px;
    position: relative;
}

.list_2__title:after {
    background: rgba(0, 0, 0, .1);
    content: '';
    height: 41px;
    left: 58px;
    position: absolute;
    top: 8px;
    width: 1px;
    z-index: 2;
}

.clock_ico {
    background-image: url(img/clock_ico.png);
}

.cart_ico {
    background-image: url(img/cart_ico.png);
}

.traff_ico {
    background-image: url(img/traff_ico.png);
}

.raketa_ico {
    background-image: url(img/raketa_ico.png);
}

.list_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(147px);
    transition: 1s;
}

.list_2 > li {
    width: 200px;
}

.list_2 p {
    color: #7e7e7e;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.footer {
    margin-top: 110px;
}

.bottom_menu {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.bottom_menu li {
    text-align: left;
    display: inline-block;
    padding-right: 10px;
}

.bottom_menu li a {
    color: #000000;
    position: relative;
}
.bottom_menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
}
.bottom_menu li a:hover:before {
    border-bottom: 1px solid #547ba2;
}
.bottom_menu li a:hover {
    color: #547ba2;
}


/* ################################### REVIEW ################################### */
#popup_main {
    display: none;
}
.review .rv_close, .enter .en_close {
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: -19px;
    top: -20px;
    width: 40px;
}
.review .rv_title{
width:100%;
text-align:center;
font-size:49px;
margin-top:20px;
margin-bottom:30px;
text-transform:uppercase;
}
.review .rv_form{
background-image:url(../images/green_pattern.png);
background-repeat:no-repeat;
background-position: center center;
width:100%;
height:128px;
}
.review .rv_add{
background-image:url(../images/plus.png);
background-repeat:no-repeat;
width:77px;
height:77px;
float: left;
margin-top:30px;
margin-left:35px;
}
.review .rv_write{
height:100%;
width:500px;
float: left;
margin-left:25px;
margin-top:28px;
}
.review input{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
background-color:#fff;
border:3px solid #5C5E5A;
padding:3px;
width:138px;
margin-bottom:16px;
margin-right:12px;
-webkit-box-shadow: inset 0px 0px 6px 0px rgba(165, 165, 165, 0.5);
-moz-box-shadow: inset 0px 0px 6px 0px rgba(165, 165, 165, 0.5);
box-shadow: inset 0px 0px 6px 0px rgba(165, 165, 165, 0.5);
}
.review #your_review{
width:470px;
margin-right:0px;
}
.review #your_name{

}
.review #your_site{

}
.review #your_mail{
margin-right:0px;
}
.review .rv_send{
float: left;
margin-left: 10px;
margin-top: 72px;
}
.review .rv_place {
  height: 205px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 10px;
  position: relative;
  width: 99%;
}
.review .rv_item {
clear: both;
float: left;
margin-bottom: 30px;
width: 100%;
}
.review .rv_item img{
float: right;
margin-right:15px;
margin-top: 5px;
}

.review .rv_name{
float: left;
font-size:25px;
color: #545454;
width:155px;
margin-left:20px;
margin-top: -10px;
}

.review .rv_name p {
margin-bottom: 5px;
width: 110px;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
}

.review .rv_name span{
font-size:10px;
color:#666666;
float:right;
}

.review .rv_name .rv_wrap{
float: right;
}

.review .rv_text {
float: left;
margin-left: 40px;
margin-top: -5px;
width: 675px;
}

/* ################################### END REVIEW ################################### */

/* ################################### ENTER ################################### */
.enter {
position: relative;
}
.enter .people_bg {
    background-image: url(../images/enter_place.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 192px;
    right: 0px;
    position: absolute;
    top: -1px;
    width: 414px;
}

.enter .en_close{
right: -13px;
}
.enter input[type="text"], .enter input[type="password"] {
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
background-color:#fff;
border:3px solid #5C5E5A;
padding:3px;
width:188px;
margin-bottom:16px;
margin-right:12px;
-webkit-box-shadow: 3px 3px 3px rgba(165, 165, 165, 0.5);
-moz-box-shadow: 3px 3px 3px rgba(165, 165, 165, 0.5);
box-shadow: 3px 3px 3px rgba(165, 165, 165, 0.5);
}
#password{
display: none;
}
.enter .en_form {
  float: left;
  margin-left: 27px;
  margin-top: 42px;
  position: relative;
  width: 200px;
  z-index: 1;
}
.enter .en_button {
  background-color: transparent;
  background-image: url("../images/enter_button.png");
  background-repeat: no-repeat;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 85px;
  margin-left: 40px;
  margin-top: 38px;
  width: 86px;
  position: relative;
  z-index: 1;
}
.review .rv_error.green {
  background-color: #62AC18;
}

.review .rv_error {
  background-color: rgba(200, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  padding-top: 5px;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
}
.review .rv_error span {
  padding-left: 30px;
}
/* ################################### END ENTER ################################### */

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    background: none;
}

.error {
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 3px;
}

.error li {
    list-style: none;
    padding: 0px;
}

.sect_1__item .h1.animate {
    transform: scale(1);
    opacity: 1;
}
.header.animate {
    transform: translateY(0px);
    opacity: 1;
}
.list_1 > li.animate {
    transform: translateX(0px);
    opacity: 1;
}
.reg_form.animate {
    transform: translateY(0px);
    opacity: 1;
}
.list_2.animate {
    opacity: 1;
    transform: translateY(0px);
}


.for_bg {
    background-color: rgba(255,255,255,1);
    border-radius: 30px;
}

.for_bg .block_details {
    padding:  10px 20px 30px;
}
