/* FONTS */
@font-face {
    font-family: 'VerdanaRegular';
    src: url('fonts/verdana.eot');
    src: url('fonts/verdana.eot') format('embedded-opentype'),
         url('fonts/verdana.woff2') format('woff2'),
         url('fonts/verdana.woff') format('woff'),
         url('fonts/verdana.ttf') format('truetype'),
         url('fonts/verdana.svg#VerdanaRegular') format('svg');
}

@font-face {
    font-family: 'aleksandracregular';
    src: url('fonts/aleksandrac-webfont.eot');
    src: url('fonts/aleksandrac-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleksandrac-webfont.svg#aleksandracregular') format('svg'),
         url('fonts/aleksandrac-webfont.woff2') format('woff2'),
         url('fonts/aleksandrac-webfont.woff') format('woff'),
         url('fonts/aleksandrac-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ACLineRegular';
    src: url('fonts/acline.eot');
    src: url('fonts/acline.eot') format('embedded-opentype'),
         url('fonts/acline.woff2') format('woff2'),
         url('fonts/acline.woff') format('woff'),
         url('fonts/acline.ttf') format('truetype'),
         url('fonts/acline.svg#ACLineRegular') format('svg');
}
html, body {
    margin:0px;
    padding:0px;
    width: 100%;
}
img {
    border:none;
}
.bc-inner form input.error {
    border: 2px solid #FFADAD;
}

.boxes form input.error {
    border: 2px solid #FFADAD;
}
div, a, span, p, td {
    font-family:'aleksandracregular';
}

.clearfix::after {
	display: table;
	clear: both;
	content: "";
}

input {
    font-family:'VerdanaRegular';
}
.input-btn {
    font-family:'VerdanaRegular';
}
a {
    text-decoration:none;
}
ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
h2 {
    font-size:28px;
    color:#8d8283;
}
p {
    margin:0px;
    padding:0px;
}
a.a{
	color: #4cd6d5;
    text-decoration: underline;
}
a.a:hover{
	text-decoration: none;
}
.nav ul a.active-link {
    background:#4CD6D5;
    color:#fff;
}
.decor-outer a.active-link {
    background: #FFDBDF;
    color: #7A686A;
}
.decor-outer a:hover {
    background: #FFDBDF;
    color: #7A686A;
}
.decor-outer a:hover:before {
    background: url('../images/d-hover-left.png') no-repeat center;
}
.decor-outer a:hover:after {
    background: url('../images/d-hover-right.png') no-repeat center;
}
.decor-outer a.active-link:before{
    background: url('../images/d-hover-left.png') no-repeat center;
}
.decor-outer a.active-link:after{
    background: url('../images/d-hover-right.png') no-repeat center;
}
.body-bg {
   /* background: url('../images/body_bg.png') repeat;*/
}
figure {
    margin:0px;
    padding:0px;
}
.inner {
    width:1000px;
    margin:0 auto;
}
.pager {
    width:100%;
    clear:both;
    padding-bottom: 40px;
}
.pager a {
    color: #59DDDD;
    font-size: 18px;
    display: inline-block;
    line-height: 38px;
    height: 38px;
    width: 38px;
    background: #FFF;
}
.pager .active {
    background: #59DDDD;
    color: #FFF;
}
.sbm {
    border: #FFDEAD;
    border-bottom: 2px solid #F2A8B0;
    width: 150px;
    background: #FFBAC1;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 3px;
    height: 40px;
    cursor: pointer;
    outline:none;
}
.boxes {
    width: 100%;
    display:inline-block;
    position:relative;
}
.l-r-15 {
    margin: 0px 15px 0px 15px;
}
.l-r-40 {
    margin: 0px 43px 0px 43px;
}
.btn:before {
    content:"";
    display:block;
     height: 48px;
    width: 34px;
    float:left;
    background:url('../images/button_before.png')no-repeat center;
}
.btn:after {
    content:"";
    display:block;
    height: 48px;
    width: 34px;
    float:right;
    background:url('../images/button_after.png')no-repeat center;
}
.p-align {
 text-align: right;   
}
.p-left {
    text-align:left;
}
.p-center {
    text-align: center;
}
.title>span.no-bg {
    background:none;
}
.u-15 {
    margin-top: 15px;
}
.u-20 {
    margin-top: 20px;
}
.u-25 {
    margin-top: 25px;
}
.u-30 {
    margin-top:30px;
}
.u-40 {
    margin-top:40px;
}
.u-50 {
    margin-top:50px;
}
.u-60 {
    margin-top:60px;
}
.u-100 {
    margin-top: 100px;
}
.b-15 {
    margin-bottom:15px;
}
.b-20 {
    margin-bottom:20px;
}
.b-40 {
    margin-bottom:40px;
}
.b-50 {
    margin-bottom:50px;
}
.b-80 {
    margin-bottom: 80px;
}
.link {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #4CD6D5;
    text-decoration: underline;
    font-size: 16px;
}
/* HEADER */
#header {
    width: 100%;
    margin: 0 auto;
    height: 215px;
    background: #FFF;
    max-width: 1400px;
    min-width: 1000px;
}
.h-inner {
    width: 1000px;
    height: 160px;
    margin: 0 auto;
}
.h-box {
    display: inline-block;
    width: 300px;
    height: 165px;
    vertical-align: top;   
}
.h-center {
    margin: 0px 44px 0px 44px;
}
.nav-outer {
    width: 100%;
    height: 55px;
    position: relative;
    box-shadow: 0 -3px 7px -3px #B8B5B5, 0 3px 7px -3px #B8B5B5;
    z-index: 100;
}
.nav {
    widtH: 1000px;
    height: 55px;
    margin: 0px auto;
}
.nav ul{
    float: left;
    height: 100%;
}
.nav li {
    display: inline-block;
    height: 100%;
    float: left;
}
.nav ul a {
    display:inline-block;
    line-height: 55px;
    padding: 0px 12px 0px 12px;
    font-size: 15px;
    color: #786F70;
    text-transform: uppercase;
    height:55px;
}
.nav ul a:hover {
    background:#4cd6d5;
    color:#fff;
}
.box_soc {
    width: 100%;
    height: 31px;
    margin-top: 20px;
}
.box_soc a{
    display: inline-block;
    width: 31px;
    height: 31px;
    float: left;
    margin-right: 4px;
}
.vk {
    background: url('../images/soc_img.png') no-repeat -4px -2px; 
}
.fb {
    background: url('../images/soc_img.png') no-repeat -39px -2px;
}
.inst {
    background: url('../images/soc_img.png') no-repeat -75px -2px;
}
.vm {
    background: url('../images/soc_img.png') no-repeat -109px -2px;
}
.email {
    display: inline-block;
    width: 100%;
    margin-top: 13px;
    color: #A69C9D;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.logo {
    text-align: center;
}
.phone {
    font-size: 20px;
    color: #A69C9D;
    margin: 18px 0px 0px 0px;
    line-height: 10px;
    height: 40px;
    text-align: right;
}
.phone a {
    font-size: 40px;
    color: #7A686A;
    top: 12px;
    font-family: ACLineRegular;
    position: relative;
    left: 6px;
}
.phone a:hover {
    color: #7A686A;
}
/*
.address {
    color: #4CD6D5;
    display: inline-block;
    padding-left: 19px;
    background: url('../images/address_img.png') no-repeat left center;
    margin-top: 3px;
    font-size: 15px;
    text-decoration: underline;
}*/
.order-phone {
    display: inline-block;
    color: #FFF;
    background: #FFD2D7;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    height: 30px;
    width: 155px;
    text-align: center;
    line-height: 30px;
}
.decor-outer{
    display: inline-block;
float: left;
}
.studio-decor {
    float: right;
    height: 46px;
    width: 125px;
    color: #7A686A;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: relative;
    padding: 9px 5px 0px 5px;
    font-size: 16px;
    line-height: 20px;
}
.studio-decor:before {
    content: "";
    background: url('../images/decor_before_img.png') no-repeat center;
    display: block;
    height: 55px;
    width: 35px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.studio-decor:after {
    content: "";
    float: right;
    background: url('../images/decor_after_img.png') no-repeat center;
    display: block;
    height: 55px;
    width: 35px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/* SLIDER */
.slider-outer {
    width: 100%;
    max-width: 1400px;
    background: #FFF;
    min-width: 1000px;
    margin: 0 auto;
}
.slider-box {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    /*height: 535px;*/
    max-width: 1280px;
}
#slider {
    width: 100%;
    height: 100%;
}
.slide {
    width: 100%;
    height: 500px;
    background-size: cover;
}
.sl-inner {
    width: 100%;
    max-width:1000px;
    margin: 0 auto;
    text-align: right;
    height: 100%;
    position: relative;
    max-height: 500px;
}
.sl-wrapper {
    background: rgba(251, 247, 247, 0.86);
    border-radius: 210px;
    position: absolute;
    display: inline-block;
    box-shadow: 1px 2px 2px 0px rgba(43, 39, 39, 0.44);
    right: 0px;
    top: 50%;
    margin-top: -203px;
}
.sl-text {
    width: 395px;
    height: 395px;
    border: 1px solid #D9D9D9;
    border-radius: 210px;
    margin: 5px;
}
.sl-head {
    color: #7A686A;
    text-align: center;
    font-size: 37px;
    padding: 60px 55px 18px 50px;
    line-height: 40px;
}
.sl-desc {
    color: #7A686A;
    font-size: 15px;
    padding: 0px 50px 0px 50px;
    text-align: left;
    position:relative;
}
.sl-desc:before {
    content: "";
    display: block;
    width: 34px;
    height: 30px;
    float: left;
    background: url('../images/shape-open.png') no-repeat center;
    overflow: hidden;
    position: absolute;
    top: -15px;
    left: 13px;   
}
.sl-desc:after{
    content: "";
    display: block;
    width: 34px;
    height: 30px;
    float: right;
    background: url('../images/shape-close.png') no-repeat center;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
    right: 52px;
}
/* SECTION CONTENT*/
#content {
    width: 100%;
    max-width: 1400px;
    min-width: 1000px;
    background: #FFF;
    margin: 0 auto;
}
#content h1 {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    color: #958B8C;
    margin-bottom: 25px;
	/*margin-top: 0;*/
	background: url('../images/title_bg.png') no-repeat top center;
	padding: 50px 0px 0px 0px;
	font-weight: normal;
	font-family: 'aleksandracregular';
}
.content-wp {
    width: 1000px;
    margin: 0 auto;
    position:relative;
}

.box-about {
    width: 100%;
    height: 310px;
    background: url('../images/about_bg.png') no-repeat center;
    padding-top: 20px;
}
.box-about p {
    padding: 0px 140px 0px 140px;
    text-align: center;
    line-height: 35px;
    font-size: 23px;
    color: #958B8C;
}
.box-about-2 {
    width: 100%;
   
}
.box-about-2>p {
    padding: 0px 20px 0px 20px;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 23px;
    color: #766B6F;
    line-height: 19px;
}


.title {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    color: #958B8C;
    margin-bottom: 25px;
    padding: 55px 0px 0px 0px;
}
.title span{
    background: url('../images/title_bg.png') no-repeat top center;
    padding: 50px 0px 0px 0px;
}

.mirror {
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: 'FlipV';
}

.box_akcii {
    height: 230px;
    width: 100%;
    max-width: 1400px;
    background: url('../images/akcii_bg.png') no-repeat center;
    text-align: center;
}
.calculate {
    width: 196px;
    height: 44px;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFF;
    background: #4CD6D5;
    border-radius: 2px;
    border-bottom: 2px solid #3BB2B1;
    font-size: 18px;
    overflow: hidden;
}
.calculate:active {
    position:relative;
    top:1px;
    border:none;
} 
.box_portfolio_main {
    margin-top:15px;
    display:inline-block;
    text-align: center;
    min-height: 940px;
}
.p-inner {
    display:inline-block;
}
.2p-inner2 {
    display:inline-block;
}
.element-portfolio {
    width: 330px;
    /*height: 244px;*/
    display: block;
    vertical-align: top;
    float: left;
  /*  margin-bottom:5px;
    background:#000;*/
    position:relative;
}
.element-portfolio img {  width: 100%;}
.p-hover {
    opacity:0;
    position: absolute;
    color: #FFF;
    width: 105px;
    height: 160px;
    top: 34%;
    left: 34%;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.element-portfolio:nth-child(3n-1){
    margin:0px 5px 0px 5px;
}
.p-link {
    display: inline-block;
    background: #FFBAC1;
    color: #FFF;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #F2A8B0;
    border-radius: 2px;
    height: 45px;
    width: 305px;
    line-height: 47px;
}
.p-link:active {
    position:relative;
    top:2px;
    border:none;
}
.box_news_main {
    width: 100%;
    max-width: 1400px;
    margin-top: 40px;
    background: url('../images/news_bg.png') repeat;
    padding-top: 30px;
}
.n-inner {
    width: 1000px;
    margin: 0 auto;
}
.news-inner-page {
    text-align: center;
    padding: 0px 95px 0px 100px;
    display: block;
    width:auto;
}
.element-news {
    width: 300px;
    height: 390px;
    display: inline-block;
    vertical-align:top;
    text-align: center;
}
.element-news:nth-child(3n-1){
    margin: 0px 44px 0px 44px;
}
.news-icon {
    width: 100%;
    height: 160px;
    position: relative;
}
.i-border {
    width: 290px;
    height: 150px;
    outline: 1px solid #FFF;
    display: inline-block;
    margin: 5px;
}
.n-title {
    margin-top: 18px;
    color: #958B8C;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    font-family: verdana;
    height: 40px;
}
.n-date {
    font-size: 12px;
    color: #FFBAC1;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
    text-align: left;
   /* font-family:'verdana'*/
}
.n-intro {
    color: #A8A8A8;
    font-size: 14px;
    margin-top: 8px;
    line-height: 19px;
    text-align: left;
  /*  font-family: verdana;*/
    min-height: 70px;
}
/* FOOTER */
#footer {
    height: 130px;
    width: 100%;
    max-width: 1400px;
    min-width: 1000px;
    margin: 0 auto;
    background: #4CD6D5;
}
.f-inner {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    padding-top: 10px;
}
.f-box {
    display: inline-block;
    width: 300px;
    height: 120px;
    vertical-align: top;   
}
div.f-center {
    width: 315px;
    margin: 0px 36px 0px 36px;
}
p.p-footer {
    color: #FFF;
}
p.p-footer>a {
    color: #FFF;
}
p.p-footer>a:hover {
    color:#fff;
}
a.ad-footer {
    color: #FFF;
    background: url('../images/adr_footer.png') no-repeat left center;
}
/* ÏÎ×ÅÌÓ ÌÛ */
.box_why {
    margin-top: 7px;
}
.wh-head {
    display: inline-block;
    width: 305px;
    margin-right: 40px;
}
.wh-head span {
    display: inline-block;
    width: 100%;
    color: #696969;
    font-size: 15px;
    margin-top: 7px;
    text-align: center;  
}
.wh-desc {
    display: inline-block;
    width: 645px;
    vertical-align: top;
    font-size: 16px;
    color: #938D8E;
    line-height: 21px;
}
.f-box-inner {
    width:250px;
    float:left;
    text-align: center;
}
.f-img {
    width: 250px;
    height: 180px;
}
.f-img:hover {
    background: url(../images/f-hover.png) no-repeat center;
    cursor:pointer;
}
.f1 {
    background: url(../images/f1.png) no-repeat center;
}
.f2 {
    background: url(../images/f2.png) no-repeat center;
}
.f3 {
    background: url(../images/f3.png) no-repeat center;
}
.f4 {
    background: url(../images/f4.png) no-repeat center;
}
.f-box-inner span{
    display: block;
    font-size: 18px;
    color: #958B8C;
    padding: 0px 47px 0px 47px;
    margin-top: 11px;
}
.id-box-inner{
    float: left;
    padding: 5px;
    border: 1px solid #E6E7E7;
    border-radius: 2px;
    width: 310px;
    height: 215px;
}
.element-decor {
    width: 330px;
    height: 244px;
    display: block;
    vertical-align: top;
    float: left;
    margin-bottom: 5px;
    background: #000;
    position: relative;
}
.element-decor:nth-child(3n-1){
    margin:0px 5px 0px 5px;
}
.team_box {
    width: 215px;
    float: left;
    margin-right: 46px;
    margin-bottom: 65px;
    position: relative;
}
.team_box:nth-child(4n){
    margin-right:0px;
}
.team_box img:hover{
	background: #fff;
	opacity: 0.25;
}
.team_feat{
	font-size: 30px;
	color: #5c4f50 ;
	width: 100%;
	position: absolute;
	top: 37%;
	left: 3%;
	text-align: center;
	overflow: visible;
}
.t-name {
    color: #7F7D7D;
    font-size: 19px;
   /* font-family: 'Verdana'; */
}
.t-post {
    font-family:'arial';
    font-size:14px;
    color:#599a9a;
    font-style: italic;
}
.decor-owl .next {
    display: inline-block;
    height: 45px;
    width: 25px;
    background: url('../images/p_right.png') no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 45px;
}
.prev {
    display: inline-block;
    height: 45px;
    width: 25px;
    background: url('../images/p_left.png') no-repeat center;
    cursor: pointer;
    position: absolute;
    left: -10px;
    bottom: 45px;
}
.decor-about {
    color: #A8A1A2;
    font-size: 18px;
    line-height: 22px;
}
/* ÓÑËÓÃÈ È ÖÅÍÛ */
.box_facts {
    margin-top: 17px;
    margin-bottom: 25px;
}
 .services-about {
    color: #A8A1A2;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E0E1DF;
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.59);
}
.services-about>p {
    font-size: 15px;
    padding: 0px 90px 0px 90px;
    line-height: 21px;
    margin-bottom: 23px;
}
.box_price_outer>div .box-cake{
    width: 298px;
    height: 274px;
    margin-left: 10px;
    position:relative;
}
.cake_price_outer {
    font-family: VerdanaRegular;
    color: #968C8D;
    font-size: 18px;
    position: absolute;
}
.box_price_outer>div:nth-child(2){
    margin-left:35px;
    margin-right:35px;
}
.box_price_outer>div:nth-child(1) .box-cake{
    background: url("../images/tor3.png") no-repeat center;    
}
.box_price_outer>div:nth-child(1) .cake_price_outer {
    right: 25px;
    top: 75px;   
}
.box_price_outer>div:nth-child(2) .box-cake{
    background: url("../images/tor2.png") no-repeat center;
}
.box_price_outer>div:nth-child(2) .cake_price_outer {
    top: 48px;
    right: 22px;  
}
.box_price_outer>div:nth-child(3) .box-cake{
    background: url("../images/tor1.png") no-repeat center;    
}
.box_price_outer>div:nth-child(3) .cake_price_outer {
    top: 19px;
    right: 23px;
}
.box_price {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.pr-title {
    /*font-family: 'verdana';*/
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}
.box_price p{
    /*font-family: 'verdana';*/
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
}
.cake_price {
    display: inline-block;
    font-family: VerdanaRegular;
    font-size: 20px;
    color: #968C8D;
    font-weight: bold;
}
.order-pie {
    width: 145px;
    height: 38px;
    cursor: pointer;
    display: inline-block;
    line-height: 41px;
    color: #FFF;
    background: #4CD6D5;
    border-radius: 3px;
    border-bottom: 2px solid #3BB2B1;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
    text-transform: uppercase; 
}
.price_inner {
    width: 100%;
    display: inline-block;
    padding-bottom: 45px;
    border-bottom: 1px solid #DFDEDC;
}
.pr-box {
    width: 245px;
    float: left;
    margin-right: 5px;
    margin-bottom: 45px;
    height: 310px;
}
.pr-box:nth-child(4n){
    margin-right:0px;
}
.more-title {
    display: inline-block;
    color: #999696;
    text-transform: uppercase;
    padding: 10px 55px 10px 9px;
    border-radius: 4px;
    margin-bottom: 69px;
    margin-top: 6px;
    /*font-family: 'Verdana';*/
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.up {
    padding-right: 35px;
    background: url('../images/more_up.png') no-repeat right center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.down {
    padding-right: 35px;
    background: url('../images/more_down.png') no-repeat right center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.pr-box>p {
    color: #A8A1A2;
    font-size: 15px;
    padding: 0px 25px 0px 25px;
    margin-top: 15px;
    text-decoration: underline;
    line-height: 16px;
}
.pr-box>a p {
    color: #A8A1A2;
    font-size: 15px;
    padding: 0px 25px 0px 25px;
    margin-top: 15px;
    text-decoration: underline;
    line-height: 16px;
}
.more-title-down {
    text-transform: uppercase;
    color: #958B8C;
    font-size: 28px;
    display: inline-block;
    width: 100%;
}
.page_text {
    height: auto;
    width: 100%;
    max-width: 1400px;
}
.page_text_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 21px;
    color: #686565;
    line-height: 30px;
}
.box_text {
    height: 240px;
    width: 100%;
    max-width: 1400px;
    background: url('../images/text_bg.png') no-repeat center;
}
.box_text_inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 55px;
    font-size: 21px;
    color: #686565;
    line-height: 30px;
}
.box_text .box_text_inner p {
padding: 0px 55px 0px 55px;
line-height: 26px;
}
.box_text_inner-2{
    margin: 0 auto;
    padding: 86px 205px 0px 205px;
    font-size: 21px;
    color: #686565;
    line-height: 28px;
}
.s-box-extra {
    width: 245px;
    float: left;
    margin-right: 5px;
    margin-bottom: 40px;
    height: 310px;
}
.s-box-extra:last-child {
    margin-right:0px;
}
.s-box-extra>p{
    margin-top: 10px;
    color: #938687;
   /* font-family: 'verdana';*/
    padding: 0px 25px 0px 25px;
}
.box_akcii2 {
    height: 305px;
    width: 100%;
    max-width: 1400px;
    background: url('../images/akcii2_bg.png') center;
}
.ak-box-inner {
    width: 1000px;
    margin: 0 auto;
}
.ak-box-inner>div:nth-child(1){
    margin-left:80px;
}
.boxes_ak2 {
    width: 455px;
    display: inline-block;
    vertical-align: top;
}
.ak2-text {
    font-size: 24px;
    color: #868182;
    margin-bottom: 20px;
    margin-top: 5px;
}
.ak2-text-color {
    padding: 5px 10px 3px 5px;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    background: #FFD0D5;
    display: inline-block;
    letter-spacing: 0.4px;
}
.ak2-text-color.top5 {
	margin-top: 5px;
}
.ak2-form-text {
    color: #868182;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxes_ak2 input[type='text'] {
    width: 360px;
    height: 40px;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    text-indent: 15px;
    margin-bottom: 10px;
    outline:none; 
    color:#625a5b;
}
/* NEWS */
.btn_more {
    width: 120px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #4CD6D5;
    font-size: 15px;
    background: #F9F9F9;
    border-radius: 4px;
    margin-top: 20px;
}
/* PORTFOLIO */
.portfolio-nth {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
    padding-top: 50px;
}
.portfolio-nth:nth-child(Odd){
    background:#fff;
}
.portfolio-nth:nth-child(Even){
    background:#fff5f6;
}
.portfolio-nth:nth-child(Even) .p-block-img {
    float:right;
}
.portfolio-nth:nth-child(Even) .p-block-intro {
    float:left;
}
.portfolio-nth:nth-child(Even) .p-block-info {
    padding-left:0px;
    padding-right:30px;
}
.p-block-inner {
    width: 1000px;
    margin: 0 auto;
}
.p-block-img {
    width: 665px;
    height: 565px;
    float: left;
}
.p-main-img {
    float: left;
    margin-bottom: 5px;
    width: 665px;
    height: 315px;
    overflow: hidden;
}
.p-alter-img {
    float: left;
    width: 665px;
    height: 245px;
    overflow: hidden;
}
.p-alter-img img{
    width: 330px;
    height: 244px;
    float: left;
    margin-right: 5px;
}
.p-block-img img:last-child {
    margin:0px;
}
.p-block-intro {
    width: 330px;
    float: right;
    height: 565px;
}
.p-block-info {
    padding-left: 30px;
}
.p-block-intro a {
    display:inline-block;
    position:relative;
}
.p-title {
    color: #7C7273;
    font-size: 21px;
    text-transform: uppercase;
    text-align: left;
}
.p-name {
    font-size: 25px;
    color: #4CD6D5;
    text-transform: uppercase;
    text-align: left;
}
.p-desc {
    font-size: 15px;
    margin-top: 17px;
    color: #766B6F;
    text-align: left;
    line-height: 19px;
}
.p-link-more {
    display: inline-block;
    background: #FFBAC1;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 11px;
}
/* FOR BRIDES */
.btn-back {
    font-size: 60px;
    color: #958B8C;
    line-height: 36px;
    height: 33px;
    width: 29px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: -58px;
    display:inline-block;
}
.btn-back:hover {
    color:#CDC4C5;
}
.brides-content {
    padding:0px 85px 0px 85px;
}
.box_bride {
    height: 308px;
    margin-bottom: 85px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.br-box-img {
    width: 465px;
    float: left;
}
.br-box-img img{
    border: 1px solid #EAE8E7;
    border-radius: 3px;
    margin: 5px;
}
.br-box-intro {
    float: right;
    width: 515px;
}
.br-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #958B8C;
    margin-bottom: 15px;
    margin-top: 9px;
}
.br-desc {
    font-size: 18px;
    color: #938D8E;
    line-height: 26px;
    font-family:'AleksandraCRegular';
}
.br-link-more {
    display: inline-block;
    background: #FFBAC1;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 12px;
    position: absolute;
    bottom: 11px;
    margin-left: 20px;
}
/* TESTIMONIALS */
.testimonials-nth {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
    padding-top: 50px;
}
.testimonials-nth:nth-child(Odd){
    background:url('../images/t_bg.png') repeat;
}
.testimonials-nth-nth:nth-child(Even){
    background:#fff5f6;
}
.ts-block-inner {
    width: 1000px;
    margin: 0 auto;
}
.ts-box-desc {
    height: 215px;
    margin-bottom: 40px;
}
.ts-video {
    width: 310px;
    float: left;
    height: 214px;
    background: #FFF;
    outline: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
    position:relative;
}
.ts-video a {
    position:relative;
    display: inline-block;
}
.img-container {
    display:inline-block;
    position:relative;
    margin-bottom: 21px;
}
.ts-video img {
    margin:5px;
}
.ts-intro {
    width: 675px;
    float: right;
    height: 205px;
}
.play {
    width: 100px;
    height: 100px;
    background: url('../images/play.png') no-repeat center;
    position: absolute;
    z-index: 5;
    left: 105px;
    top: 58px;
}
.img-wrapper1 {
    display: inline-block;
    background: #FFF;
    outline: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
    padding: 5px 5px 3px 5px;
}
.img-wrapper{
    display: inline-block;
    background: #FFF;
    outline: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
    float: left;
}
.ts-box-img {
    width:100%;
    height:195px;
}
.ts-box-img img{
    float: left;
    margin:5px;
    max-width: 291px
}
.ts-box-img .img-wrapper:nth-child(3n-1){
    margin: 0px 48px 0px 48px;
}
.ts-box-img .img-wrapper1:nth-child(3n-1){
    margin: 0px 10px 0px 10px;
}
.ts-link-more{
    display: inline-block;
    background: #FFBAC1;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    width: 170px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    margin-top: 12px;
    margin-left: 25px;
}
.shape {
    position: relative;
    padding-left:25px;
}
.shape:before {
    content: "";
    display: block;
    width: 28px;
    height: 30px;
    float: left;
    background: url('../images/shape_open.png') no-repeat center;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -2px;
}
.shape:after {
    content: "";
    display: block;
    width: 28px;
    height: 30px;
    float: right;
    background: url('../images/sh-close.png') no-repeat center;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
.shape-close {
    position: relative;
    padding-right:25px;
}
/* CONTACTS */
.box_contacts {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
    padding-top: 50px;
    background:url('../images/t_bg.png') repeat;
}
.box_contacts h1{
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    color: #958B8C;
    margin-bottom: 25px;
    margin-top: 0;
    background: url('../images/title_bg.png') no-repeat top center;
    padding: 50px 0px 0px 0px;
    font-weight: normal;
}
.box_contacts_inner {
    width: 1000px;
    margin: 0 auto;
}
.ct-head {
    font-size: 22px;
    color: #958B8C;
    margin-bottom: 4px;
}
.ct-text {
    font-size: 18px;
    color: #958B8C;
    line-height: 25px;
    padding: 0px 75px 53px 75px;
}
.ct-box-data {
    width: 490px;
    margin-left: 90px;
    float: left;
}
.ct-box-data span {
    font-size: 16px;
    color: #8E8989;
    padding: 5px 10px 8px 37px;
    display: inline-block;
    width: 93%;
    /*font-family: 'verdana';*/
}
.ct-adr {
    background: url('../images/ct1.png') no-repeat left top;
}
.ct-box-data .ct-phone {
    font-size: 38px;
    width: 93%;
    display: inline-block;
    color: #635556;
    padding-left: 35px;
    background: url('../images/ct2.png') no-repeat left center;
    margin-top: 17px;
    margin-bottom: 15px;
    font-family: 'ACLineRegular';
}
.ct-mail {
    background: url('../images/ct3.png') no-repeat left center;
    margin-bottom: 18px;
}
.ct-work {
    background: url('../images/ct4.png') no-repeat left center;
}
.ct-box-data .ct-partners {
    width: 90%;
    color: #A0ACAB;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin-top: 25px;
    padding: 0px;
}
.ct-box-soc {
    widtH: 415px;
    float: right;
    padding-top: 10px;
}
.ct-box-soc p{
    color: #958B8C;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.ct-box-soc a{
    width: 34px;
    height: 34px;
    display: inline-block;
}
.ct-vk {
    background:url('../images/ct_vk.png') no-repeat center;
}
.ct-fb {
    background:url('../images/ct_fb.png') no-repeat center;
}
.ct-inst {
    background:url('../images/ct_inst.png') no-repeat center;
}
.ct-v {
    background:url('../images/ct_v.png') no-repeat center;
}
.details {
    border: #FFDEAD;
    width: 130px;
    background: #FFBAC1;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 27px;
    font-weight: bold;
    text-decoration: underline;
}
.our-office {
    padding-bottom: 60px;
}
.our-office .main {
    width: 100%;
    display:inline-block;
}
.main .video {
    float:left;
}
.main img {
    float:right;
    margin-bottom:21px;
    
}
.our-office img {
    padding:5px;
    outline:1px solid #e6e7e7;
}
div.ct_akcii {
    background: url('../images/t_bg.png') repeat center;
    height:200px;
}
.alter img {
    margin-right: 14px;
}
.alter img:last-child {
    margin-right:0px;
}
/* Ñòóäèÿ äåêîðà */
.box_entry {
    width: 100%;
    height: 310px;
    background: url('../images/entry_bg.png') no-repeat center;
}
.box_entry p:first-child{
    font-size: 33px;
    color: #958B8C;
    text-align: center;
    padding-bottom: 20px;
    text-transform:uppercase;
}
.box_entry p:last-child {
    padding: 0px 150px 0px 150px;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    color: #958B8C;
}
.akcii3 {
    height: 210px;
    background: url('../images/akcii3_bg.png') no-repeat;
    text-align: center;
    padding-top: 60px;
    margin-top: 50px;
}
.p-decor .p-hover {
    opacity: 0;
    position: absolute;
    color: #FFF;
    width: 330px;
    top: 45%;
    left: 0%;
    height: 140px;
}
.text3 {
    height: 290px;
    background: url('../images/text3_bg.png') no-repeat center;
}
.decor-services {
    padding-top: 30px;
    background: #FFFBF3;
}
.d-services-nth {
    width: 810px;
    height: 250px;
    margin: 0 auto;
}
.d-services-nth .d-box-img {
    width: 225px;
    float: left;
}
.d-services-nth .d-box-desc {
    float: right;
    width: 550px;
}
.d-services-nth:nth-child(Even) .d-box-img {
    float: right;
}
.d-services-nth:nth-child(Even) .d-box-desc {
    float: left;
}
.d-s-head {
    font-size: 24px;
    color: #958B8C;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.d-s-desc {
    font-size: 14px;
    color: #7E7B75;
    line-height: 21px;
}
.d-s-price {
    margin-top: 5px;
    font-size: 16px;
    color: #8F8A89;
    font-style: italic;
   /* font-family: 'verdana';*/
}
.d-s-price span {
   font-size: 18px;
    color: #4CD6D5;  
    font-family: 'verdana';
}
.akcii4 {
    height: 177px;
    background: url('../images/akcii4_bg.png') no-repeat;
    text-align: center;
    padding-top: 20px; 
	    margin-top: 15px;
}
.akcii4 .ak2-text-color {
    background:#4cd6d5
}
.akcii4 .akci4-block-1 {
    width: 560px;
}
.akcii4 .akci4-block-2 {
    width: 415px;
}
.decor-owl .next {
    bottom: 70px;
}
.decor-owl .prev {
    bottom: 70px;
}
.text4 {
    height: 370px;
    background: url('../images/text4_bg.png') no-repeat center;   
}
/* ÌÎÄÀËÜÍÛÅ ÎÊÍÀ */
.book-call {
    width: 470px;
    height: 400px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;
}
.book-ord {
    width: 470px;
    height: 400px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;
}
.box-calculate {
    width: 470px;
    height: 760px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;
}
.box-rekv {
    width: 569px;
    height: 427px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;
}
.bc-inner-rekv {
    width: 455px;
    margin: 0 auto;
    padding-top: 50px;
    color: #958B8C;
}
.bc-inner {
    width: 325px;
    margin: 0 auto;
    padding-top: 50px;
}
.bc-head {
    font-size: 37px;
    text-transform: uppercase;
    color: #7A686A;
    font-family: 'ACLineRegular';
    text-align: center;
}
.bc-inner form{
    margin-top: 25px;
}
.bc-inner input[type='text']{
    height: 40px;
    width: 83%;
    padding-left: 55px;
    border: 1px solid #E5E5E8;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 16px;
    color: #999;
}
.y-name {
   background:#fff url('../images/y-name-img.png') no-repeat -1px center;
}
.y-phone {
   background:#fff url('../images/y-phone-img.png') no-repeat -1px center;
}
.y-email {
   background:#fff url('../images/y-email-img.png') no-repeat -1px center;
}
.bc-sbm{
    height: 45px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #3BB2B1;
    border-radius: 4px;
    background: #4CD6D5;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    cursor:pointer;
    outline:none;
}
.close-modal {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 12px;
    top: 10px;
    background: url('../images/close.png') no-repeat center;
    cursor:pointer;
}
.bc-outer {
    display:none;
}
.b-calc-head {
    font-size: 29px;
}
.bc-inner label {
    width:100%;
    display:inline-block;
    line-height: 40px;
    color:#747474;
    font-family:'Verdana';
    font-size:16px;
}
.bc-inner input.quantity {
    width: 120px;
    float: right;
    padding: 0px;
    text-indent: 10px;
}
.bc-inner input.date {
    padding: 0px 45px 0px 0px;
    widtH: 90px;
    float: right;
    background: #FFF url('../images/date-img.png') no-repeat 92px center;
    text-indent: 10px;
}
.type-wedding {
    margin-top: 30px;
}
.type {
    font-size: 12px;
    font-family: 'Verdana';
    color: #757373;
    position: absolute;
}
.position-wrapper {
    position: relative;
    height: 40px;
}
.position-wrapper.top15 {
    top: 15px;
}
.position-wrapper.top15 .budget{
    margin: 0px auto;
	width: 262px;
	height: 25px;
	font-size: 12px;
}
.position-wrapper span:nth-child(1){
    left: -35px;
}
.position-wrapper span:nth-child(2){
    left: 115px;
}
.position-wrapper span:nth-child(3){
    right: -40px;
}
.port-inner-boxes {
    overflow:hidden;
}
.port-inner-boxes>a{
    /*display: block;
    float: left;
    margin-right: 5px;*/
    /*vertical-align: top;*/
    width: 240px;
    /*height: 244px;
    margin-bottom: 5px;*/
}
.port-inner-boxes>a:nth-child(4n){
    /*margin-right:0px;*/
}
.port-inner-boxes img {
    width:240px;
    /*height:244px;*/
}
.item{
	width: 240px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left; 
}
.success-feedback {
    width: 470px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;  
}
.success-feedback .sf-head-1{
    padding-top: 40px;
    background: url('../images/title_bg.png') no-repeat center top;
    font-size: 37px;
    text-transform: uppercase;
    color: #7A686A;
    font-family: 'ACLineRegular';
    text-align: center;
}
.success-feedback .sf-head-2{
    padding-bottom: 45px;
    background: url('../images/title-d_bg.png') no-repeat center bottom;
    font-size: 25px;
    text-transform: uppercase;
    color: #7A686A;
    font-family: 'ACLineRegular';
    text-align: center;
    margin-top: 10px;
}
.success-feedback .bc-inner{
    width: 350px;
    padding-top:25px;
    padding-bottom:30px;
}
.success-calculate {
    width: 470px;
    background: #f9f9f9;
    position: relative;
    border-radius: 6px;      
}
.success-calculate .sf-head-1{
    padding-top: 40px;
    background: url('../images/title_bg.png') no-repeat center top;
    font-size: 37px;
    text-transform: uppercase;
    color: #7A686A;
    font-family: 'ACLineRegular';
    text-align: center;
}
.success-calculate .sf-head-2{
    padding-bottom: 45px;
    background: url('../images/title-d_bg.png') no-repeat center bottom;
    font-size: 25px;
    text-transform: uppercase;
    color: #7A686A;
    font-family: 'ACLineRegular';
    text-align: center;
    margin-top: 10px;
}
.success-calculate .bc-inner{
    width: 350px;
    padding-top:25px;
    padding-bottom:30px;
}
.map {
    border: 1px solid #D3F5F4;
    border-radius: 2px;
    width: 1000px;
    height: 386px;
}
/*кнопка наверх*/
#scrollToTop {
    display: none;
 
    z-index: 999;
    opacity: 1;
   
    position: fixed;
    top: 80%;
    right: 5%;
    margin-top: -50px;
    margin-left: -80px;
   
    width: 56px;
    height: 56px;
    cursor:pointer;
}
#logo{
	cursor: pointer;
}
.w-400{
	width: 400px;
}
input[type="radio"] { display:none; }
input[type="radio"] + label{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 25px;
    background: url('../images/radio_off.png') no-repeat center;
    cursor: pointer;
    float: left;
}
input[type="radio"]:checked + label{
    background: url('../images/radio_on.png') no-repeat center;
}
input[type="radio"] + label:nth-child(4){
    margin: 0px 85px 0px 85px; 
}
.paginator{
	width: 100%;
	height: 36px;
	margin: 36px 0px 36px 0px;
	display: inline-block;
	text-align: center;
	color: #59dddd;
	font-size: 19px;
}
.paginator ul{
	display: inline-block;
}
.paginator ul li{
    float: left;
    margin-right: 13px;
    font-family: verdana;
    cursor:pointer;
}
.paginator ul li:first-child{
    margin-top: 6px;
}
.paginator ul li:last-child{
    margin-top: 6px;
}
.paginator ul .paginator_nonactive, .paginator_active{
        padding: 8px 12px 6px 12px;
}
.paginator ul .paginator_nonactive:hover{
    background: #59DDDD;
    color: #FFF;
}
.paginator ul li a{
	text-decoration: none;
	width: 36px;
	height: 36px;
    font-family:inherit;
    font-size:18px;
    color:inherit;
}
.paginator_nonactive{
	color: #59dddd;
}
.paginator_active{
	color: #fff;
	background: #59dddd; 
}
.price{
	margin: 0px auto; 
	width: 325px; 
	height: 25px; 
	font-size: 11px;
}
.price div{
	float: left;
	font-family:'Verdana';
}
.price div:nth-child(even){
    margin: 0px 10px 0px 10px;
}

.-text-center {
    text-align: center;
}

.comment_wrap  {
	width: 66.66667%;
    display: inline-block;
}
#subcomment-left .text {

    font-size: 16px;
    font-weight: 400;
    color: #333;
}

#subcomment-left .comment-header {
    margin-top: 25px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}

.-gd-content img {
    display: inline-block;
    vertical-align: middle;
}

.list-view .summary{
	text-align: right;
    padding-bottom: 5px;
}
.pagination {
    margin: 20px 0;
	    text-align: center;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;


}

.pagination ul>li {
    display: inline;
}

.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;

    border-left-width: 0;
}

.comment-item-avatar_default, .comment-item-avatar_owner {
    width: 2.5rem;
    height: 2.5rem;
    white-space: nowrap;
    text-align: center;
}

.comment-item-avatar_default {
    background: #0086ff;
}

.comment-item-avatar_default:before, .comment-item-avatar_default img, .comment-item-avatar_default svg, .comment-item-avatar_owner:before, .comment-item-avatar_owner img, .comment-item-avatar_owner svg {
    display: inline-block;
    vertical-align: middle;
}



.comment-item-avatar_default:before, .comment-item-avatar_owner:before {
    width: 0;
    content: "";
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
}

.comment-item-avatar_default:before, .comment-item-avatar_default img, .comment-item-avatar_default svg, .comment-item-avatar_owner:before, .comment-item-avatar_owner img, .comment-item-avatar_owner svg {
    display: inline-block;
    vertical-align: middle;
}

.comment-item-avatar_default svg {
    max-width: 1.25rem;
    max-height: 1.25rem;
    fill: #fff;
}

.comment-item-avatar {
    border-radius: 50%;
    max-width: 2.5rem;
    max-height: 2.5rem;
}

.comment-item__text {
    width: 90%;
    padding-top: 8px;
    word-wrap: break-word;
}
.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}



.comment-item__avatar {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}


.all-comments .name {
    font-size: 16px;
}

.all-comments time {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    font-weight: 400;
    margin-left: 15px;
}

.all-comments .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.comment-item__text .text {
    color: #555;
}


label {
    display: block;
    margin-bottom: 5px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.help-block {
    font-size: 11px;
    margin: 0 !important;
    color: #969696;
}
.help-block {
    display: block;
    margin-bottom: 10px;
}

.error {
    color: red !important;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert  .close {display: none;}

.hr_line{    
		text-align: center;
        border: 0;

        height: 1px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAA9JREFUGFdjYGBg+A8EDAAN+wP9OcJBJQAAAABJRU5ErkJggg==);

	    width: 80%;
}


.inner3 .images,
.inner3 .text{    display: inline-block;
    vertical-align: top;
}
.inner3 .images{
	    width: 194px;
}
.inner3 .text{ 
	       width: 600px;
	    vertical-align: middle;
}

.inner3>div{    margin-bottom: 25px;}

.section_services{
		    display: table;
    clear: both;
    content: "";
	}
.section_services .service {
      width: 330px;
    /* height: 244px; */
    display: block;
    vertical-align: top;
    float: left;
    position: relative;
	    margin-bottom: 5px;
}

.section_services .service:nth-child(3n-1) {
    margin: 0px 5px 0px 5px;
}

.section_services .service img{width: 330px;}
.section_services .service .name {
    position: absolute;
    bottom: 27px;
	left: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: rgba(27, 27, 27, .85);
    text-transform: uppercase;
    transition: background-color .3s;
}

.section_services .service:hover .name {
    background-color: rgba(221, 139, 187, .85);
}

.images .lightbox {
    float: left;
	width: 33%;
    padding-bottom: 5px;
   
}




.images .lightbox:nth-child(3n-1) {
    margin: 0px 5px 0px 5px;
}


.images .lightbox2 {
    float: left;
	width: 25%;
    padding-bottom: 5px;
   
}
/*
.images>.lightbox:nth-child(3n) {
    margin: 0px 5px 0px 5px;
}*/
.images .lightbox img,.images .lightbox2 img {
    max-width: 100%;
    height: auto;
    display: block;
}




.images-2 .lightbox {
   float: left;
    width:50%;
}
.images-2 .lightbox:nth-child(1) {
  width:250px;
}
.images-2 .lightbox:nth-child(2) {
   width:250px;
}
.images-2 .lightbox:nth-child(5) {
   width:250px;
}
.images-2 .lightbox:nth-child(6) {
   width:250px;
}
.images-2 .lightbox img {
    max-height:  100%;
	max-width: 100%;
    height: auto;
    display: block;
}


.section_contacts .contacts {
    float: left;
    width: 45%;
    padding: 35px 40px;
    border: 1px solid #e6e6e6;
	margin-bottom: 25px;
}

.section_contacts .contacts_form {
    width: 40%;
    float: left;
    padding: 0 30px;
}
.section_contacts .contacts .address {
    font-size: 24px;
    line-height: 30px;
    color: #121212;
}
.section_contacts .contacts .emails {
    margin-top: 20px;
}
.section_contacts .contacts .work_time {
    font-size: 18px;
    color: #121212;
    margin-top: 30px;
}
.section_contacts .contacts .info {
    font-size: 14px;
    line-height: 18px;
    color: #767b80;
    margin-top: 5px;
}


.section_contacts .contacts .phone {
   color: #fd94a0;
    text-decoration: none;
    font-size: 48px;
    font-weight: 400;
    margin-top: 23px;
    display: block;
    text-align: center;
}

.section_contacts .contacts .emails .email a {
    display: inline-block;
    color: #dd8bbb;
    font-size: 24px;
    line-height: 20px;
    border-bottom: 1px solid #dd8bbb;
    text-decoration: none;
}

.section_contacts .contacts_form .title {
    font-size: 22px;
    line-height: 36px;
    color: #121212;
    font-weight: 100;
    margin-bottom: 2px;
    text-align: left;
	    padding: 0;
}

.section_contacts {    margin-top: 15px;}


.section_contacts .contacts_form .textarea, .section_contacts .contacts_form .textfield {
    width: 394px;
    height: 40px;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    text-indent: 15px;
    margin-bottom: 10px;
    outline: none;
    color: #625a5b;
	border: 1px solid #e6e6e6;
}