html, body, div, ul {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF;
    font: normal 12px/18px Verdana, sans-serif;
    min-width: 1240px;

}

@font-face {
    font-family: 'NeoSansProBold';
    src: url('../fonts/NeoSansPro/NeoSansPro-Bold.otf');
}
@font-face {
    font-family: 'NeoSansPro';
    src:    url('../fonts/NeoSansPro/NeoSansPro-Regular.otf');
            /*url('../fonts/neosanspro-regular-webfont.eot'),*/
            /*url('../fonts/neosanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
            /*url('../fonts/neosanspro-regular-webfont.woff') format('woff');*/
}
@font-face {
    font-family: 'CuprumBold';
    src: url('../fonts/Cuprum/Cuprum-Bold.ttf') ;
}

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

/*}*/




/*@font-face {*/
    /*font-family: 'NeoSansPro';*/
    /*src: url('../fonts/neosanspro-regular-webfont.eot');*/
    /*src: url('../fonts/neosanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/neosanspro-regular-webfont.woff') format('woff'),*/
    /*url('../fonts/neosanspro-regular-webfont.ttf') format('truetype'),*/
    /*url('../fonts/neosanspro-regular-webfont.svg#neo_sans_proregular') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/

/*}*/




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

/*}*/

#header-bg {background: url('../img/header-bg.png') repeat-x;height: 168px;width: 100%}

.header {height: 110px;width: 1000px;margin: auto;}

.header-leftside {
    position: relative;
    float: left;
    width: 690px;
    height: 88px;
}
.header-leftside p {
    padding-left: 40px;
    padding-top: 30px;
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-family: NeoSansPro, Arial;
    font-size: 26px;
    line-height: 28px;
}
.header-leftside img {margin-right: 5px;}

.header-rightside { width: 310px; height: 88px; position: relative; float: right}
.header-rightside p {
    font-family: NeoSansPro, Tahoma;
    padding-top: 30px;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
}
.header-rightside p b {font-size: 42px;}

.header-button {
    width: 270px;
    height: 24px;
}

.fitobutton {
    background-color: hsl(86, 79%, 44%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daf6b5", endColorstr="#7cc817");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#daf6b5), to(#7cc817));
    background-image: -moz-linear-gradient(top, #daf6b5, #7cc817);
    background-image: -ms-linear-gradient(top, #daf6b5, #7cc817);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daf6b5), color-stop(100%, #7cc817));
    background-image: -webkit-linear-gradient(top, #daf6b5, #7cc817);
    background-image: -o-linear-gradient(top, #daf6b5, #7cc817);
    background-image: linear-gradient(#daf6b5, #7cc817);
    border-color: #7cc817 #7cc817 hsl(86, 79%, 34%);
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.66);
    -webkit-font-smoothing: antialiased;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    line-height: 26px;
}

.menu {
    font-family: CuprumBold, Tahoma;
    font-size: 14px;
    line-height: 30px;
    width: 1000px;
    height: 60px;
    margin: auto;
    color: #FFFFFF;
}
.menu a {
    text-decoration: none;
    color: #F0F0F0;
    margin-left: 8px;
    margin-right: 5px;
}
.menu A:hover {text-decoration: underline;color: #F0F0F0;}
.menu img {padding-bottom: 3px}

#alfit {
    width: 1000px;
    height: 450px;
    margin: auto;
}

#alfit h1 {
    font-family: NeoSansPro, Arial;
    font-size: 30px;
    color: #7BA900;
    text-align: center;
    margin-bottom: 30px;
}
#alfit img { margin-left: 150px}

#alfit ul {list-style-image: url('../img/1uldot.jpg');margin-top: 60px}
#alfit li {font-size: 18px; color: #686868; line-height: 25px; vertical-align: top; margin-top: 20px; padding-bottom: 10px}
#alfit .leftside1 {
    position: relative;
    float: left;
    width: 450px;
    height: 280px;
}
#alfit .rightside1 {
    position: relative;
    float: right;
    width: 550px;
    height: 280px;

}
#alfit p {
    position: relative;
    text-align: center;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #686868;
}
#alfit p b {
    font-family: NeoSansPro, Arial;
    color: #1A95E3;
}

#unique-bg {
    background: url('../img/2bg.jpg') repeat-x;
    height: 720px;
    padding-top: 50px;
    margin: auto;

}

#unique-bg h1 {
    font-family: NeoSansPro, Arial;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}
#unique { width: 1130px;  margin: auto;}
.blockin2 {
    position: relative;
    float: left;
    background: url('../img/2blockbg.jpg') repeat;
    box-shadow: 5px 5px 10px 1px;
    margin-top: 30px;
    border-radius: 5px 5px;
    width: 350px;
    height: 500px;
}
.blockin2title {font-family: NeoSansPro, Arial; font-size: 18px; font-weight: bold;text-align: center; color: #FFFFFF; margin-top: 25px}
.blockin2img {text-align: center; margin-top: 25px; margin-bottom: 30px}
.blockin2footer  {font-family: NeoSansPro, Arial; font-size: 18px; color: #FFFFFF; line-height: 22px; padding: 10px}


#block3-bg {
    background: #E8E8E8;
    width: 100%;
    min-width: 1100px;
    /*height: 1430px;*/
}
#block31 p {
    position: relative;
    text-align: center;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #686868;
    line-height: 26px;
}
#block31 p b {
    font-family: NeoSansPro, Arial;
    color: #1A95E3;
}
.block3delim {margin-top: 10px}
#block31 { padding-top: 40px; margin: auto; width: 1000px}
#block32 {margin: auto; width: 1100px;height: 250px}
#block33 {margin: auto; width: 1100px; }
.qoute33 {font-family: NeoSansPro, Arial; font-size: 18px;color: #1A95E3}
#block33 .block3left {background: url('../img/3blockdot.jpg') no-repeat; text-align: left; padding-left: 20px; padding-right: 20px; width:260px}
.block3left {text-align: center; position: relative; float: left; width: 300px}
.block3right {text-align: center; position: relative; float: left; width: 700px; padding-left: 30px}
.blueline {background: url("../img/3blockbg1.png") repeat-y}
.greenline {background: url("../img/3blockbg2.png") repeat-y}
.block3right p {font-family: NeoSansPro, Arial; font-size: 14px; text-align: left; color: #6C6C6C}

#license { margin: auto; width: 1000px;height: 490px;}
#license h1 {text-align: center; font-family: NeoSansProBold, Arial; font-weight: bold; color: #1a95e3; font-size: 30px}
#license h2 {text-align: center; font-family: NeoSansPro, Arial; color: #6C6C6C; font-size: 18px}
#license p {font-family: CuprumBold, Tahoma; font-weight: bold;font-size: 16px; color: #6C6C6C; text-align: center}
.licenseinfo {position: relative; float: left;background-color: #F4F4F4; border-radius: 5px 5px; width: 470px; height: 290px; padding-top: 30px; text-align: center}
.licenseinfotitle {
    font-family: NeoSansProBold, Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #7FAD05;
    text-align: center;
}

#licbuttons {margin: auto; width: 1000px; height: 80px}
#licbuttons div {position: relative; float: left;background-color: #E8E8E8;width: 470px; padding-top: 30px; text-align: center
}

#underlic {
    background: url('../img/underlic-bg.png') center;
    height: 470px;
    margin: auto;
}
#underlic div {margin: auto; width: 1000px;}
#underlic h1 {font-family: NeoSansProBold, Arial; font-size: 17px; color: #1A95E3; line-height: 22px; text-align: center}
#underlic .leftside1 {
    position: relative;
    float: left;
    width: 470px;
    height: 315px;
}
#underlic .leftside1 p {
    font-family: Verdana;
    text-align: left;
    font-size: 14px;
    color: #6C6C6C;
    margin-right: 40px;
}
#underlic .rightside1 {
    position: relative;
    float: left;
    width: 470px;
    height: 315px;
}

#waveup {
    height: 38px;
    width: 100%;
    background: url('../img/wavedel-up.png');
}
#photoline {
    text-align: center;
}
#wavedown {
    height: 23px;
    width: 100%;
    background: url('../img/wavedel-down.png');
}

#yadi {
    background: #E8E8E8;
    width: 100%;
    height: 725px;
}
#yadi .leftside1 {
    position: relative;
    float: left;
    width: 490px;
    height: 315px;
    margin-right: 20px;
}
#yadi h2 {
    font-family: NeoSansProBold, Arial;
    font-size: 18px;
    color: #1A95E3;
    text-align: center;
}
#yadi p {
    font-family: NeoSansPro, Arial;
    font-size: 14px;
    line-height: 24px;
    color: #6C6C6C;
    height: 320px;
}
#yadi .rightside1 {
    position: relative;
    float: left;
    width: 490px;
    height: 315px;
}
#yadi iframe {
    margin-left: 40px;
}

#workschema {
    background: url("../img/wework-bg.png") repeat-x;
    height: 433px;
    width: 100%;
    text-align: center;
}
#weworkfooter {
    text-align: center;
    height: 14px;
    background: url("../img/wework-footer.png") no-repeat center;
}

#prices {
    margin: auto;
    width: 1000px;
    background-color: #FFFFFF;
    text-align: center;
    height: 726px;
}

#prices h1 {
    margin-top: 40px;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #878787;
}

#prices table {
    background: url("../img/price-bg.png") no-repeat;
    border: 0;
    font-family: NeoSansPro, Arial;
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    text-align: left;
    width: 1000px;
}

#prices td {
    padding: 15px;
}
#demoimg {
    font-family: NeoSansPro, Arial;
    font-size: 14px;
    color: #878787;

}

#prices h2 {
    font-family: NeoSansProBold, Arial;
    font-size: 18px;
    color: #96BE1F;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    margin-top: 30px;
}

#prices h3 {
    font-family: NeoSansPro, Arial;
    font-size: 30px;
    text-align: center;
    color: #1A95E3;
    margin-top: 50px;
    margin-bottom: 25px;
}

#prices .leftside1 {
    position: relative;
    float: left;
    width: 430px;
    height: 160px;
    margin-right: 40px;
    padding-left: 40px;
}
#prices .leftside1 p {
    font-family: CuprumBold, Tahoma;
    font-size: 16px;
    color: #6C6C6C;
    text-align: left;
}
#prices .leftside1 p b {
    color: #1A95E3;
}

#prices .rightside1 {
    position: relative;
    float: left;
    width: 440px;
    height: 160px;
    padding-left: 50px;
}
#prices .rightside1 p {
    font-family: CuprumBold, Tahoma;
    font-size: 18px;
    color: #1A95E3;
    text-align: left;
}

#prices .rightside1 ul {list-style-image: url('../img/pricesdot.jpg');}
#prices .rightside1 li {
    font-family: CuprumBold, Tahoma;
    font-size: 16px;
    color: #6C6C6C;
    text-align: left;
    vertical-align: top;
    line-height: 17px;
}

#catchformbg {
    background: url("../img/catchformbg.png") repeat-x;
    height: 179px;
    margin: auto;
    width: 100%;

}

#catchformup {
    height: 24px;
    text-align: center;
}
#catchformdown {
    height: 23px;
    text-align: center;
}
#catchform {
    margin: auto;
    width: 1000px;
}
#catchform .title{
    position: relative;
    float: left;
    font-family: NeoSansProBold, Arial;
    font-size: 30px;
    color: #FFFFFF;
    width: 325px;
    line-height: normal;
    padding-top: 45px;
}
#catchform .arrow {
    position: relative;
    float: left;
    width: 180px;
    padding-top: 45px;
    text-align: center;
}
#catchform .form1 {
    position: relative;
    float: left;
    background: url("../img/formbg.png") no-repeat;
    height: 110px;
    width: 495px;
    margin-top: 34px;
    text-align: center;
}

#advantages {
    width: 1000px;
    margin: auto;
    height: 970px;
}

#advantages h1 {
    font-family: NeoSansPro, Arial;
    font-size: 30px;
    color: #818181;
    text-align: center;
}
#advantages h2 {
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #767676;
    text-align: center;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 40px;
}

#advant-table {
    height: 284px;
    width: 980px;
    background: url('../img/advant-table.jpg');
}
#advant-table p {
    margin-left: 175px;
    margin-right: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
#advant-table .title {
    padding-top: 15px;
    font-family: NeoSansPro, Arial;
    font-size: 18px;
    line-height: 20px;
}

#advant-table div {
    position: relative;
    float: left;
    width: 490px;
    margin: auto;
    height: 140px;
}

#advantages .leftside1 {
    position: relative;
    float: left;
    width: 490px;
    margin: auto;
    text-align: center;
    height: 500px;
}
#advantages .rightside1 {
    position: relative;
    float: left;
    width: 490px;
    margin: auto;
    height:500px;
}
/*#advantages .rightside1 .title {*/
    /*margin-top: 25px;*/
    /*font-family: CuprumBold, Tahoma;*/
    /*font-size: 20px;*/
    /*color: #1A95E3;*/
/*}*/

/*#advantages .rightside1 p {*/
    /*font-family: Verdana;*/
    /*font-size: 14px;*/
    /*color: #878787;*/
    /*line-height: 20px;*/

/*}*/

#feedback {
    background: url("../img/feedback-bg.png") repeat-x;
    height: 400px;
    width: 100%;
}

.fbdiag {
    position: relative;
    float: left;
    width: 490px;
    text-align: center;
    padding-top: 50px;
}

#myCarousel {
    position: relative;
    float: left;
    width: 460px;
    margin-left: 15px;

}
#myCarousel h1 {
    font-family: NeoSansPro, Arial;
    font-size: 28px;
    color: #9BBD42;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.fbcrsl-left {
    position: absolute;
    left: -20px;
}
.fbcrsl-right {
    position: absolute;
    right: -20px;
}
#myCarousel .item {
    height: 163px;
    margin-bottom: 40px;
}

#myCarousel .item .date{
    font-family: CuprumBold, Tahoma;
    font-size: 16px;
    color: #9BBD42;
    text-align: left;
    padding-left: 20px;
    vertical-align: bottom;
}
#myCarousel .item .content{
    font-family: CuprumBold, Tahoma;
    font-size: 16px;
    color: #878787;
    text-align: left;
    padding-left: 20px;
}
#myCarousel .item .fio{
    font-family: CuprumBold, Tahoma;
    font-size: 16px;
    color: #1A95E3;
    text-align: right;
}

#sendbook {
    background: url("../img/senbook-bg.png") repeat-x;
    width: 100%;
    height: 429px;
}
#sendbook h1 {
    font-family: NeoSansProBold, Arial;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    margin-top: 0;
}
#sendbook .infoblock {
    width: 1000px;
    margin: auto;
}
#sendbook .leftside1 {
    position: relative;
    float: left;
    text-align: center;
    width: 250px;
}
#sendbook .rightside1 {
    position: relative;
    float: left;
    text-align: left;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #FFFFFF;
    width: 730px;
    line-height: 28px;
}
#sendbook .rightside1 p {
    padding-top: 50px;
}

#sendbook a {
    font-size: 20px;
    padding-top: 12px;
}

#prichini-bg {
    height: 579px;
    width: 100%;
    background: url("../img/7prichin-bg.png");
    margin: auto;
}
#prichini-bg h1 {
    font-family: NeoSansPro, Arial;
    font-size: 30px;
    text-align: center;
    color: #1A95E3;
    line-height: normal;
    font-weight: bold;
    padding-top: 40px;
    margin-top: 0;
}


#prichini {
    background: url("../img/7prichinlogo.png") no-repeat top center;
    height: 400px;
    width: 980px;
    margin: auto;
}

#prichini table {
    margin-top: 20px;
}
#prichini .title {
    font-family: CuprumBold, Tahoma;
    font-size: 20px;
    color: #1A95E3;
    line-height: normal;
}
#prichini .content {
    font-family: Tahoma;
    font-size: 13px;
    color: #757575;
}
#prichini td {
    width: 490px;
    height: 105px;
    vertical-align: top;
}

#prichini .leftside1 p {
    text-align: right;
}

#prichini .rightside1 p {
   text-align: left;
}

#consalt {
    width: 980px;
    margin: auto;
}

#consalt h1 {
    text-align: center;
    font-family: NeoSansPro, Arial;
    font-size: 24px;
    color: #1A95E3;
}
#consalt h1 b{
    font-size: 30px;
}

#consalt .photo {
    position: relative;
    float: left;
    text-align: center;
    width: 300px;
}


#consalt .content {
    position: relative;
    float: left;
    text-align: left;
    width: 360px;
    font-family: NeoSansPro, Arial;
    font-size: 16px;
    line-height: 18px;
    color: #6C6C6C;
    padding-top: 80px;
}

#consalt .content b {
    font-family: NeoSansProBold, Arial;
    color: #1A95E3;
}

#consalt .form2 {
    text-align: center;
    width: 290px;
}
#consalt .titleblue {
    padding-top: 30px;

    font-family: NeoSansPro, Arial;
    font-size: 17px;
    color: #1A95E3;
    text-align: center;

}
#consalt .titleblue .greentext {
    color: #7FAD05;
}

#footer-bg {
    background: url('../img/footer-bg.png') repeat-x;height: 168px;
}

#float-menu {
    height: 48px;
    width: 100%;
    background: url('../img/menu_bg.png') repeat-x bottom;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.float-menu-button {
    width: 110px;
    height: 16px;
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
    line-height: 20px;
}
#float-menu .inner {

}


/*MODAL styles*/

.modstyle {
    width: 100%;
    height: 310px;
    margin: 0;
    margin-top: -115px;
    left: 0;
    background: url('../img/wework-bg.png') repeat-x bottom;
}
.modstyle .modal-header {
    margin: auto;
    width: 1000px;
    font-family: NeoSansProBold, Arial;
    font-size: 36px;
    color: #1A95E3;
    text-align: center;
    height: 42px;
    line-height: 50px;
}
.modstyle .modal-body {
    margin: auto;
    width: 1000px;
    font-family: NeoSansPro, Arial;
    font-size: 16px;
    line-height: 18px;
    color: #6C6C6C;
    text-align: center;
}

.modstyle .modal-body input {
    width: 240px;
    height: 25px;
    margin-bottom: 10px;
}

.infomodal {
    width: 450px;
    height: 210px;
    margin-top: -105px;
    background: url('../img/wework-bg.png') repeat-x bottom;
}
.infomodal .modal-header {
    margin: auto;
    font-family: NeoSansProBold, Arial;
    font-size: 26px;
    color: #1A95E3;
    text-align: center;
    height: 42px;
    line-height: 50px;
}
.infomodal .modal-body {
    margin: auto;
    font-family: NeoSansPro, Arial;
    font-size: 16px;
    line-height: 18px;
    color: #6C6C6C;
    text-align: center;
}

.infomodal .modal-body input {
    height: 25px;
    margin-bottom: 10px;
}


