@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProSemiBold';
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#MyriadProSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}<


a{
    text-decoration: none;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a.link, a.link  div , a.modalbox, a.modalbox div{
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}
li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td, caption {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}
q {
    quotes: none;
}
q::before, q::after {
    content: none;
}
sub, sup, small {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    overflow: hidden;
}
button {
    border: medium none;
    outline: medium none;
}
ol, ul, li {
    list-style: outside none none;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.t_a_l {
    text-align: left !important;
}
.t_a_r {
    text-align: right !important;
}
.t_a_c {
    text-align: center !important;
}
.abs {
    position: absolute;
}
.no-mrg {
    margin: 0 !important;
}
.no_padding {
    padding: 0 !important;
}
.m_c {
    display: table;
    margin: 0 auto;
}
.mt32 {
    margin-top: 32px;
}
body {
    min-width: 980px;
    width: 100%;
}
.container {
    display: table;
    height: auto;
    margin: 0 auto;
    max-width: 960px !important;
    min-width: 960px !important;
    padding: 0 10px;
    position: relative;
    width: 960px !important;
}
.wrap {
    display: block;
    position: relative;
    width: 100%;
}
.wrap_margin {
    padding: 64px 0 !important;
}
.wrap_margin_top {
    padding-top: 64px !important;
}
.main_title {
    color: #1b2e49;
    display: block;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
.main_title2 {
    color: #1b2e49;
    display: block;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}
.mb32 {
    margin-bottom: 32px;
}
.clearfix {
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.header_menu {
    display: table;
    float: left;
    height: 68px;
}
.header-bg {
    background: #f1f1f1 url("main.jpg") repeat scroll center center / cover ;
    height: 700px;
    margin: 68px auto 0;
    max-width: 1920px;
    min-width: 980px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.logo {
    background: rgba(0, 0, 0, 0) url("logo.png") repeat scroll 0 0 / cover ;
    display: block;
    float: left;
    height: 54px;
    margin: 6px 24px 0 0;
    width: 163px;
}
.menu {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f1f1f1;
    height: 68px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9;
}
.header_menu ul li {
    display: inline-block;
}
.header_menu ul li a {
    color: #2e3238;
    display: block;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 16px;
    padding: 23px 8px;
    transition: all 0.4s ease 0s;
}
.header_menu ul li a:hover {
    background: #a8c749 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.header_contacts {
    float: right;
    height: 68px;
    width: 208px;
}
.btn-white {
    background: #a8c749 url("call_top.png") no-repeat scroll center center;
    border-radius: 22px;
    color: #fff;
    display: block;
    float: right;
    height: 44px;
    margin-top: 12px;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    width: 44px;
}
.btn-white:hover {
    background: #e2dfe3 url("call_top.png") no-repeat scroll center center;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.header_mobile {
    color: #1b2e49;
    float: left;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 11px;
}
.h-title {
    color: #2e3238;
    display: table;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 32px;
    margin: 84px auto 32px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.h-text {
    color: #1b2e49;
    display: table;
    float: left;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin: 0 16px;
    text-align: center;
    z-index: 2;
}
.h-text img {
    display: block;
    height: 64px;
    margin: 0 auto;
    width: 64px;
}
.h-text span {
    line-height: 24px;
    width: 250px;
    text-align: center;
    display: inline-block;
}
.btn-h_submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #3f6fb6 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #2e4f82;
    border-image: none;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 4px;
    color: #fff;
    display: table;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    margin: 32px auto 0;
    outline: medium none;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}
.btn-h_submit:hover {
    background: #3f6fb6 none repeat scroll 0 0;
    border-bottom: 2px solid #2e4f82;
    color: #fff;
    cursor: pointer;
    margin: 34px auto 0;
    transition: all 0.2s ease 0s;
}
.block2 {
    background: rgba(0, 0, 0, 0) url("lampa.png") no-repeat scroll center center;
    display: block;
    height: 446px;
    position: relative;
    width: 960px;
}
.arrow1 {
    border-left: 2px solid #22395b;
    border-top: 2px solid #22395b;
    display: block;
    height: 164px;
    left: 646px;
    position: absolute;
    top: 36px;
    width: 44px;
}
.arrow2 {
    border-right: 2px solid #22395b;
    border-top: 2px solid #22395b;
    display: block;
    height: 23px;
    left: 658px;
    position: absolute;
    top: 236px;
    width: 108px;
}
.arrow2::before {
    background: #22395b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 23px;
    left: 108px;
    position: absolute;
    top: -25px;
    width: 2px;
}
.arrow3 {
    border-bottom: 2px solid #22395b;
    border-left: 2px solid #22395b;
    display: block;
    height: 164px;
    left: 646px;
    position: absolute;
    top: 272px;
    width: 44px;
}
.arrow4 {
    border-bottom: 2px solid #22395b;
    border-left: 2px solid #22395b;
    display: block;
    height: 110px;
    left: 486px;
    position: absolute;
    top: 326px;
    width: 23px;
}
.arrow4::before {
    background: #22395b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: -25px;
    position: absolute;
    top: 110px;
    width: 23px;
}
.arrow5 {
    border-bottom: 2px solid #22395b;
    border-right: 2px solid #22395b;
    display: block;
    height: 164px;
    left: 276px;
    position: absolute;
    top: 272px;
    width: 44px;
}
.arrow6 {
    border-left: 2px solid #22395b;
    border-top: 2px solid #22395b;
    display: block;
    height: 23px;
    left: 198px;
    position: absolute;
    top: 236px;
    width: 108px;
}
.arrow6::before {
    background: #22395b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 23px;
    left: -2px;
    position: absolute;
    top: -25px;
    width: 2px;
}
.arrow7 {
    border-right: 2px solid #22395b;
    border-top: 2px solid #22395b;
    display: block;
    height: 164px;
    left: 276px;
    position: absolute;
    top: 36px;
    width: 44px;
}
.text1, .text2, .text3, .text4, .text5, .text6, .text7 {
    color: #1b2e49;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 250px;
}
.text1 {
    left: 676px;
    top: 47px;
}
.text2 {
    left: 784px;
    top: 202px;
    width: 190px;
}
.text3 {
    left: 676px;
    top: 374px;
}
.text4 {
    left: 364px;
    text-align: center !important;
    top: 451px;
}
.text5 {
    left: 60px;
    top: 374px;
}
.text6 {
    left: 0px;
    top: 202px;
    width: 190px;
}
.text7 {
    left: 60px;
    top: 47px;
}
.mb48 {
    margin-bottom: 48px;
}

/*----------------------------------*/
.utp1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("utp1.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 810px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1920px;
    min-width: 980px;
    position: relative;
    z-index: 1;
}
.utp2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("utp2.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 811px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1918px;
    min-width: 980px;
    position: relative;
    z-index: 1;
}
.utp_block {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("bg_utp.png");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 485px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 98px;
    position: relative;
    width: 848px;
}
.utp_title {
    color: #fff;
    font-family: "MyriadProBold",sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 0;
    padding-top: 54px;
    text-align: center;
    text-transform: uppercase;
    width: 330px;
}
.utp_title2 {
    color: #1b2e49;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 0;
    padding-top: 12px;
    text-align: center;
    width: 350px;
}
.utp_old_price {
    color: #fff;
    font-family: "MyriadProBold",sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 0;
    padding-top: 24px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    width: 330px;
}
.utp_new_price {
    color: #1b2e49;
    font-family: "MyriadProBold",sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    width: 330px;
}
.utp_leave {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #c8db75;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #c8db75;
    border-left-style: solid;
    border-left-width: 4px;
    border-right-color: #c8db75;
    border-right-style: solid;
    border-right-width: 4px;
    border-top-color: #c8db75;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    border-top-style: solid;
    border-top-width: 4px;
    color: #23364a;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 40px;
    height: 92px;
    left: 212px;
    line-height: 92px;
    position: absolute;
    text-align: center;
    top: 315px;
    width: 92px;
}
.utp_leavebefore0 {
    color: #23364a;
    /*content: "осталось";*/
    font-size: 17px;
    position: absolute;
    text-align: center;
    top: 290px;
    left: 195px;
    width: 130px;
    height: 20px; 
    font-family: "MyriadProSemiBold",sans-serif; 
 
}
.utp_leaveafter0 {
    color: #23364a;
    /*content: "светильников по акции";*/
    font-size: 17px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 420px;
    left: 195px;
    width: 130px;
    height: 40px;   
    font-family: "MyriadProSemiBold",sans-serif; 

}
.utp_img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("utp1_img.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 140px;
    left: 55px;
    position: absolute;
    top: 296px;
    width: 129px;
}
.utp_text {
    color: #23364a;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 18px;
    left: 472px;
    position: absolute;
    top: 54px;
}

.utp_text  b{
    color: #000000;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 25px;
	line-height:30px;
	display:inline-block;
	padding-top:10px;
}

.utp_form {
    height: 248px;
    left: 472px;
    position: absolute;
    top: 314px;
    /*width: 266px;*/
}
.input_utp-block .inp1, .input_utp-block .inp2, .input_utp-block .inp3 {
    display: table;
    float: left;
    margin-bottom: 4px;
    position: relative;
    width: 282px;
}
.input_utp-block {
    display: table;
    width: 282px;
}
.input_utp-block div input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #d0d0d0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #d0d0d0;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #d0d0d0;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 2px;
    color: #333;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 22px;
    height: 26px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 12px;
    padding-top: 10px;
    width: 204px;
    z-index: 1;
}
.input_utp-block div input:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.submit_utp {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    display: table;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.submit_utp:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
#before_block1s1, #before_block2s1, #before_block3s1, #before_block1s2, #before_block2s2, #before_block3s2 {
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
    z-index: 2;
}
#before_block1s1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("people_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_block1s2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("people_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_block2s1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("phone_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_block2s2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("phone_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_block3s1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("mail_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_block3s2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("mail_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.bg_silver {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #eee !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.block3 {
    display: block;
    height: 2079px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 882px;
}
.block3_w0, .block3_w1, .block3_w2, .block3_w3, .block3_w4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("w.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #22395b;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 18px;
    position: absolute;
    z-index: 1;
}
.bold {
    font-family: "MyriadProSemiBold",sans-serif !important;
    font-weight: 600 !important;
    width: 250px;
    display: inline-block;
}
.block3_w0 {
    height: 375px;
    padding-left: 168px;
    padding-top: 105px;
    width: 384px;
}
.block3_w1 {
    height: 388px;
    padding-left: 132px;
    padding-top: 92px;
    width: 420px;
}
.block3_w2 {
    height: 406px;
    padding-left: 168px;
    padding-top: 74px;
    width: 384px;
}
.block3_w3 {
    height: 376px;
    padding-left: 120px;
    padding-top: 104px;
    width: 432px;
}
.block3_w4 {
    height: 392px;
    padding-left: 168px;
    padding-top: 88px;
    width: 384px;
}
.w0 {
    right: 0;
    top: 0;
}
.w1 {
    left: 0;
    top: 400px;
}
.w2 {
    right: 0;
    top: 800px;
}
.w3 {
    left: 0;
    top: 1200px;
}
.w4 {
    right: 0;
    top: 1600px;
}
.block3_i {
    height: 370px;
    position: absolute;
    width: 400px;
    z-index: 2;
}
.block3_i img{
    display: block;
    -webkit-appearance: none;
	 -moz-border-radius:190px;
    border-radius:190px;
    -webkit-border-radius: 190px;
    overflow: hidden;
    height: 370px;
    width: 370px;
	border:10px solid #a8c749;
}
.i0 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("w1.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 64px;
    top: 58px;
}
.i1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("w2.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    right: 64px;
    top: 456px;
}
.i2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("w3.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 64px;
    top: 854px;
}
.i3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("w4.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    right: 64px;
    top: 1252px;
}
.i4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("w5.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 64px;
    top: 1650px;
}
.result {
    display: table;
    width: 960px;
}
.result .title {
    color: #1b2e49;
    display: block;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.img_r1, .img_r2, .img_r3, .img_r4 {
    display: block;
    float: left;
    height: 290px;
    width: 384px;
}
.img_r1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("r1.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.img_r2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("r2.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.img_r3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("r3.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.img_r4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: url("r4.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.ml32 {
    margin-left: 32px;
}
.mr32 {
    margin-right: 32px;
    width: 384px;
    display: inline-block;
  
}
.result .text {
    display: block;
    float: right;
    min-height: 291px;
    width: 544px;
}
.result .text p {
    color: #1b2e49;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
}
.result .text p span {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #eee !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    display: table;
    font-family: "MyriadProSemiBold",sans-serif !important;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
}
.btn-result {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    display: table;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.btn-result:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
.map_ua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("map_ua.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 624px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 124px;*/
    position: relative;
    width: 940px;
}
.map_ua::before {
    color: #1b2e49;
  
    display: block;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    left: 150px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -92px;
    width: 640px;
}
.btn_map_ua {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    display: table;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.btn_map_ua:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
.map {
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.h500 {
    height: 500px;
}
.block_contacts {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(63, 111, 182, 0.95);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: block;
    height: 256px;
    left: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 20px;
    position: absolute;
    top: 100px;
    width: 324px;
    z-index: 3;
}
.block_contacts .title {
    color: #fff;
    display: block;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 24px;
    text-transform: uppercase;
}
.block_contacts .text {
    color: #fff;
    display: block;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
    margin-left: 30px;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 112px;
    min-width: 980px;
    width: 100%;
}
.lofofirm {
    color: #475161;
    display: block;
    float: right;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 16px;
    height: 16px;
    margin-top: 18px;
    padding-left: 12px;
    position: relative;
    text-align: center;
    width: 190px;
}
.lofofirm::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("logofirm.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 202px;
}
.callme_f {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    display: table;
    float: left;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.callme_f:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
#form_ok2 {
    color: #a8c749 !important;
}
#form_error {
    color: #e62f2f !important;
}
#redd2, #redd3 {
    display: table;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 24px;
    text-align: left;
    width: 320px;
}
#redd {
    display: none;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 218px;
    text-align: center;
    width: 320px;
}
#consult {
    display: table;
    height: 480px !important;
    max-height: 480px !important;
    max-width: 480px !important;
    width: 480px !important;
}
.consult_title, .consult_title2 {
    color: #333;
    font-family: "MyriadProSemiBold",sans-serif;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.consult_title {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
}
.consult_title2 {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}
.consult_text {
    color: #333;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.form_modal .modal_inp input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #d0d0d0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #d0d0d0;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #d0d0d0;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 2px;
    color: #333;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 22px;
    height: 26px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 12px;
    padding-top: 10px;
    width: 220px;
    z-index: 1;
}
.form_modal .modal_inp input:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.modal_inp {
    display: table;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    position: relative;
    width: 282px;
}
.modal_inp .inp1, .modal_inp .inp2, .modal_inp .inp3 {
    display: table;
    float: left;
    margin-bottom: 4px;
    position: relative;
    width: 282px;
}
#before_modal_1, #before_modal_2, #before_modal_3 {
    display: block;
    height: 48px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
    z-index: 2;
}
#before_modal_1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("people_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_modal_2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("phone_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
#before_modal_3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("mail_w.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.btn-form_modal {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
    display: table;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease;
}
.btn-form_modal:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3f6fb6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #2e4f82;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}

/*--------------scroll---------------------*/
#toTop {
    background-image: url("top_btn3.png");
    background-position: left top;
    background-repeat: no-repeat;
    bottom: 10px;
    color: #666666;
    cursor: pointer;
    height: 60px;
    padding: 0;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
}
#toTop:hover {
    background-position: right top;
}
/*--------------------------*/

/*----------------mesage-----------------------*/
.hotel_help
{
position:fixed;
z-index: 99999;
width:100%;
height:100%;
font-family: sans-serif;
display: none;
font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}
.hotel_help .messeg
{
padding:10px;
border:7px solid #035dae;
-moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
background:#FFFFFF;
position:fixed;
top:5%;
left:50%;
width:650px;
height:500px;
margin-left:-325px;
overflow:hidden;
}

.hotel_help.two .messeg
{
    padding:10px;
    border:7px solid #035dae;
    -moz-border-radius:10px;
        border-radius:10px;
        -webkit-border-radius: 10px;
    background:#FFFFFF;
    position:fixed;
    top:5%;
    left:50%;
    width:650px;
    height:700px;
    margin-left:-325px;
    overflow:hidden;
}
.hotel_help .messeg .title_mes
{
	width:650px; margin:0px 0 10px 10px;
}
.hotel_help .messeg .title_mes #ss0
{
	color: #035dae; font-size:20px;

}

.hotel_help .messeg .title_mes img.close_hotel
{
	display:block;  float:right; cursor:pointer; border:0px; padding: 0 10px 5px 0;
    
}

.hotel_help .messeg .forma_mes
{
    width:394px;
    height: 456px;
    border:1px solid #f4f4f4;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
    padding:0 10px 0 10px;
    overflow:hidden;  
}
.hotel_help.two .messeg .forma_mes
{
    width:394px;
    height: 556px;
    border:1px solid #f4f4f4;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
    padding:0 10px 0 10px;
    overflow:hidden;  
}

.hotel_help .messeg .tyrz7
{
    float:left;
	width:220px;
    height: 470px;
    border:0px solid #ccc;
    margin:0 14px 0 0px;
    overflow:hidden;  
}

.hotel_help .messeg .tyrz7 img
{
	width:200px;
    border: 1px solid #f4f4f4;
	padding:4px;
  
    overflow:hidden;  
}
.hotel_help .messeg .tyrz7 div
{
	width:210px;
	padding:2px 0;
    margin:0 5px 0 5px;
    overflow:hidden;
    text-align:center;
	font-family: arial;
	font-size: 13px;
}
.hotel_help .messeg .tyrz7 div.tt1
{
	color: #0288DD !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px !important;
}
.hotel_help .messeg .tyrz7 div.tt2
{
	color: red;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 20px !important;
    word-spacing: 1px;
    word-wrap: break-word;
	margin:5px 0;
}

.hotel_help .messeg .forma_mes .text_messeg, .formaxp .text_messeg
{
color:#666;
font-size:13px;
display:block;
margin:7px 0 2px 0;
}

.hotel_help .messeg .forma_mes .pole_mes, .formaxp .pole_mes
{
    color:#222;
    font-size:14px;
    width:380px;
    padding:3px 5px;
    border: 1px solid #f4f4f4;
    background:#f4f3f1;
font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.hotel_help .messeg .forma_mes #submit_mes, .formaxp #submit_mes
{
color:#fff;
font-size:14px;
width:190px;
padding:3px 25px;
border: 3px solid #035dae;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
margin:20px auto 0;
cursor:pointer;
background: #035dae;
}

.hotel_help .messeg .forma_mes #submit_mes:hover, .formaxp #submit_mes:hover
{
   background: #b1a396;
   border: 3px solid #b1a396;
}
.hotel_help .messeg .forma_mes .sub_mes:hover
{
    border:1px solid #035dae; background: #fff;
}

.hotel_help .messeg .forma_mes .pole_mes:focus, .formaxp .pole_mes:focus
{
background:#FFFFFF;
border:1px solid #035dae;
color:#777;
}
.hotel_help #msg_mess{ height: 84px;}
.hotel_help #form_mes_hotel{display: block; overflow: hidden; }

#pw{display: none; border:0; margin:3px auto;}
#register .rezz
{
	position: relative;
	width:380px;
}
#register .error
{
    font-size: 11px;
	color: #900;
	background-color: #FFECEC;
	padding: 1px;
	width: 205px;
	border: 1px solid #930;
	position: absolute;
	height: auto;
	top: -15px;
	left: 10px;
	z-index: 3;
	white-space: nowrap;
	text-align: left;
    text-align: center;
}

#register .error b
{
    background-image: url('error.gif');
	background-repeat: no-repeat;
	position: absolute;
	height: 8px;
	width: 9px;
	left: -1px;
	bottom: -7px;
	display: block;
	z-index: 3;
}
#register .error{display: none;}

/*---------------end mes --------------------------------------*/

h1.akciya{
	font-size: 30px;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	text-align:center;
	display: block;
	width: 848px;
	color: red;
	background: #ffffff;
	padding: 15px 0px;
	position: absolute;
	left: 56px;
	top:77px;
}