html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
	/*font-weight:normal !important;*/
	
	/*  fix for mac os  */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
ul { list-style: none outside;    }
ol { list-style-position: inside; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;}
.clearfix:after {
  clear: both;}

/* ----style-form---*/

::-webkit-input-placeholder { color:#707070;}
:-moz-placeholder { color:#707070;}
.placeholder { color:#707070;}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}

html,body{
	height:100%;
}
body{
	min-width:320px;
    font-family: 'Varela', sans-serif;
    line-height: normal;
    color: #000000;
    box-sizing: border-box;
}
a{
	transition:0.3s;
}
a:hover{ text-decoration:none;}
img{max-width: 100%;}
input,textarea{
	outline:none !important;
}

.top-line{
    font-family: 'Varela', sans-serif;
    min-height: 26px;
    background: #C8124A
}
.top-line:after{clear: both;content: "";display: block;}
.top-text{
    float: left;
    font-size: 14px;
    color: #FFF;
    margin: 3px 0 0 0;
}
.top-sotsial{
    float: right;
}
.top-sotsial a{
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.top-sotsial a:hover{color: #58C3FF;}
.header{
    min-height: 128px;
    padding-bottom: 6px;
}
.header:after{clear: both;content: "";display: block;}
.site-logo{
    float: left;
    margin: 0px 0 0 0;
    width: 130px;
    height: 132px;
    background: url(../img/logo.png) no-repeat;
}
.top-contact{
    float: left;
    margin: 13px 0 0 39px;
}
a.top-mail{
    color: #F24C7B;
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
}
a.top-mail:hover{text-decoration: underline;}
a.top-phone{
    color: #F24C7B;
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
}
a.top-phone:hover{text-decoration: underline;}
a.top-button{
    color: #F24C7B;
    border: #F24C7B solid 1px;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
}
a.top-button:hover{
    background: #F24C7B;
    color: #FFF;
}
.top-menu{
    float: right;
    margin: 40px 0 0 0px;
}
.top-menu ul{
    
}
.top-menu ul li{
    float: left;
    position: relative;
    padding-bottom: 30px;
}
.top-menu ul li a{
    color: #790027;
    text-decoration: none;
    padding: 0px;
    font-size: 18px;
    padding: 15px 28px;
    border-left: 1px solid #F24C7B;
}
.top-menu ul li:first-child a{border: none;}
.top-menu ul li a:hover,.top-menu ul li.active a{background: none !important;color: #E63B6D;}
.top-menu ul li ul{
    position: absolute;
    z-index: 25;
    width: 258px;
    top: 80px;
    right: -35px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: none;
}
.top-menu ul li:hover ul{display: block;}
.top-menu li li{
    float: none;
    padding: 0px;
}
.top-menu li li a{
    font-size: 18px;
    line-height: 23px;
    padding: 15px 30px;
    display: block;
    border: 0.5px solid #E0E0E0 !important;
    color: #000000 !important;
}
.top-menu li li a:hover,.top-menu li li.active a{
   background: #F24C7B !important;
    color: #FFFFFF !important;
}

.main-slider{
    max-width: 1400px;
    margin: 0 auto;
}
.ms-block{
    position: relative;
}
.ms-block-item{
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ms-block-title{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.ms-block-text{
    color: #FFF;
    font-size: 28px;
    line-height: 34px;
}

.ms-block .slick-arrow{
   position: absolute;
    z-index: 20;
    width: 35px;
    height: 47px;
    outline: none !important;
    top: 45%;
    text-indent: -99999px;
    border: none;
    transition: 0.3s;
}
.ms-block .slick-next{
    background:rgba(255, 255, 255, 0.5)  url(../img/next.png) no-repeat center center;
    right: 10px;
}
.ms-block .slick-next:hover{background:rgba(255, 255, 255, 1)  url(../img/next.png) no-repeat center center;}
.ms-block .slick-prev{
    background:rgba(255, 255, 255, 0.5)  url(../img/prev.png) no-repeat center center;
    left: 10px;
}
.ms-block .slick-prev:hover{background:rgba(255, 255, 255, 1)  url(../img/prev.png) no-repeat center center;}
.ms-block ul.slick-dots{
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
}
.ms-block ul.slick-dots li{
    text-indent: -99999px;
    border: none;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    outline: none !important;
    border-radius: 7px;
    background: #FFF;
    margin: 0 8px;
    transition: 0.3s;
    opacity: 0.5;
}
.ms-block ul.slick-dots li.slick-active{
    background: #710023;
    opacity: 0.8;
}

.main-baceclin{
    padding: 65px 0 110px 0;
}
.bc-title{
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
}

.bc-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.bc-list-item{
    width: 270px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #FFF;
    text-decoration: none !important;
    color: #000000 !important;
}

.bcli-img{
    background: #000;
    position: relative;
}
.bcli-img img{opacity: 0.75;}
.bcli-img-icon{
    width: 100%;
    height: 100%;
    display: flex;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.bcli-img .bcli-img-icon img{opacity: 1;}
.bcli-text{
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.bcli-text span{
    display: inline-block;
    color: #000000;
}
.clean-info{
    background:#790027 url(../img/clean-info.jpg) no-repeat right center;
    background-size: 50% 100%;
    min-height: 430px;
    max-width: 1400px;
    margin: 0 auto;
    color: #FFF;
}
.clean-info-cont{
    max-width: 460px;
    padding: 63px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}
.clean-info-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 26px;
}
.clean-info-text{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.main-revs{
    background: url(../img/revs-bg.jpg) no-repeat right center;
    min-height: 525px;
    max-width: 1400px;
    margin: 150px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-revs-title{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}
.main-revs-likcs{
    padding: 80px 0 0 0;
}
.mrl-link1{
    width: 185px;
    height: 49px; 
    line-height: 49px;
    text-align: center;
    background: #FFFFFF;
    color: #790027 !important;
    font-size: 18px;
    display: inline-block;
    text-decoration: none !important;
}
.mrl-link2{
    width: 185px;
    height: 49px; 
    line-height: 49px;
    text-align: center;
    background: #F24C7B;
    color: #790027 !important;
    font-size: 18px;
    display: inline-block;
    text-decoration: none !important;
    margin: 0 0 0 90px;
}

.footer-top{
    margin: 154px 0 0 0;
    padding-bottom: 15px;
}
.footer-top:after{clear: both;content: "";display: block;}

.ft-left{
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ft-left span{
    font-size: 36px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-left: 40px;
    color: #500011;
    padding: 10px 0 0 0;
}
.ft-left img{}
.ft-right{
    font-size: 36px;
    line-height: 47px;
    float: right;
    padding: 20px 0 0 0;
    color: #500011;
    float: right;
    text-transform: uppercase;
}


.footer{
    background: #BC003C;
    padding: 80px 0 20px 0;
}

.footer-left{
    float: left;
    width: 100%;
    max-width: 400px;
}
.footer-right{
   float: right;
   width: 100%;
   max-width: 400px; 
}
.footer-title{
    font-size: 18px;
    border-bottom: 2px solid #FF3E6C;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}
.f-contact{
    padding: 35px 0 0 0;
}
.f-contact-line{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.fcl-img{width: 32px;text-align: center;}
.f-contact-line span{margin-left: 15px;font-size: 18px;color: #FFF;font-family: 'Roboto', sans-serif;}

.footer-right ul{
    list-style: disc;
    margin: 32px 0 35px 45px;
    color: #FFF;
}
.footer-right ul li{padding: 0 0 10px 10px;}
.footer-right ul li a{
    font-size: 18px;
    color: #58C3FF !important;
    text-decoration: none !important;
}
.footer-right ul li a:hover{text-decoration: underline !important;}

.footer .top-sotsial{
    width: 100%;
    max-width: 400px;
}
.footer .top-sotsial a{font-size: 24px;}
.site-copy{
    color: #FFF;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 0 0;
}

.lb-form{
    width: 280px;
    border: 1px solid rgba(173, 173, 173, 0.69);
    background: #FFF;
    padding: 20px 30px 15px 30px;
}
.lb-form-title{
    font-size: 18px;
    line-height: 23px;
    color: #790027;
    text-align: center;
}
#lightbox-content{
    border: none !important;
}
.formResponsive .form-input input[type="text"]{
    display: block;
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #710023 !important;
    border-radius: 0px;
    box-shadow: none  !important;
    height: 40px;
    font-size: 16px;
    color: #999 !important;
    margin: 20px 0 0 0;
}
.formResponsive .form-input input[type="text"]:focus{
    border-bottom: 3px solid #F24C7B  !important;
}
.formResponsive .form-send{padding: 25px 0 0 0;}
.formResponsive .form-send input[type="submit"]{
    background: #F24C7B;
    border-radius: 6px;
    color: #FFF;
    font-size: 18px;
    width: 180px;
    height: 40px;
    box-shadow: none  !important;
    border: none  !important;
    margin: 0 auto;
    display: block;
    transition: 0.3s;
}
.formResponsive .form-send input[type="submit"]:hover{background: #710023;}
#lightbox-close{
    right: -35px !important;
}

.header-inside{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-content{
    padding: 65px 0 35px 0;
}
.page-content h1{
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
    font-weight: normal;
}
.page-content h2{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: normal;
}
.page-content h3{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: normal;
}
.page-content p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}
.work-time{
    font-size: 24px;
    line-height: 32px;
}
.prise-table{
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.tp-left{
    width: 50%;
    border: 1px solid #F24C7B;
}
.tp-right{
    width: 50%;
    border: 1px solid #F24C7B;
    border-left: none;
}
.prise-table-title{
    font-size: 36px;
    line-height: 42px;
    padding: 33px 10px 10px 10px;
    min-height: 110px;
    text-align: center;
    border-bottom: 1px solid #F24C7B;
}
.prise-table-list{
    font-size: 36px;
    line-height: 42px;
    padding: 25px 0 0 0;
    
}
.ptl-title{
    padding: 10px 35px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptl-line{
    padding: 10px 35px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prise-list-note1{
    padding: 30px 0 0 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.prise-list-note2{
    font-size: 24px;
    line-height: 28px;
}

.about-page{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about-content{
   width: 50%; 
}
.about-img{
    width: 45%;
}
.page-content .about-title h1{
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 45px;
}
.page-content .about-page h2{margin-bottom: 60px;}
.page-content .about-text p{
    font-size: 24px;
    line-height: 31px;
}
.comments-name{
    margin-bottom: 18px;
}
.commentblock-title{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.commentblock-title span{color: #FF0000 !important;}
#comments-form .comments-name input,#comments-form .comments-name input.selected{
    display: block;
    width: 100%;
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    height: 43px;
    border: none;
    padding: 0px 15px !important;
}
.comments-mail{
    
}
#comments-form .comments-mail input,#comments-form .comments-mail input.selected{
    display: block;
    width: 100%;
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    height: 43px;
    border: none;
    padding: 0px 15px !important;
}
.comments-area{
    padding: 20px 0 0 0;
}
#comments-form .comments-area textarea,#comments-form .comments-area textarea.selected{
    display: block;
    width: 100%;
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    height: 240px;
    padding: 10px 15px !important;
    border: none;
    max-width: inherit !important;
}
#comments-form .grippie{display: none !important;}
.comment-capcha{
    padding: 25px 0 0 0;
}
.bbcode{display: none !important;}
.comments-form-message-error{
    background: none !important;
    color: #ff0000;
    padding-left: 0px !important;
}
.comments-form-message-info{
     background: none !important;
    color: #58C3FF !important;
    padding-left: 0px !important;
}
#comments-form span.captcha{
    padding: 0 10px;
    color: #F24C7B;
    background: none;
}
#comments-form input.captcha{
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    border: none;
    padding: 0px 10px !important;
    height: 43px;
    margin: 0px !important;
    width: 90px;
}
#comments-form img.captcha{
    border: #F24C7B solid 1px;
    height: 43px;
    width: auto;
    margin: 0px !important;
}
#comments-form #comments-form-buttons{text-align: right;margin: 25px 0 0 0 !important;}
#comments-form #comments-form-buttons a{
    display: inline-block;
    background: #F24C7B;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}
#comments-form #comments-form-buttons a:hover{background: #C8124A;}

.comments-nav{
    text-align: center;
    padding: 0px 0 25px 0;
    margin-top: -15px;
}
.comments-nav span{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #F24C7B;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
    padding: 2px 0 0 0;
    cursor: pointer;
}
.comments-nav span.activepage{
    background: #F24C7B;
    color: #FFF;
}
#comments .comments-list{margin: 0px;}
.comment-item{
    background: #FFF3F7;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    padding: 20px 20px;
    margin-bottom: 35px;
    color: #000000;
    font-size: 18px;
    line-height: 23px;
}
.comment-item-body{
    color: #000000;
    padding-bottom: 20px;
}
.comment-item-date{
    color: #000000;
    text-align: right;
}
.comment-item-author{
    color: #000000;
    text-align: right;
}

.contact-info{
    float: left;
    width: 48%;
    font-size: 22px;
    padding: 5px 0 0 0;
}
.ci-line{
    margin: 15px 0px;
}
.ci-line a{color: #C8124A !important;}
.page-content .ci-line p{font-size: 18px;}
.contact-form{
    float: right;
    width: 48%;
}
.contact-form .formResponsive input[type="text"]{
    display: block;
    width: 100%;
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    height: 43px;
    border: none;
    padding: 0px 15px !important;
    font-size: 18px;
    margin: 0px;
    margin-top: 14px;
}
.contact-form .formResponsive textarea{
    display: block;
    width: 100%;
    background: #FFF3F7 !important;
    box-shadow: inset 0px 4px 2px rgba(121, 0, 39, 0.05);
    height: 153px;
    border: none;
    padding: 12px 15px !important;
    resize: none;
    font-family: 'Varela', sans-serif !important;
    font-size: 18px;
    margin: 0px;
    margin-top: 14px;
}
.contact-form .formResponsive input[type="submit"]{
    display: inline-block;
    background: #F24C7B;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    transition: 0.3s;
    font-family: 'Varela', sans-serif !important;
    font-size: 18px;
    margin: 0px;
    margin-top: 14px;
}
.contact-form .formResponsive input[type="submit"]:hover{background: #C8124A;}
.formResponsive .formError{margin-top: 0px !important;}
.servis-block{
    margin-bottom: 40px;
}
.os-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.os-list-item{
    width: 23%;
    margin: 0 1% 35px 1%;
    max-width: 270px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    position: relative;
}
.osl-item-img{
    background: #000;
    height: 220px;
    transition: 0.3s;
}
.os-list-item:hover .osl-item-img img{opacity: 0.6;}
.os-list-item:hover{background: #FFF3F7;}
.osl-item-img img{width: 100% !important;height: 100% !important;transition: 0.3s;}
.osl-item-text{
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 15px;
    font-size: 18px;
}
.osl-item-text span{
    display: inline-block;
    color: #000000;
    text-decoration: none !important; 
}
a.osl-order{
    position: absolute;
    display: none;
    width: 60%;
    left: 20%;
    height: 40px;
    background: #F24C7B;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    top: 90px;
}
a.osl-order:hover{background: #C8124A;}
.os-list-item:hover a.osl-order{display: block;}
#comments-form #comments-form-buttons a{
    display: inline-block;
    background: #F24C7B;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}
#comments-form #comments-form-buttons a:hover{background: #C8124A;}
.page-content .servis-block h3{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.page-content h4{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.servis-item-top{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    justify-content: flex-start;
}
.servis-item-img{
    width: 30%;
}
.servis-item-aditional{
    margin: 25px 0 0 45px;
}
.servis-item-aditional{
    
}
.page-content ul{
    margin: 0 0 15px 0px;
}
.page-content .servis-item-aditional ul li{
    padding: 0 0 10px 0;
}
.page-content .servis-item-aditional ul li span:first-child{
    font-weight: 700;
    display: inline-block;
    width: 120px;
    float: left;
}
.page-content .servis-item-aditional ul li span:last-child{
    margin: 0 0 0 130px;
    display: block;
}
.servis-item-text{
    padding: 35px 0 0 0;
    font-size: 18px;
}
.thank-link{
    position: absolute;
    letter-spacing: -9999999px;
}
.th-title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.th-text{
    text-align: center;
    font-size: 18px;
}
.comments-vote{display: none !important;}




