/* Eric Meyer's CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;


}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
}

body {
    color:#0e2f51;
    overflow-x:hidden
}

ol,ul {
    list-style:none
}

blockquote,q {
    quotes:none
}

blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none
}

table {
    border-collapse:collapse;
    border-spacing:0
}

/* End of Eric Meyer's CSS Reset */
html {
    height:100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display:block
}

body {
    min-width: 1000px;
    background:#fff;
    background: url(../images/bg.jpg) repeat;
}
.wrapper {
    width:100%;
    margin:0 auto;
    position: relative;
}
.container{
    width: 1000px;
    position: relative;
    margin:0 auto;
}
/*header*/
.header{
    overflow: hidden;
    position: relative;
    background: #fff;
}
.logo{
    background:url(../images/logo.png) no-repeat;
    background-size:100% 100%;
    width:236px;
    height:84px;
    text-indent:-9999px;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    display: block;
    float: left;
}
.logo a {
    width: 100%;
    height: 100%;
    display: block;
}
.header-right{
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}
.time-work{
    float: left;
    margin-right: 22px;
    margin-top: 5px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
#tel{
    float: left;
    text-align: center;
    margin-right: 32px;
}
.tel-all{
    float: right;
}
.tell-row{
    overflow: hidden;
    margin-bottom: 3px;
}
.tell-row img{
    float: left; 
    margin-right:5px;
}
.tell-row p{
    font-size: 13px;
    float: left;
    margin-right: 10px;
    display: block;
}
.tell-row p strong{
    display: block;
    font-size: 15px;
    float: right;
}
#tel p{
    font-size: 19px;
    

}
#tel p strong{
    font-size: 24px;
    
}
.time-work h4{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 5px;

}
.time-work p{
    font-size: 13px;
}
#call {
    padding-top: 3px;
    display: block;
    width: 165px;
    height: 25px;
    border: 1px solid #ffd000;
    color: #f6a742;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    background: url(../images/call-bg.png) 50% 85% no-repeat;
    transition:0.3s;
}
#call:hover{
    color: #fff;
    border: 1px solid #ffd000;
    background: #f6a742;
}
/* Header
-----------------------------------------------------------------------------*/
.top-slider{
    overflow: hidden;
    position: relative;
    background: url(../images/big-slider-bg.png) center no-repeat;
    height: 490px;
    padding-top:25px; 
}
.slider-container:after{
   content: '';
   clear: both;
   display: block;
   height: 0;
}
.header-slider{
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    margin-bottom: 20px;
}
.header-slider h2{
    color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 37px;
    font-weight: 600;
    background: rgba(255,255,255,0.8);
    line-height: 36px;
    margin-left: 65px;
    margin-right: 50px;
    text-align: center;
}
.header-slider h2 span{
    color: #ffaf27;
}
.header-slider h3{
    text-align: center;
    font-weight: normal;
    margin-left: 50px;
    margin-right: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #5c5c5c;
    background: rgba(255,255,255,0.8);
    
}
.header-slider h4{
     font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #5c5c5c;
    background: rgba(255,255,255,0.8);
    margin-left: 170px;
    margin-right: 140px;
    text-align: center;
    line-height: 17px;
}
.action-small{
    float: left;
    background-size: 100% 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    position: relative;
    border: 3px solid #ffd000;
    margin-top: 30px;
}
.action-small-body{
    padding:10px;
    margin: 3px;
    background: rgba(255,255,255,0.8);
}
.action-small:before{
    content: '';
    position: absolute;
    background: url(../images/action-label.png);
    width: 97px;
    height: 61px;
    position: absolute;
    top: -30px;
    left: -3px;
}
.action-top{
    overflow: hidden;
    margin-bottom: 10px;
}
.action-left{
    margin-right: 10px;
    padding-top: 9px;
    padding-right: 12px;
    float: left;
    background: url(../images/aktion-left-bg.png)100% 50% no-repeat;
}
.action-right{
    padding-top: 15px;
    float: right;
}
.counter .action-right .little{
    padding-top: 0;
    font-size: 11px;
    margin-bottom: 10px;
}
.action-right .tm_hint{
    color: #9e9e9e;
}
.action-center{
    position: relative;
    text-align: center;
    background: url(../images/cent-bg.png) no-repeat;
    margin-left: -16px;
    background-size: 100%;
    margin-right: -23px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1;

}
.action-center:before{
    content: '';
    position: absolute;
    background: url(../images/central-befo.png) no-repeat;
    height: 62px;
    width: 18px;
    top: -62px;
    left: 0px;
}
.action-center h3{
    text-transform: uppercase;
    text-align: center;
    margin:0 auto;
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.action-center h3 span{
    overflow: hidden;
    display: block;
        font-weight: 600;
}
.counter .action-left h2{
    text-transform: uppercase;
    font-size: 29px;
    font-weight: normal;
    line-height: 29px;
    margin-bottom: 5px;
    line-height: 1;
}
.action-left h2 strong{
    font-weight: bold;
    overflow: hidden;
    display: block;
}
.action-small-h2{
    line-height: 1;
}
.action-left p{
    font-size: 14px;
    text-align: right;
}
.top-slider .zayavka{
    margin:0;
}
.zayavka-slider{
    margin: 0;
    float: right;
    border: 3px solid #ffd000;
    padding:5px;
    font-family: 'Open Sans', sans-serif;

}
.zayavka-container{
    background: #fff;
    padding: 20px 34px 20px 30px; 
}
.zayavka-slider h2{
    font-size: 31px;
    font-weight: normal;
    color: #000;
}
.zayavka-slider p{
    font-size: 14px;
    margin-bottom: 5px;
}
.zayavka-slider input {
  font-size: 18px;
  color: #b1b1b1;
  padding-left: 40px;
  height: 58px;
  border: #d7d7d7 1px solid;
  width: 245px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.zayavka-slider .gold {
  height: 48px;
  width: 290px;
  padding: 0 6px;
  color: #000;
  outline: none;
  margin-bottom: 0;
}

.name {
    background:url(../images/name0000.jpg) no-repeat top left #fff;   
}
.tel2 {
  background: url(../images/tel20000.jpg) no-repeat top left #fff;
}
.zayavka .gold {
  width: 290px;
  padding: 0 6px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;

}
.arrow-slider{
    position: absolute;
    left: 26%;
    bottom: 2%;
}
/* tipe-tovars
-----------------------------------------------------------------------------*/
.tipe-tovars{
    padding-top: 28px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
    background: url(../images/bg000000.jpg);
}
.block-title-h2{
    text-align: center;
    color: #000;
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;

}
.block-title-h3{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    background: url(../images/tovar-h3-bg.png) 50% 50% no-repeat;
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
}

.tipe-tovar{
    padding-top:17px;
    padding-bottom: 8px;
    text-align: center;
    width: 290px;
    float: left;
    background: #fff;
    border: 3px solid #ffd000;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.tipe-tovar h3{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/name-bg-line.png) 50% 100% no-repeat;
    margin-bottom: 12px;
    line-height: 1;
    padding-bottom: 5px;

}
.tipe-tovar img{
    margin-bottom: 3px;
}
.calculate {
    padding-top: 5px;
    border-right: 5px;
    color: #fff;
    font-weight: bold;
    background: url(../images/calculate.png) no-repeat;
    width: 258px;
    height: 50px;
    transition:0.3s;
    text-align: center;
    display: block;
    margin:0 auto;
    text-shadow: 0px 1px 0px rgba(243, 164, 31, 1);
}
.calculate:hover{
    color: #000;
    opacity: 0.9;
}
.plus {
    z-index:990;
    background:url(../images/plus0000.png) repeat-x top center;
    background-size:cover;
    height:120px;
    position:absolute;
    bottom:0;
    width:100%
}

.anim-slider {
    font-family:sans-serif!important;
    background:url(../images/slide100.jpg) 100%;
}
/* materials
-----------------------------------------------------------------------------*/
.materials{
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.materials h3{
    background: url(../images/mat-bg-h3.png) 50% 50% no-repeat;
}
.materials h2{
    margin-bottom: 55px;
}
.materials img{
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    opacity: 0.6;
    transition:0.3s;
}
.materials img:hover{
    opacity: 1;
}
/* big-forma
-----------------------------------------------------------------------------*/
.forma-big{
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 23px;
    background: url(../images/forma-bg.png) center repeat-x;
}
.forma {
    margin:0 auto;
    width:978px;
    height:315px;
    border:4px solid #ffd200!important;
    position:relative
}
.middle-big{
    padding-top: 5px;
    position: relative;
    display: block;
    background: url(../images/mid-big-bg.png) no-repeat;
    background-size: auto 100%;
    margin-left: -30px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.forma-big .counter p{
    margin-bottom: 5px;
}
.forma:before {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:-32px;
    width:97px;
    height:61px;
    background:url(../images/shil0000.png) no-repeat
}

.action .forma:after {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:121px;
    width:226px;
    height:126px;
    background:url(../images/shil2000.png) no-repeat
}

.action2 .forma:after {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:104px;
    width:326px;
    height:158px;
    background:url(../images/shil3000.png) no-repeat
}

.forma_inner {
    margin:5px;
    width:968px;
    height:305px;
    background:#fff
}

.forma-big .counter {
    position:relative;
    z-index:5;
    float:left;
    padding:20px 21px;
    width:262px;
    height:278px;
    color:#000
}

.zayavka {
    padding:21px 14px;
    color:#000
}
.counter h2,.zayavka h2,.inj h2 {
    font-size:30px;
    text-transform:uppercase;
    line-height:1.2;
    font-weight:normal;
}
.counter h2 b,.counter span b,.zayavka h2 b,.inj h2 b {
}

.counter span {
    font-size:20px;
    font-weight:600;
    line-height:1.1
}

.counter sup {
    font-size:14px
}

.counter p,.zayavka p,.inj p {
    font-size:14px;
    font-weight:600;
    margin-bottom:10px
}

.counter .little {
    padding-top:20px;
    font-size:11px
}

.zayavka {
    float:right;
    width:310px
}
input {
    font-size:14px;
    font-family:'roboto';
    color:#b1b1b1;
    padding-left:40px;
    width:100%;
    height:58px;
    border:#d7d7d7 1px solid;
    width:245px
}

.name {
    background:url(../images/name0000.jpg) no-repeat top left
}

.tel2 {
    background:url(../images/tel20000.jpg) no-repeat top left
}
.action{
    position: relative;
}
.action:after {
    display:block;
    content:'';
    width:531px;
    height:362px;
    position:absolute;
    top:-4px;
    background:url(../images/ruletka0.png) no-repeat;
    left:12%
}

.action2 .main:after {
    background:none!important
}

#small-modal input,#small-modal2 input,#small-modal3 input,#small-modal4 input,#small-modal5 input,#small-modal6 input {
    font-size:14px;
    font-family:'roboto';
    color:#b1b1b1;
    padding-left:40px;
    width:100%;
    height:58px;
    border:#d7d7d7 1px solid;
    width:255px;
    margin-top:13px
}


/* gallery
-----------------------------------------------------------------------------*/
.primer{
    overflow: hidden;
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 95px;
}
.gallery-block{
    overflow: hidden;
}
.gallery-block img{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.primer h3{
    margin-bottom: 55px;
}
/* Header
-----------------------------------------------------------------------------*/

/* otziv
-----------------------------------------------------------------------------*/
.otziv-block{
    overflow: hidden;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 80px;
}
.otziv{
    width: 425px;
    float: left;
    background: none;
}
.second-otziv{
    float: right;
}
.otziv-header{
    overflow: hidden;
    margin-bottom: 20px;
}
.otziv-header img{
    float: left;
    margin-right: 30px;
    width: 125px;
    height: 125px;
    border-radius: 100%;
}
.otziv-name{
    margin-top: 40px;
    font-size: 22px;   
}
.otziv-header p{
    color: #6d6d6d;
    font-size: 14px;
}
.otziv h4{
    font-weight: normal;
    font-size: 23px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffd000;
    margin-bottom: 5px;
    line-height: 27px;
}
.otziv-txt{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.text-otziv{
    overflow: hidden;
    margin-bottom: 65px;
    color: #000;
}
.video-otziv{
    width: 310px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 4px;
     text-align: center;
     border:1px solid #dfdfdf;
     padding:8px;
     padding-bottom: 15px;
}
.video-block {
    width: 305px;
    height: 210px;
    margin:0 auto;
    margin-bottom: 15px;
}
.video-otziv p{
    text-align: center;
    width: 90%;
}
.video-otziv:last-child{
    margin-right: 0;
}
.otziv-block .block-title-h3{
    margin-bottom: 30px;
}
.otziv-block .block-title-h2{
    padding-bottom: 14px;
    margin-bottom: 50px;
    background: url(../images/bg-h2.png) 50% 100% no-repeat;
}
/* otziv
-----------------------------------------------------------------------------*/
/* footer
-----------------------------------------------------------------------------*/
.footer{
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.footer #tel span{
    float: right;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
.footer #tel strong{
    font-size: 21px;
    font-weight: 300;
}
.footer #call2{


}
/* footer
-----------------------------------------------------------------------------*/
/*modal*/
.box-modal {
    outline: none;
}
.modal-body{
    height: 100%;
    padding-bottom: 10px;
}
.box-modal .modal-content{
    height: 100%;
}
/* modal
-----------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
#tel {
    font-size:25px
}
}

@media screen and (max-width: 400px) {
#logo a img {
    width:77%!important
}

#tel {
    font-size:17px;
    top:21px
}

#logo {
    top:9px
}
}

.slogan {
    position:absolute;
    top:143px;
    font-size:90px;
    font-family:'roboto';
    color:#fff
}

.slogan span {
    margin-bottom:10px;
    font-weight:700;
    background-color:#0092d7;
    display:inline-block;
    padding:0 10px;
    vertical-align:top;
    text-transform:uppercase
}

/*  @media screen and (max-width: 800px) {.slogan span{height:47px;} .slogan {font-size:69px;} .slogan div {font-size:19.5px;}}*/
@media screen and (max-width: 550px) {
.slogan span {
    height:44px;
    line-height:.5
}

.slogan {
    font-size:58px;
    line-height:.7
}

.slogan div {
    font-size:16.5px
}
}

@media screen and (max-width: 450px) {
.slogan span {
    height:27px;
    line-height:.4
}

.slogan {
    font-size:37px;
    line-height:.7
}

.slogan div {
    font-size:10.5px
}

.plus {
    z-index:990;
    background:url(../images/plus0000.png) repeat-x top center;
    background-size:cover;
    height:120px;
    position:absolute;
    bottom:0;
    width:100%
}



/* Middle
-----------------------------------------------------------------------------*/
.main {
    max-width:990px;
    width:100%;
    margin:0 auto;
    position:relative
}

/*.main, .plus .main {max-width:1078px;width:100%; margin:0 auto; position:relative;}*/
/*.content {
    padding: 0 0 130px;
}
*/
.action {
    width:100%;
    height:349px;
    background:url(../images/action00.jpg) no-repeat top center #ede9e5
}

.action {
    padding-top:42px
}

.action2 .forma_inner {
    background:url(../images/bath0000.jpg) no-repeat top center #fff
}

.action2 .counter {
    width:370px
}

.action2 .counter h2 {
    margin-bottom:10px
}

@media screen and (max-width: 820px) {
.action2 .counter h2 {
    font-size:25px;
    margin-bottom:31px
}

.action2 .counter {
    width:306px
}

.action2 .counter span {
    font-size:15px!important
}
}

.forma {
    margin:0 auto;
    width:978px;
    height:315px;
    border:4px solid #ffd200!important;
    position:relative
}

.forma:before {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:-32px;
    width:97px;
    height:61px;
    background:url(../images/shil0000.png) no-repeat
}

.action .forma:after {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:121px;
    width:226px;
    height:126px;
    background:url(../images/shil2000.png) no-repeat
}

.action2 .forma:after {
    display:block;
    content:'';
    position:absolute;
    left:-5px;
    top:104px;
    width:326px;
    height:158px;
    background:url(../images/shil3000.png) no-repeat
}

.forma_inner {
    margin:5px;
    width:968px;
    height:305px;
    background:#fff
}

.counter {
    position:relative;
    z-index:5;
    float:left;
    padding:20px 21px;
    width:262px;
    height:278px;
    font-family:'opensansRegular';
    color:#0e2f51
}

.zayavka {
    padding:21px 14px;
    font-family:'opensansRegular';
    color:#0e2f51
}

.counter h2,.zayavka h2,.inj h2 {
    font-size:30px;
    text-transform:uppercase;
    line-height:1.2;
    font-weight:600
}

.counter h2 b,.counter span b,.zayavka h2 b,.inj h2 b {
    font-family:'opensansExtraboldRegular'
}

.counter span {
    font-size:20px;
    font-weight:600;
    line-height:1.1
}

.counter sup {
    font-size:14px
}

.counter p,.zayavka p,.inj p {
    font-size:14px;
    font-weight:600;
    margin-bottom:10px
}

.counter .little {
    padding-top:20px;
    font-size:11px
}

.zayavka {
    float:right;
    width:310px
}

input {
    font-size:14px;
    font-family:'roboto';
    color:#b1b1b1;
    padding-left:40px;
    width:100%;
    height:58px;
    border:#d7d7d7 1px solid;
    width:245px
}

.name {
    background:url(../images/name0000.jpg) no-repeat top left
}

.tel2 {
    background:url(../images/tel20000.jpg) no-repeat top left
}

.action .main:after {
    display:block;
    content:'';
    width:531px;
    height:362px;
    position:absolute;
    top:-4px;
    background:url(../images/ruletka0.png) no-repeat;
    left:12%
}

.action2 .main:after {
    background:none!important
}

#small-modal input,#small-modal2 input,#small-modal3 input,#small-modal4 input,#small-modal5 input,#small-modal6 input {
    font-size:14px;
    font-family:'roboto';
    color:#b1b1b1;
    padding-left:40px;
    width:100%;
    height:58px;
    border:#d7d7d7 1px solid;
    width:255px;
    margin-top:13px
}

@media screen and (max-width: 1010px) {
.action .main:after {
    width:531px;
    height:362px;
    position:absolute;
    top:-4px;
    background:url(../images/ruletka0.png) no-repeat;
    display:block;
    content:'';
    left:6%!important
}

.forma {
    width:800px;
    height:315px;
    border:4px solid #ffd200
}

.forma_inner {
    margin:5px;
    width:790px;
    height:305px;
    background:#fff
}
}

@media screen and (max-width: 960px) {
.action .main:after {
    width:531px;
    height:362px;
    position:absolute;
    top:-4px;
    background:url(../images/ruletka0.png) no-repeat;
    display:block;
    content:'';
    left:4%!important
}
}


}

@media screen and (max-width: 880px) {
.action .main:after {
    width:531px;
    height:362px;
    position:absolute;
    top:-4px;
    background:url(../images/ruletka0.png) no-repeat;
    display:block;
    content:'';
    left:0!important
}
}

@media screen and (max-width: 840px) {
.action .main:after {
    content:'';
    display:block;
    opacity:0;
    position:absolute
}
}

@media screen and (max-width: 810px) {
.forma {
    width:600px;
    height:315px;
    border:4px solid #ffd200
}

.forma_inner {
    margin:5px;
    width:590px;
    height:305px;
    background:#fff
}

.counter {
    width:248px
}

.zayavka {
    width:300px;
    padding:21px 0
}
}

@media screen and (max-width: 610px) {
.forma {
    width:330px;
    height:640px;
    border:4px solid #ffd200
}

.forma_inner {
    margin:5px;
    width:320px;
    height:630px;
    background:#fff
}

.counter {
    width:250px
}

.zayavka {
    width:300px;
    padding:21px 0
}

.action {
    height:700px;
    background-size:cover
}
}

.action2 .counter span {
    font-size:18px
}

@media screen and (max-width: 810px) {
.action2 .forma {
    width:330px!important;
    height:640px;
    border:4px solid #ffd200
}

.action2 .forma_inner {
    margin:5px;
    width:320px;
    height:630px;
    background:#fff
}

.action2 .counter {
    width:248px
}

.action2 .counter h2 {
    font-size:20px!important
}

.action2 .zayavka {
    width:300px;
    padding:21px 0
}

.action2 {
    height:700px;
    background-size:cover
}
}

.fact {
    overflow: hidden;
    padding-top:15px;
    background:url(../images/fact0000.jpg) repeat-x;
}

.facts {
    width:33.3%;
    height:202px;
    float:left;
    margin-bottom:25px
}

.facts h3 {
    font-size:24px;
    color:#0e2f51;
    font-family:'opensansBold'
}

.facts p {
    font-size:14px;
    font-weight:700;
    color:#0e2f51;
    font-family:'roboto';
    text-transform:uppercase
}

.facts h3:after {
    width:39px;
    height:3px;
    display:block;
    background:#019ee2;
    margin:8px 0;
    content:''
}

.facts div {
    margin:0 auto;
    width:201px;
    height:119px;
    padding-left:74px;
    padding-top:83px;
    padding-right:10px;
    position:relative;
    background:url(../images/lay-bg.png) no-repeat bottom right
}
.facts div img{
    position: absolute;
    top: 0;
    left: 0;
}
/*.lay1 {
    background:url(../images/lay-bg.png) no-repeat bottom right
}

.lay2 {
    background:url(../images/lay20000.png) no-repeat bottom right
}

.lay3 {
    background:url(../images/lay30000.png) no-repeat bottom right
}

.min {
    padding-right:20px;
    width:191px
}

.lay4 {
    background:url(../images/lay40000.png) no-repeat bottom right
}

.lay5 {
    background:url(../images/lay50000.png) no-repeat bottom right
}

.lay6 {
    background:url(../images/lay60000.png) no-repeat bottom right
}
*/
@media screen and (max-width: 880px) {
.facts {
    width:50%
}

.fact {
    height:716px
}
}

@media screen and (max-width: 570px) {
.facts {
    width:100%
}

.fact {
    height:1397px
}
}

.service {
    padding-top:15px;
    width:100%;
    height:477px;
    background:url(../images/service0.jpg) no-repeat top center;
    background-size:cover
}

.service h2 {
    margin-bottom:10px;
    font:60px/1.1 opensansSemiboldRegular;
    margin-left:25px
}

.square {
    width:25%;
    text-align:center;
    float:left;
    margin-bottom:30px
}

.square p {
    font-size:11.4px;
    text-transform:uppercase;
    font-family:'opensansBold'
}

.square b {
    font-size:17px;
    font-family:'opensansBold'
}

@media screen and (max-width: 810px) {
.square {
    width:50%
}

.service {
    height:760px
}

.service h2 {
    font-size:50px
}
}

@media screen and (max-width: 450px) {
.service h2 {
    font-size:40px
}

.square img {
    width:95%
}

.service {
    height:740px
}
}

@media screen and (max-width: 350px) {
.square b {
    font-size:12px
}

.service {
    height:580px
}
}

@media screen and (max-width: 310px) {
.service {
    height:550px
}
}

.big {
    height:1585px;
    width:100%;
    background:url(../images/big00000.jpg) no-repeat top center;
    background-size:cover
}

.clear {
    clear:both
}

.why h2 {
    float:left;
    font:60px/1.1 opensansSemiboldRegular;
    margin-left:25px
}

.why span {
    background:#ffc603;
    display:inline-block;
    font:18.75px/.9 opensansSemiboldRegular;
    height:21px;
    padding:0 5px;
    margin-bottom:3px
}

.why h3 {
    display:inline-block;
    margin-left:-84px;
    margin-top:85px
}

.why {
    width:100%;
    padding-top:40px
}

.steps {
    padding-top:50px
}

.steps article {
    float:left;
    margin:0 0 25px;
    perspective:1000px;
    width:33%
}

.inside {
    margin:0 auto;
    border:1px solid #fff;
    height:233px;
    padding:9px;
    position:relative;
    transform-style:preserve-3d;
    transition:all .8s linear 0;
    width:287px
}

.why .steps article .inside > div {
    background-color:#fff;
    height:233px;
    left:9px;
    position:absolute;
    top:9px;
    width:287px
}

.face {
    transform:rotateY(0deg);
    transition:opacity 0 ease .4s
}

.title:before {
    color:#eaebed;
    font-family:'roboto';
    font-size:163px;
    font-weight:400;
    left:45px;
    position:absolute;
    z-index:-1;
    content:attr(data-num);
    width:183px;
    height:196px;
    display:block
}

.face .title:before {
    top:38px
}

.back .title:before {
    margin-top:38px
}

.title {
    text-transform:uppercase;
    font:24px/30px roboto;
    text-align:center;
    color:#0e2f51;
    font-weight:700
}

.face .title {
    left:0;
    position:absolute;
    right:0;
    top:85px;
    width:100%;
    transform:translateY(-50%)
}

.back {
    opacity:0;
    transform:rotateY(180deg);
    transition:opacity 0 ease .4s
}

.back .title {
    height:89px;
    padding:47px 30px 0
}

article .back .text {
    color:#7c7a7a;
    font-size:16px;
    font-weight:300;
    line-height:24px;
    padding:0 30px;
    text-align:center;
    font-family:'Roboto';
    line-height:1.1
}

article:hover .inside {
    transform:rotateY(180deg)
}

article:hover .face {
    opacity:0
}

article:hover .back {
    opacity:1
}

@media screen and (max-width: 970px) {
.steps article {
    width:50%
}

.big {
    height:2048px
}
}

@media screen and (max-width: 650px) {
.steps article {
    width:100%
}

.big {
    height:3797px
}
}

@media screen and (max-width: 500px) {
.why h2 {
    font-size:40px
}

.why span {
    background:#ffc603;
    display:inline-block;
    font:12px/.9 opensansSemiboldRegular;
    height:15px;
    padding:0 5px;
    margin-bottom:0
}

.why h3 {
    display:inline-block;
    margin-left:-64px;
    margin-top:50px
}
}

.assort {
    padding-top:40px
}

.assort h2 {
    text-align:right
}

.assort h2 {
    width:257px;
    font:60px/1.1 opensansSemiboldRegular;
    margin-left:25px;
    text-align:left;
    float:right;
    margin-bottom:40px
}

.assort h3 {
    float:right;
    margin:80px 34px 0 0;
    text-align:left
}

.assort h3 span {
    font-size:18.75px;
    line-height:.9;
    background:#ffc603;
    display:inline-block;
    font-weight:600;
    font-family:'opensansRegular';
    height:21px;
    padding:0 5px;
    margin-bottom:3px
}

.obertka2 {
    width:33%;
    text-align:center;
    float:left
}

.image {
    margin:0 auto 15px;
    overflow:hidden;
    width:286px;
    height:233px;
    position:relative;
    z-index:10;
    padding:6px 9px;
    border:2px solid #0e9dde
}

/*.image:before {display:block;  border:2px solid #0e9dde; position:absolute; width:304px; top:-6px; left:-9px;height:245px; content:'';z-index:1;}*/
.titles {
    position:absolute;
    top:85px;
    left:46px;
    width:198px;
    height:71px;
    display:block;
    border:3px solid #fff;
    padding:4px
}

.titles p {
    width:198px;
    height:48px;
    background:#fff;
    font-size:18px;
    font-family:'roboto';
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    padding-top:23px
}

.image:hover .titles {
    display:none
}

@media screen and (max-width: 970px) {
.obertka2 {
    width:50%
}
}

@media screen and (max-width: 650px) {
.obertka2 {
    width:100%
}
}

@media screen and (max-width: 324px) {
.why h3 {
    margin-left:20px;
    margin-top:0
}
}

.image img {
    -moz-transition:all 1s ease-out;
    -o-transition:all 1s ease-out;
    -webkit-transition:all 1s ease-out
}

.image img:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1)
}

.gold {
    margin-top:20px;
    text-align:center;
    border-radius:8px;
    height:38px;
    padding-top:10px;
    text-decoration:none;
    font-size:18px;
    text-transform:uppercase;
    font-family:'roboto';
    font-weight:700;
    color:#000;
    text-shadow:1px 1px 0 rgba(255,255,255,0.5)
}

.gold a {
    text-align:center;
    border-radius:8px;
    height:48px;
    text-decoration:none;
    font-size:18px;
    text-transform:uppercase;
    font-family:'roboto';
    font-weight:700;
    color:#000;
    text-shadow:1px 1px 0 rgba(255,255,255,0.5)
}

#small-modal .gold,#small-modal2 .gold,#small-modal3 .gold,.box-modal .gold {
    height:48px!important;
    width:90%;
    margin:0 auto;
    margin-top:10px;
    color:#000;
    padding:0 6px;
    font-family:"roboto";
    font-size:18px;
    font-weight:700;
    border:1px solid #fa2
}

.calc-fack .gold {
    width:315px
}

.text .gold {
    width:315px;
    margin-left:152px
}

.gold:hover {
    color:#000
}

.gold,.gold a {
    display:block
}

.gold {
/* Legacy browsers */
    background:#ffec64 url(../images/gradient-bg.png) repeat-x bottom;
    background:#ffec64 url(../images/gradient-bg.png) repeat-x bottom;
    -o-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
/* Internet Explorer */
    *background:#ffec64;
    background:#ffec64\0/;
    filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#FFffec64,endColorstr=#FFffab23);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffec64,endColorstr=#FFffab23);
/* IE8+ */
    border:1px solid #fa2;
    box-shadow:0 1px 0 0 #fff6af inset
}

@media all and (min-width: 0px) {
.gold {
/* Opera */
    background:#ffec64 url(../images/gradient-bg.svg);
/* Recent browsers */
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffec64),to(#ffab23));
    background-image:-webkit-linear-gradient(top,#ffec64,#ffab23);
    background-image:-moz-linear-gradient(top,#ffec64,#ffab23);
    background-image:-o-linear-gradient(top,#ffec64,#ffab23);
    background-image:linear-gradient(top,#ffec64,#ffab23)
}
}

.gold:hover {
/* Opera */
    background:#ffec64 url(../images/gradient-bg.svg);
/* Recent browsers */
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffab23),to(#ffec64));
    background-image:-webkit-linear-gradient(top,#ffab23,#ffec64);
    background-image:-moz-linear-gradient(top,#ffab23,#ffec64);
    background-image:-o-linear-gradient(top,#ffab23,#ffec64);
    background-image:linear-gradient(top,#ffab23,#ffec64)
}
}

.gold:hover {
    background:linear-gradient(to bottom,#ffab23 5%,#ffec64 100%) repeat scroll 0 0 #ffab23
}

@media screen and (max-width: 480px) {
.why .steps .gold {
    width:250px
}
}

.inj {
    height:908px;
    width:100%;
    background:url(../images/inj00000.jpg) no-repeat top center;
    background-size:cover
}

.inj .main {
    max-width:1200px!important;
    position:relative;
    height:908px
}

.inj .main:after {
    position:absolute;
    left:70px;
    bottom:0;
    width:415px;
    height:537px;
    content:'';
    display:block;
    background:url(../images/man00000.png) no-repeat
}

.inj .main:before {
    z-index:1;
    position:absolute;
    right:57px;
    top:0;
    width:643px;
    height:382px;
    content:'';
    display:block;
    background:url(../images/mag00000.png) no-repeat
}

@media screen and (max-width: 1120px) {
.inj .main:after {
    left:0
}
}

.inj .forma {
    z-index:999;
    float:left;
    margin-left:115px!important;
    margin-top:46px!important;
    border:4px solid #ffd200!important;
    height:311px;
    margin:0 auto;
    width:352px;
    position:relative
}

.inj .forma_inner {
    background:none repeat scroll 0 0 #fff;
    height:301px;
    margin:5px;
    width:340px
}

.zak {
    color:#0e2f51;
    float:left;
    font-family:"opensansRegular";
    height:261px;
    padding:20px 21px;
    width:298px
}

.inj h3 {
    font:26px/1.1 opensansExtraboldRegular;
    color:#ffb600;
    text-transform:uppercase;
    background:url(../images/dec00000.jpg) no-repeat right 2px
}

.comment {
    position:absolute;
    bottom:26px;
    right:117px;
    z-index:4;
    margin:0 auto;
    width:607px;
    height:436px;
    border:3px solid #fff!important
}

.comment_inner {
    margin:8px;
    width:549px;
    height:378px;
    background:#fff;
    padding:22px
}

.comment h2 {
    margin-bottom:15px;
    font-size:50px;
    font-family:'opensansSemiboldRegular';
    font-stretch:condensed
}

.comment p {
    font-size:14px;
    font-weight:600;
    font-family:'opensansRegular';
    color:#2a3042
}

.comment .btn {
    font-size:18px;
    font-family:'opensansBold';
    color:#009fe3;
    text-transform:uppercase;
    text-decoration:underline
}

.comment p .btn {
    font-size:14px!important;
    font-family:'opensansBold';
    color:#009fe3;
    text-transform:lowercase!important;
    text-decoration:underline
}

@media screen and (max-width: 1030px) {
.comment {
    right:0
}
}

@media screen and (max-width: 920px) {
.comment {
    width:400px
}

.comment_inner {
    width:338px
}

.comment p {
    font-size:12px
}
}

@media screen and (max-width: 700px) {
.comment {
    width:300px;
    height:450px
}

.comment_inner {
    width:237px;
    height:389px
}

.comment p {
    font-size:11px
}

.comment h2 {
    font-size:37px
}
}

@media screen and (max-width: 590px) {
.man {
    height:400px!important
}

.man img {
    height:100%
}
}

@media screen and (max-width: 480px) {
.inj .forma {
    margin-left:0!important
}
}

.calc {
    width:100%;
    height:677px
}

.calc-fack {
    max-width:906px;
    width:100%;
    height:580px;
    margin:0 auto;
    padding:21px 37px;
    background:#fff
}

.calc-fack h2 {
    font-family:'opensansRegular';
    font-weight:600;
    font-size:60px;
    line-height:1.1
}

.calc-fack span,.important span {
    background:#ffc603;
    display:inline-block;
    font-weight:600;
    font:18.75px/.9 opensansRegular;
    height:21px;
    padding:0 5px;
    margin-bottom:3px
}

.important {
    width:100%;
    height:1290px;
    background:url(../images/imp00000.jpg) no-repeat top center;
    background-size:cover
}

.important h2 {
    padding-top:40px;
    float:left;
    font:60px/1.1 opensansRegular;
    font-weight:600;
    margin-left:25px
}

.important h3 {
    display:inline-block;
    margin-left:-157px;
    margin-top:125px
}

.imp {
    margin:70px auto 0;
    width:100%;
    height:988px;
    position:relative;
    max-width:1315px;
    overflow-x:hidden
}

.pl1 {
    padding:131px 381px 0 195px;
    top:0;
    left:0;
    position:absolute;
    width:289px;
    height:341px;
    background:url(../images/pl100000.png) no-repeat
}

.pl2 {
    overflow:hidden;
    color:#fff!important;
    position:absolute;
    padding:122px 198px 0 358px;
    top:101px;
    right:0;
    width:304px;
    height:371px;
    background:url(../images/pl200000.png) no-repeat
}

.pl2 h4,.pl2 p {
    color:#fff!important
}

.pl3 {
    padding:120px 203px 0 224px;
    bottom:55px;
    position:absolute;
    left:0;
    width:378px;
    height:388px;
    background:url(../images/pl300000.png) no-repeat
}

.pl4 {
    padding:124px 253px 0 192px;
    position:absolute;
    bottom:0;
    right:0;
    width:323px;
    height:302px;
    background:url(../images/pl400000.png) no-repeat
}

.imp h4 {
    font-size:24px;
    font-family:'roboto';
    color:#0f73a0
}

.imp p {
    font-size:14px;
    margin-top:16px;
    font-family:'roboto';
    color:#404244
}

#call b {
    text-decoration:underline
}

@media screen and (max-width: 1290px) {
.pl3 {
    width:382px;
    padding:120px 355px 0 224px
}

.hid {
    display:none
}
}

@media screen and (max-width: 1230px) {
.pl3 {
    width:250px;
    padding:120px 355px 0 224px
}

.hid {
    display:none
}
}

@media screen and (max-width: 1110px) {
.pl1 {
    width:205px
}
}

@media screen and (max-width: 1080px) {
.important {
    display:none
}
}

.sxema {
    font-family: 'Open Sans', sans-serif;
    padding-top:30px;
    background:url(../images/sxema000.jpg) no-repeat top center
}
.sxema .block-title-h2{
    text-transform: none;
    height: 60px;
    margin-bottom: 50px;
}
.step,step2 {
    overflow-x:hidden
}

.sxema {
    overflow:hidden
}

.sxema h2,.otziv h2,.portfolio h2,.sertif h2,.vopr h2 {
    height:127px;
    font-size:60px;
    font-weight:600;
    text-align:center
}

.vopr {
    height:143px;
    background:url(../images/vopr0000.jpg) no-repeat top center;
    padding-top:20px
}

@media screen and (max-width: 640px) {
.sxema h2,.otziv h2,.portfolio h2,.sertif h2 {
    font-size:47px
}

.step2 {
    float:left!important
}
}

.sertif {
    background:url(../images/back0000.jpg) repeat;
    height:670px
}

.sertif h2 {
    padding-top:20px
}

@media screen and (max-width: 410px) {
.text .gold {
    margin-left:103px!important;
    width:200px!important
}

.seven .gold {
    font-size:15px
}
}

.zayavka .gold {
    width:290px;
    padding:0 6px
}

.square .gold {
    height:26px;
    padding-top:8px;
    font-size:12px;
    width:80%;
    margin:10px auto
}

@media screen and (max-width: 385px) {
.square .gold {
    font-size:10px
}

.service {
    height:690px
}
}

.portfolio h2 {
    display:block;
    text-align:center;
    padding-top:30px;
    line-height:1
}

.one {
    padding-top:130px;
    height:269px;
    width:100%;
    background:url(../images/one00000.jpg) no-repeat top center;
    background-size:cover
}

.two {
    padding-top:110px;
    height:278px;
    width:100%;
    background:url(../images/two00000.jpg) no-repeat top center;
    background-size:cover
}

.three {
    padding-top:44px;
    height:357px;
    width:100%;
    background:url(../images/three000.jpg) no-repeat top center;
    background-size:cover
}

.four {
    padding-top:125px;
    height:275px;
    width:100%;
    background:url(../images/four.jpg) no-repeat top center;
    background-size:cover
}

.five {
    padding-top:125px;
    height:275px;
    width:100%;
    background:url(../images/five.jpg) no-repeat top center;
    background-size:cover
}

.six {
    padding-top:125px;
    height:275px;
    width:100%;
    background:url(../images/six00000.jpg) no-repeat top center;
    background-size:cover
}

.seven {
    padding-top:125px;
    height:275px;
    width:100%;
    background:url(../images/seven000.jpg) no-repeat top center;
    background-size:cover
}

.sxema .text:before {
    height:240px;
    font-family:'roboto slab';
    font-weight:100;
    font-size:110px;
    width:152px;
    float:left;
    display:block;
    content:attr(data-num);
    color:#ff9d00;
}

.text h4 {
    padding-top:31px;
    font-size:36px;
    font-family:'roboto';
    font-weight:700;
    color:#ff9d00;
}

.text p {
    font-family:'roboto';
    font-size:14px;
    margin-top:10px
}

.step {
    float:left;
    width:480px
}

.step2 {
    float:right;
    width:465px
}

.two .step2 {
    width:570px
}

.four .step2 {
    width:591px
}

.seven .step {
    width:570px
}

.otziv h2 {
    height:156px
}


.otz {
    margin-bottom:47px;
    width:50%;
    float:left;
    background:url(../images/otziv000.png) no-repeat top center;
    height:254px
}

.otz div {
    margin:-10px auto 0;
    width:417px;
    text-align:center
}

.otz div h3 {
    font-family:'roboto';
    font-size:24px;
    font-weight:600;
    color:#106792;
    margin-bottom:70px
}

.otz div p {
    color:#848282;
    font-size:14px;
    font-family:'roboto'
}

@media screen and (max-width: 970px) {
.otz {
    width:100%
}

.otziv {
    height:1330px
}
}

@media screen and (max-width: 590px) {
.sxema h4 {
    font-size:26px!important
}

.step2 {
    float:left!important;
    width:400px!important
}

.step {
    width:400px!important
}

.sxema p {
    font-size:12px
}
}

@media screen and (max-width:470px) {
.assort h2 {
    margin-left:0!important
}
}

@media screen and (max-width:440px) {
.assort h2 {
    float:left;
    font-size:50px
}

.assort h3 {
    float:left
}
}

@media screen and (max-width: 410px) {
.sxema h4 {
    font-size:26px!important
}

.step2 {
    float:left!important;
    width:320px!important
}

.step {
    width:320px!important
}

.sxema p {
    font-size:12px
}

.number {
    font-size:90px;
    width:103px
}
}

.apl {
    border:1px solid #d0d2d3;
    border-radius:4px;
    height:20px;
    margin:26px 10px;
    width:200px
}

.calc .gold {
    text-align:center;
    display:inline;
    height:48px;
    padding-top:0
}

.zayavka .gold {
    height:48px
}

.contact {
    position:relative
}

.cont_data {
    height:438px;
    width:314px;
    background:rgba(244,245,242,0.8);
    position:relative;
    z-index:89;
    padding-top:25px
}

.data {
    border:1px solid #b4b4b2;
    height:413px;
    margin:0 12px;
    padding-left:20px;
    padding-right:18px;
    padding-top:0;
    width:248px
}

.data h3 {
    margin-top:30px;
    color:#111;
    font-size:18px;
    font-family:HelveticaNeueCyrBold;
    text-transform:uppercase;
    margin-bottom:30px
}

.data p {
    color:#111;
    font-size:16px;
    font-family:HelveticaNeueCyrLight;
    margin-bottom:30px
}

.data .line {
    background:none repeat scroll 0 0 #019ee2;
    display:block;
    height:3px;
    margin:8px 0;
    width:89px
}

.vopr {
    text-align:center
}

.vopr .line {
    background:none repeat scroll 0 0 #019ee2;
    display:block;
    height:3px;
    margin:-18px auto 0;
    width:89px
}

.address {
    margin-top:30px;
    margin-bottom:0;
    font-size:18px;
    font-family:HelveticaNeueCyrMedium!important
}

.map {
    position:absolute;
    top:0;
    width:100%;
    height:500px;
    z-index:1
}

.manager {
    position:relative;
    text-align:center;
    height:65px;
    background:#f4f4f4;
    width:100%;
    padding-top:0
}

.manager .main {
    position:relative
}

.manager .btn {
    color:#009fe3;
    font-family:"HelveticaNeueCyrLight";
    font-size:16px;
    font-weight:400;
    border-bottom:1px dashed #009fe3
}

#small-modal .button,#small-modal2 .button,#small-modal3 .button,#small-modal4 .button,#small-modal5 .button,#small-modal6 .button {
    width:120px
}

.modal {
    bottom:0;
    display:none;
    left:0;
    outline:0 none;
    position:fixed;
    right:0;
    top:0;
    z-index:1050
}

.modal.fade .modal-dialog {
    transform:translate(0px,-25%);
    transition:transform .3s ease-out 0
}

.modal.in .modal-dialog {
    transform:translate(0px,0px)
}

.modal-dialog {
    position:relative;
    width:auto;
    margin-top:18%!important;
    margin:10px
}
.box-modal .modal-content {
    border:4px solid #ffd200!important;
    height:100%;
    margin-bottom:0;
    position:relative;
    width:352px;
    z-index:999;
    margin:0 auto;
}
.modal-content .close {
    position:absolute;
    background:url(../images/close.png) no-repeat top center;
    top:-45px;
    right:-45px;
    border:none;
    width:38px;
    height:38px
}

.box-modal .modal-content h2 {
    padding-top:10px;
    font-size:35px;
    text-align:center;
    font-family:UniSansThin
}

#feedback-modal-box h2 {
    padding-top:10px;
    font-size:35px;
    text-align:center;
    font-family:UniSansThin
}

.box-modal .modal-content h2 b {
    font-family:UniSansHeavy;
    text-align:center
}

#feedback-modal-box h2,.top {
    padding-top:50px
}

#feedback-modal-box {
    border:4px solid #ffd200!important;
    height:311px;
    margin:0 auto;
    position:relative;
    width:352px;
    z-index:999
}

#feedback-modal-box p {
    font-family:PFBeauSansProBook;
    font-size:16px;
    text-align:center
}

.box-modal p {
    font-family:PFBeauSansProBook;
    font-size:16px;
    text-align:center
}

.modal-body,#feedback-infolist {
    background:none repeat scroll 0 0 #fff;
    height:100%;
    margin:5px;
    width:340px
}
#basicModal2 .modal-content {
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.2);
    box-shadow:0 3px 9px rgba(0,0,0,0.5);
    outline:0 none;
    position:relative;
    width:405px;
    height:300px;
    margin:160px auto;
    padding:0 40px
}

#feedback-modal-box {
}

#small-modal .modal-content span,#small-modal2 .modal-content span,#small-modal3 .modal-content span,.modal-content span {
    font-family:'opensansRegular';
    font-size:14px;
    display:inline-block;
    width:60px;
    float:left
}

body {
    overflow-y:scroll!important
}

#basicModal2 .input {
    width:378px
}

.mar {
    margin-right:3px
}

.input-l {
    width:174px;
    border:1px solid #ddd;
    color:#858585;
    height:14px;
    padding:10px 11px
}

.modal-content h4 {
    font-size:27px;
    font-family:calibri;
    text-align:center
}

.modal-backdrop {
    background-color:#000;
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:1040
}

.modal-backdrop.fade {
    opacity:0
}

.modal-backdrop.in {
    opacity:.5
}

.modal-header {
    padding:27px
}

.modal-header .close {
    margin-top:-2px
}

.entry-content .modal-title {
    font-size:140%;
    line-height:1.42857;
    margin:0
}

.modal-body {
    position:relative;
    padding-bottom: 10px;
}

.modal-footer {
    margin-top:15px;
    text-align:right;
    padding:19px 20px 20px
}

.modal-footer .btn + .btn {
    margin-bottom:0;
    margin-left:5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left:-1px
}

input[type="checkbox"],input[type="radio"] {
    display:none
}

input[type="checkbox"] + label,input[type="radio"] + label {
    font:18px bold;
    color:#444;
    cursor:pointer
}

input[type="checkbox"] + label::before,input[type="radio"] + label::before {
    content:"";
    display:inline-block;
    height:24px;
    width:24px;
    margin:0 5px 0 0
}

input[type="checkbox"] + label::before {
    background:url(../images/uncheck0.jpg) no-repeat top center
}

input[type="checkbox"]:checked + label::before {
    background:url(../images/check.jpg) no-repeat top center
}

.calc-fack {
    margin-top:104px;
    -webkit-box-shadow:1px 1px 2px 4px #f2f2f2;
    box-shadow:1px 1px 2px 4px #f2f2f2
}

.mat {
    float:left;
    margin-right:35px
}

.room {
    float:left;
    width:252px;
    margin-right:30px
}

.dop {
    width:205px;
    float:left
}

.dop input {
    height:20px;
    margin:0;
    width:38px;
    border:1px solid #d0d2d3;
    border-radius:4px;
    float:right
}

.dop p,.dop p {
    margin-bottom:26px;
    font-size:16px;
    color:#2e4a68;
    text-transform:uppercase;
    font-family:'opensansBold'
}

.dop p span {
    background:none!important;
    float:right;
    font-size:16px!important;
    margin-top:4px;
    text-transform:lowercase
}

.mat ul {
    width:352px
}

.mat ul li {
    margin-bottom:50px;
    height:24px;
    width:50%;
    float:left
}

.mat ul li label {
    display:inline-block;
    vertical-align:middle;
    height:24px;
    font-size:16px;
    color:#2e4a68;
    text-transform:uppercase;
    font-family:'opensansBold'
}

.mat label p {
    padding-left:10px;
    float:right
}

.calc-fack h4 {
    margin:35px 0;
    height:34px;
    display:inline-block;
    padding-left:50px;
    font:18.65px opensanssemiboldRegular;
    text-decoration:underline
}

.mat h4 {
    background:url(../images/calc1000.jpg) no-repeat top left
}

.room h4 {
    background:url(../images/calc2000.jpg) no-repeat top left
}

.dop h4 {
    background:url(../images/calc3000.png) no-repeat top left
}

.calc-fack .gold img {
    margin-left:30px
}

.room p {
    font-size:16px;
    color:#2e4a68;
    text-transform:uppercase;
    font-family:'opensansBold'
}

.room input {
    height:20px;
    margin:26px 0;
    width:135px;
    border:1px solid #d0d2d3;
    border-radius:4px
}

.footer {
    background:#fff;
    overflow: hidden;
    text-align:center;
    font-family:'HelveticaNeueCyrLight';
    font-size:14px;
    padding-top: 5px;
}

#countbox-days1 {
    width:20px!important
}

.gold img {
    float:left;
    margin-left:19px
}

.contact .gold {
    text-align:left
}

.imp2 {
    width:100%
}

.imp2 img {
    width:100%
}

@media screen and (max-width: 1090px) {
.carousel {
    max-width:744px!important
}

.carousel-wrapper {
    width:688px
}
}

@media screen and (max-width: 750px) {
.carousel-block {
    border:3px solid #0e9dde;
    float:left;
    height:252px!important;
    margin:24px;
    padding:20px;
    width:180px!important
}

.carousel-block img {
    width:179px
}

.carousel {
    max-width:603px!important
}

.carousel-wrapper {
    width:548px
}

.carousel-button-left a,.carousel-button-right a {
    top:118px!important
}
}

@media screen and (max-width: 610px) {
.carousel {
    max-width:334px!important
}

.carousel-wrapper {
    width:274px
}
}

@media screen and (max-width: 480px) {
.otz div {
    width:317px
}

.otz div p {
    font-size:12px
}
}

@media screen and (max-width: 320px) {
.otz div {
    width:250px
}

.otz div p {
    font-size:12px
}
}

/*@media screen and (max-width:1000px) {#calc{width:900px;}}*/
@media screen and (max-width:1000px) {
#calc {
    padding-left:18px
}

.mat {
    width:318px;
    margin-right:0
}

.mat ul {
    width:302px
}

.room {
    width:252px;
    margin-right:-45px
}
}

@media screen and (max-width: 740px) {
#calc {
    padding-left:18px
}

.mat {
    height:218px
}

.room {
    float:left
}

.mat ul li {
    margin-bottom:15px
}

.dop {
    float:none
}

.room input {
    margin:13px 0
}

.dop p {
    margin:15px 0
}

.calc {
    height:793px
}

.calc-fack {
    height:750px
}

.calc h2 {
    font-size:30px!important
}
}

@media screen and (max-width: 540px) {
#calc {
    padding-left:18px
}

.mat {
    height:218px;
    float:none
}

.room {
    float:none
}

.mat ul li {
    margin-bottom:15px
}

.room input {
    margin:13px 0
}

.dop p {
    margin:15px 0
}

.calc {
    height:1060px
}

.calc-fack {
    height:1040px
}

.calc h2 {
    font-size:30px!important
}
}

/*@media screen and (max-width: 980px) {.imp {left:-156px;} }*/
@media screen and (max-width: 800px) {
.imp {
    display:none
}
}

@media screen and (max-width: 740px) {
.comment {
    right:0
}
}

/*@media screen and (max-width: 560px) {.comment {right:2%; width:471px;} .comment_inner {width:409px;} .comment p {font-size:13px;}}
@media screen and (max-width: 500px) {.inj{display:none;}}*/
@media screen and (max-width: 415px) {
.data {
    padding-left:25px
}
}

@media screen and (max-width: 515px) {
.man img {
    margin-left:-100px!important
}
}

@media screen and (max-width: 425px) {
.man {
    display:none
}
}

@media screen and (max-width: 600px) {
.vopr h2 {
    font-size:30px
}
}

.timer2 {
    color:#585858;
    font-size:18pt;
    font-weight:800;
    height:0;
    position:absolute;
    text-align:left;
    top:0!important;
    width:32px
}

.timer {
    color:#585858;
    font-size:18pt;
    font-weight:800;
    height:0;
    position:absolute;
    text-align:left;
    top:0!important;
    width:32px
}

.tm_hint {
    color:#9e9e9e;
    font-size:8pt;
    font-weight:600;
    height:0;
    position:absolute;
    text-align:left;
    top:40px!important;
    width:32px
}

.count {
    position:relative;
    width:156px;
    height:46px;
    background:url(../images/timer000.png) no-repeat
}

#day1 {
    left:7px!important;
    margin-top:1px
}

#day2 {
    left:23px!important;
    margin-top:1px
}

#hour1 {
    left:47px!important;
    margin-top:1px
}

#hour2 {
    left:61px!important;
    margin-top:1px
}

#mint1 {
    left:83px!important;
    margin-top:1px
}

#mint2 {
    left:96px!important;
    margin-top:1px
}

#sec1 {
    left:120px!important;
    margin-top:1px
}

#sec2 {
    left:136px!important;
    margin-top:1px
}

#day13 {
    left:7px!important;
    margin-top:1px
}

#day23 {
    left:23px!important;
    margin-top:1px
}

#hour13 {
    left:47px!important;
    margin-top:1px
}

#hour23 {
    left:61px!important;
    margin-top:1px
}

#mint13 {
    left:83px!important;
    margin-top:1px
}

#mint23 {
    left:96px!important;
    margin-top:1px
}

#sec13 {
    left:120px!important;
    margin-top:1px
}

#sec23 {
    left:136px!important;
    margin-top:1px
}


#day12 {
    left:7px!important;
    margin-top:1px
}

#day22 {
    left:23px!important;
    margin-top:1px
}

#hour12 {
    left:47px!important;
    margin-top:1px
}

#hour22 {
    left:61px!important;
    margin-top:1px
}

#mint12 {
    left:83px!important;
    margin-top:1px
}

#mint22 {
    left:96px!important;
    margin-top:1px
}

#sec12 {
    left:120px!important;
    margin-top:1px
}

#sec22 {
    left:136px!important;
    margin-top:1px
}
#day14 {
    left:7px!important;
    margin-top:1px
}

#day24 {
    left:23px!important;
    margin-top:1px
}

#hour14 {
    left:47px!important;
    margin-top:1px
}

#hour24 {
    left:61px!important;
    margin-top:1px
}

#mint14 {
    left:83px!important;
    margin-top:1px
}

#mint24 {
    left:96px!important;
    margin-top:1px
}

#sec14 {
    left:120px!important;
    margin-top:1px
}

#sec24 {
    left:136px!important;
    margin-top:1px
}
#day14 {
    left:7px!important;
    margin-top:1px
}

#day24 {
    left:23px!important;
    margin-top:1px
}

#hour14 {
    left:47px!important;
    margin-top:1px
}

#hour24 {
    left:61px!important;
    margin-top:1px
}

#mint14 {
    left:83px!important;
    margin-top:1px
}

#mint24 {
    left:96px!important;
    margin-top:1px
}

#sec14 {
    left:120px!important;
    margin-top:1px
}

#sec24{
    left:136px!important;
    margin-top:1px
}


.display-animation > *,.item-grid > *,.products > * {
    transform:scale(0,0);
    transition:transform .3s cubic-bezier(0.55,0,0.1,1) 0
}

.no-js .display-animation > *,.no-js .item-grid > *,.no-js .products > * {
    transform:scale(1,1)
}

.display-animation.animating-in > *,.item-grid.animating-in > *,.products.animating-in > * {
    transform:scale(1,1)
}

.display-animation.animating-out > *,.item-grid.animating-out > *,.products.animating-out > * {
    transform:scale(0,0)
}

.carousel-block img {
    width:100%
}

.inner {
    width:100%;
    max-width:1140px;
    margin:0 auto
}

.block_footer_email {
    background:url(../images/icon_foo.png) no-repeat scroll 0 2px rgba(0,0,0,0);
    float:left;
    font-size:14px;
    margin-top:25px;
    padding-left:29px
}

.block_footer_email a {
    font-size:14px;
    color:#000;
    text-decoration:none
}

.block_footer_phone {
    background:url(../images/icon_fop.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    float:left;
    font-size:14px;
    margin-left:31px;
    margin-top:25px;
    padding-left:32px
}

.block_footer_phone a {
    font-size:14px
}

.block_footer_question {
    color:#202020;
    float:left;
    font-size:18px;
    font-weight:300;
    position:absolute;
    width:100%;
    max-width:1140px;
    text-align:center;
    margin-top:25px
}

.block_footer_question a {
    color:#009fe3;
    font-family:"HelveticaNeueCyrLight";
    font-size:18px;
    font-weight:400;
    display:inline-block;
    font-weight:300;
    padding-bottom:6px
}

.block_footer_question a:hover {
    border-color:transparent;
    text-decoration:none
}

.block_footer_developer {
    float:right
}

.block_footer_developer .text {
    float:left;
    font-size:14px;
    padding-top:25px;
    color:#000;
    font-family:"OpenSansRegular",Helvetica,Arial,sans-serif
}

.block_footer_developer .logo {
    float:left;
    margin-left:30px;
    padding-top:17px
}

.block_footer_developer .logo img {
    display:block
}

@media screen and (max-width: 885px) {
.block_footer_developer,.block_footer_phone,.block_footer_email {
    display:none
}
}

.btn {
    cursor:pointer
}

.contact .main {
    padding-top:20px
}

.stil {
    border:1px solid #bdbdbd;
    color:#b1b1b1;
    font-family:"roboto";
    font-size:14px;
    margin-top:13px;
    padding:0 5px!important;
    height:28px
}

.pricing-table {
    margin-top:10px;
    margin-bottom:10px;
    float:left;
    width:294px;
    text-align:center;
    color:#434343;
    font-family:'opensansBold';
    font-size:24px;
    border-top:7px solid #fff;
    border-bottom:7px solid #fff;
    box-shadow:1px 1px 40px 10px #f9f9f9;
    border-radius:6px
}

.pricing-table li {
    margin:0 7px;
    background:#f6f3f3
}

.pricing-table li p {
    padding:12px 0;
    margin:0!important;
    font-family:'opensansBold'
}

.country {
    padding-bottom:19px
}

.country span {
    display:block;
    height:3px;
    width:39px;
    margin:19px auto 0
}

.blue .country span {
    background:#03a9ff
}

.green .country span {
    background:#85c300
}

.red .country span {
    background:#db3f1b
}

.light {
    font-size:18px
}

.country b {
    font-size:18.63px;
    color:#0e2f51;
    background:#ffc603;
    padding:0 5px
}

.pricing-table .upper {
    height:20px!important;
    background:#dfdfdf;
    text-transform:uppercase;
    color:#0e2f51;
    font-size:11.43px
}

.table-heading {
    padding-top:10px;
    font-weight:800;
    font-size:40px
}

.blue .table-heading {
    color:#03a9ff
}

.green .table-heading {
    color:#85c300
}

.red .table-heading {
    color:#db3f1b
}

.blue .table-heading-two {
    background:#03a9ff
}

.green .table-heading-two {
    background:#85c300
}

.red .table-heading-two {
    background:#db3f1b
}

.green {
    margin:10px 50px
}

.table-heading-two {
    color:#fff;
    font-size:36px;
    font-weight:800;
    padding:5px 0 10px;
    line-height:1;
    margin:0!important
}

.table-heading-two .upper {
    background:none
}

.price h2 {
    float:left;
    font:60px/1.1 opensanssemiboldregular;
    padding-top:40px;
    margin-bottom:20px
}

.price h3 span {
    background:none repeat scroll 0 0 #ffc603;
    display:inline-block;
    font:18.75px/.9 opensanssemiboldregular;
    height:21px;
    margin-bottom:3px;
    padding:0 5px
}

.main2 {
    width:990px;
    margin:0 auto
}

.price h3 {
    display:inline-block;
    margin-top:125px;
    margin-left:10px
}

.price p {
    font-size:17px;
    font-family:'opensansRegular';
    color:#0e2f51;
    margin-bottom:20px
}

.gold2 {
    width:210px;
    height:26px;
    display:block;
    background:url(../images/gold1000.png);
    font-family:'roboto';
    font-size:12px;
    text-transform:uppercase;
    padding-top:10px;
    text-decoration:none;
    margin:0 auto;
    color:#1e1e1e
}

.table-btn-2 {
    height:61px;
    padding-top:20px
}

.gold2:hover {
    background:url(../images/gold2.png)
}

@media screen and (max-width: 990px) {
.pricing-table {
    width:250px
}

.green {
    margin:10px 20px
}

.main2 {
    width:790px
}
}

@media screen and (max-width: 890px) {
.price .main {
    margin:0 15px
}

.price h3 {
    margin-left:-248px;
    margin-top:61px
}
}

@media screen and (max-width: 850px) {
.pricing-table {
    width:240px
}

.green {
    margin:10px 14px
}

.table-heading-two {
    font-size:25px
}

.main2 {
    width:750px
}
}

@media screen and (max-width: 780px) {
.pricing-table {
    width:227px
}

.green {
    margin:10px 14px
}

.table-heading-two {
    font-size:25px
}

.main2 {
    width:710px
}
}

@media screen and (max-width: 710px) {
.pricing-table {
    float:none;
    margin:20px auto
}

.table-heading-two {
    font-size:25px
}
}

@media screen and (max-width: 620px) {
.price h2 {
    font-size:43px
}

.price h3 {
    margin-left:-186px;
    margin-top:49px
}

.price h3 span {
    line-height:1.4;
    font-size:13.75px
}
}

@media screen and (max-width: 470px) {
.price h2 {
    font-size:36px
}

.price h3 {
    margin-left:-146px;
    margin-top:41px
}
}

@media screen and (max-width: 410px) {
.price h3 {
    margin-left:0;
    margin-top:0
}
}

.table-info {
    width:100%;
    height:100%;
    display:block;
    min-height:980px
}

.table-info .table:nth-child(odd) {
    margin-right:25px
}

.table {
    margin-top:30px;
    padding:10px;
    width:445px;
    float:left;
    height:398px;
    background:#e9e9e9;
    border:7px solid #fff;
    box-shadow:1px 1px 4px 4px #f2f2f2;
    border-radius:6px
}

.table img {
    float:left;
    margin-right:15px;
    margin-bottom:15px
}

.table h4 {
    font-size:18px;
    font-family:opensansExtraboldRegular;
    text-transform:uppercase;
    color:#434343;
    margin-bottom:15px
}

.table .gold2 {
    float:left;
    font-weight:700;
    text-align:center
}

.table table {
    margin-bottom:20px;
    box-shadow:0 20px 50px -25px rgba(124,124,124,1) ,0 -20px 50px -25px rgba(124,124,124,1);
    width:100%;
    font-size:14px;
    text-transform:uppercase;
    font-family:opensansBold;
    border:1px solid #e9e9e9;
    border-bottom:0;
    border-top:0
}

.table td {
    border-right:1px solid #e9e9e9;
    padding:7px 15px
}

.table tr:nth-child(odd) {
    background:#fff
}

.table tr:nth-child(even) {
    background:#f2f2f2
}

.table tr td:nth-child(2) {
    text-align:center
}

.table p {
    text-align:right;
    font-size:48px;
    font-family:opensansBold;
    color:#434343;
    display:inline-block;
    float:right
}

.table p:before {
    display:inline-block;
    content:'öåíà';
    float:left;
    font-size:18px;
    color:#000;
    background:#ffda3d;
    padding:0 10px;
    margin-top:22px;
    margin-right:20px
}

@media screen and (max-width: 990px) {
.table {
    float:none;
    margin:30px auto 0!important
}
}

@font-face {
    font-family:FiraSansBold;
/* Ãàðíèòóðà øðèôòà */
    src:url(../../../potolki.ambuk.ru/fonts/FiraSansBold.ttf)
/* Ïóòü ê ôàéëó ñî øðèôòîì */
}

@font-face {
    font-family:FiraSansRegular;
/* Ãàðíèòóðà øðèôòà */
    src:url(../../../potolki.ambuk.ru/fonts/FiraSansRegular.ttf)
/* Ïóòü ê ôàéëó ñî øðèôòîì */
}

.anim-slider .main {
    width:960px
}

.anim-slide {
    opacity:0
}

.anim-slide-this {
    opacity:1
}

.slide1 .gold,.slide2 .gold {
    top:532px;
    width:299px;
    height:40px;
    padding-top:14px
}

.slide3 .gold {
    top:523px;
    width:299px;
    height:40px;
    padding-top:14px
}

li.anim-slide:nth-of-type(1) {
    background:#fff url(../images/slide100.jpg) 100%/cover
}

li.anim-slide:nth-of-type(2) {
    background:#fff url(../images/slide200.jpg) 100%/cover
}

li.anim-slide:nth-of-type(3) {
    background:#fff url(../images/slide300.jpg) 100%
}

li.anim-slide:nth-of-type(1)>h2 {
    position:absolute;
    display:inline-block;
    margin:0;
    font-size:40px;
    padding:0 25px
}

@media screen and (max-width: 1570px) {
li.anim-slide:nth-of-type(3) {
    background:#fff url(../images/slide300.jpg) 59% center
}
}

.anim-slide .main {
    width:960px;
    margin:0 auto;
    height:656px;
    position:relative
}

.anim-slide .main h2 {
    font-size:78px;
    line-height:1;
    
}

.looks {
    background-color:#0092d7;
    color:#fff;
    top:38px;
    margin-top:0;
    padding:0 10px
}

.amazing {
    background-color:#0092d7;
    color:#fff;
    top:127px;
    padding:0 10px
}

.place {
    background-color:#ff6000;
    color:#fff;
    top:127px;
    padding:0 10px
}

.slide1 .place {
    left:416px
}

.slide2 .place {
    left:433px
}

.slide3 .place {
    left:237px
}

.slide3 .price {
    color:#053c56;
    font-size:48px;
    font-family:FiraSansBold;
    top:243px;
    margin:0
}

.anim-slide .price small,.price b,.price span {
    position:relative
}

.anim-slide .price small {
    font-size:30px;
    font-family:FiraSansRegular
}

.anim-slide .price b {
    font-size:100px
}

.anim-slide .price span {
    font-size:48px
}

.type {
    background-color:#ff6000;
    color:#fff;
    left:498px;
    padding:0 10px
}

.slide1 .type li {
    top:224px
}

.slide2 .type,.slide3 .type {
    top:245px
}

.slide3 .type {
    top:242px
}

.type li {
    text-align:center;
    width:160px;
    height:190px;
    display:block;
    float:left
}

.type li:first-child {
    left:0;
    z-index:91
}

.type li:nth-of-type(2) {
    left:160px;
    z-index:90
}

.type li:nth-of-type(3) {
    left:320px;
    z-index:89
}

.type li:nth-of-type(4) {
    left:480px;
    z-index:88
}

.type li:nth-of-type(5) {
    left:640px;
    z-index:87
}

.type li:nth-of-type(6) {
    left:800px;
    z-index:86
}

.type {
    margin:0 0 0 -20px;
    padding:0;
    left:0
}

.type img {
    display:block
}

.type li p {
    color:#fff;
    width:100px;
    font-size:17px;
    font-family:OpenSansBold;
    padding:2px 6px;
    margin:164px auto 0 30px
}

.orange {
    background-color:#ff6000
}

.sea {
    background-color:#053c56
}

.white {
    color:#fff!important
}

.head1 {
    color:#fff;
    font-family:FiraSansBold;
    font-size:48px;
    background-color:#053c56;
    line-height:1;
    padding:2px 10px;
    top:445px;
    position:absolute
}

.slide3 .head1 {
    top:448px
}

.anim-slide .small {
    color:#053c56;
    font-size:27px;
    font-family:FiraSansRegular;
    top:502px
}

.slide3 .small {
    top:351px
}

.table-heading-two small {
    font-size:18px
}

@media screen and (max-width:960px) {
li.anim-slide:nth-of-type(3) {
    background:#fff url(../images/slide300.jpg) 50% center
}

.type li img {
    width:130px
}

.type li {
    width:130px
}

.type li:nth-of-type(2) {
    left:130px;
    z-index:90
}

.type li:nth-of-type(3) {
    left:260px;
    z-index:89
}

.type li:nth-of-type(4) {
    left:390px;
    z-index:88
}

.type li:nth-of-type(5) {
    left:520px;
    z-index:87
}

.type li:nth-of-type(6) {
    left:650px;
    z-index:86
}

.type li p {
    margin-left:10px
}

.type {
    margin-left:0
}
}

.little {
    text-transform:lowercase
}