@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }

/* Удалены @font-face для Intro шрифтов */

* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body {

}

html, body {
    background: #f0f0f0;
	background-image: url(/view/assets/images/background.gif);
}

a {}

h1 {}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {}

.clr {
    clear: both;
}

.container.base {
    min-width: 1024px;
}

.container .page {
    background: #fff;
}

.header {
    padding-top: 15px;
}

.header .contacts {
    float: left;
    width: 446px;
    font-size: 19px;
    padding: 0 0 0 29px;
}

.header .contacts .callback {
    color: #ff8a30;
}

.header .contacts .callback, .header .contacts .phone, .header .contacts .email {
    margin-bottom: 8px;
    position: relative;
}

.header .logo {
    float: left;
}

.header .address {
    float: right;
    text-align: right;
    padding-right: 16px;
    font-size: 12px;
}

.contact-icons {
    background: url(../images/contact-icons.png);
    width: 32px;
    height: 41px;
    display: block;
    position: absolute;
    left: -36px;
    top: -7px;
}

.contact-icons.ico-phone {
    background-position: 0px 81px;
}

.contact-icons.ico-email {
    background-position: 0px 45px;
}

.social-block a {
    float: right;
    margin: 0 0 10px 4px;
}

.social-icons:hover, .social-icons-orange:hover {
    opacity: 0.5;
}

.social-icons {
    background: url(../images/social-icons.png);
    width: 31px;
    height: 29px;
    display: inline-block;
}

.social-icons-orange {
    background: url(../images/social-icons-footer.png);
    width: 31px;
    height: 29px;
    display: inline-block;
}

.ico-sc-vk {
    background-position: 0px 0px;
}

.ico-sc-fb {
    background-position: 100px 0px;
}

.ico-sc-yt {
    background-position: 65px 0px;
}

.ico-sc-ig {
    background-position: 30px 0px;
}

.slon-block {
    position: relative;
}

.slon {
    width: 135px;
    height: 190px;
    background: url(../images/el-up.png);
    position: absolute;
    left: -103px;
    top: 352px;
    z-index: 9999;
}

.main-menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-menu a {
    color: #000;
    padding: 10px 25px;
    display: inline-block;
    border-bottom: 3px solid #fff;
}

.main-menu a.active, .main-menu a:hover {
    color: #ff8a30;
    text-decoration: none;
    border-bottom: 3px solid #ff8a30;
}

.promo {
    padding: 10px;
	-webkit-animation: fade-in 2s linear; /* Safari 4+ */
    -moz-animation: fade-in 2s linear; /* Fx 5+ */
	-o-animation: fade-in 2s linear; /* Opera 12+ */
	animation: fade-in 2s linear; /* IE 10+, Fx 29+ */
}

.slider {
    padding: 0 70px;
}

.slider-block {
    padding: 0 40px;
}

.slider-data {
    float: left;
    width: 420px;
}

.slider-image {
    float: right;
}

.slider-image img {
    width: 410px;
}

.slider-data .sd-title {
    color: #ff8a30;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slider-data .sd-desc {}

.orange-title {
    border-bottom: 1px solid #ff8a30;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.orange-title h1, .orange-title h2, .orange-title h3, .orange-title h4 {
    position: relative;
    padding: 0 10px;
    margin: 0;
    top: 12px;
    background: #fff;
    display: inline-block;
}

.recommend {
    padding: 0px;
    padding-bottom: 0px;
}

.recomm-item {
    text-align: center;
}

.recomm-item img {
    width: 200px;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
}

.recomm-item .recomm-look {
    color: #ff8a30;
    text-transform: uppercase;
}

.recomm-item .recomm-desc {
    width: 250px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -49px;
    font-size: 14px;
	height: 87px;
}

.recomm-look {
    width: 250px;
    margin: 0 auto;
    margin-top: 75px;
}

.ico-cakes {
    display: inline-block;
    background: url(../images/cakes.png);
    width: 121px;
    height: 60px;
}

.ico-cakes-block {
    width: 152px;
    height: 61px;
    position: relative;
    top: 30px;
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}

.about {
    padding: 25px;
    padding-top: 0;
}

.about h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-diell .about-desc {
    font-size: 14px;
}

.about-diell {
    float: left;
    width: 435px;
}

.about-map img {
    width: 435px;
}

.about-map {
    float: right;
    width: 435px;
}

.footer {
    border-top: 5px solid #ff8a30;
    margin-top: 69px;
    position: relative;
}

.footer .slon-footer {
    text-align: center;
    height: 6px;
}

.footer .slon-footer .slon-up {
    display: inline-block;
    width: 179px;
    height: 113px;
    background: url(../images/el.png);
    position: relative;
    top: -95px;
}

.ft-content {
    padding: 25px;
    font-size: 13px;
}

.ft-info {
    float: left;
}

.ft-info span {
    display: block;
}

.ft-menu {
    margin: 20px 15px 0px 50px;
    float: left;
}

.ft-menu a {
    color: #000;
    padding: 0 15px;
}

.ft-menu a:hover {
    color: #ff8a30;
}

.yandex {
	    padding-top: 21px;
    margin-left: 100px;
    float: left;
}

.footer .social-block {
    display: block;
}

.footer .autor {
    float: right;
    display: block;
    position: relative;
    clear: both;
    font-size: 14px;
    text-align: center;
    right: 18px;
    top: -10px;
}

.prod-menu {
    text-align: center;
    border-top: 1px solid #ff8a30;
    border-bottom: 1px solid #ff8a30;
    margin: 0 25px;
}

.prod-menu a:hover, .prod-menu a:focus {
    color: #ff8a30;
    text-decoration: none;
}

.prod-menu a.active {
    color: #ff8a30;
}

.prod-menu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    padding: 14px 30px;
    display: inline-block;
    font-size: 20px;
}

.breadcrumb {
    background: #fff;
}

.plist-title h1 {
    font-size: 25px;
}

.plist-title {
    text-align: center;
}

.gallery-list {
    padding: 15px 0px;
}

.gallery-list .item img {
    width: 100%;
	-webkit-animation: fade-in 0.5s linear; /* Safari 4+ */
    -moz-animation: fade-in 0.5s linear; /* Fx 5+ */
	-o-animation: fade-in 0.5s linear; /* Opera 12+ */
	animation: fade-in 0.5s linear; /* IE 10+, Fx 29+ */
}

.text {
	-webkit-animation: fade-in 1s linear; /* Safari 4+ */
    -moz-animation: fade-in 1s linear; /* Fx 5+ */
	-o-animation: fade-in 1s linear; /* Opera 12+ */
	animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

.gallery-list .item {
	display: inline-block;
    width: 21%;
    text-align: center;
    margin: 8px 19px;
}

.gallery-list .item .tifoto {
    display: block;
	height: 72px;
	line-height:normal;
}

.to-id {
   display: block;
    color: #ff8a30;
    font-size: 13px;
}

.to-id:hover {
    text-decoration: none;
    background: #005CAB;
    color: #fff;
}

.navigate {
    margin: 25px 0 0 20px;
}

.navigate a {
    background: #ff8a30;
    color: #fff;
    padding: 7px 10px;
    line-height: 14px;
}

.left {
	float: left;
}
    
.navigate .left a:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 9px solid rgba(0, 0, 0, 0);
    border-right-color: #ff8a30;
    margin-left: -28px;
    margin-top: -2px;
}

.right {
	float: right;
}

.navigate .right a:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 9px solid rgba(0, 0, 0, 0);
    border-left-color: #ff8a30;
    margin-left: 10px;
    margin-top: -2px;
}

.navigate a:hover {
    background: #000;
	color: #FFF;
}

.navigate a:hover:after {
    border-left-color: #000;
}

.navigate a:hover:before {
    border-right-color: #000;
}

.product-preview {
    padding-bottom: 50px;
    margin: 0 8px;
}

.product-preview .view-port {
    float: left;
}

.product-preview .view-port .product-gallery {
    margin-right: 50px;
    width: 490px;
    height: 500px;
    position: relative;
}

.product-preview .view-port .product-gallery img {
    max-width: 490px;
    max-height: 500px;
}

.product-preview .product-images {

}

.product-preview .product-images > div {
    display: inline-block;
}

.product-preview .product-images > div > img {
width: 126px;
    margin: 0px 26px 10px 0px;
    cursor: pointer;
}

.product-preview .product-desc {
    margin-left: 563px;
}

.product-preview .product-desc .product-description h4 {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ff8a30;
}

.product-preview .product-desc h1 {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.client-prods {
    clear: both;
}

.ingrids .ingrid {
    display: inline-block;
    position: relative;
    padding: 0 5px 5px 0;
    cursor: pointer;
}

.ingrids .ingrid .ingrid-hint:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-top: 20px solid rgba(255, 255, 255, 0);
    border-right: 24px solid #fff;
    position: absolute;
    top: 43px;
    left: -21px;
}

.ingrids .ingrid .ingrid-hint:before {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-top: 20px solid rgba(255, 255, 255, 0);
    border-right: 24px solid #ebe5e5;
    position: absolute;
    top: 44px;
    left: -24px;
}

.ingrids .ingrid .ingrid-hint {
    display: hidden;
    position: absolute;
    width: 380px;
    z-index: 9999;
    top: 0px;
    left: 100px;
}

.ingrid-hint .ingrid-hint-data {
    display: inline-block;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ebe5e5;
    border-radius: 11px;
    font-size: 12px;
    background: #fff;
    max-width: 350px;
    position: relative;
}

.ingrids .ingrid:hover .ingrid-hint {
    position: absolute;
    display: block;
}

.ingrids .ingrid > img {
    width: 100px;
}

a.more-ingrids:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}

.more-ingrids {
    background: #0195ff;
    color: #fff;
    font-size: 13px;
    padding: 6px 3px;
    border-radius: 25px;
    /* position: relative; */
    /* left: -19px; */
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 16px;
    bottom: 10px;
}

.ingrid-hint {
    display: none;
}

.ingrids {
    margin-top: 0px;
}

.page-description {
    padding: 25px;
}

div.single {
   padding: 0 25px 25px 25px;
   	 -webkit-animation: fade-in 1s linear; /* Safari 4+ */
    -moz-animation: fade-in 1s linear; /* Fx 5+ */
	-o-animation: fade-in 1s linear; /* Opera 12+ */
	animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

.breadcrumb a {
    color: #ababab;
}

.breadcrumb > span {
    position: relative;
}

.breadcrumb > span:last-child:after {
    display: none;
}

.breadcrumb > span:after {
    display: inline-block;
    content: '/';
    color: #ababab;
    margin: 0px 3px;
    width: 0px;
    position: absolute;
    top: 5px;
}

.breadcrumb {
    padding: 8px 17px;
	font-size: 17px;
}

.photo_3d {
    width: 540px;
}

.photo_3d img {
    width: 500px;
}

.img-next {
    background: url(/view/assets/images/right.png);
    display: block;
    width: 16px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    margin: -17px -30px 0px 0px;
}

.img-prev {
    background: url(/view/assets/images/left.png);
    display: block;
    width: 16px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    cursor: pointer;
    margin: -17px 0px 0px -30px;
}


#loading {
    display: none;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: center;
    color: #fff;
    text-shadow:1px 1px 0 #000;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.price-icon {
    position: relative;
}

.price-main:before {
    display: block;
    content: ' ';
    background: url(../images/price_main.png);
    width: 185px;
    height: 39px;
    position: absolute;
    top: 19px;;
}

.price-blue:before {
    display: block;
    content: ' ';
    background: url(../images/price.png);
    width: 185px;
    height: 39px;
    position: absolute;
    top: 19px;;
}

.price-center.price-blue:before {
    top: -56px;
    left: 50%;
    margin-left: -92px;
}

.price-right.price-blue:before {
    right: 0;
}

.flexslider {
    margin: 0 0 30px !important;
}

.static-page {
	padding: 0 25px;
}

.content {
	padding: 0 20px;
}

.s-form input[type=text] {
    width: 47%;
}