*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

body input:focus:required:invalid, body textarea:focus:required:invalid {}
body input:required:valid, body textarea:required:valid{}

body{font-family: "RobotoRegular", sans-serif; font-size: 16px; line-height: 1;}

a{
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

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

.input-wrap{position: relative;}

.null{padding-left: 0; padding-right: 0;}
.null-left{padding-left: 0;}
.null-right{padding-right: 0;}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-responsive{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#success{display: none;}
#success .title{
	font-family: "PT Serif", serif;
	font-size: 24px;
	line-height: 1.4;
	color: #21212b;
	text-align: center;
	font-weight: bold;
	padding: 30px 40px 80px;
	background: url(../images/logo.svg) center bottom no-repeat;
	margin-bottom: 30px;
}

.header{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 100;
}
.header .top{
	background: #c91349;
	padding: 8px 0 6px;
}
.header .top p{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	vertical-align: top;
}
.header .top .time{text-align: center;}
.header .top .time p{padding: 0 15px;}
.header .top .phone{text-align: right;}
.header .top .phone p{padding-left: 30px;}
.header .logo{
	display: block;
	padding: 16px 0;
}

.menu > ul{padding: 37px 0;}
.menu > ul > li{
	display: inline-block;
	padding-right: 30px;
}
.menu > ul > li:last-child{padding-right: 0;}
.menu > ul > li > a{
	display: block;
	font-size: 14px;
	color: #21212b;
	text-transform: uppercase;
	position: relative;
}
.menu > ul > li:hover > a:before,
.menu > ul > li > a:focus:before,
.menu > ul > li > a:active:before,
.menu > ul > li.active > a:before{
	right: 0;
}
.menu > ul > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -4px;
	background: #c91349;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.static{position: static;}

.dropdown-menu{
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 33px;
}
.dropdown-menu .dropdown-menu-wrapper{
	border-top: 1px solid #f2f2f2;
	padding: 40px 0 80px;
	background: #ffffff;
}
.dropdown-menu .category-menu-title{
	font-family: "RobotoBold", sans-serif;
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
}
.dropdown-menu ul{}
.dropdown-menu ul li{}
.dropdown-menu ul li a{
	font-family: "RobotoLight", sans-serif;
	font-size: 15px;
	line-height: 1.2;
	color: #333333;
	display: block;
	padding: 9px 0;
}
.dropdown-menu ul li a:hover{color: #c91349;}

.order-btn{
	font-family: "RobotoMedium";
	font-size: 14px;
	color: #c91349;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #c91349;
	border-radius: 3px;
	padding: 7px 34px;
	margin: 30px 0;
}
.order-btn:hover{
	background: #c91349;
	color: #ffffff;
}

.slider .item{
	height: 700px;
	position: relative;
}
.slider .item.item-1{
	background: url(../images/slide-1.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.slider .item h2{
	font-family: 'PT Serif', serif;
	font-size: 64px;
	line-height: 1.1;
	padding: 120px 0 30px;
	background: url(../images/line.png) left bottom no-repeat;
}
.slider .item h2 span{font-weight: 700;}
.slider .item p{
	font-family: "RobotoLight", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #21212b;
	padding: 40px 0;
}
.slider .owl-controls{
	text-align: center;
	margin-top: -80px;
	margin-bottom: 60px;
	position: relative;
	z-index: 10;
}
.slider .owl-controls .owl-page{
	display: inline-block;
	background: rgba(185, 41, 79, 0.3);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
}
.slider .owl-controls .owl-page.active, .slider .owl-controls .owl-page:hover{
	background: rgb(185, 41, 79);
}

.order-button{
	font-family: "RobotoLight", sans-serif;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	background: #c91349;
	border-radius: 3px;
	padding: 11px 50px;
	border: 1px solid transparent;
	position: relative;
    will-change: transform, filter;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.order-button:before{
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    opacity: 0;
    bottom: 10px;
    background: #c91349;
    -webkit-filter: blur(20px) brightness(0.95);
    filter: blur(20px) brightness(0.95);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.order-button:hover:before {
    opacity: 1;
    bottom: 0;
    -webkit-filter: blur(10px) brightness(0.95);
    filter: blur(10px) brightness(0.95);
}
.order-button:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.section-title{
	font-family: 'PT Serif', serif;
	font-size: 32px;
	line-height: 1.2;
	color: #21212b;
	border-left: 5px solid #c91349;
	padding-left: 25px;
}

.shadow{
	width: 100%;
	height: 40px;
	background: url(../images/shadow.png) left bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.categories{position: relative;}
.categories .section-title{
	margin: 90px 0 50px -30px;
}
.categories .cat-title{
	font-family: "RobotoBold", sans-serif;
	font-size: 28px;
	line-height: 1.2;
	color: #21212B;
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #dc94a7;
}
.categories ul{padding-bottom: 50px;}
.categories ul li a{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #21212B;
	color: rgba(33, 33, 43, .7);
	display: block;
	padding: 5px 0 5px 20px;
	background: url(../images/dot.png) left center no-repeat;
}
.categories ul li a:hover{color: #c91349;}

.gift{
	padding-top: 30px;
	position: relative;
	z-index: 50;
}
.gift .desc{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 30;
	padding-left: 25px;
	padding-bottom: 40px;
}
.gift .text{
	font-family: 'PT Serif', serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 40px;
}
.gift .text span{
	font-family: "RobotoLight", sans-serif;
	font-size: 24px;
	line-height: 1.6;
	color: #ffffff;
	display: block;
}
.gift .buttons .order{
	font-family: "RobotoMedium", sans-serif;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #c91349;
	display: inline-block;
	padding: 10px 60px;
}
.gift .buttons .order:hover{background: #c91349;}
.gift .buttons .link{
	font-family: "RobotoLight", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	padding: 3px 0;
	margin: 6px 0;
}
.gift .buttons .link:hover{
	border-bottom: 1px solid transparent;
}

.about{
	padding: 65px 0 90px;
	background: url(../images/wideline.png) center bottom no-repeat;
}
.about .title{
	font-family: 'PT Serif', serif;
	font-size: 32px;
	line-height: 1.2;
	color: #21212b;
	padding-bottom: 30px;
}
.about .text{
	padding-bottom: 15px;
}
.about .text p{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #63636a;
}
.about .more{
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	color: #21212b;
	text-transform: uppercase;
	border-bottom: 1px solid #21212b;
}
.about .more:hover{border-bottom: 1px solid transparent;}

.quote{
	display: inline-block;
	text-align: left;
	margin-top: 20px;
	padding: 30px;
	background-image: url(../images/top-quote.png), url(../images/bottom-quote.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}
.quote .q-title{
	font-family: 'PT Serif', serif;
	font-size: 74px;
	color: #21212B;
	font-weight: 700;
	border-bottom: 5px solid #c91349;
	display: inline-block;
	padding-bottom: 10px;
}
.quote .q-text{
	font-family: 'PT Serif', serif;
	font-size: 24px;
	line-height: 1.2;
	color: #21212B;
	font-weight: 700;
	padding-top: 10px;
}

.advantages{padding-top: 115px; padding-bottom: 90px;} 
.advantages .item{padding-bottom: 30px;}
.advantages .img-wrapper{
	height: 130px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantages .title{
	font-family: 'PT Serif', serif;
	font-size: 28px;
	line-height: 1.2;
	color: #21212B;
	text-align: center;
	padding-top: 20px;
}
.advantages .title span{
	display: block;
	font-weight: bold;
}

.gallery-preview{padding-bottom: 90px;}
.gallery-preview .g-text{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #63636a;
	margin-bottom: 20px;
}
.gallery-preview .g-button{
	font-family: "RobotoMedium", sans-serif;
	font-size: 16px;
	line-height: 38px;
	color: #21212B;
	text-align: center;
	display: block;
	width: 200px;
	height: 40px;
	border: 1px solid #c91349;
	margin-bottom: 25px;
}
.gallery-preview .g-button:hover{
	background: #c91349;
	color: #ffffff;
}

.aphorism{
	display: inline-block;
	background-image: url(../images/top-aph-quote.png), url(../images/bottom-aph-quote.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	padding: 35px 30px;
	position: relative;
	margin: 10px 0 30px;
}
.aphorism .text{
	font-family: "PT Serif Italic";
	font-size: 45px;
	line-height: 1.1;
	color: #21212b
}
.aphorism .author{
	font-family: "PT Serif Bold Italic";
	font-size: 14px;
	color: #c91349;
	position: absolute;
	right: -115px;
	bottom: 15px;
	z-index: 10;
}

.partner-slider .item .img-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
}
.partner-slider .item img{
	max-width: 100%;
}

.partners{padding-bottom: 90px;}
.partners .title{
	font-family: 'PT Serif', serif;
	font-size: 36px;
	color: #21212b;
	text-align: center;
	background: url(../images/line.png) center top no-repeat;
	margin-top: 60px;
	padding-top: 20px;
}

footer{
	background: #21212b;
	color: #ffffff;
	padding: 50px 0 20px;
}
footer .info{padding-top: 20px;}
footer .info .title{
	font-family: "RobotoBold", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 12px;
}
footer .info .text{
	font-family: "RobotoRegular", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #dadada;
	padding-bottom: 12px;
}
footer .info .text span{
	font-family: "RobotoMedium", sans-serif;
	font-size: 14px;
	color: #ffffff;
	display: block;
}
footer .info .text a{
	color: #dadada;
	border-bottom: 1px solid transparent;
}
footer .info .text a:hover{
	border-bottom: 1px solid #ffffff;
}
footer .order-btn{
	font-family: "RobotoRegular", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 12px 60px;
}

.soc-buttons{padding-top: 20px;}
.soc-buttons a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #c91349;
	border-radius: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #21212b;
	text-align: center;
	margin-right: 10px;
}
.soc-buttons a:hover{color: #ffffff;}

.bottom-menu{padding-top: 9px;}
.bottom-menu li{padding: 8px 0;}
.bottom-menu li a{
	font-family: "RobotoBold", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.bottom-menu li a:hover:before,
.bottom-menu li a:focus:before,
.bottom-menu li a:active:before,
.bottom-menu li a:before{
	right: 0;
}
.bottom-menu li a:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 100%;
	bottom: -2px;
	background: #ffffff;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.header-mobile{display: none;}


#nav-icon{
	display: inline-block;
	width: 18px;
	height: 12px;
	position: relative;
	margin: 20px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1){top: 0px;}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3){top: 6px;}
#nav-icon span:nth-child(4){top: 12px;}
#nav-icon.open span:nth-child(1){top: 18px; width: 0%; left: 50%;}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.inner-page{padding-top: 70px;}

.left-sidebar .title{
	font-family: "PT Serif", serif;
	font-size: 36px;
	line-height: 1.2;
	color: #21212b;
	font-weight: bold;
	padding-bottom: 40px;
}

.sidebar-menu{padding-bottom: 40px;}
.sidebar-menu > ul{padding-left: 40px;}
.sidebar-menu > ul > li{padding: 10px 0 10px 10px;}
.sidebar-menu > ul > li > a{
	font-family: "RobotoMedium", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #c4c4c7;
	display: block;
}
.sidebar-menu > ul > li.active, .sidebar-menu > ul > li.active:hover{background: url(../images/dot.png) left center no-repeat;}
.sidebar-menu > ul > li:hover{background: none;}
.sidebar-menu > ul > li.active > a, .sidebar-menu > ul > li.active:hover > a{color: #21212b;}
.sidebar-menu > ul > li:hover > a{color: #c91349;}
.sidebar-menu.no-bg > ul li.active, .sidebar-menu.no-bg > ul li:hover{background: none;}
.sidebar-menu ul ul{
	display: none;
	padding: 10px 0 0 20px;
}
.sidebar-menu ul ul li a{
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #c4c4c7;
	display: block;
	padding: 5px 0;
}
.sidebar-menu ul ul li.active a, .sidebar-menu ul ul li:hover a{color: #c91349;}
.sidebar-menu > ul > li.active > ul{display: block;}

.pb40{padding-bottom: 40px;}
.bottom-space{padding-bottom: 90px;}

.content h1, .content h2, .content h3{
	font-family: "PT Serif", serif;
	font-size: 32px;
	line-height: 1.2;
	color: #21212b;
	display: block;
	background: url(../images/title-bg.png) center bottom repeat-x;
	padding: 10px 0;
	margin-bottom: 15px;
}
.content h3 span, .content h3 em{font-style: normal; background: #ffffff; padding-right: 15px;}
.content p{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #63636a;
	padding: 10px 0;
}
.content strong{
	font-family: "RobotoBold", sans-serif;
}
.content ul, .content ol{
    padding: 10px 0 10px 30px;
}
.content ul li, .content ol li{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #63636a;
	padding: 0 0 0 15px;
	background: url(../images/dot.png) left center no-repeat;
}
.content .short-text{width: 80%;}
.content .content-space{padding-top: 40px;}
.content img{margin-bottom: 10px; max-width: 100%; height: auto;}
.content table{width: 100%; margin-top: 30px;}
.content table tr th{
	font-family: "RobotoBold", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #21212b;
	text-align: center;
	padding: 25px 20px;
	border-top: none;
}
.content table tr th:first-child, .content table tr td:first-child{
	width: 50%;
	text-align: left;
	border-left: none;
}
.content table tr th:last-child, .content table tr td:last-child{
	border-right: none;
}
.content table tr td{
	font-size: 14px;
	line-height: 1.2;
	color: #63636a;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
}

.stock .item{padding-bottom: 40px;}
.stock .item .title{
	font-family: "PT Serif", serif;
	font-size: 26px;
	line-height: 1.2;
	color: #333333;
	display: inline-block;
	padding: 8px 0;
	border-bottom: 2px solid #c91349;
}
.stock .item .text{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #63636a;
	padding-top: 10px;
}

.counter{
	background: #c91349;
	padding-bottom: 20px;
}
.counter .counter-title{
	font-family: "PT Serif", serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
}
.counter .countdown-amount{
	font-family: "RobotoBold", sans-serif;
	font-size: 50px;
	color: #ffffff;
}
.counter .countdown-period{
	display: inline-block;
	vertical-align: bottom;
	font-family: "RobotoBold", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #ffffff;
	text-transform: lowercase;
	padding-left: 5px;
}
.counter .countdown-section{
	padding: 10px 0;
}

#callback{
	display: none;
	padding: 40px;
}
#callback .form-title{
	font-family: "PT Serif", serif;
	font-size: 36px;
	color: #21212b;
	font-weight: bold;
	padding-bottom: 30px;
}

.form label{
	font-family: "RobotoMedium", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #21212b;
	display: block;
	padding-bottom: 5px;
}
.form input[type="text"], .form textarea{
	font-family: "RobotoMedium", sans-serif;
	font-size: 14px;
	color: #21212b;
	display: block;
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	border: none;
	outline: none;
	margin-bottom: 25px;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.form input[type="text"]:focus, .form textarea:focus{border-color: #c91349;}
.form textarea{
	resize: none;
	height: 120px;
	padding: 10px 15px;
}
.form input[type="text"].w75{width: 75%;}
.form input[type="text"].w50{width: 50%;}
.form input[type="submit"]{
	outline: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.form label.error{
	font-size: 12px;
	line-height: 1.4;
	color: #c91349;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
}
.form label.error[for="report-text"]{top: 120px;}

.personal .item{
	display: block;
	margin-bottom: 30px;
}
.personal .item .img-wrapper{overflow: hidden;}
.personal .item img{
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.personal .item:hover img{
    opacity: .8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.personal .item .name{
	font-family: "RobotoBold", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #21212b;
	text-align: center;
	padding: 7px 0 3px;
	border-bottom: 1px solid #c91349;
}
.personal .item .post{
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #63636a;
	text-align: center;
	min-height: 86px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.personal .item:hover .post{color: #c91349;}
.personal .insert{
	font-family: "PT Serif", serif;
	font-size: 36px;
	line-height: 1.3;
	color: #21212b;
	display: inline-block;
	padding: 40px 75px;
	background-image: url(../images/insert-top.png), url(../images/insert-bottom.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

.doctor .post{
	font-family: "RobotoLight", sans-serif;
	font-size: 13px;
	color: #21212b;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.doctor .name{
	font-family: "PT Serif", serif;
	font-size: 36px;
	line-height: 1.2;
	color: #21212b;
	border-bottom: 2px solid #c91349;
	padding: 5px 0;
	margin-bottom: 20px;
}
.doctor .category, .doctor .exp{
	font-size: 18px;
	color: #21212b;
	padding: 5px 0;
}

.sertificat{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
}
.sertificat button{
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url(../images/left.svg) center no-repeat;
	border: none;
	outline: none;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.sertificat button:hover{
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.sertificat .next-sert{background: url(../images/right.svg) center no-repeat;}

.slider-sert-wrapper{margin-top: 40px; width: 230px;}

#bottom-form{margin-top: 30px;}

.sertificat-list .title{
	font-family: "PT Serif", serif;
	font-size: 32px;
	color: #21212b;
	text-align: center;
	font-weight: bold;
	padding: 50px 0 25px;
}
.sertificat-list .sertificat{margin-bottom: 60px;}
.sertificat-list .sertificat button{background-size: 20px 40px; height: 40px; width: 10%}
.sertificat-list .slider-sert-wrapper{width: 80%; margin-top: 0;}
.sertificat-list .slider-sert-wrapper .item{padding: 0 10px;}

.report-list{margin-top: 100px;}
.report-list .item{margin-bottom: 50px;}
.report-list .item .name{
	font-family: "PT Serif", serif;
	font-size: 18px;
	color: #21212b;
	font-weight: bold;
	padding-bottom: 15px;
}
.report-list .item .date{
	font-family: "RobotoBold", sans-serif;
	font-size: 11px;
	color: #c91349;
	padding-top: 5px;
}

.add-report{
	border-top: 2px solid #c91349;
	padding: 50px 0 90px;
}

#report-form label{
	font-family: "RobotoBold", sans-serif;
	padding-bottom: 10px;
}

.sign-in .title{
	font-family: "RobotoBold", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #21212b;
	display: block;
	padding-bottom: 10px;
}
.sign-in .links a{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: #c91349;
	border-radius: 50%;
	font-size: 18px;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
	margin: 0 10px 10px 0;
	border: 1px solid transparent;
}
.sign-in .links a:hover{
	color: #c91349;
	border-color: #c91349;
	background: #ffffff;
}

.gallery-quote{text-align: right; margin-top: 30px; margin-bottom: 20px;}
.gallery-quote .quote{
	background-image: url(../images/insert-top.png), url(../images/insert-bottom.png);
	-webkit-background-size: 35px;
	background-size: 25px;
	padding: 25px 15px;
}
.gallery-quote .quote .q-title{font-size: 54px;}
.gallery-quote .quote .q-text{font-size: 20px;}

.empty-img{
	font-family: "PT Serif", serif;
	font-size: 36px;
	line-height: 1.2;
	color: #21212b;
	text-align: center;
	height: 250px;
}

.gallery-list .title{
	font-family: "PT Serif", serif;
	font-size: 36px;
	line-height: 1.2;
	color: #21212b;
	text-align: center;
	background: url(../images/line.png) left center repeat-x;
	margin: 40px 0 30px;
}
.gallery-list .title span{
	padding: 0 25px;
	background: #ffffff;
}

.gallery-wrapper{position: relative; margin-bottom: 110px;}
.gallery-slider{margin-left: -5px; margin-right: -5px;}
.gallery-slider .item{padding: 0 5px;}
.gallery-wrapper button{
	display: inline-block;
	width: 15px;
	height: 30px;
	background: url(../images/prev-gallery.png) center no-repeat;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -15px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.gallery-wrapper button:hover{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery-wrapper .prev-gallery{left: -50px;}
.gallery-wrapper .next-gallery{right: -50px; background: url(../images/next-gallery.png) center no-repeat;}

.equip-item{margin-bottom: 100px;}
.equip-item figcaption{
	font-family: "RobotoLight", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #c91349;
	text-align: left;
	position: absolute;
	z-index: 10;
}
.equip-item.item-1 figcaption{top: 100px; right: 50px;}
.equip-item.item-2 figcaption{top: 130px; right: -100px;}

.pagetitle{
	font-family: "PT Serif", serif;
	font-size: 36px;
	color: #21212b;
	font-weight: bold;
	margin-bottom: 35px;
}

.contacts{padding-bottom: 90px;}
.contacts .map{
	background: #cccccc;
	height: 525px;
	overflow: hidden;
	position: relative;
}
.contacts .map .cover{
    display: none;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}
.contacts .info .title{
	font-family: "PT Serif", serif;
	font-size: 18px;
	color: #21212b;
	font-weight: bold;
	padding-bottom: 10px;
}
.contacts .info .desc{margin-bottom: 35px;}
.contacts .info .desc p{
	font-family: "RobotoLight", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #63636a;
}
.contacts .info .desc p a{color: #63636a;}
.contacts .info .desc p a:hover{color: #c91349;}
.contacts .info .desc p span{
	font-family: "RobotoMedium", sans-serif;
	color: #21212b;
	display: block;
	padding-top: 10px;
}
.contacts .order-button{margin-top: 20px;}

.sert-gift .title{
	font-family: "PT Serif", serif;
	font-size: 36px;
	color: #21212b;
	padding: 20px 0 35px;
}
.sert-gift .item{margin-bottom: 60px;}
.sert-gift .item .item-title{
	font-family: "RobotoBold", sans-serif;
	font-size: 28px;
	color: #21212b;
	padding: 20px 0;
}
.sert-gift .order-buttons{padding-top: 30px;}
.sert-gift .order-buttons .btn{
	font-family: "RobotoMedium", sans-serif;
	font-size: 16px;
	line-height: 38px;
	color: #21212b;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #c91349;
}
.sert-gift .order-buttons .btn:hover{
	color: #ffffff;
	background: #c91349;
}
.sert-gift .order-buttons .link{
	display: inline-block;
	border-bottom: 1px solid #bcbcbf;
	font-size: 16px;
	line-height: 1.2;
	color: #bcbcbf;
	margin: 10px 0;
}
.sert-gift .order-buttons .link:hover{
	color: #21212b;
	border-bottom: 1px solid transparent;
}

.news{padding-bottom: 30px;}
.news .item{padding-bottom: 60px;}
.news .item .title{
	font-family: "PT Serif", serif;
	font-size: 32px;
	line-height: 1.2;
	color: #21212b;
	margin-bottom: 15px;
}
.news .item .title a{color: #21212b;}
.news .item .title a:hover{color: #c91349;}
.news .item .date{
	font-family: "RobotoBold", sans-serif;
	font-size: 11px;
	color: #c91349;
	padding-top: 5px;
	padding-bottom: 30px;
}
.news .back-link{
	font-family: "RobotoBold", sans-serif;
	font-size: 16px;
	color: #21212b;
	display: inline-block;
	margin-top: 20px;
}
.news .back-link:hover{color: #c91349;}

.fancybox-close{
    width: 15px;
    height: 15px;
    background: url(../images/close.png) 0 0 no-repeat;
    top: 15px;
    right: 15px;
}

.rights {
    margin-top: 80px;
    text-align: right;
    line-height: 1.5;
}

.rights a {
    color: #c91349;
}

.rights a:hover {
    text-decoration:underline;
}