@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/cormorantgaramond-bold.eot"); /* IE9 */
    src: url("../fonts/cormorantgaramond-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/cormorantgaramond-bold.woff") format("woff"), /* chrome, firefox */
    url("../fonts/cormorantgaramond-bold.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../fonts/cormorantgaramond-bold.svg#Cormorant Garamond") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: 700;
}



@font-face {
    font-family: "DS UstavHand";
    src: url("../fonts/ds-ustavhand.eot"); /* IE9 */
    src: url("../fonts/ds-ustavhand.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ds-ustavhand.woff") format("woff"), /* chrome, firefox */
    url("../fonts/ds-ustavhand.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("../fonts/ds-ustavhand.svg#DS UstavHand") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: 400;
}


body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialised;
	padding-top: 241px;
        background-image: url(http://restoran-muromec.ru/templates/images/snow.png);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,button,input:active,button:active {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

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

.clear {
	clear: both;
}

a:focus {
	outline: none;
}

.hidden-item {
	display: none;
}

.visible-item {
	display: block;
}

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

h2,h3 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
}

.wrap {
	max-width: 1751px;
	margin: 0 auto;
}

.btn-toggle {
	width: 69px;
	height: 69px;
	display: block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.btn-toggle:hover span {
	opacity: 1;
}

.btn-toggle:hover span:after {
	top: -20px;
}

.btn-toggle:hover span:before {
	top: 20px;
}

.btn-toggle span {
	width: 55px;
	top: 20px;
	left: 4px;
	height: 4px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	position: relative;
	display: inline-block;
	background-color: #000;
}

.btn-toggle.opened span {
	background-color: transparent;
	top: 23px;
	left: 9px;
}

.btn-toggle.opened span:after {
	top: -19px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-toggle.opened span:before {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px;
}

.btn-toggle span:after,.btn-toggle span:before {
	-webkit-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	position: absolute;
	content: "s";
	font-size: 0px;
	width: 100%;
	height: 4px;
	left: 0px;
	background-color: #000;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.btn-toggle span:after {
	top: -18px;
}

.btn-toggle span:before {
	top: 18px;
}

.s-header {
	padding: 0 80px;
	height: 241px;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.s-header.nav-up {
	top: -241px;
}

.s-header.active {
	-webkit-box-shadow: 3.1px 3.9px 5px rgba(0, 1, 1, 0.08);
	box-shadow: 3.1px 3.9px 5px rgba(0, 1, 1, 0.08);
}

.s-header-logo {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	max-width: 464px;
	top: 10px;
	width: 100%;
}

.s-header-logo .icon-logo {
	width: 261px;
	height: 26px;
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}

.s-header-list {
	padding-top: 54px;
}

.s-header-list.right {
	padding-right: 10px;
}

.s-header-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 43px;
	position: relative;
	margin-right: 16px;
}

.s-header-list li.active a {
	color: white;
	background-color: #b12931;
}

.s-header-list li:last-child {
	margin-right: 0;
}

.s-header-list li:last-child:after {
	display: none;
}

.s-header-list li:after {
	content: '';
	position: absolute;
	right: -11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 56px;
	background-color: rgba(177, 41, 49, 0.26);
}

.s-header-list li.s-header-btn {
	display: none;
}

.s-header-list li.s-header-bag a {
	padding: 0 10px;
	margin: -3px 12px;
	display: block;
	position: relative;
}

.s-header-list li.s-header-bag a:hover {
	background-color: transparent;
}

.s-header-list li.s-header-bag a span {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	top: 26px;
	white-space: nowrap;
}

.s-header-list li.s-header-bag a .icon-rubl {
	width: 10px;
	height: 15px;
	background-image: url("../images/icon-rubl.png");
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-left: -2px;
}

.s-header-list li.s-header-bag a svg {
	width: 63px;
	height: 63px;
	display: inline-block;
	vertical-align: top;
}

.s-header-list li.s-header-bag a svg path {
	fill: #000;
}

.s-header-list li a {
	color: #b02830;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 61px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 13px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
	background-color: transparent;
}

.s-header-list li a.active,.s-header-list li a:hover {
	color: white;
	background-color: #b12931;
}

.s-header-menuopen {
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	display: none;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	max-height: calc(100vh - 250px);
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 3.1px 3.9px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3.1px 3.9px 5px rgba(0, 0, 0, 0.1);
	padding: 58px 0 40px;
}

.s-header-menuopen-list {
	max-width: 1168px;
	margin: 0 auto;
}

.s-header-menuopen-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	width: 48.5%;
}

.s-header-menuopen-list li:last-child {
	margin-right: 0;
}

.s-header-menuopen-link {
	display: block;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.s-header-menuopen-link:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 22px;
	height: 3px;
	background-color: #b12931;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-header-menuopen-link img {
	float: left;
	display: block;
	margin-right: 24px;
}

.s-header-menuopen-link span {
	color: #b12931;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	padding-top: 55px;
	vertical-align: top;
	letter-spacing: 2px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-header-menuopen-link span i {
	font-family: "DS UstavHand";
	font-weight: 400;
	font-style: normal;
}

.s-header-menuopen-item {
	display: block;
	margin-bottom: 29px;
}

.s-header-menuopen-item:last-child {
	margin-bottom: 0;
}

.s-header-menuopen-item-list {
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
}

.s-header-menuopen-item-list:last-child {
	margin-right: 0;
}

.s-header-menuopen-item-list > li {
	width: 100%;
	display: block;
	margin-right: 0;
}

.s-header-menuopen-item-list > li a {
	color: black;
	font-size: 17px;
	line-height: 42px;
	padding-left: 15px;
	letter-spacing: 1px;
	position: relative;
	font-family: "Open Sans";
	font-weight: 600;
}

.s-header-menuopen-item-list > li a i {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 3px;
}

.s-header-menuopen-item-list > li a i svg {
	width: 20px;
	height: 11px;
	fill: #000;
	transition: all 0.3s;
}

.s-header-menuopen-item-list > li a.active i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.s-header-menuopen-item-list > li a:hover:after,.s-header-menuopen-item-list > li a.active:after {
	width: 197px;
	display: block;
}

.s-header-menuopen-item-list > li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0px;
	height: 3px;
	background-color: #b12931;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.s-header-menuopen-item-list > li a span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-header-menuopen-item-list-sub {
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	display: none;
}

.s-header-menuopen-item-list-sub > li {
	margin-bottom: 0 !important;
}

.s-header-menuopen-item-list-sub > li a {
	color: black;
	font-size: 14px;
	line-height: 36px;
	font-family: "Fira Sans";
	font-weight: 500;
}

.s-header-menuopen-item-list-sub > li a span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-header-menumobile {
	background-color: white;
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	overflow-y: scroll;
	max-height: calc(100vh - 250px);
}

.s-header-menumobile-list {
	max-width: 567px;
	width: 100%;
	margin: 0 auto;
}

.s-header-menumobile-list-li {
	border-bottom: 1px solid rgba(177, 41, 49, 0.26);
	padding: 20px 0;
}

.s-header-menumobile-list-li:last-child {
	border-bottom: 0;
	text-align: center;
}

.s-header-menumobile-list-li > a {
	color: #b02830;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.s-header-menumobile-list-li > a.active i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.s-header-menumobile-list-li > a:hover {
	background-color: #b12931;
	color: #fff;
}

.s-header-menumobile-list-li > a:hover svg {
	fill: #fff;
}

.s-header-menumobile-list-li > a i {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: -20px;
	margin-top: -2px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.s-header-menumobile-list-li > a i svg {
	width: 24px;
	height: 14px;
	-webkit-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
	fill: #B02830;
}


.s-slider {
	height: -webkit-calc(100vh - 241px);
	height: calc(100vh - 241px);
	position: relative;
}

.s-slider-slider {
	max-width: 1751px;
	margin: 0 auto;
}

.s-slider-slider .item {
	height: -webkit-calc(100vh - 241px);
	height: calc(100vh - 241px);
	min-height: 550px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center 0;
}

.s-slider-descr {
	position: absolute;
	right: 37px;
	bottom: 46px;
	max-width: 634px;
	background-color: #b02830;
	color: white;
	font-family: "DS UstavHand";
	font-size: 36px;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
	z-index: 10;
	display: inline-block;
	padding: 14px 21px 37px;
	letter-spacing: 3px;
}

.s-slider-descr:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -11px;
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-slider-slider .slide-link {
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
}

.s-slider-arrow {
	width: 56px;
	height: 35px;
	background-image: url("../images/arrow-down.png");
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	display: block;
	-webkit-animation: arrowBounce 2s infinite;
	animation: arrowBounce 2s infinite;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.s-menu {
	padding: 79px 0 0;
}

.s-menu-title {
	color: #b02830;
	font-size: 50px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-menu-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-menu-list {
	padding-top: 50px;
}

.s-menu-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
}

.s-menu-item {
	padding-top: 100%;
	position: relative;
}
.s-menu-item.item2,
.s-menu-item.item3 {
	padding-top: 50%;
}
.s-menu-item-img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b02930;
}

.s-menu-item-img .wrap-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s-menu-item.item2 .s-menu-item-img .wrap-image {
	width: 50%;
}
.s-menu-item-link {
	width: 291px;
	height: 92px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	display: block;
}

.s-menu-item-link.pos1 {
	left: 39px;
	top: 56px;
}

.s-menu-item-link.pos2 {
	top: 107px;
	right: 32px;
}

.s-menu-item-link.pos3 {
	left: 29px;
	top: 103px;
}

.s-menu-item-link.pos4 {
	bottom: 25px;
	right: 28px;
}

.s-menu-item-link:before {
	content: '';
	position: absolute;
	left: 24px;
	top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 17px;
	height: 30px;
	background-image: url(../images/right.svg);
	-webkit-background-size: cover;
	background-size: cover;
}

.s-menu-item-link span {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b02830;
	font-size: 30px;
	line-height: 33px;
	text-transform: uppercase;
	padding-left: 60px;
	padding-right: 15px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-menu-item-link span i {
	font-family: "DS UstavHand";
	font-weight: 400;
	font-style: normal;
}

.s-menu-item-link:after {
	content: '';
	position: absolute;
	left: -7px;
	top: -7px;
	display: block;
	border: 2px solid white;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-events {
	padding: 62px 0 0;
}

.s-events-slider {
	margin-top: 65px;
	position: relative;
}

.s-events .item.slick-slide {
	margin-right: 25px;
}

.s-events-item {
	width: 789px;
	-webkit-background-size: cover;
	background-size: cover;
	height: 489px;
	background-image: url("../images/events-img1.jpg");
	position: relative;
	background-position: center 0;
}

.s-events-item-cont {
	width: 467px;
	height: 302px;
	background-color: rgba(255, 255, 255, 0.95);
	top: 50%;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 33px 31px;
}

.s-events-item-date {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid #b02830;
	max-width: 371px;
	letter-spacing: 2px;
	padding-bottom: 14px;
}

.s-events-item-title {
	color: #b02830;
	font-size: 31px;
	letter-spacing: 2px;
	line-height: 1.2;
	padding-top: 7px;
	height: 90px;
	overflow: hidden;
	display: block;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-events-item-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-events-item-descr {
	color: black;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	max-height: 2.6667em;
	overflow: hidden;
	margin-top: 42px;
}

.s-events .slick-prev {
	position: absolute;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 41px;
	height: 66px;
	background-image: url("../images/icon-arrow-left.png");
	z-index: 100;
	display: block;
	padding: 0;
	background-color: transparent;
	border: 0;
	text-indent: -999999px;
	cursor: pointer;
}

.s-events .slick-prev:focus {
	outline: 0;
}

.s-events .slick-next {
	position: absolute;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 41px;
	height: 66px;
	background-image: url("../images/icon-arrow-right.png");
	z-index: 100;
	display: block;
	padding: 0;
	background-color: transparent;
	border: 0;
	text-indent: -999999px;
	cursor: pointer;
}

.s-events .slick-next:focus {
	outline: 0;
}

.s-events-link-wrap {
	text-align: center;
	display: none;
}

.s-events-link {
	color: black;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 400;
	line-height: 61px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.s-apps {
	padding: 58px 0 79px;
}

.s-apps-list {
	text-align: center;
	padding-top: 59px;
}

.s-apps-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
}

.s-apps-list li:last-child {
	margin-right: 0;
}

.s-apps-link {
	display: block;
	width: 370px;
	padding: 46px 0;
	background-color: rgba(241, 233, 215, 0.9);
	-webkit-box-shadow: 3.1px 3.9px 8.2px 0.8px rgba(0, 0, 0, 0.25);
	box-shadow: 3.1px 3.9px 8.2px 0.8px rgba(0, 0, 0, 0.25);
	position: relative;
}

.s-apps-link img {
	display: block;
	margin: 0 auto;
	height: 73px;
	transition: opacity 0.3s;
}

.s-apps-link:hover img {
	opacity: 0.7;
}

.s-footer {
	background-color: #f2ebdb;
	padding: 35px 0 0px;
	min-height: 278px;
}

.s-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.s-footer-contacts {
	text-align: center;
	color: black;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	padding-bottom: 43px;
}

.s-footer-contacts-addr {
	font-weight: 700;
}

.s-footer-contacts-phones {
	font-weight: 400;
}

.s-footer-contacts-phones a {
	color: #000;
}

.s-footer-contacts li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 104px;
	position: relative;
}

.s-footer-contacts li:after {
	content: '';
	position: absolute;
	right: -54px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 80px;
	background-color: #b02830;
	display: block;
}

.s-footer-contacts li:last-child {
	margin-right: 0;
}

.s-footer-contacts li:last-child:after {
	display: none;
}

.s-footer-logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7px;
	max-width: 199px;
	width: 100%;
}

.s-footer-logo img {
	margin: 0 auto;
}

.s-footer-soc {
	position: relative;
	border-top: 1px solid #b02830;
	border-bottom: 1px solid #b02830;
	padding: 24px 129px;
}

.s-footer-soc-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 27px;
}

.s-footer-soc-list li:last-child {
	margin-right: 0;
}

.s-footer-soc-list li a {
	display: block;
	transition: opacity 0.3s;
}
.s-footer-soc-list li a:hover {
	opacity: 0.7;
}

.s-footer-soc-list li a svg {
	width: 42px;
	height: 42px;
	display: block;
}

.s-footer-copy {
	color: black;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding: 12px 0;
	letter-spacing: 0.5px;
}

.s-breadcrumb {
	background-color: #f2ebdb;
	padding: 21px 0;
}

.s-breadcrumb-list li {
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	position: relative;
	margin-right: 14px;
	letter-spacing: 1px;
}

.s-breadcrumb-list li:last-child {
	margin-right: 0;
}

.s-breadcrumb-list li:last-child:after {
	display: none;
}

.s-breadcrumb-list li:after {
	content: ' >';
	position: absolute;
	right: -14px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.s-breadcrumb-list li a {
	color: black;
	position: relative;
}

.s-breadcrumb-list li a:hover:after {
	width: 100%;
}

.s-breadcrumb-list li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	display: block;
	background-color: #000;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.s-product {
	padding: 43px 0 138px;
}

.s-product-list {
	padding-top: 52px;
}

.s-product-list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.s-product-img {
	position: relative;
	z-index: 2;
}

.s-product-descr {
	border: 1px solid #b02830;
	position: relative;
	z-index: 1;
	margin-left: -182px;
	margin-top: 50px;
	padding: 65px 57px 45px 225px;
}

.s-product-descr-left {
	display: block;
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	position: relative;
}

.s-product-descr-text {
	color: #3b3b3b;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 600;
	line-height: 35px;
	padding-top: 74px;
	letter-spacing: 0.6px;
	max-width: 746px;
}

.s-product-title {
	color: #b02830;
	font-size: 31px;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-top: 13px;
	font-family: "Open Sans";
	font-weight: 700;
}

.s-product-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-product-weight {
	color: black;
	font-family: "Open Sans";
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-top: 9px;
}

.s-product-price {
	color: black;
	font-family: "Open Sans";
	font-size: 31px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 2px;
	width: 200px;
	text-align: right;
}

.s-product-counter {
	padding-top: 58px;
	padding-left: 7px;
}

.s-product-counter .numbers-row {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.s-product-counter .numbers-row div {
	font-family: "Open Sans";
	font-size: 40px;
	font-weight: 400;
	line-height: 61px;
	position: absolute;
	top: 0;
	cursor: pointer;
	color: black;
}

.s-product-counter .numbers-row div.inc {
	color: #b02830;
	left: 0;
}

.s-product-counter .numbers-row div.dec {
	right: 0;
	top: -4px;
}

.s-product-counter .btn-product-value {
	border: 0;
	background-color: transparent;
	color: black;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 400;
	line-height: 61px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 23px;
}

.s-product-btn {
	width: 228px;
	height: 59px;
	border: 2px solid black;
	display: block;
	color: black;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 11px;
}

.s-product-btn:hover {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.s-product-btn:hover:hover {
	background-color: #000;
	color: #fff;
}

.s-news-descr {
	margin-top: 32px;
	padding: 61px 57px 92px 249px;
}

.s-news-descr-text {
	padding-top: 46px;
}

.s-news-date {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	max-width: 371px;
	width: 100%;
	border-bottom: 1px solid #b02830;
	letter-spacing: 2px;
	padding-bottom: 12px;
}

.s-news-title {
	color: #b02830;
	font-size: 31px;
	max-width: 400px;
	line-height: 1.2;
	padding-top: 13px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-news-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-catalog {
	padding: 44px 0 149px;
}

.s-catalog-inner {
	padding-top: 41px;
}

.s-catalog-sidebar {
	float: left;
	width: 286px;
}

.s-catalog-list > li {
	border-bottom: 1px solid #b02830;
}

.s-catalog-list > li:last-child {
	border-bottom: 0;
}

.s-catalog-list > li a {
	color: black;
	font-size: 17px;
	line-height: 54px;
	display: block;
	padding-left: 7px;
	letter-spacing: 1px;
	font-family: "Fira Sans";
	font-weight: 500;
}

.s-catalog-list > li a i {
	display: inline-block;
	margin-left: 7px;
}

.s-catalog-list > li a i svg {
	width: 20px;
	height: 11px;
	fill: #000;
	transition: all 0.3s;
}

.s-catalog-list > li a.active i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.s-catalog-list > li a span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-catalog-list-sub {
	padding-left: 14px;
	margin-top: -6px;
	padding-bottom: 19px;
	display: none;
}

.s-catalog-list-sub li a {
	color: black;
	font-size: 14px;
	line-height: 34px;
	font-family: "Fira Sans";
	font-weight: 500;
}

.s-catalog-list-sub li a span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-catalog-cont {
	padding-left: 347px;
	margin-right: -15px;
	padding-top: 9px;
}

.s-catalog-line {
	margin: 0 -29px;
}

.s-catalog-item {
	display: block;
	border-right: 1px solid #b02830;
	border-left: 1px solid #b02830;
	border-bottom: 1px solid #b02830;
}

.s-catalog-item-img {
	position: relative;
	margin: 0 -1px;	
}

.s-catalog-item-img img {
	display: block;
}

.s-catalog-item-cont {
	padding: 28px 23px 117px;
	position: relative;
}

.simple-item .s-catalog-item-cont {
	padding-bottom: 31px;
}

.s-catalog-item-title {
	color: #b02830;
	font-size: 22px;
	line-height: 1.2;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	letter-spacing: 1px;
	font-family: "Open Sans";
	font-weight: 600;
}

.s-catalog-item-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-catalog-item-price {
	color: black;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

.s-catalog-item-btn {
	width: 162px;
	height: 46px;
	font-size: 16px;
	line-height: 43px;
	margin-top: 0;
    position: absolute;
    bottom: 28px;
    left: 23px;
}

.s-catalog-item-wrap {
	width: 33%;
	padding: 0 29px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding-bottom: 54px;
}

.s-contacts {
	padding: 45px 0 88px;
}

.s-contacts-item {
	padding-bottom: 58px;
	border-bottom: 68px solid #f2ebdb;
	margin-bottom: 20px;
}

.s-contacts-item-left {
	padding: 103px 0 0 24px;
	width: -webkit-calc(100% - 789px);
	width: calc(100% - 789px);
}

.s-contacts-item-right {
	max-width: 789px;
	width: 100%;
}

.s-contacts-item-name {
	color: #b02830;
	font-size: 30px;
	letter-spacing: 1px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-contacts-item-name span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-contacts-item-addr {
	color: black;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 37px;
	letter-spacing: 1px;
}

.s-contacts-item-addr a {
	color: #000;
}

.s-contacts-item-work {
	color: black;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 3px solid #b12931;
	padding-top: 32px;
	letter-spacing: 1px;
	padding-bottom: 54px;
}

.s-contacts-item-btn {
	padding-top: 34px;
}

.s-contacts-item + .s-contacts-item {
	margin-top: -51px;
	padding-bottom: 54px;
}

.s-contacts-btn {
	display: inline-block;
	padding: 0 43px;
	width: auto;
	margin-right: 35px;
}

.s-contacts-btn:last-child {
	margin-right: 0;
}

.s-contacts-btn.red {
	color: #b12931;
	border-color: #b12931;
}

.s-contacts-btn.red:hover {
	background-color: #b12931;
}

.s-contacts-slider {
	-webkit-box-shadow: 1.8px 4.7px 16px rgba(0, 0, 0, 0.42);
	box-shadow: 1.8px 4.7px 16px rgba(0, 0, 0, 0.42);
	margin-top: 53px;
}

.s-contacts .slick-prev {
	position: absolute;
	right: 91px;
	bottom: 27px;
	background-image: url("../images/icon-arrow-left.png");
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	width: 41px;
	height: 66px;
	padding: 0;
	display: block;
	z-index: 10;
	cursor: pointer;
}

.s-contacts .slick-next {
	position: absolute;
	right: 32px;
	bottom: 27px;
	width: 41px;
	height: 66px;
	background-image: url("../images/icon-arrow-right.png");
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	padding: 0;
	display: block;
	z-index: 10;
	cursor: pointer;
}

.s-delivery {
	padding: 106px 0 0;
	overflow: hidden;
}

.s-delivery .wrap {
	max-width: 1725px;
}

.s-delivery-line {
	margin: 0 -50px;
}

.s-delivery-item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 50px;
	width: 50%;
}

.s-delivery-item-title {
	color: #b02830;
	font-size: 30px;
	letter-spacing: 1.5px;
	border-bottom: 3px solid #b12931;
	padding-bottom: 29px;
	font-family: "Cormorant Garamond";
	font-weight: 700;
}

.s-delivery-item-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-delivery-item-info {
	color: black;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	padding-top: 51px;
}

.s-delivery-list {
	padding-top: 65px;
	padding-bottom: 20px;
}

.s-delivery-list-item {
	width: 370px;
	height: 164px;
	opacity: 0.9;
	background-color: #f1e9d7;
	-webkit-box-shadow: 1.8px 4.7px 8.2px 0.8px rgba(0, 0, 0, 0.25);
	box-shadow: 1.8px 4.7px 8.2px 0.8px rgba(0, 0, 0, 0.25);
	color: black;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	padding: 42px 0 10px;
	line-height: 1.2;
}

.s-delivery-list-item span {
	font-size: 24px;
	display: block;
	padding-top: 20px;
}

.s-delivery-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 47px;
}

.s-delivery-list li:last-child {
	margin-right: 0;
}

.s-popup,
.s-popup-product {
	max-width: 739px;
	margin: 0 auto;
	background-color: white;
	-webkit-box-shadow: 1.8px 4.7px 5px rgba(1, 1, 1, 0.12);
	box-shadow: 1.8px 4.7px 5px rgba(1, 1, 1, 0.12);
	position: relative;
}
.s-popup-product {
	max-width: 960px;
}

.popup-product-title {
    color: #b02830;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 36px 36px 33px;
}
.popup-product-title span {
    font-family: "DS UstavHand";
    font-weight: 400;
}

.s-popup .mfp-close,
.s-popup-product .mfp-close {
	display: none;
}

.s-popup-close1 {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 32px;
	height: 28px;
	background-image: url("../images/icon-close.png");
	display: block;
	opacity: 1;
	z-index: 100;
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.s-popup-product .s-popup-close1 {
	top: 37px;
}

.s-popup-inner1 {
	padding: 52px 90px;
}


.s-popup-form-item p {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
}

.s-popup-form-item.failed p {
	color: #b02832;
}

.s-popup-form-item p.error {
	color: #b02832;
	font-size: 14px;
	margin-top: 0.5em;
	display: none;
}
.s-popup-form-item p.error.active {
	display: block;
}

.s-popup-form-item input {
	border: 0;
	border-bottom: 3px solid #b12931;
	display: block;
	width: 100%;
	height: 52px;
	color: #b02830;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
}

.s-popup-form-item textarea {
	border: 0;
	border-bottom: 3px solid #b12931;
	display: block;
	width: 100%;
	height: 123px;
	resize: none;
	color: #b02830;
	font-family: "Open Sans";
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 0;
	overflow: auto;
}

.s-popup-form-item + .s-popup-form-item {
	margin-top: 30px;
}

.s-popup-form-check {
	padding-top: 16px;
	padding-bottom: 25px;
}

.s-popup-form-check p {
	padding-bottom: 39px;
}

.s-popup-form-captcha {
	padding-top: 23px;
	padding-bottom: 17px;
}

.s-popup-form-captcha img {
	display: block;
}

.s-popup-form-mes {
	padding-top: 23px;
}

.s-popup-form-mes textarea {
	margin-top: 10px;
	overflow: auto;
}

.s-popup-form .s-product-btn {
	margin-top: 38px;
	background-color: transparent;
	width: 243px;
	cursor: pointer;
}

.s-popup-thanks {
	max-width: 1274px;
}

.s-popup-text {
	text-align: center;
	color: #b02830;
	font-size: 40px;
	line-height: 61px;
	padding: 29px 0;
	letter-spacing: 3px;
	font-family: "Open Sans";
	font-weight: 700;
}

.s-popup-text span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-popup-form-item input:-moz-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item input::-moz-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item input:-ms-input-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item input::-webkit-input-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item textarea:-moz-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item textarea::-moz-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item textarea:-ms-input-placeholder {
	opacity: 1;
	color: #b02830;
}

.s-popup-form-item textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #b02830;
}

.b-checkbox {
	margin-bottom: 30px;
	position: relative;
}

.b-checkbox:last-child {
	margin-bottom: 0;
}

.b-checkbox div {
	display: block;
}

.b-checkbox input {
	display: block;
	opacity: 0;
	margin-top: -18px;
	position: absolute;
	visibility: hidden;
}

.b-checkbox input + label {
	cursor: pointer;
}

.b-checkbox input + label {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
}

.b-checkbox input + label span {
	width: 38px;
	height: 38px;
	border: 1px solid #b02830;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 16px;
	position: relative;
	margin-bottom: 5px;
}

.b-checkbox input:checked + label {
	color: #b02830;
}

.b-checkbox input:checked + label span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: #b02830;
	display: block;
}

.s-news1 {
	padding: 38px 0 142px;
}

.s-news1-list {
	padding-top: 53px;
	margin: 0 -21px;
}

.s-news1-list li {
	width: 50%;
	padding: 0 21px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	margin-bottom: 38px;
}

.s-news1 .s-events-item {
	max-width: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}

.s-news1 .s-events-item.bg1 {
	background-image: url(../images/news1-img1.jpg);
}

.s-news1 .s-events-item.bg2 {
	background-image: url(../images/news1-img2.jpg);
}

.s-news1 .s-events-item.bg3 {
	background-image: url(../images/news1-img3.jpg);
}

.s-news1 .s-events-item.bg4 {
	background-image: url(../images/news1-img4.jpg);
}

.s-news1 .s-events-item.bg5 {
	background-image: url(../images/news1-img5.jpg);
}

.s-news1-link {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	padding-top: 34px;
	letter-spacing: 8px;
}

.s-news1-link:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 35px;
	height: 20px;
	background-image: url("../images/arrow-down1.png");
	display: block;
	top: 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.s-news1-link-wrap {
	text-align: center;
	padding-top: 43px;
}

.s-order {
	padding: 42px 0 73px;
}

.s-order-items {
	padding-top: 73px;
	padding-left: 114px;
}

.s-order-item {
	background-color: #f9f6ec;
	width: 100%;
	padding: 33px 0 22px;
}

.s-order-item-img a {
	display: block;
}

.s-order-item-img img {
	display: block;
	margin-left: -109px;
	margin-top: -56px;
}

.s-order-item-info {
	padding-left: 45px;
	max-width: 400px;
}

.s-order-item-info-inner {
	padding-top: 15px;
}

.s-order-item-info-title {
	color: #b02830;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-weight: 600;
}

.s-order-item-info-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-order-item-info-weight {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin-right: 33px;
	letter-spacing: 1px;
}

.s-order-item-info-price {
	color: black;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

.s-order-item-right {
	padding-right: 23px;
	margin-top: -6px;
}

.s-order-item-close {
	color: black;
	font-family: "Open Sans";
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.s-order-item-price {
	color: black;
	font-family: "Open Sans";
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-right: 69px;
	letter-spacing: 2px;
	padding-top: 5px;
	width: 224px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.s-order-item-counter {
	margin-right: 10px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: top;
}

.s-order-item-counter .button {
	display: inline-block;
	vertical-align: top;
	color: #b02830;
	font-family: "Fira Sans";
	font-size: 45px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 3px;
	cursor: pointer;
}

.s-order-item-counter .button.btn-product-value {
	color: #b02830;
	font-family: "Fira Sans";
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-top: 10px;
	cursor: default;
}

.s-order-item + .s-order-item {
	margin-top: 49px;
}

.s-order-delivery {
	padding-top: 41px;
	max-width: 567px;
	width: 100%;
}

.s-order-delivery-title {
	color: #b02830;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 2px;
	font-family: "Open Sans";
	font-weight: 600;
}

.s-order-delivery-title span {
	font-family: "DS UstavHand";
	font-weight: 400;
}

.s-order-form #ifNo {
	display: none;
}

.s-order-form #ifNo .b-checkbox {
	position: relative;
}

.s-order-form #ifNo .b-checkbox input {
	left: 0;
	display: inline-block;
}

.s-order-form-check {
	padding-top: 32px;
}

.s-order-form-check .b-checkbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 37px;
}

.s-order-form-check .b-checkbox:last-child {
	margin-right: 0;
}

.s-order-form-check .b-checkbox input + label span {
	margin-right: 11px;
}

.s-order-form-check .b-checkbox input + label {
	color: black;
	font-size: 30px;
	font-family: "Open Sans";
	font-weight: 600;
}

.s-order-form-check .b-checkbox input + label i {
	font-family: "DS UstavHand";
	font-weight: 400;
	font-style: normal;
}

.s-order-form-info {
	color: black;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-top: 26px;
}

.s-order-form .s-popup-form-check {
	padding-top: 6px;
}

.s-order-total {
	padding-top: 595px;
}

.s-order-total p {
	text-align: right;
	color: #b02830;
	font-size: 40px;
	line-height: 61px;
	letter-spacing: 3px;
	font-family: "Open Sans";
	font-weight: 700;
}

.s-order-total p span {
	font-family: "DS UstavHand";
	font-weight: 400;
}
.s-order-total p i {
	font-style: normal;
}

.s-order-total-btns {
	padding-top: 31px;
}

.s-order-total-btns .s-contacts-btn {
	padding: 0 24px;
}

.s-order-total-btns .s-contacts-btn:nth-child(2) {
	margin-right: 0;
}

.s-order-step2 {
	display: none;
}

.s-order-step2 .s-order-form {
	max-width: 567px;
	margin: 0 auto;
	padding-top: 45px;
}

.s-order-step2 .s-order-form-check {
	padding-top: 42px;
}

.s-order-step2 .s-order-form-check .b-checkbox {
	margin-bottom: 31px;
}

.s-order-step2 .s-order-form-check .b-checkbox:last-child {
	margin-bottom: 0;
}

.s-order-step2 .s-popup-form-item textarea {
	height: 145px;
	overflow: auto;
}

.s-order-step2 .s-order-total-btns {10
	padding-top: 63px;
}

.s-order-step2 button {
	background-color: transparent;
}

.s-order-step2 .s-order-total-btns .s-contacts-btn {
	margin-bottom: 31px;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1 !important;
	background-color: #f2ebdb;
}

.mfp-bg {
	background-color: #f2ebdb;
	opacity: 1;
}

.loaded-block {
	opacity:0;
	transition:opacity 0.5s;	
}
.loaded-block.onloaded {
	opacity:1;
}

.spec_field {
	display: none;
}

.ajax_contener {
	position: relative;
}

.transfer_class {
    z-index: 10000;
}

.error {
	color: #b02830;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.wrap-but-turist {
	text-align: center;
	margin: 55px 0 66px;
}
.wrap-but-turist img {
	max-width: 100%;	
}
.wrap-turist-sotrud {
	text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    margin-top: 53px;
}
.wrap-turist-sotrud a {
    color: #000;
}

@media only screen and (max-width : 1900px) {
	.s-slider{height: auto;}
	.s-slider-arrow{bottom: 10px;}
	.s-catalog-inner{overflow: hidden;}
	.s-slider-slider .item{height: auto;min-height: 761px;}
}
@media only screen and (max-width : 1800px) {
	.s-header{padding: 0;}
	.s-product{padding: 43px 20px 138px;}
	.s-breadcrumb-list{padding: 0 16px;}
	.s-catalog{padding: 44px 15px 149px;}
	.s-catalog-cont{margin-right: 0;}
	.s-delivery{padding: 106px 15px 0;}
	.s-delivery-list li{margin-right: 15px;}
	.s-news1{padding: 38px 15px 142px;overflow: hidden;}
	.s-order{padding: 42px 15px 73px;overflow: hidden;}
}
@media only screen and (max-width : 1700px) {
	.s-header-list li{padding: 0 30px;}
	.s-delivery-list li{margin-right: 0;margin-bottom: 15px;display: block;}

}
@media only screen and (max-width : 1600px) {
	.s-header-list li{padding: 0 15px;}
}
@media only screen and (min-width : 1301px) {
	.s-header-menumobile{display: none !important;}
}
@media only screen and (max-width : 1500px) {
	.s-slider-slider .item{min-height: 600px;}
	.s-slider-descr{bottom: 75px;}
	.s-catalog-sidebar{display: none;}
	.s-catalog-cont{padding-left: 0;}
	.s-catalog-item-wrap{width: 33.3%;}
	.s-catalog-item-img img{width: 100%;}
	.s-delivery-item{width: 100%;}
	.s-delivery-list li{display: inline-block;margin-right: 46px;margin-bottom: 0;}
	.s-delivery{padding: 42px 15px 0;}
	.s-delivery-list-item{width: 341px;}
	.s-delivery-item{padding-bottom: 76px;}
	.s-delivery-item:last-child{padding-bottom: 0px;}
	.s-order-delivery{float: none;}
	.s-order-total{padding-top: 124px;}
	.s-order{padding: 42px 15px 182px;}
	.s-header-list li a {
	    font-family: "Open Sans";
	    font-size: 18px;
	    padding: 8px 8px;
    }

}
@media only screen and (max-width : 1380px) {
	.s-header-logo{max-width: 300px;}
	.s-header-logo .icon-logo{width: 200px;}
	.s-header{height: 170px;}
	body{padding-top: 170px;}
}

@media only screen and (max-width : 1300px) {
	.s-header-list li{display: none;}
	.s-header-list li.s-header-btn{display: block;}
	.s-header-list li.s-header-bag{display: block;margin-right: 0;padding: 0;}
	.s-header-list li.s-header-bag a{margin: -3px -4px -3px 11px;}
	.s-header-list li.s-header-bag::after{left: -11px;right: auto;}
	.s-header-menuopen-list li{margin-right: 0;width: 100%;display: block;margin-bottom: 10px;}
	.s-header-menuopen-list li:last-child{margin-bottom: 0;}
	.s-header-menuopen-list{padding-top: 15px;display: none;}
	.s-header-menuopen-item-list > li a{line-height: 33px;}
}
@media only screen and (max-width : 1350px) {
	.s-footer-contacts li{margin-right: 0;display: block;}
	.s-footer-contacts li::after{display: none;}
	.s-footer-contacts li{margin-bottom: 29px;}
	.s-footer-contacts li:last-child{margin-bottom: 0;}
	.s-footer-contacts{padding-bottom: 36px;}
	.s-contacts-item-right{float: none;margin: 0 auto;}
	.s-contacts-item-left{width: 100%;float: none;}
	.s-contacts-item-left{padding: 37px 0 0 16px;}
	.s-contacts-slider{margin-top: 73px;}
	.s-contacts-item{padding-bottom: 67px;}
	.s-contacts-item + .s-contacts-item{margin-top: -11px;padding-bottom: 67px;}


}
@media only screen and (max-width : 1300px) {
	.s-menu{padding: 71px 90px 0;}
	.s-menu-list li{width: 50%;}
	.s-slider-slider .item{min-height: 488px;}
	.s-slider-arrow{-webkit-background-size: cover;background-size: cover;width: 38px;height: 18px;}
	.s-slider-descr{bottom: 65px;right: 12px;max-width: 448px;font-size: 26px;line-height: 39px;padding: 11px 12px 24px;letter-spacing: 2px;}
	.s-slider-descr::after{left: -9px;top: -7px;}
	.s-menu-list{padding-top: 59px;}
	.s-events{padding: 77px 0 0;}
	.s-apps{padding: 47px 0 53px;}
	.s-apps-list li{display: block;margin: 0 auto 37px;}
	.s-apps-list li:last-child{margin: 0 auto 0px;}
	.s-apps-link{margin: 0 auto;padding: 48px 0;}
	.s-footer{padding: 39px 0 10px;}
	.s-product-list li{width: 100%;margin-right: 0;display: block;}
	.s-product-img img{display: block;margin: 0 auto;}
	.s-product-descr{margin-left: 0;padding: 84px 57px 64px;margin-top: -40px;}
	.s-product-descr-text{padding-top: 113px;}
	.s-product-counter{padding-top: 54px;}
	.s-product{padding: 43px 20px 156px;}
	.s-contacts{padding: 45px 0 36px;}
	.s-order-item-info-weight{margin-right: 24px;}
	.s-order-item-right{float: none;text-align: right;width: 100%;padding-right: 29px;margin-top: 187px;}
	.s-order-item + .s-order-item{margin-top: 63px;}
	.s-order-delivery{padding-top: 56px;}
	.s-order-form-check{padding-top: 59px;}

}
@media only screen and (max-width : 1200px) {
	.s-catalog-item-wrap{width: 50%;}
	.s-catalog-line{margin: 0 -21px;}
	.s-catalog-item-wrap{padding: 0 21px 40px;}
	.s-catalog-cont{padding-top: 6px;}
	.s-news1-list li{width: 100%;}

}

@media only screen and (max-width : 991px) {
	.s-menu-list li{width: 100%;max-width: 585px;margin: 0 auto;display: block;}
	.s-events .item.slick-center{margin: 0;}
	.s-events-item{width: 642px;box-shadow: 3.1px 3.9px 16px rgba(0, 0, 0, 0.42);}
	.s-events .item.slick-slide{padding: 25px 0;}
	.s-events-slider{margin-top: 40px;padding-left: 16px;}
	.s-events .slick-prev{display: none !important;}
	.s-footer-soc{padding: 24px 48px;}
	.s-catalog-item-title{font-size: 18px;width: calc(100% - 82px);}
	.s-catalog-item-price span{font-size: 19px;}
	.s-catalog-item-price{font-size: 16px;}
	.s-catalog-item-cont{padding: 17px 20px 86px;}
	.s-catalog-item-btn{left: 20px;}
	.s-news1 .s-events-item{-webkit-box-shadow: none;box-shadow: none;}
	.s-news1{padding: 38px 15px 114px;}
}

@media only screen and (max-width : 767px) {
	.s-slider-slider .item{min-height: 350px;}
	.s-menu{padding: 24px 18px 0;}
	.s-menu-list{padding-top: 33px;}
	.s-header-menumobile{top: 185px;
		max-height: calc(100vh - 185px);
	}
	.s-catalog-item-title{width: 100%;float: none;}
	.s-catalog-item-price{width: 100%;float: none;display: block;padding-top: 10px;}
	.s-catalog-item-btn{margin-top: 34px;width: 163px;}
	.s-delivery-list{padding-top: 43px;}
	.s-delivery-list-item{font-size: 13px;height: 137px;padding: 38px 0 10px;}
	.s-delivery-list-item span{font-size: 20px;}
	.s-delivery-list-item{width: 100%;}
	.s-delivery-list{padding-right: 15px;}
	.s-delivery-list li{display: block;margin-right: 0;margin-bottom: 40px;}
	.s-delivery-list li:last-child{margin-bottom: 0;}
	.s-order-item-img{float: none;display: block;margin: 0 auto;}
	.s-order-item-img img{margin: -175px auto 0;}
	.s-order-items{padding-left: 0;}
	.s-order-item-right{text-align: left;padding: 0 35px;margin-top: 149px;}
	.s-order{padding: 33px 15px 182px;}
	.s-order-items{padding-top: 165px;}
	.s-order-item-info{padding: 7px 35px 0;}
	.s-order-item-info-inner{padding-top: 26px;}
	.s-order-item-info-weight{float: left;}
	.s-order-item-info-price{float: right;}
	.s-order-item-counter{display: block;margin-bottom: -4px;}
	.s-order-item-price{width: auto;text-align: left;margin-right: 0;}
	.s-order-item + .s-order-item{margin-top: 173px;}
	.s-order-item-close{float: right;}
	.s-order-item{padding: 33px 0 47px;}
	.s-order{padding: 33px 15px 53px;}
	.s-order-total p{text-align: left;}
	.s-popup-text{font-size: 25px;line-height: 36px;letter-spacing: 2px;}
	
	.s-popup-form {
		overflow-y: auto;
		overflow-x: hidden;
	    max-height: calc(100vh - 135px);
	    -webkit-overflow-scrolling: touch;
	}
	.mfp-wrap {
	    top: 0 !important;
	    left: 0 !important;
	    z-index: 1043;
	    position: fixed !important;
	    
	}
	
}
@media only screen and (max-width : 680px) {
	.s-footer-soc{border-top: 0;border-bottom: 0;max-width: 500px;margin: 0 auto;}
	.s-footer-logo{position: relative;top: 0;display: block;padding-bottom: 40px;}
	.s-footer-contacts{font-size: 16px;line-height: 24px;padding-bottom: 5px;}
	.s-footer-copy{font-size: 12px;padding: 7px 0;max-width: 241px;margin: 0 auto;}
	.s-footer{padding: 30px 0 10px;}
	.s-footer-contacts li{margin-bottom: 15px;}
	.s-footer-contacts-phones{max-width: 100%;}
	.s-header-menumobile{
		top: 183px;
		max-height: calc(100vh - 183px);
	}
}
@media only screen and (max-width : 600px) {
	.s-header-logo{max-width: 220px;}
	.s-header{height: 150px;}
	body{padding-top: 150px;}
	.s-header-menumobile-list-li > a{font-size: 19px;}
	.s-header-menumobile-list-li > a i svg{width: 16px;height: 10px;}
	.s-header-menumobile-list-li{padding: 23px 0;}
	.s-header-menumobile-list-li > a i{margin-left: 9px;margin-right: -9px;}
	.s-header-menuopen-link img{display: none;}
	.s-header-menuopen-link span{font-size: 19px;}
	.s-header-menuopen-item-list > li a{font-size: 16px;}
	.s-header-menuopen-link span{padding: 12px 0;letter-spacing: 1px;}
	.s-header-menuopen-link::after{bottom: 0;}
	.s-header-menuopen-list{padding-top: 26px;}
	.s-header-menuopen-link{padding-left: 25px;}
	.s-header-menumobile{top: 167px;
		max-height: calc(100vh - 167px);
	}
	.s-product-price{position: relative;}
	.s-product-descr-left{padding-right: 0;}
	.s-popup-inner1{padding: 50px 32px;}


}
@media only screen and (max-width : 520px) {
	.s-events-slider{padding-left: 0;}
	.s-events-item{margin-bottom: 214px;width: 100%;height: 292px;-webkit-box-shadow: none;box-shadow: none;}
	.s-events-item-cont{padding: 36px 27px;top: 191px;transform:translateY(0);left: 0;right: 0;margin: 0 auto;width: 355px;height: 325px;box-shadow: 3.1px 3.9px 5px rgba(1, 1, 1, 0.11);}
	.s-events-slider{margin-top: 4px;}
	.s-events-item-date{font-size: 20px;}
	.s-events-item-title{font-size: 25px;letter-spacing: 0px;padding-top: 19px;height: 113px;}
	.s-events-item-descr{font-size: 16px;line-height: 24px; max-height: 3em;}
	.s-events .item.slick-slide{margin-right: 0;}
	.s-events{overflow: hidden;}
	.s-events .slick-next{text-indent: 0;font-size: 0;position: relative;bottom: -24px;top:auto;transform: translateY(0);left: 0;right: 0;margin: 0 auto;width: 25px;height: 14px;background-image: url('../images/icon-arrow-down1.png');background-repeat: no-repeat;background-position: center 0;}
	.s-events-slider{padding-bottom: 17px;}
	.s-events-link-wrap{display: block;}
	.s-footer-soc-list{display: block;float: none;width: 100%;text-align: center;margin-bottom: 27px;}
	.s-footer-soc-list.right{margin-bottom: 0;}
	.s-catalog-item-wrap{width: 100%;}
}

@media only screen and (max-width : 480px) {
	.s-header-list li.s-header-bag::after{display: none;}
	.s-header-logo{margin: 0 auto;max-width: 177px;}
	.s-header-logo .icon-logo{width: 150px;}
	.btn-toggle span{width: 30px;height: 2px;}
	.btn-toggle span::after, .btn-toggle span::before{height: 2px;}
	.s-header-list{padding-top: 21px;}
	.btn-toggle span::before{top: 10px;}
	.btn-toggle:hover span::before{top: 12px;}
	.btn-toggle span::after{top: -10px;}
	.btn-toggle:hover span::after{top: -12px;}
	.btn-toggle.opened span::after{top: -12px;}
	.btn-toggle.opened span::before{top: 10px;}
	.btn-toggle.opened span{top: 20px;}
	.s-header-list li.s-header-bag a svg{width: 36px;height: 36px;}
	.s-header-list li.s-header-bag{padding-top: 15px;margin-right: 4px;}
	.s-header-list li.s-header-bag a span{font-size: 13px;top: 14px;}
	.s-header-list li.s-header-bag a .icon-rubl{margin-top: 4px;width: 6px;height: 9px;-webkit-background-size: cover;background-size: cover;}
	.s-header-list li.s-header-btn{margin-right: 0;padding-right: 0;}
	.s-header-list li::after{display: none;}
	.s-header{height: 110px;}
	body{padding-top: 110px;}
	.s-header-logo .icon-logo{width: 100px;height: 10px;margin-top: 7px;}
	.s-slider-slider .item{min-height: 211px;margin-bottom: 50px;}
	.s-slider-arrow{display: none;}
	.s-slider-descr{padding: 6px 12px 16px;bottom: -50px;font-size: 16px;line-height: 24px;max-width: 271px;letter-spacing: 0px;left: 0;right: 0;margin: 0 auto;}
	.s-slider-descr::after{left: -4px;top: -4px;}
	.s-menu-title{font-size: 28px;letter-spacing: 1.5px;}
	.s-menu-item-link.pos1{left: 19px;top: 27px;}
	.s-menu-item-link{width: 166px;height: 52px;}
	.s-menu-item-link::before{left: 12px;width: 9px;height: 17px;-webkit-background-size: cover;background-size: cover;}
	.s-menu-item-link span{padding-left: 34px;font-size: 17px;line-height: 19px;}
	.s-menu-item-link::after{top: -4px;left: -5px;}
	.s-menu-item-link.pos2{right: 13px;top: 53px;}
	.s-menu-item-link.pos3{top: 53px;left: 13px;}
	.s-menu-item-link.pos4{bottom: 15px;right: 13px;}
	.s-events-item-cont{width: 287px;}
	.s-apps-link{width: 288px;padding: 34px 0;}
	.s-apps{padding: 96px 0 113px;}
	.s-apps-list{padding-top: 64px;}
	.s-apps-link img{height: 57px;}
	.s-footer-contacts-phones{max-width: 184px;margin: 0 auto;}
	.s-header-menumobile{top: 119px;
		max-height: calc(100vh - 119px);
	}
	.s-breadcrumb-list li{font-size: 12px;line-height: 18px;}
	.s-breadcrumb-list li::after{font-size: 12px;line-height: 18px;}
	.s-breadcrumb-list{padding: 0 25px;}
	.s-breadcrumb{padding: 4px 0;}
	.s-product{padding: 39px 0 19px;}
	.s-product-list{padding-top: 28px;}
	.s-product-descr{margin-top: 0;border:0;padding: 40px 15px;}
	.s-product-title{font-size: 25px;}
	.s-product-weight{font-size: 18px;}
	.s-product-price{position: relative;font-size: 25px;padding-top: 16px;}
	.s-product-descr-left{width: 100%;}
	.s-product-price{text-align: left;width: 100%;float: left;}
	.s-product-descr-text{font-size: 18px;line-height: 30px;padding-top: 39px;}
	.s-product-counter{padding-top: 25px;padding-left: 0;}
	.s-product-btn{margin-top: 25px;width: 176px;height: 45px;font-size: 15px;line-height: 45px;}
	.s-news-date{font-size: 19px;letter-spacing: 1px;}

	.s-catalog{padding: 44px 15px 19px;}
	.s-contacts-item-name{font-size: 25px;}
	.s-contacts-item-addr{font-size: 18px;line-height: 30px;}
	.s-contacts-item-left{padding: 20px 16px 0 16px;}
	.s-contacts-item-work{font-size: 16px;line-height: 24px;max-width: 264px;padding-top: 26px;padding-bottom: 24px;}
	.s-contacts-item-btn{padding-top: 14px;}
	.s-contacts-btn{width: auto;margin-right: 0;padding: 0 29px;}
	.s-contacts-slider{margin-top: 39px;}
	.s-contacts .slick-next{right: 13px;bottom: 14px;width: 15px;height: 26px;-webkit-background-size: cover;background-size: cover;}
	.s-contacts .slick-prev{right: 42px;bottom: 14px;width: 15px;height: 26px;-webkit-background-size: cover;background-size: cover;}
	.s-contacts-item{padding-bottom: 40px;margin-bottom: 10px;border-width: 50px;}
	.s-delivery-item-title{font-size: 25px;padding-right: 15px;line-height: 1.2;padding-bottom: 33px;}
	.s-delivery-item-info{font-size: 18px;line-height: 30px;padding-right: 15px;padding-top: 33px;}
	.s-delivery-item-info br{display: none;}
	.s-delivery{padding: 45px 0px 0 15px;}
	.s-delivery-item{padding-bottom: 58px;}
	.s-contacts-item + .s-contacts-item{padding-bottom: 35px;}
	.s-popup-form-item p{font-size: 18px;}
	.b-checkbox input + label{font-size: 15px;}
	.s-popup-form .s-product-btn{width: 187px;height: 45px;font-size: 15px;line-height: 43px;}
	.s-popup-form-item input{font-size: 18px;}
	.s-popup-close1{top: 20px;right: 10px;}
	.s-popup-inner1{padding: 57px 9px;}
	.s-popup-form-item + .s-popup-form-item{margin-top: 35px;}
	.s-popup-form-check{padding-top: 0;padding-bottom: 0;}
	.b-checkbox input + label span{width: 34px;height: 34px;margin-right: 10px;}
	.s-popup-form-captcha{padding-top: 19px;padding-bottom: 12px;}
	.s-popup-form-mes{padding-top: 30px;}
	.s-popup-form-item textarea{height: 168px;}
	.b-checkbox input:checked + label span::after{width: 26px;height: 26px;}
	.s-news1{padding: 25px 0px 95px;}
	.s-news1-list{padding-top: 31px;margin: 0;}
	.s-news1-list li{padding: 0;margin-bottom: 53px;}
	.s-news1-link::before{width: 25px;height: 14px;}
	.s-news1-link{font-size: 17px;padding-top: 26px;letter-spacing: 6px;}
	.s-news1-link-wrap{padding-top: 39px;}
	.s-order-item-info-title{font-size: 18px;}
	.s-order-item-info-weight{font-size: 16px;}
	.s-order-item-info-price{font-size: 18px;}
	.s-order-item-price{font-size: 25px;}
	.s-order-item-close{font-size: 30px;}
	.s-order-delivery-title{font-size: 25px;}
	.s-order-form-check .b-checkbox input + label{font-size: 20px;}
	.s-order-delivery{padding-top: 31px;}
	.s-order-form-check{padding-top: 36px;padding-bottom: 3px;}
	.s-order-form-check .b-checkbox{margin-bottom: 11px;}
	.s-order-form-info{font-size: 15px;padding-top: 30px;max-width: 180px;}
	.s-order-total p{font-size: 25px;text-align: left;}
	.s-order-total{padding-top: 43px;}
	.s-order-total-btns .s-contacts-btn{margin-top: 0;letter-spacing: 2px;margin-bottom: 20px;}
	.s-order-total-btns{padding-top: 16px;}
	.s-order-step2 .s-order-form{padding-top: 31px;}
	.s-order-step2 .s-order-form-check{padding-top: 59px;}
	.s-order-step2 .s-order-form-check .b-checkbox{margin-bottom: 20px;}

}
@media only screen and (max-width : 320px) {
}

@-moz-keyframes arrowBounce {
	0%, 100% {
		bottom:0
	}
	50% {
		bottom:20px
	}
}
@-webkit-keyframes arrowBounce {
	0%, 100% {
		bottom:0
	}
	50% {
		bottom:20px
	}
}
@-o-keyframes arrowBounce {
	0%, 100% {
		bottom:0
	}
	50% {
		bottom:20px
	}
}
@-ms-keyframes arrowBounce {
	0%, 100% {
		bottom:0
	}
	50% {
		bottom:20px
	}
}
@keyframes arrowBounce {
	0%, 100% {
		bottom:0
	}
	50% {
		bottom:20px
	}
}