html {
	font-size:14px;
}
body {
	font-family: Roboto, Arial, Sans-Serif;
	font-weight: 300;
	font-size:14px;
	color: #333	;
}


/* typography */
a:focus{
	text-decoration: none;
	color: inherit;
}
h1, h2,h3, h4,.h1,.h2,.h3,.h4 {
	font-weight:300;
	color: #FF341D;
}

h1, .h1 {
	font-size:3rem;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

h2, .h2 {
	font-size:2.5rem;
	color: #555;
	margin-bottom:2rem;
}

h3, .h3 {
	font-size:1.7rem;
}

h2 + h4.discount-subtitle  {
	margin-top: -1rem;
}

.h1-container h1, .h1-container .h1 {
	font-weight:400;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}
.h1-container h2,
.h1-container h3,
.h1-container .h2,
.h1-container .h3,
.h1-container .h4 {
	font-weight:300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    padding: 10px 10px;
}

.bg-white {
    background: #fff;
    text-shadow: none !important;
}

a, a:hover {
	color:#FF341D;
	text-decoration: underline;
}

.small {
    font-size: 80%;
}

.text-white {
	color: #fff !important;
}

.text-red {
	color: #FF341D !important;
}
.text-blue{
	color: #2200cc;
}

table {
    font-size: 1rem;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0.3rem;
}

.hidden {
    display:none;
}

table {
    font-size: 1rem;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0.3rem;
}

/* base */

.btn-danger, .btn-warning {
	color: #fff;
	background-color: #ff4c31;
	border-color: #f7472a;
}


.btn-danger:hover, .btn-warning:hover {
	color: #fff;
	background-color: #ff694b;
	border-color: #f7472a;
}

.form-field {
	padding: 0.7rem;
	border-radius:4px;
	border:1px solid #88a876;
	width:100%;
}

/*header */

header {
	top:0;
	display:block;
	position:fixed;

	z-index:999;
	background-color: rgba(0,0,0,0.2);
	width:100%;
}

.anchor-menu-conteiner{
	height: 35px;
	padding-top: 6px;
	color: #fff;
	font-size: 1.1rem;
}
.anchor-menu-background{
	display: none;
}

@media(min-width: 768px){
	.anchor-menu-background{
		display: block;
		background-color: rgba(50,50,50, 0.2);
	}
}
header .anchor-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
header .anchor-menu li{
	margin-left: 15px;
	display: inline;
}
header .anchor-menu li a{
	text-decoration: none;
	color: #fff;
}
header .anchor-menu li a:hover, header .anchor-menu li a:focus{
	border-bottom: 1px dotted #fff;
}
@media(max-width: 992px){
	header .anchor-menu{
		margin-top: 3px;
	}
}
.media{
	margin-top: 0 !important;
}
.logo {
	height:75px;
	text-align:center;
}
.logo img {
    height: 80%;
    padding-top: 8px;
}

.logo a {
	font-weight:700;
	color:#fff;
	text-decoration:none;
	letter-spacing: 1px;
	line-height:5rem;
	font-size: 1rem;
}
header ul.main-menu{
	margin: 5px;
	padding: 5px;
}
header ul.main-menu li {
	float:left;
	list-style: none;
	margin: 10px 40px 0px 0;
}
header ul.main-menu li:last-child {
	float:left;
	list-style: none;
	margin: 10px 0px 0px 0
}

header ul.main-menu li a {
	color:#fff;
	border-bottom: 1px solid #bbb;
	text-decoration:none;
}

header ul.main-menu li a:hover {
	color:#e0e0e0;

}

header ul.main-menu li.active a {
	color: #ff341d;
	border: 0;
}

header .phone {
	margin-top: 3px;
}

header .work-always {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 15px;
	color:#fff;
	font-size:0.8rem;
}

.phone a{
	font-size:1.3rem;
	font-weight: 400;
	text-decoration:none;
}
.phone span {
	font-size:1.2rem;
	font-weight: 400;
	text-decoration:none;
	color: #ff341d;
}

.phone-desc a {
	font-size:1.15rem;
	color:#fff;
	font-weight: 400;
	text-decoration:none;
}

@media (max-width:768px){
	header, .logo {
		height:50px;
	}
    .phone {
        padding-top:4px;
    }
}
@media (max-width:992px){
    .logo {
		padding-top: 0px;
	}
}
@media (max-width:1199px){
	.phone a{
		font-size:1.1rem;
	}
	.phone-desc a {
		font-size:1rem;
	}
}

/*end header*/

.img-container img {
	width:100%;
}

/** igallery */

.igallery {

}

.igallery img {
	width:100%;
}

.igallery .igallery-item {
	margin:0;
	padding: 0;
	border:1px solid #fff;
}

.igallery-caption {
	position:absolute; background: #fff; line-height:1.3rem; font-size: 1rem; padding:0.5rem;
}
.igallery-caption-always{
	min-height: 50px;
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	line-height:1.3rem;
	font-size: 1rem;
	padding:0.5rem;
	z-index: 1;
}
.igallery-hover {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.igallery-hover .igallery-caption{
	color:#fff; background: none; position: relative;
}

.row.igallery {
	margin:0;
}


.igallery-price {
	color: #ff341d;
	font-size:1.2rem;
}
.igallery-price-rub {
	color: #ff341d;
}

/* aside */

.sidebar ul.menu {
	margin:0;
	padding:0;
}

.sidebar ul.menu li {
	list-style: none;
	padding: 20px 10px;
	background: #f5f5f5;
	margin: 3px 0;
}

.sidebar ul.menu li a {

}

/* breadcrumb */
.page-breadcrumb {
	margin:0;
	padding:0;
}

.page-breadcrumb li {
	float:left;
	list-style: none;
	margin: 0 10px 0 0;
}

.page-breadcrumb li a {
	color:#fff;
	font-weight:300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration:none;
}
.page-breadcrumb .element-item{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #fff;
	font-weight:300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.page-breadcrumb .separator{
	color:#fff;
}

.page-breadcrumb > li + li::before {
    color: #fff;
    content: "→ ";
    padding-right: 5px;
}


main {
	min-height: calc(100vh - 280px);
	display:block;
	padding-top:90px;
}

.main-header {
	margin: 30px 0 30px 0px;
}

.main-content {

}

/*main gallery*/
.main-gallery img{
	width:100%;
}

.gallery-col1, .gallery-col2, .gallery-col3 {
	margin:0;
	padding:0;
}

.gallery-col1 img {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.gallery-col3 img {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* how-to-work */

.how-to-work {
	text-align: center;
}

.how-to-work .col-xs-6 {
	margin-bottom:20px;

}

.how-to-icon img {
	height: 3rem;
	margin-bottom:15px;
}
.how-to-work > div::before{
	content: "";
	width: 35px;
	height: 27px;
	margin: 35px 0 0 70px;
	position: absolute;
	background-image: url('/images/arrow.png');
	opacity: 0.8;
}

@media(max-width: 1200px){
	.how-to-work > div::before{
		margin: 35px 0 0 60px;
	}
}
@media(max-width: 992px){
	.how-to-work > div::before{
		background-image: none;
	}
}
.how-to-work > div:last-child::before{
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	background-image: none;
}
/* content-block */
.content-block {
	padding: 20px 40px 30px 40px;
}

.content-block__bg_green {
	background: #ECF4EF;

}

.content-block__bg_green2 {
	background: #e0e7e2;

}

.price-row {
	text-align: center;
}
.price-row img {
	width:95%;
}

.book-price {
	text-align:left;
	font-size:1.8rem;
	font-weight:300;
	color:#ff341d;
	margin-top:10px;
	text-align: center
}

.book-size {
	text-align:left;
	font-size:1.4rem;
	font-weight:700;
	margin-top:10px;
	text-align: center
}

.simple-list, .main-header-list {
	margin:0;
	padding: 1rem;
}
.simple-list li, .main-header-list li {
	list-style: none;
	padding:0.2rem 0;
}

.simple-list li:before {
	display:inline-block;
	width: 15px;
	height: 14px;
	content: "";
	padding-right:20px;
	background-image: url('/images/check.png');
	background-repeat: no-repeat;
}
.simple-list-certificates ul li:before{
	background-image: none;
}
.main-header-list {
    list-style: none;
}

.main-header-list .h2 {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.main-header-bg {
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    margin-bottom: 30px;
}
.header-margin{
	margin-left: -15px;
}

.main-header-bg-small-form {
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
}
.main-header-bg-small-form form {
	padding: 0 15px !important;
}

.no-padding{
	padding: 0 !important;
}
.no-padding-left{
	padding-left: 0 !important;
}
.no-padding-right{
	padding-right: 0 !important;
}
@media (min-width:992px){
	.row-flex{
		display: flex;
	}
	.main-header-bg {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.main-header-bg-small-form {
		margin-left: 15px;
	}
}
@media (min-width:768px){

}

@media (max-width: 992px){
	.review-md-hide{
		display: none;
	}
}

/*body.page- {
	background:#e0ddd8 no-repeat fixed top right;
	background-image:url(/images/main1.jpg);
	background-size: cover;
}*/

body.page-zakaz, body.page-certificate  {
	background:#e0ddd8 no-repeat fixed top right;
	background-image:url(/images/main/layout.jpg);
	background-size: cover;
}
body.page-certificate img{
	width: 100%;
	height: auto;
}
.page-certificate-inner_text{
	width: 90%;
	margin: 50px auto;
}
.page-certificate-inner_text ul{
	list-style: none;
}
.page-certificate-inner_text ul li{
	margin: 10px 0;
}

body.page-wedding .bg_wrapper,
body.page-dmb .bg_wrapper,
body.page-child .bg_wrapper,
body.page-family .bg_wrapper,
body.page-travel .bg_wrapper,
body.page-lovestory .bg_wrapper,
body.page-anniversary .bg_wrapper{
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background:transparent no-repeat fixed top center;
	background-size: cover;
	opacity: 0;
	z-index: -1;
}

body.page-wedding .bg_wrapper{
	background-image:url(/images/wedding/bg1.jpg);
}
body.page-dmb .bg_wrapper{
	background-image:url(/images/dmb/bg.jpg);
}
body.page-child .bg_wrapper{
	background-image:url(/images/child/bg.jpg);
}
body.page-family .bg_wrapper{
	background-image:url(/images/family/bg.jpg);
}
body.page-travel .bg_wrapper{
	background-image:url(/images/travel/bg.jpg);
}
body.page-lovestory .bg_wrapper{
	background-image:url(/images/lovestory/bg.jpg);
}
body.page-anniversary .bg_wrapper{
	background-image:url(/images/anniversary/bg.jpg);
}

body.page-graduation {
	background:#e0ddd8 no-repeat fixed top center;
	background-image:url(/images/graduation2/bg.jpg);
	background-size: cover;
}

body.page-insta {
	background:#e0ddd8 no-repeat fixed top center;
	background-image:url(/_site/i/v2/insta/insta_bg2.jpg);
	background-size: cover;
}

body.page-print {
	background:#e0ddd8 no-repeat fixed top center;
	background-image:url(/images/main/layout.jpg);
	background-size: cover;
}

body.page-vipusk {
	background:#e0ddd8 no-repeat fixed top center;
	background-image: url(/images/graduation/v_bg.jpg);
	background-size: cover;
}

body.page-blog {
	background:#e0ddd8 no-repeat fixed top right;
	background-image:url(/images/main/layout.jpg);
	background-size: cover;
}

body.page-post {
	background:#e0ddd8 no-repeat fixed top right;
	background-image:url(/images/main/layout.jpg);
	background-size: cover;
}

body.page-portfolio {
	background:#e0ddd8 no-repeat fixed top right;
	background-image:url(/images/main/layout.jpg);
	background-size: cover;
}

main .main-content{
	background-color: rgba(255,255,255,1);
	display: inline-block;
}

/** slider */

#slider-with-blocks-1 {
	width: 100%;
}
.rsContent {
	float: left;

}
.slide {
	text-align:right;
}
.bContainer {
	position: relative;
}
.rsABlock {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}

.deep-link {
	display:inline-block;
	padding:0.7rem;
	font-weight:400;
	text-decoration:none;
	border:1px solid #ff341d;
	border-radius: 6px;
	margin-top: 2rem;
	background: #ff341d;
	color: #fff;
}

.deep-link span {
	font-size:2rem;
	display:inline-block;
	line-height:1.4rem;
	font-weight:400;
}

.deep-link_prev {
	float:left;
}

.deep-link_next {
	float:right;
}

.deep-link:hover {
	text-decoration:none;
	color: #fff;
	background: #FF7054;
}

.g-title {
	position:absolute;
	color:#fff;
	font-size:1.2rem;
	font-weight:300;
	z-index:999;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	padding:0.4rem;
	background: rgba(0,0,0, 0.7);
	line-height: 1.6rem;
	text-align: left;
}
.g-title.small {
	font-size:1rem;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	.royalSlider,
	.rsOverflow {
		height: 330px !important;
	}
}


/* menu-level-2*/
.menu-level2 {
	padding:0;
	margin: 10px 0 20px 0;
}
.menu-level2 li {
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}

.menu-level2 li a {
	display: block;
	padding:8px;
	color:#fff;
	text-decoration: none;
	text-shadow:  1px 1px 1px rgba(0,0,0,1);
}

/** form */
.form-control-error {
	color:#ff341d;
}


/** кнопка заказа **/

.order-row .phone {
	margin-top: 12px;
}
.order-row .phone a {
	font-size:2.5rem;
}

.order-row__phone-desc {
	font-size:0.8rem
}

.order-row .btn {
	margin-top:15px;
}

/* faces */
.faces {
	text-align:center;
	margin-top:2rem;
}

.faces img {
	border-radius: 60px;
	width:120px;
}

.faces_position {
	font-size: 0.9rem;
	color:#555;
}

/** order-form */
.order-form .h4, .order-form label {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.order-form {
	min-height:400px;
	margin-top: 120px;
	margin-bottom: 100px;
	text-align: center;
}
.order-form form {
	margin-bottom: 50px;
}
.order-form h2 {
	margin-top:50px;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.order-form .h4 {
	font-weight:400;
	line-height: 2rem;
	text-align:center;
}
.order-form-container{
	width: 100%;
	display: inline-block;
	float: left;
}
.order-form-bg {
	background: rgba(0,0,0,0.3);
	display: inline-block;
	float: none;
	margin: 0;
}
.order-form-bg-small {
	padding-bottom: 32px;
	background: rgba(255,255,255,0.8);
}

/** media **/
@media (max-width:767px){
	.order-form {
		margin-top: 50px;
	}

    .content-block {
        padding: 10px 10px 20px 10px;
    }

    .pluso {
        display:none;
        visibility: hidden;
    }

}

@media (min-width:768px){

}

.create-order-form-small .h2{
	font-size: 2rem;
	margin: 20px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/** blog */
.post .post-footer {
	margin:10px 0 15px 0;
	color: #999;
}

.post .post-content {
	margin-top: 10px;
}


/** footer */

footer {
	min-height: 280px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding-top:15px;
}

footer h4 {
	margin: 5px 0 5px 0;
	color:#fff;
	font-weight:700;
	font-size:1rem;
	border-bottom: 1px solid #eee;
	display:inline-block;
	line-height: 2rem;
}

footer a {
	color:#fff;
	text-decoration:none;
	font-size:0.9rem;
}

footer ul {
	margin:0;
	padding:0;
}

footer ul li {
	list-style-type: none;
	margin:0;
}

.footer__email {
	color: #ff341d;
}

.footer__phone {
	font-weight: 300;
	font-size:1.8rem;
	color: #ff341d;
	margin-bottom: 0;
}

.footer__vk{
	margin-right: 10px;
}

.footer__phone-free {
	font-weight:300;
	font-size:0.9rem;
	color: #ff341d;
}

/** vipusk calc */

.vipusk-calc__format {
	padding: 15px;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom:20px;
	background: #f5f5f5;
}



/** media **/
@media (min-width:320px){
	html {
		font-size:12px;
	}
	body {
		font-size:12px;
	}
}

@media (min-width:768px){
	html {
		font-size:12px;
	}
	body {
		font-size:12px;
	}

	header ul.main-menu li {
		margin-top:4px;
	}

    header ul.main-menu li:last-child {
        margin-top:4px;
    }
}

@media (min-width: 992px) {
	html {
		font-size:14px;
	}
	body {
		font-size:14px;
	}
	header ul.main-menu li {
		margin-right:30px;
	}
}

@media (min-width: 1200px) {
	header ul.main-menu li {
		margin-right:40px;
	}
}

/* --- НОВЫЕ СТИЛИ ---*/

/* --- ОБЩИЕ СТИЛИ --- */
.m-t-10
{
	margin-top: 10px;
}

.m-t-20
{
	margin-top: 20px;
}

.m-b-20
{
	margin-bottom: 20px;
}

.p-b-40
{
	padding-bottom: 40px;
}

.p-b-25
{
	padding-bottom: 25px;
}

.p-b-20
{
	padding-bottom: 20px;
}

.p-b-10
{
	padding-bottom: 10px;
}

.p-t-20
{
	padding-top: 20px;
}

.p-t-10
{
	padding-top: 10px;
}

.p-l-20
{
	padding-left: 20px;
}

.p-l-10
{
	padding-left: 10px;
}

.no-decoration
{
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.discount-price
{
    font-size: 1.5rem;
    text-decoration: line-through;
    color: #999;
}

.round-corners
{
	border-radius: 5px;
}

.gallery-info-text h3
{
	color: #000;
	font-weight: 800;
}

.rightbar-menu {
	padding-left: 10px;
	padding-right: 10px;
}

.rightbar-menu a.btn {
	border-radius: 0px;
	text-decoration: none;
	white-space: normal;
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

.logo a.site-name {
	font-size: 1vmax;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.85);
    z-index:9999;
    color:white;
}

.overlay-container {
    position: relative;
}

.overlay i {
	color: #fff;
	position: absolute;
	top: 45%;
}

/* --- END ОБЩИЕ СТИЛИ --- */

/* --- СТРАНИЦА БЛОГ --- */
.article
{
	padding-left: 30px;
	padding-bottom: 10px;
}

.article-annotation
{
	padding-bottom: 15px;
}

.article-header a
{
	color: #000;
}

.article-content
{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

.article-content h3
{
	color: #000;
}

.article-content a
{
	text-decoration: none;
}

.column-header > .title
{
	margin-left: 10px;
	padding-bottom: 5px;
}

/* --- END СТРАНИЦА БЛОГ --- */


/* --- СТРАНИЦА ПОРТФОЛИО --- */
.portfolio
{
	padding: 15px;
}

.portfolio-item
{
	margin-bottom: 30px;
	height: 230px;
}

.portfolio-item a
{
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	font-style: italic;
}

.portfolio-item-caption
{
	margin-top: 15px;
	position: relative;
	text-align: center;
}

.portfolio-item img
{
	border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 177px;
}

.portfolio-item-expanded
{
	padding: 0px 0px 10px 20px;
}

.portfolio-item-expanded nav
{
	margin-top: 10px;
	cursor: pointer;
}

.portfolio-item-expanded nav a
{
    color: #555;
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 30px 0;
    text-decoration: none;
}

/* --- END СТРАНИЦА ПОРТФОЛИО --- */

/* --- Comebacker --- */
.comebacker-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 999;
}
.comebacker{
	display: none;
	z-index: 9999;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	font-weight: normal;
}
.comebacker-modal{
	display: block;
	width: 45%;
	padding: 30px;
	margin:10% auto;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
}
.comebacker-left{
	display: block;
	position: fixed;
	width: 40%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.85);
	left: 10px;
	bottom: 10px;
	border-radius: 5px;
	color: #fff;
}
.comebacker h3{
	margin-top: 0px;
}
.comebacker .form-inline{
	display: inline-block;
	margin: 20px 0 0 0 ;
	font-size: 1rem;
}
.comebacker-close-btn{
	width: 25px;
	height: 25px;
	float: right;
	margin: -20px -20px 0 0;
	border: 1px solid #ddd;
	border-radius: 50px;
	background-color: #fafafa;
	text-align: center;
}
.comebacker-close-btn a{
	display: block;
	width: 23px;
	height: 25px;
	font-size: 20px;
	line-height: 23px;
	color: #ccc;
	text-decoration: none;
}
.comebacker-close-btn a:hover{
	text-decoration: none;
	color: #FF341D;
}
.comebacker-close-btn a:focus{
	text-decoration: none;
}
.we-in-regions, .we-in-regions a{
	color: rgba(100, 100, 100, 0.5);
}
.popover-block{
	margin: 0 -6px -5px 0;
	padding-top: 0px;

}
.popover-link{
	margin: 0 0 0 3px;
	color: #aaaabb;
	cursor: pointer;
	font-size: 0.9rem;
	box-sizing: border-box;
	border-bottom: 1px dashed #aaaabb;
	text-shadow: none;
}
.popover{
	position: fixed;
}
.shedule-table{
	min-width: 210px;
}
.shedule-table td{
	padding: 1px 5px 0 5px;
	border-bottom: 1px dashed #eee;
}
.shedule-table tr:last-child td{
	border: none;
}
.address-block{
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.address-block .list-group-item{
	padding-left: 40px;
	text-shadow: 0px 0px 1px #ddd;
}
.address-icon{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	margin: -10px 0 0 -40px;
	width: 30px;
	height: 100%;
	border-right: 1px solid #eee;
}

.scroll-to-top{
	display: none;
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 3px 0 0 8px;
	position: fixed;
	left: 25px;
	bottom: 25px;
	border-radius: 3px;
	border: 1px solid #f7472a;
	background-color: #ff4c31;
	text-decoration: none;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1080px){
	.scroll-to-top{
		visibility: hidden;
	}
}

.scroll-to-top:hover{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.anchor-div{
	position: absolute;
	margin: -70px 0 0 0;
}
.region-float-menu{
	display: none;
	position: absolute;
	top: 45px;
	right: -170px;
	width: 570px;
	padding: 25px;
	list-style: none;
	background-color: rgba(50, 50, 50, 0.8);
	z-index: 100;
}
.region-float-menu a{
	color: #ffffff;
}
.region-float-menu:hover{
	display: block;
}
.region-float-menu li{
	padding: 0;
	width: 33%;
	float: left;
	display: inline-block;
}
#toggleRegionMenu{
	cursor: pointer;
}
#toggleRegionMenu:hover .region-float-menu{
	display: block;
}

.calc-discount{
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.calc-discount p{
	color: #555;
	font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
.main-gallery-text h3{
	font-size: 2.5rem;
	color: #555;
	margin-bottom: 2rem;
}
.main-text{
	display: inline-block;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
/*----------------------------------------------------------------------------------------*/
.pluso{
	position: fixed!important;
	top: 30%!important;
}
.pluso-wrap{
	background: transparent!important;
}
.pluso-wrap a {
	width: 45px!important;
	height: 45px!important;
}
.pluso-more{
	display: none!important;
}
.pluso-facebook, .pluso-vkontakte, .pluso-odnoklassniki, .pluso-google, .pluso-twitter{
	margin: 0!important;
	border-radius: 0!important;
	background-position: center center!important;
}
.pluso-wrap a:hover {
	width: 53px!important;
	background-position: right center!important;
	transition: 0.7s;
}
.pluso-facebook{
	background-color: #424999!important;
	background-image: url("../images/pluso/fb.png")!important;
}
.pluso-vkontakte{
	background-color: rgb(54, 123, 186) !important;
	background-image: url("../images/pluso/vk.png")!important;
}
.pluso-odnoklassniki{
	background-color: rgba(255, 120, 53, 0.83) !important;
	background-image: url("../images/pluso/ok.png")!important;
}
.pluso-google{
	background-color: #fe5145!important;
	background-image: url("../images/pluso/google.png")!important;
}
.pluso-twitter{
	background-color: #008ef4!important;
	background-image: url("../images/pluso/twitter.png")!important;
}
/*----------------------------------------------------------------------------*/
.content-block-size-table{
	padding-top: 0;
}
.size-table{
	margin-top: 20px;
	display: none;
}
.size-table table td, .size-table table th{
	text-align: center;
}
.size-table table{
	background-color: #ecf3ee;
	margin-bottom: 10px;
}
.size-table table th{
	padding: 12px!important;
}
.text-right a{
	cursor: pointer;
}
.show-size-table-a{
	margin-top: 0;
	display: inline-block;
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	overflow: hidden;
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.modal-close {
	width: 25px;
	height: 25px;
	float: right;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 50px;
	background-color: #fafafa;
	text-align: center;
	transition: background-color 0.5s ease;
}

.modal-close:hover {
	background-color: #EAEAEA;
}

.modal-close a {
	display: block;
	width: 23px;
	height: 25px;
	font-size: 20px;
	line-height: 23px;
	color: #ccc;
	text-decoration: none;
}

.modal-close:hover, .modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.color-gray {
    color: #616466 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.row-no-margin {
    margin:0 !important;
}
.row-no-margin > .col-sm-4 {
    margin:0 !important;
    padding:0;
    border: 1px solid #ffffff;
}

#header {
    min-height: 67px;
}