html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}


html,
button,
input,
select,
textarea {
    color: #222;
    font-family: "Trebuchet MS",Helvetica, Arial, sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
a, a:visited{
    color: #576fa9;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
    display: block;
    min-width: 960px;
    max-width: 1144px;
    margin: 0 auto;
}

.inner {
    margin: 0 30px;
}

#header {
    height: 120px;
    padding: 20px 0 12px 0;
}

#header .logo{
    height: 88px;
    width: 245px;
    border-right: 1px solid #d0d0d0;
    float: left;
}

#header .lang{
    float: left;
    height: 88px;
    width: 65px;
    margin-left: 25px;
    color: #c9c8c8;
    font-size: 0.8em;
}

#header .lang a{
    margin-left: 8px;
}

#header .menu-wrapper{
    width: 520px;
    float: right;
}

#header .menu-wrapper .menu-top{
    height: 22px;
}

#header .menu-wrapper .menu-top .menu-search{
    display: block;
    float: left;
    width: 140px;
    border: 1px solid #bdbdbd;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 22px;

}
#header .menu-wrapper .menu-top .menu-search .search-input-button{
    display: block;
    float: right;
    height: 22px;
    width: 22px;
    background: url("../img/btn-search.png") no-repeat center center;
    border: 0 none transparent;
}

#header .menu-wrapper .menu-top .menu-search .search-input{
    padding: 0 0 0 10px;
    font-size: 12px;
    height: 22px;
    width: 114px;
    border: 0 none transparent;
    background: transparent;
    float: left;
}

#header .menu-wrapper .menu-top a{
    margin-left: 40px;
    display: block;
    font-size: 12px;
    text-align: right;
    float: left;
}

#header .menu-wrapper .menu{
    float: right;
}

#header .menu-wrapper .menu-bottom{

}

#header .menu-wrapper .menu-bottom a{
    margin: 24px 0 0 35px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    float: left;
}

#header-main{
    height: 470px;
    background: url("../img/form-top-bg.jpg") no-repeat top center #030415;
}

.header-main-wrapper {
    height: 470px;
    background: url("../img/form-top-bg-sh.jpg") repeat-x bottom transparent;
}

#header-main .speaker-bg{
    position: absolute;
    top: 70px;
    right: -50px;
    background: url("../img/header-bg-man.png") no-repeat;
    height: 640px;
    width: 550px;
}

#header-main .inner{
    position: relative;
}


#header-main .content{
    margin-top: 28px;
}

#header-main .content .case{
    color: #ffffff;
    position: relative;
    float: left;
    width: 625px;
    width: -webkit-calc(100% - 335px);
    width: -o-calc(100% - 335px);
    width: -moz-calc(100% - 335px);
    width: calc(100% - 335px);
}

#header-main .content .case h1{
    margin: 28px 10px 0 0;
    font-size: 46px;
    line-height: 1.2;
}

#header-main .content .case h2{
    margin: 16px 0 0 0;
    font-size: 20px;
}

#header-main .content .case p{
    margin-top: 22px;
}

#header-main .form{
    width: 335px;
    height: 421px;
    background: #ffffff;
    float: right;
}

#header-main .desc{
    color: #ffffff;
    display: block;
    padding-top: 30px;
    float: left;
}

#header-main .desc .sign{
    margin: 0 0 0 37px;
    background: url("../img/sign.png") no-repeat 0px 14px;
    padding-left: 45px;
}
#header-main .desc .sign p{
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 6px 0;
}
#header-main .desc .sign p b{
    font-size: 30px;
}

#header-main form{

}

#header-main form .inner-form{
    margin: 20px 28px 0 28px;
}

#header-main form h6{
    font-size: 18px;
    margin: 0;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
    text-align: center;
}

#header-main form p{
    font-size: 14px;
    line-height: 1.1;
}

#header-main form .input{
    background: url('../img/ico-form.png') no-repeat #ebedf2;
    height: 35px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-left: 35px;
    border: 1px solid #a3a3a3;
}

#header-main form .input input{
    margin-top: 5px;
    background: transparent;
    border: 0px none transparent;
}

#header-main form .input.name{
    background-position: 5px 6px;
}
#header-main form .input.email{
    background-position: 5px -41px;
}

#header-main form .input.phone{
    background-position: 5px -93px;
}
#header-main form .input.dol{
    background-position: 5px -134px;
}

#header-main form .input.comp{
    background-position: 5px -191px;
}

#header-main form button{
    background: #5fb700;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px none transparent;
    text-align: center;
    width: 100%;
    padding: 9px 0;
}

.parall{
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    border: 2px dashed #000000;
}

.parall .parall-inner{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
}

.parall8{
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    transform: skew(-8deg);
    border: 2px dashed #000000;
}

.parall8 .parall-inner{
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -o-transform: skew(8deg);
    transform: skew(8deg);
}

.parall2{
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    background: #f4f4f4;
}

.parall2 .parall-inner{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
}

.parall2 h2{
    text-align: center;
    font-size: 42px;
    margin: 0;
}

.parall2 h3{
    text-align: center;
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}

#about-text{
    position: absolute;
    width: 550px;
    height: 320px;
    background: #ebebeb;
    border: 10px solid #ffffff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    left: 135px;
    top: 150px;
    display: none;
    visibility: hidden;
    z-index: 9999;
}

#about-text.showed{
    display: block;
    visibility: visible;
}

#about-text .inner-text{
    margin: 58px 70px;
}

#header-main #about-text p{
    font-size: 14px;
    line-height: 1.5;
}

#about-text h5{
    font-size: 14px;
    margin: 0 0 20px 0;
}

#forwhat {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

.forwhat-inner {
    background: url("../img/forwhat-sep.gif") repeat-x bottom;
    padding-bottom: 5px;
}

.forwhat-inner-top {
    background: url("../img/forwhat-sep-top.gif") repeat-x top;
}

#forwhat .inner{
    margin: 20px 0 0 48px;
    background: url("../img/sep.gif") repeat-x bottom;
    padding-bottom: 48px;
}

#forwhat h2{
    text-align: center;
    font-size: 43px;
}

#forwhat .parall {
    margin-left: 10px;
    padding: 0 17px 32px;
}

#forwhat h3{
    font-size: 24px;
    text-align: center;
}
#forwhat p{
    padding-left: 5px;
    line-height: 1.2;
}

#forwhat .for-left{
    width: 49%;
    float: left;
}

#forwhat .for-right{
    float: right;
    width: 49%;
}

#forwhat ul{
    list-style: none outside none;
    display: block;
    padding: 0;
    margin: 27px 0 0 5px;
}

#forwhat ul li{
    float: left;
    font-size: 14px;
    margin-left: 20px;
}

#forwhat .for-right ul li {
    margin-left: 50px;
}

#forwhat ul li:first-child{
    margin-left: 0;
}




#forwhat ul li b{
    display: block;
    font-size: 24px;
}

#forwhat .ps{
    background: url("../img/ps.png") no-repeat;
    height: 57px;
    margin-top: 27px;
    margin-bottom: 30px;
}

#forwhat .ps p{
    display: inline-block;
    font-size: 16px;
    margin-top: 13px;
    margin-left: 24px;
}

#form1{
    background: url("../img/popup-bg.png") repeat-x top;
    height: 423px;
}

#form1 .desc{
    color: #ffffff;
    display: block;
    float: left;
}

#form1 .container {
    background: url("../img/consult.png") no-repeat left bottom;
    overflow-y: hidden;
    height: 423px;
}

#form1 .baloon{
    background: url("../img/baloon.png") no-repeat;
    width: 400px;
    height: 80px;
    padding: 8px 22px 18px 56px;
    margin-left: 222px;
    font-size: 12px;
    line-height: 16px;
}

.consultant .contacts p{
    font-size: 24px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 5px;
}

.consultant .contacts p span{
    font-size: 16px;
}

#form1 .desc h4{
    font-size: 42px;
    line-height: 1.1;
    margin: 38px 0 30px 280px;
}

#form1 .desc h4 span{
    font-size: 17px;
    font-weight: normal;
    display: block;
}

#form1 form{
    background: #263e74;
    width: 335px;
    height: 423px;
    float: right;
    color: #ffffff;
    padding-top: 20px;
}
#form1 form .inner-form{
    margin: 0 28px;
}

#form1 form h6{
    font-size: 18px;
    margin: 0;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ffffff;
}

#form1 form p{
    font-size: 14px;
    line-height: 1.1;
	margin-bottom: 0px;
}

#form1 .consultant{
    margin-left: 280px;
    height: 260px;
}

#form1 form .input{
    background: url('../img/ico-form.png') no-repeat #ffffff;
    height: 35px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-left: 35px;
}

#form1 form .input input{
    margin-top: 5px;
    background: transparent;
    border: 0px none transparent;
}

#form1 form .input.name{
    background-position: 5px 6px;
}

#form1 form .input.email{
    background-position: 5px -41px;
}

#form1 form .input.phone{
    background-position: 5px -93px;
}

#form1 form .input.dol{
    background-position: 5px -134px;
}

#form1 form .input.comp{
    background-position: 5px -191px;
}

#form1 form button{
    background: #5fb700;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px none transparent;
    text-align: center;
    width: 100%;
    padding: 9px 0;
}

/*************************************/

#landscape{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    padding-top: 20px;
}

#landscape .wrapper{
    padding-bottom: 80px;
    width: 900px;
    margin: 30px auto 0 auto;
}

#landscape .col{
    float: left;
    height: 355px;
}

#landscape .col h4{
    font-size: 24px;
    margin: 0 0 10px 20px;
    text-align: center;
}
#landscape .c1{
    width: 155px;
}

#landscape .c2{
    width: 80px;
    background: url("../img/skoba.png") no-repeat scroll center 65% rgba(0, 0, 0, 0)
}

#landscape .c4{
    width: 80px;
    background: url("../img/skoba.png") no-repeat scroll left 65% rgba(0, 0, 0, 0)
}

#landscape .c5{
    width: 155px;
}

#landscape .c3{
    width: 344px;
    background: url("../img/land-circle.png") no-repeat center bottom;
    text-align: center;
}

#landscape .parall2{
    padding: 10px 0;
}
#landscape .content{
    padding: 10px 0;
}

#landscape .c5 h4{
    margin-bottom: 20px;
}

#landscape .c5 .parall8{
    margin-bottom: 15px;
}

#landscape .c5 .content{
    padding: 5px 0;
    text-align: center;
}

#landscape .content p{
    margin: 5px 10px;
    /*text-align: center;*/
    font-size: 18px;
}


.inner-sep-bottom {
    background: url("../img/sep5.png") repeat-x bottom;
}

.inner-sep-up {
    background: url("../img/sep5.png") repeat-x top;
}
/*************************************/

#list1 {
    background: #fcffda;
}

#list1 .for-left, #list1 .for-right{
    width: 50%;
    float: left;
}

#list1 .parall {
    border: 0px none;
    background: #062b5c;
    margin-top: 30px;
    margin-bottom: 20px;
}

#list1 .parall h3{
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 7px 0;
}

#list1 .parall h3 span{
    text-transform: uppercase;
}

#list1 ul{
    /*list-style: none outside;*/
    margin: 0 0 0 28px;
    padding-left: 28px;

}

#list1 ul li{
    margin-bottom: 10px;
}

#list1 h4{
    margin: 0 0 10px 40px;
    text-transform: uppercase;
}

#list1 .for-left .inner {
    width: 320px;
    margin-right: 67px;
    float: right;
}

#list1 .for-right .inner {
    width: 320px;
    margin-left: 67px;
    float: left;
}

#list1 .inner-sep-bottom{
    padding-bottom: 20px;
}

/*************************************/

#func{

}

#func h2{
    padding-top: 5px;
}

#func h3{
    padding-bottom: 15px;
    line-height: 1;

}

#func .inner-sep-bottom{
    margin-top: 15px;
}

#func .col{
    width: 33%;
    float: left;
    height: 530px;
}


#func .col h4{
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding-top: 95px;
    margin-bottom: 50px;
}

#func .col{
    width: 33%;
    float: left;
    height: 530px;
}

#func .col.c1 h4{
    background: url("../img/ico-f1.png") no-repeat top center;
}

#func .col.c2 h4{
    background: url("../img/ico-f2.png") no-repeat top center;
}

#func .col.c3 h4{
    background: url("../img/ico-f3.png") no-repeat top center;
}

#func .col.c4 h4{
    background: url("../img/ico-f4.png") no-repeat top center;
}

#func .col.c5 h4{
    background: url("../img/ico-f5.png") no-repeat top center;
}

#func .col.c6 h4{
    background: url("../img/ico-f6.png") no-repeat top center;
}
#func .col ul{
    list-style: none outside;
    width: 280px;
}

#func .col > ul > li {
    margin-bottom: 10px;
}

#func .col > ul > li > ul > li{
    margin-bottom: 5px;
}

#func .col li {
    color: #5a5a5a;
    font-size: 15px;

}

/*************************************/
#proc{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

#proc h2{
    font-size: 42px;
    margin: 0;
    text-align: center;
}

#proc h3{
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#proc h4{
    font-size: 24px;
    margin: 60px 0 0 0;

}

#proc .container{
    padding-top: 45px;
}

#proc .for-left{
    width: 50%;
    float: left;
}

#proc .for-right{
    width: 50%;
    float: left;
}

#proc ul{padding: 0;
list-style: none outside;}

#proc li {
    font-size: 18px;
    margin-bottom: 27px;
    padding-left: 65px;
}

#proc ul{
    max-width: 465px;
    margin-bottom: 125px;
}

#proc .for-right ul li{
    background: url("../img/tri-green.png") no-repeat;
    background-position: 0 8px;
}

#proc .for-right ul li:nth-child(2), #proc .for-right ul li:nth-child(4), #proc .for-right ul li:nth-child(5){
    background-position: 0 24px;
}

#proc .for-left ul li{
    background: url("../img/ico-digit.png") no-repeat;
}

#proc .for-left ul li:nth-child(1){
    background-position: 0 8px;
}

#proc .for-left ul li:nth-child(2){
    background-position: 0 -78px;
}

#proc .for-left ul li:nth-child(3){
    background-position: 0 -178px;
}

#proc .for-left ul li:nth-child(4){
    background-position: 0 -265px;
}

#proc .for-left ul li:nth-child(5){
    background-position: 0 -393px;
}

#proc .for-left ul li:nth-child(6){
    background-position: 0 -470px;
}
/*************************************/
#cheme {
    background: #fcffda;
}

#cheme .inner-sep-bottom {
    padding-top: 35px;
    padding-bottom: 30px;
}

#cheme h2{
    margin: 0;
    text-align: center;
    font-size: 63px;
    color: #777777;
}

#cheme .cheme-wrapper{
    padding-top: 70px;
    text-align: center;
}

#cheme .cheme-wrapper img{
    max-width: 100%;
}

/*************************************/

#plan {
    border-bottom: 3px solid #60ba00;
}
#plan .for-left, #plan .for-right{
    width: 50%;
    float: left;
}

#plan .inner{
    padding-top: 35px;
    padding-bottom: 50px;
}

#plan h3{
    text-transform: uppercase;
}

#plan p{
    margin-left: 25px;
    font-size: 14px;
}

/*************************************/
.popup-shader{
    background: rbga(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

#form-popup{
    background: url("../img/popup-bg.jpg") no-repeat top center;
    height: 420px;
    width: 815px;
    margin-top: 23px;
}

#form-popup .desc{
    color: #ffffff;
    display: block;
    padding-top: 30px;
    float: left;
}

#form-popup .desc .sign{
    margin: 0 0 0 37px;
    padding-left: 45px;
}
#form-popup .desc .sign p{
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 6px 0;
}
#form-popup .desc .sign p b{
    font-size: 30px;
}

#form-popup .contacts{ margin-top: 40px}

#form-popup form{
    background: #7ba725;
    width: 335px;
    height: 420px;
    float: right;
    color: #ffffff;
    padding-top: 20px;
}
#form-popup form .inner-form{
    margin: 0 28px;
}

#form-popup form h6{
    font-size: 18px;
    margin: 0;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ffffff;
}

#form-popup form p{
    font-size: 14px;
    line-height: 1.1;
}

#form-popup form .input{
    background: url('../img/ico-form.png') no-repeat #ffffff;
    height: 35px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-left: 35px;
}

#form-popup form .input input{
    margin-top: 5px;
    background: transparent;
    border: 0px none transparent;
}

#form-popup form .input.name{
    background-position: 5px 6px;
}

#form-popup form .input.email{
    background-position: 5px -41px;
}

#form-popup form .input.phone{
    background-position: 5px -93px;
}

#form-popup form .input.dol{
    background-position: 5px -134px;
}

#form-popup form .input.comp{
    background-position: 5px -191px;
}

#form-popup form button{
    background: #fff21e;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px none transparent;
    text-align: center;
    width: 100%;
    padding: 9px 0;
}



/*************************************/




#opit{
    text-align: center;
}

#opit h2{
    font-size: 36px;
    margin-top: 37px;
}

#opit h3{
    font-size: 30px;
}

#opit .item {
    border: 3px dashed #60ba00;
    position: relative;
    width: 770px;
    margin: 0 auto;
    margin-bottom: 75px;
}

#opit .item h4{
    background: #ffffff;
    font-size: 24px;
    font-style: italic;
    top: -18px;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 0 20px;
}

#opit .item p{
    margin: 0;
}

#opit .item a{
    display: inline-block;
    width: 190px;
    height: 52px;
    background: #60ba00;
    border: 0 none;
    border-bottom: 3px solid #54a300;
    color: #ffffff;
    position: relative;
    text-decoration: underline;
    padding-top: 14px;
    bottom: -26px;
}
#clients {
    margin-top: 20px;
    border-top: 3px solid #60ba00;
    padding-top: 20px;
    margin-bottom: 50px;
}

#clients h2{
    font-size: 36px;
    text-align: center;
    margin-top: 5px;
}

#clients ul{
    list-style: none outside none;
    padding: 0;
    margin-top: 35px;
}

#clients ul li{
    float: left;
    width: 20%;
}

#request{
    background: url("../img/bg2.jpg") repeat-x top;
    height: 200px;
    margin-bottom: 30px;
}

#request .container{
    background: url("../img/ico-arrow.png") no-repeat center center;
    height: 200px;
}

#request .r-left{
    float: left;
    width: 50%;

}

#request .r-left .text{
    width: 280px;
    float: right;
    margin-right: 68px;
    margin-top: 8px;
}



#request .r-left .text p{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

#request .r-left .text p span{
    font-size: 20px;
    font-weight: normal;
}

#request .r-right{
    float: left;
    width: 50%;

}

#request .r-right .text{
    width: 280px;
    float: left;
    margin-left: 68px;
    margin-top: 79px;
}

#request .r-right .text a.btn {
    background: none repeat scroll 0 0 #5fb700;
    border: 0 none transparent;
    border-radius: 4px;
    color: #ffffff;
    padding: 11px 0 9px 0;
    text-align: center;
    width: 265px;
    height: 50px;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

a.btn-main {
    background: url("../img/btn-main.png") no-repeat;
    width: 383px;
    height: 68px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 0 9px 0;
    text-align: center;
    font-size: 22px;
}

.btn-main-cont{
    position: absolute;
    bottom: -190px;
    left: 63%;
}

.speaker-foto{
    background: url("../img/header-bg-man.png") no-repeat center center;
    height: 100%;
}

#popup, #popup-video{
    display: none;
}
.close-lightbox{
    position: absolute;
    top: 10px;
    right: 12px;
    width: 10px;
    height: 10px;
    background: url(../img/ico-close.png) no-repeat;
    cursor: pointer;
    z-index: 20
}

#footer{

}

#footer .footer-row{
    width: 30%;
    float: left;
    font-size: 14px;
}

#footer .footer-row ul{
    list-style: none outside none;
    padding-left: 0;
}

#footer .footer-row p.quality{
    display: block;
    height: 160px;
    color: #7e7e89;
    padding-left: 60px;
    background: url('../img/quality.png') no-repeat;
}

#footer .footer-row p.quality a{
    color: #7e7e89;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1188px) {
    #forwhat .for-left {
        float: none;
        width: 561px;
        margin-bottom: 20px;
    }

    #forwhat .for-right {
        float: none;
        width: 561px;
    }

    .forwhat-wrapper{
        width: 561px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 1100px) {
    #form1 .desc h4 {
        font-size: 32px;
        line-height: 1.1;
        margin: 38px 0 30px 160px;
    }
    #form1 .desc h4 span{
	font-size: 15px;
	}

    #form1 .baloon {
        background: url("../img/baloon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-size: 12px;
        height: 80px;
        line-height: 15px;
        margin-left: 141px;
        padding: 8px 22px 18px 55px;
        width: 400px;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.address_input{
	display:none;
}
#popup_msg {
    background: #FBFBFA;
    border: 1px solid #999999;
    box-shadow: 0 0 2px #999999;
    color: #340200;
    font-family: Calibri;
    font-size: 31px;
    font-weight: bold;
    /*height: 60px;*/
    left: 50%;
    line-height: 60px;
    margin-left: -300px;
    margin-top: -40px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 600px;
    z-index: 999999;
    display: none;
}
#popup_msg p {}