@font-face {
    font-family: "bkmn";     
    src: local("Bookman"), local("Bookman");
    src: url("http://kouz.eu/fonts/bookman/bookman_old_style_bold_italic.eot");
    src: url("../fonts/bookman/bookman_old_style_bold_italic.ttf") format("truetype");          
	src: url("../fonts/bookman/bookman_old_style_bold_italic.svg") format("svg");    
}
@font-face {
    font-family: "GOTHIC";
    src: url("../fonts/GOTHIC.TTF");
}

@font-face {
    font-family: "GOTHICB";
    src: url("../fonts/GOTHICB.TTF");
}

@font-face {
    font-family: "GOTHICBI";
    src: url("../fonts/GOTHICBI.TTF");
}

@font-face {
    font-family: "GOTHICI";
    src: url("../fonts/GOTHICI.TTF");
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

html{
    height: 100%;
}
html,button,input,select,textarea {
    color: #222;
}
body {
    height: 100%;
    overflow-x: hidden;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.text-line-through{
    text-decoration: line-through;
}
/* Print styles */
@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) ")";
    }
    .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;
    }
}

.pad_l10{ padding-left: 10px;}
.pad_l20{ padding-left: 20px;}
.marg_l10{ margin-left: 10px;}
.marg_r10{ margin-right: 10px;}
.marg_t5{ margin-top: 5px;}
.marg_r5{ margin-right: 5px;}
.marg_r10{ margin-right: 10px;}
.marg_l20{ margin-left: 6px !important;}
.pad_20{ padding: 0 20px;}
.f14{font-size:14px;}
.f13{font-size:13px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f23{font-size:23px;}
.f72{font-size:52px; margin-left: -5px;}
.marg_r10{ margin-right: 10px;}
.marg_r20{ margin-right: 20px;}
.marg_t10{ margin-top: 10px;}
.marg_t15{ margin-top: 15px;}
.marg_t16{ margin-top: 16px;}
.marg_l10{ margin-left: 10px;}
.marg_l20{ margin-left: 20px;}
.marg_l30{ margin-left: 30px;}
.marg_b10{ margin-bottom: 10px;}
.marg_b20{ margin-bottom: 20px;}
.f16{font-size:16px;}
.hidden {display: none !important; visibility: hidden;}
.invisible { visibility: hidden;}
.clearfix:before,.clearfix:after { content: " "; display: table;}
.clearfix:after, .clear { clear: both;}
.clearfix { *zoom: 1;}
.hide{ display: none;}
.nopadding{
    padding: 0;
}
.white{
    color: #ffffff;
}
.col_04{
    color: #040404;   
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}

.formfix {
    position: fixed;
    top: -99px;
    height: 40px;
    width: 100%;
    background: #A76CB9;
    box-shadow: 0 2px 10px 0 #fff;
    z-index: 899;
    color: #fff;
    font-family: Helvetica, "Open Sans", sans-serif;
}
.inf {position: absolute;font-weight: bold;}
#ffcm {
    font-size: 30px;
    cursor: pointer;
    text-shadow: 0 0 10px #4D3E52;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px dashed #fff;
    display: table;
}

input[type=text]{
    width: 220px;
    height: 35px;
    border-radius: 5px;
    font-family: GOTHIC;
    text-align: center;
    font-size: 14px;
    margin-bottom: 9px;
}



input[type=image]{
    width: 219px;
    height: 69px;
    background: url('../img/sprite_botton.jpg');
    background-position: top;
    background-repeat: repeat-x;
    font-family: GOTHIC;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 16px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    border: none;
}

input[type=image]:hover{
    background: url('../img/sprite_botton.jpg');
    background-position: center;
    background-repeat: repeat-y;
}

input[type=image]:active{
    background: url('../img/sprite_botton.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}


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

}
.fontNormal{
    font-family: GOTHIC;
}
.fontBold{
    font-family: GOTHICB;
}
.fontItalicBold{
    font-family: GOTHICBI;
}
.fontItalic{
    font-family: GOTHICI;
}



header{
    max-width: 1005px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    font-family: GOTHIC;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.block_call_me{
    float: right;
    font-family: GOTHIC;
    color: #000;
    text-align: center;
    margin-right: 10px;
}
.number_phone{
    font-size: 30px;
    font-family: GOTHICB;
}
.time_to_worck{
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
}

a.add_model_window_call{
    color: #02bcc3;
    font-size: 24px;
    border-bottom: 2px dashed #02bcc3;
    text-decoration: none;
    display: block;
    float: right;
    margin-top: -5px;
    cursor: pointer;
    letter-spacing: 2px;
}

.block_logo_top{
    /*width: 280px;*/
    width: 110px;
    float: left;
    margin-top: 2px;
    margin-left: 3%;
}
.section_1{
    width: 100%;
    height: 584px;
    background: url('../img/new-lection_1.png');
    background-repeat: no-repeat;
    background-position: top, center;
    margin: -55px auto 0 auto;
    padding: 0;
}
.content_section{
    width: 100%;
    max-width: 1020px;
    margin: auto;
    padding: 0;
    position: relative;
}
.bg_love{
    width: 559px;
    height: 582px;
    background: url('../img/bg_section_1.png');
    position: absolute;
    left: -150px;
    top: -65px;
}
.title_section_1{
    max-width: 638px;
    width: 100%;
    float: right;
    line-height: 30px;
    margin-top: 18px;
}
.title_organization{
    font-size: 48px;
    color: #c617b1;
    text-shadow: 1px 1px 5px #96D1FF;
}
.title_romantical{
    font-size: 60px;
    color: #c617b1;
    font-family: bkmn !important;
    font-style: italic;
    font-weight: bold; 
    margin-left: 10px;
}
.from_loves{
    color: #000;
    font-family: Arial, Helvetica, FreeSans, "Liberation Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 45px;
    float: left;
    text-align: right;
}
.facepointer {
    position: absolute;
    top: 217%;
    left: 27%;
    background: url(../img/facepointer.png) top left no-repeat;
    width: 188px;
    height: 64px;
}
.slogan_section{
    max-width: 314px;
    float: left;
    font-size: 24px;
    color: #000;
    text-align: right;
    line-height: 35px;
    margin-top: 45px;
    display: none;
}

.block_keep_question{
    width: 267px;
    height: 344px;
    background: #02bcc3;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    float: right;
    margin-top: -215px;
    
}
.fivem {
    position: absolute;
    top: 68px;
    left: 17px;
    font-size: 9px;
}
.fivem1 {
    position: absolute;
    top: 45px;
    left: 220px;
    font-size: 13px;
}
.content_keep_question{
    max-width: 221px;
    margin: auto;
    height: 100px;
    margin-top: 30px;
    line-height: 20px;
    position: relative;
}

.title_keep_question{
    font-size: 25px;
    color: #000;
    margin-bottom: 8px;
}
.lock_block{
    font-family: arial;
    font-size: 11px;
    color: #fff;

}
.text_lock{
    margin-left: 8px;
    float: left;
    margin-top: 4px;
}

.text_lock:hover{
    text-decoration: none;
}
.botton_send{
    width: 219px;
    height: 69px;
    background: url('../img/sprite_botton.jpg');
    background-repeat: repeat-x;
    background-position: top;
    font-family: GOTHIC;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 0px;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 16px;
    border: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

.botton_send:hover{
    background: url('../img/hover.jpg');
    background-repeat: repeat-x;
}

.botton_send:active{
    background: url('../img/active.jpg');
    background-repeat: repeat-x;
}

.model_window_security{
    width: 500px;
    padding-bottom: 100px;
    min-height: 300px;
    background: #fff;
    text-align: justify;
    border: 1px solid #02bcc3;
    position: fixed;
    z-index: 1000;
    left: 30%;
    top: 10%;
    padding: 10px;
    font-family: GOTHIC;
    font-size: 14px;
    color: #000;
    display: none;
}

.close_security_window{
    position: absolute;
    right: -24px;
    top: -20px;
    cursor: pointer;
}

.close_call_me_window{
    position: absolute;
    right: -24px;
    top: -216px;
    cursor: pointer;
}
.body_opacity_35{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 900;
    display: none;
}
.section_2{
    max-width: 1020px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.block_worck_heart{
    width: 184px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.text_block_heart{
    font-size: 14px;
    color: #000;
    font-family: sans-serif;
    margin-top: 10px;
    line-height: 16px;
    text-align: center;
}
.section_3{
    width: 100%;
    background: url('../img/bg_roza.jpg');
    min-height: 400px;
    padding-bottom: 60px;
    float: left;
}

.content_section_3{
    width: 100%;
    max-width: 1020px;
    margin: auto;
    padding: 0;
}

.title_section_3{
    font-size: 48px;
    text-align: center;
    color: #7b4383;
}

.organizayt_block_all{
    width: 500px;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.organizayt_meeting{
    width:  420px;
    height: 302px;
    background: url('../img/romsvid.png');
    margin: auto;
    position: relative;
}

.title_one_item_price{
	padding-top: 8px;
    font-size: 25px;
    color: #c617b1;
}

.title_one_item{
    font-family: bkmn;
    color: #565556;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 15px;
}


.see_more_top{
    position: absolute;
    top: 70px;
    text-align: center;
    z-index: 5;
}
.see_more_block{
    position: absolute;
    width: 830px; height: 80px; background: url('../img/lentablockhead.png') top center no-repeat;
    top:20px; left:-45px;
    text-align: center;
    z-index: 1000;
    font-size: 25px;
    font-family: bkmn;
    color: white;
    font-style: italic;
    font-weight: bold;
}
.see_more_text_top{
    position: absolute;
    top: 0px;
    text-align: center;
    left: 30%;
    z-index: 1000;  
}
.img_size{
    width: 100%;
}
.see_more_top a{
    font-family: bkmn;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin-top: 2px;
    display: block;
    text-decoration: none;
}


.see_more{
    position: absolute;
    bottom: 25px;
    text-align: center
}
.see_more_text{
    position: absolute;
    bottom: 5px;
    left: 30%;
    text-align: center;
}
.see_more a{
    font-family: bkmn;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    margin-top: 40px;
    display: block;
    text-decoration: none;
    text-shadow: 0px 0px 4px #45AEFF;
}
.see_more a, .see_more_top a {text-shadow: 0px 0px 4px #45AEFF}
.see_more a:hover, .see_more_top a:hover {text-decoration: underline;}
#immg {
    width: 420px;
    height: 292px;
    border: 5px solid #fff;
    border-radius: 9px;
}

.block_action{
    width: 406px;
    height: 88px;
    background: #ab34bf;
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.block_timer{
    color: #fff;
    font-family: GOTHIC;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
}

.timer_mini{
    width: 200px;
    height: 53px;
    background: url('../img/time_bg_mini.png');
}

.hours_mini, .hours_mini2{
    float: left;
    color: #fff;
    font-size: 27px;
    font-family: GOTHICB;
    margin-top: 7px;
    margin-left: 9px;
    margin-right: 14px;
}

.title_hours, .title_hours2{
    font-size: 12px;
    margin-top: 8px;
    font-family: GOTHIC;
    float: left;
    margin-left: 8px;
}
.title_hours2 {margin-right: 10px; margin-left: 11px;}

.mins_mini{
    float: left;
    color: #fff;
    font-size: 27px;
    font-family: GOTHICB;
    margin-top: 7px;
    margin-left: 3px;
}

.title_min{
    font-size: 12px;
    margin-top: 8px;
    font-family: GOTHIC;
    margin-left: 4px;
    float: left;
    margin-left: 12px;
}

.sec_mini{
    float: left;
    color: #fff;
    font-size: 27px;
    font-family: GOTHICB;
    margin-top: 7px;
    margin-left: 20px;
}

.title_sec{
    font-size: 12px;
    margin-top: 8px;
    font-family: GOTHIC;
    float: left;
    margin-left: 8px;
}
.block_title_section_header{
    display: none;
}
.slogan_section_header{
    display: none;
}
.pos1{
    width: 17%;
    margin-left: 0;
    margin-right: 2%;
}
.pos2{
    width: 17%;
    margin-right: 2%;
}
.pos3{
    width: 17%;
    margin-right: 2%;
}
.pos4{
    width: 17%;
}
.pos5{
    width: 17%;
    margin-right: 0;
    float: right;
}
.block_worck{
    width: 100%;
}

.see_more_320_bottom{
    display: none;
    position: absolute;
    bottom: 25px;
    z-index: 1000;
    width: 100%;
}

.see_more_320_top{
    display: none;
    position: absolute;
    top: 105px;
    z-index: 1000;
    width: 100%;
}

.title_action{
    float: left;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    margin-left: 7px;
}

.action_price{
    color: #c6a3cc;
    font-size: 18px;
}
.title_price_section{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.section_4{
    float: left;
    width: 100%;
    background: url('../img/section_2.png');
    background-repeat: no-repeat;
    background-position: top, center;
    margin: auto;
    height: 499px;
}

.content_section_4{
    width: 100%;
    max-width: 1000px;
    margin-top: 10px;
    margin: auto;
}
.decsription_to_form{
    float: right;
    line-height: 40px;
    margin-top: 10%;
    width: 50%;
}

.decsription_to_form_section_7{
    float: right;
    /*line-height: 60px;*/
    width: 50%;
}
.decsription_to_form_section_10{
    float: right;
    line-height: 40px;
    margin-top: 2%;
    width: 50%;
}

.arrow_form{
    margin-top: -10px;
    margin-left: 27px;
    width: 45%;
}

.block_form_too{
    width: 267px;
    height: 344px;
    background: #02bcc3;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    float: right;
    margin-top:7.5%;
    z-index: 100;
}

.block_form_section_7{
    width: 267px;
    height: 344px;
    background: #02bcc3;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    float: right;
}

.block_form_too_section_10{
    width: 267px;
    height: 344px;
    background: #02bcc3;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    float: right;
    margin-top: 0%;
}
.text1{
    font-size: 61px;
    font-family: GOTHICB;
    font-weight: normal;
    color: #000;
}

.text2{
    font-size: 39px;
    font-family: GOTHICB;
    font-weight: normal;
    color: #000;  
}
.text3{
    font-size: 37px;
    font-family: GOTHICB;
    font-weight: normal;
    color: #000;
}
.text4{
    font-size: 30px; 
    font-family: bkmn;
    font-weight: bold;
    font-style: italic;
    color: #c022d8;
    line-height: 34px;
}

.text1_section_7{
    font-size: 37px;
    font-family: GOTHICB;
    font-weight: normal;
    color: #000;
    line-height: 40px;
}

.text2_section_7{
    font-size: 22px;
	font-family: GOTHICB;
    font-weight: normal;
    color: #000;  
    line-height: 25px;
}
.text3_section_7{
    font-size: 29px;
    font-family: bkmn;
    font-weight: bold;
    color: #000;
}
.text4_section_7{
	margin-top: 10px;
    font-size: 30px; 
    font-family: bkmn;
    font-weight: bold;
    font-style: italic;
    color: #c022d8;
    /*line-height: 25px;*/
}

.conteyner_form_text{
    float: right;
    width: 80%;
    margin-top: 5%;
}

.conteyner_form_text2{
    float: right;
    width: 80%;
    margin-top: 3.2%;
}

.section_7{
    float: left;
    width: 100%;
    background: url('../img/2_02.png');
    background-repeat: no-repeat;
    background-position: top, center;
    height: 437px;
    margin-top: 10px;
}

.title_big_timer{
    font-size: 18px;
    color: #000;
}
.timer_big{
    width: 276px;
    height: 73px;
    background: url('../img/time_bg_big.png');
    margin-top: 10px;
    line-height: 30px;

}
.hours_mini_big, .hours_mini_big2 {
    float: left;
    color: #fff;
    font-size: 39px;
    font-family: GOTHICB;
    margin-top: 20px;
    margin-left: 14px;
}

.hours_mini_big2 {margin-right: 10px;}

.title_hours_big, .title_hours_big2 {
    font-size: 18px;
    margin-top: 80px;
    margin-left: -52px;
    font-family: GOTHIC;
    font-weight: 600;
    float: left;
}

.mins_mini_big{
    float: left;
    color: #fff;
    font-size: 39px;
    font-family: GOTHICB;
    margin-top: 20px;
    margin-left: 22px;
}

.title_min_big{
    float: left;
    font-size: 18px;
    margin-top: 80px;
    font-family: GOTHIC;
    font-weight: 600;
    margin-left: -49px;
    font-weight: 600;
}

.sec_mini_big{
    float: left;
    color: #fff;
    font-size: 39px;
    font-family: GOTHICB;
    margin-top: 21px;
    margin-left: 15px;
    font-weight: 600;
}

.title_sec_big{
    float: left;
    font-size: 16px;
    margin-top: -30px;
    margin-left: 215px;
    font-family: GOTHIC;
    font-weight: 600;
}

.section_5{
    float: left;
    width: 100%;
    margin: auto;
    background: url('../img/bg_gallary_all_block.jpg');
    padding-bottom: 20px;
    position: relative;
}

.title_section_5{
    color: #009da3;
    font-size: 48px;
    text-align: center;
    margin-top: 30px;
}
.block_gellary{
    margin: auto;
    max-width: 1000px;
    width: 100%;
}
.viz_top{
    margin: auto;
    text-align: center;
}
.viz_bottom{
    margin: auto;
    text-align: center;
}
.body_gellary{
    width: 100%;
    max-width: 814px;
    margin: auto;
    height: 532px;
    position: relative;
}
.prev_slide{
    width: 52px;
    height: 61px;
    background: url('../img/arrow_left_gallery.png');
    position: absolute;
    left: -80px;
    top: 40%;
    display: block;
    cursor: pointer;
    z-index: 400;
}
.next_slide{
    width: 51px;
    height: 61px;
    background: url('../img/arrow_right_gallery.png');
    position: absolute;
    right: -80px;
    top: 40%;
    display: block;
    cursor: pointer;
     z-index: 400;
}

.section_10{
    float: left;
    width: 100%;
    background: url('../img/2_09.png');
    background-repeat: no-repeat;
    background-position: top, center;
    margin: auto;
    height: 431px;
    margin-top: -8px;
}
.size_img_gellary{
    width: 100%;
}
#gellery{
    overflow: hidden;
}

.section_6{
    float: left;
    width: 100%;
    margin: auto;
    min-height: 800px;
    padding-bottom: 20px;
}
.content_section_6{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.title_section_6{
    font-size: 48px;
    color: #74317e;
    margin-top: 20px;
    text-align: center;
}

.commets_text{
    width: 77%;
    line-height: 26px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    font-family: sans-serif !important;
}
.name_user_comment{
    font-size: 18px;
}
.avatar_comment{
    width: 18%;
    float: left;
    margin-right: 1%;
}
.avatar_comment img {
    width: 143px;
}
.block_commetns{
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
}
.section_aboutus_number{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.title_aboutus_number{
    text-align: center;
    color: #009da3;
    font-size: 48px;
}

.block_number{
    width: 267px;
    height: 264px;
    background: url('../img/bg_about_us.png');
    margin-bottom: 20px;
}
.pos_n_1{
    float: left;
    margin-right: 9%;
}
.pos_n_2{
    float: left;
    margin-right: 9%;
}
.pos_n_3{
    float: left;
    margin-right: 0%;
}
.pos_n_4{
    float: left;
    margin-left: 17%;
    margin-right: 10%;
}
.pos_n_5{
    float: left;
    margin-right: 10%
}

.title_number{
    color: #009da3;
    font-size: 60px;
    text-align: center;
    margin-top: 50px;
}
.text_number{
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 160px;
    margin: auto;
    line-height: 20px;
}

.onsver_girl_too{
    display: none;
    position: absolute;
    left: 25px;
    bottom: 10px;   
}
.onsver_girl_one{
    position: absolute;
    right: -22px;
    top: 410px; 
}

.section_8{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.content_section_8{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
}
.title_section_8{
    color: #009da3;
    font-size: 48px;
    text-align: center;
}
.block_how_work{
    float: none;
    margin: auto;
    margin-bottom: 10px;
    width: 65%;
    position: relative;
}
.img_work{
    float: left;
}
.text_work{
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-top: 15px;
}
.img_work_pos_1{
    float: left;
}
.img_work_pos_2{
    float: right;
}
.img_work_pos_3{
    float: left;
    margin-top: 10px;
}
.img_work_pos_4{
    float: right;
}
.img_work_pos_5{
    float: left;
}

.text_work_pos_1{
    float: left;
    margin-left: 8%;
    width: 60%;
}
.text_work_pos_2{
    float: right;
    width: 60%;
    margin-right: 5%;
    margin-top: 3.9%;
}
.text_work_pos_3{
    float: left;
    width: 60%;
    margin-left: 8%; 
    margin-top: 40px;
}
.text_work_pos_4{
    float: right;
    margin-right: 5%;
    width: 60%;
}
.text_work_pos_5{
    float: left;
    margin-left: 8%;
    width: 52%;
    background: #fff;
    z-index: 100;
}

.position_top{
    display: none;
}

footer{
    float: left;
    width: 100%;
    background: #009da3;
}
.content_footer{
    width: 100%;
    max-width: 716px;
    margin: auto;
    min-height: 104px;
}

.title_aboutus_number_320{
    display: none;
}

.control_vidgug{
    text-align: center;
    margin: auto;
    position: relative;
    width: 114px;
    height: 37px;
    margin-bottom: 20px;
}
.prev_vidgug{
    position: absolute;
    left: 0;
    top: 10px;
    background: url('../img/arrow_left_vid.png');
    width: 37px;
    height: 43px;
    cursor: pointer;
}

.next_vidgug{
    position: absolute;
    right: 0;
    top: 10px;
    background: url('../img/arrow_right_vid.png');
    width: 37px;
    height: 43px;
    cursor: pointer;
}
.logo_footer{
    float: left;
    margin-top: 0px;
}
.phone_bottom{
    float: left;
    color: #fff;
    font-size: 24px;
}

.text_footer_center{
    width: 408px;
    margin: auto;
    margin-top: 40px;
}
a.call_me_footer{
    color: #bddd54;
    border-bottom: 1px dashed #bddd54;
    float: right;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}
.copy_hir{
    color: #054446;
    font-size: 11px;
    float: left;
    margin-top: 5px;
}
a.conf_pol{
    text-align: center;
    color: #bde6e7;
    font-size: 12px;
    text-decoration: underline;
    float: left;
    margin-left: 30%;
    cursor: pointer;
    margin-top: 10px;
}
.signature{
    float: right;
    margin-top: -30px;
}
.line_pos_1{
    background: url('../img/2_05.png');
    width: 267px;
    height: 122px;
    position: absolute;
    z-index: -1;
    left: -139px;
    top: 33px;
}
.line_pos_2{
    background: url('../img/2_08.png');
    width: 378px;
    height: 122px;
    position: absolute;
    z-index: -1;
    right: -120px;
    top: 41px;
}
.line_pos_3{
    background: url('../img/2_05.png');
    width: 267px;
    height: 122px;
    position: absolute;
    z-index: -1;
    left: -139px;
    top: 57px;
}
.line_pos_4{
    background: url('../img/2_08.png');
    width: 378px;
    height: 122px;
    position: absolute;
    z-index: -1;
    right: -120px;
    top: 41px;
}

.ansSect{
    float:left;
    margin-bottom: 15px;
}
.l100{
    float: left;
    width: 100%;
    overflow: hidden;
}
.comCont{
    width:999999px; 
}
.block_form_model_view{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 48%;
    left: 40%;
}

.ansSect_2{
    float:left;
    width: 100%;
    display: none;
}
.ansSect_2 img {
    max-height:543px
}
.comCont_2{
    width:999999px; 
}
.block_title_section{
    /*line-height: 43px;*/
    position: relative;
}

#free-photo {position: absolute; width: 196px; height: 60px; background: url(../img/free-photo.png) top left no-repeat; bottom: 0; right: 15px;}

#block1 {position: fixed; top:50%; left:50%; width: 680px; margin-left: -370px; margin-top: -210px; height: 440px; background: white; z-index: 9998; border-radius: 5px; max-width: 680px; padding: 70px 30px 30px 30px; background: white; font-size: 14px;}

#block2{position: fixed; top:50%; left:50%; width: 680px; margin-left: -370px; margin-top: -210px; height: 420px; background: white; z-index: 9998; border-radius: 5px; max-width: 680px; padding: 70px 30px 30px 30px; background: white; font-size: 14px;}

#block3, 
#block4,
#block5,
#block6 {position: fixed; top:50%; left:50%; width: 680px; margin-left: -370px; margin-top: -210px; height: 380px; background: white; z-index: 9998; border-radius: 5px; max-width: 680px; padding: 70px 30px 30px 30px; background: white; font-size: 14px;}

#block1 .close, 
#block2 .close, 
#block3 .close, 
#block4 .close,
#block5 .close,
#block6 .close {position: absolute; width: 25px; height: 25px; font-size: 25px; line-height: 25px; top:-25px; right: -25px; color: white; cursor: pointer;}

#block1 .block_form_too, 
#block2 .block_form_too, 
#block3 .block_form_too, 
#block4 .block_form_too,
#block5 .block_form_too,
#block6 .block_form_too,
#bluebg .block_form_too {width: 680px; height: auto; margin-top: 0; position: relative;}
#block1 .content_keep_question, 
#block2 .content_keep_question, 
#block3 .content_keep_question, 
#block4 .content_keep_question,
#block5 .content_keep_question,
#block6 .content_keep_question,
#bluebg .content_keep_question {max-width: 100%; text-align: center; height: 170px;}
#block1 .f23, 
#block2 .f23, 
#block3 .f23, 
#block4 .f23,
#block5 .f23,
#block6 .f23,
#bluebg .f23 {margin-bottom: 8px;}
#block1 .marg_t16, 
#block2 .marg_t16, 
#block3 .marg_t16, 
#block4 .marg_t16,
#block5 .marg_t16,
#block6 .marg_t16,
#bluebg .marg_t16 {margin-top: 0px; padding-top: 20px;}
#block1 .marg_t16 input, 
#block2 .marg_t16 input, 
#block3 .marg_t16 input, 
#block4 .marg_t16 input,
#block5 .marg_t16 input,
#block6 .marg_t16 input,
#bluebg .marg_t16 input {margin-top: -5px;}
#block1 .botton_send, 
#block2 .botton_send, 
#block3 .botton_send, 
#block4 .botton_send,
#block5 .botton_send,
#block6 .botton_send,
#bluebg .botton_send {
    width: 200px;
    height: 35px;
    background: url('../img/sprite_botton.jpg');
    background-repeat: repeat-x;
    background-position: top;
    font-family: GOTHIC;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 7px;
    cursor: pointer;
    border: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    margin-top: -5px;
    margin-right: 12px;
    float: right;
}

#block1 .text_lock, 
#block2 .text_lock, 
#block3 .text_lock, 
#block4 .text_lock,
#block5 .text_lock,
#block6 .text_lock,
#bluebg .text_lock {margin: 0 auto; float: none; width: 200px;}

.text_block_heart p {margin-top: 0.4em;}

#clickkk {position:absolute; width:250px; height:30px; top:60px; right:0; z-index:9999; cursor:pointer;}

.ie10 .title_section_1 .block_title_section {line-height: 42px;}
.ie10 .content_section_4 .decsription_to_form {line-height: 28px;}
.ie10 .decsription_to_form_section_10 {line-height: 27px;}
.ie10 .decsription_to_form_section_7 {line-height: 26px;}


.toLeft{
 position: absolute;
width: 10%;
height: 12%;
vertical-align: middle;
left: -46px;
top: 176px;
cursor: pointer;
}
.toLeft img{
    width:51px;
    
}
.toRight{
position: absolute;
width: 10%;
height: 12%;
vertical-align: middle;
right: -76px;
top: 176px;
cursor: pointer; 
}
.toRight img{
    width:51px;
     vertical-align: center;
}
.slidCont{
width: 100%;
background: #e6edf7;
float: left;
margin: auto;
margin-top: 4%;
}
.imgCont{
  width: 96%;
margin-left: 2%;
max-height: 543px;
float: left;
margin-top: 2%;
margin-bottom: 8%;
overflow: hidden;
}
.imgPlace{
    width: 999999px;
}
.imgPlace img{
	width: auto;
	max-width: 814px;
	height: auto;
    max-height: 543px;
}




.block_worck {position: relative; height: 210px;}
.block_worck.hrts {width:815px; height: 270px; margin: 34px auto 34px auto;}

.block_worck #circle {width: 200px; height: 200px; background: url('../img/circle.png') center center no-repeat; position: absolute;}
.block_worck #circle.p2, 
.block_worck #circle.p3, 
.block_worck #circle.p4, 

.block_worck #circle .title_number {font-size: 38px; margin-top: 44px;}
.block_worck #circle .text_number {font-size: 13px; line-height: 13px; margin-top: 7px;}

.block_worck #circle.p2 {left: 10%;}
.block_worck #circle.p3 {left: 40%;}
.block_worck #circle.p4 {left: 71%;}

.block_worck #heart {width: 201px; height: 241px; position: absolute;}
.block_worck #heart .text_block_heart {margin-top:165px;}
.block_worck #heart.p2, 
.block_worck #heart.p3, 
.block_worck #heart.p4 {top:0;}

.block_worck #heart.p1 {left: 0%; background: url('../img/1heart.png') center top no-repeat;}
.block_worck #heart.p2 {left: 25%; background: url('../img/2heart.png') center top no-repeat;}
.block_worck #heart.p3 {left: 50%; background: url('../img/3heart.png') center top no-repeat;}
.block_worck #heart.p4 {left: 75%; background: url('../img/4heart.png') center top no-repeat;}

.block_title_section2 {display: none;}

.content_keep_question {text-align: center;}
.advl {
    text-align: left;
    font-size: 16px;
    width: 245px;
    float: left;
}
@media only screen and (max-width: 1050px) {
    .section_1 {background-position: 33%, top}
}