
@font-face {
  font-family: "Pacifico";
  src: url("/website/css/fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSerif";
  src: url("fonts/PTSerif-Regular.woff2") format("woff2"),
    url("fonts/PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSerif";
  src: url("fonts/PTSerif-Bold.woff2") format("woff2"),
    url("fonts/PTSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PTSerif";
  src: url("fonts/PTSerif-Italic.woff2") format("woff2"),
    url("fonts/PTSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
    font-family: "Noto Serif";
    src: url("fonts/NotoSerif.woff2") format('woff2-variations'),
	url("fonts/NotoSerif.woff") format('woff-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}
html {
  height: 100%;
}
body {
  font: 18px 'Noto Serif', serif;
  background: #fff; /* Old browsers */
  color: #3b1c22;
  margin: 0;
  height: 100%;

}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
main {
  flex: 1;
}
a {
  text-decoration: none;
  color: #3b1c22;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.1em;
  margin-top: 0;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}
/* #container::after {
  content: "";
  clear: both;
  display: block;
} */
/* header {
	background-color: #f4f1ee;
} */
/*новый год
#header:before{
	display:block;
    top: -20px;
    left: -21px;
    height: 2px;
	width:100%;
	content:url(/website/img/ny-fon.png);
	position:absolute;
	z-index:2;
}
*/
/* .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 15px;
}
.header_logo {
	line-height: 0;
}
.header_wa {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.messenger {
	margin-right: 11px;
	line-height: 0;
}
.header_wa,
.header_tel {
	font-family: 'Noto Serif', serif;
	font-size: 19px;
	color: #3b1c22;
	font-weight: 700;
}
.header_tel {
	position: relative;
	padding-left: 32px;
}
	.header_tel::before {
		content: '';
		position: absolute;
		top: -4px;
		left: 0;
		width: 20px;
		height: 32px;
		background-image: url('/website/img/phone_icon.svg');
		background-position: center;
		background-size: 32px;
	}
.header_order {
	padding: 15px 25px;
    border-radius: 25.5px;
    background-color: #c3864f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'PTSerif';
    font-style: italic;
}
	.header_order:hover {
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
		text-decoration: none;
	} */

/* nav {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	background-color: #eae6e1;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'PTSerif';
}

nav ul li {
	display: inline-block;
}

nav ul li::before {
	display: inline-block;
	content: url('/website/img/nav_dots.png');
	position: relative;
    top: -2px;
	margin-right: 2px;
}

nav ul li:first-of-type::before {
	display: none;
	content: '';
}
side
nav ul li:last-of-type {
	margin-right: 0;
}

nav ul li a {
	display: inline-block;
	padding: 4px 9px;
	font-size: 17px;
	color: #3b1c22;
	text-decoration: none;
	border-radius: 15px;
}

nav ul li a:hover,
nav ul li.active a{
	text-decoration: none;
	background: #ffffff;
} */

#slider {
  margin-top: -3px;
}

#slides {
  position: relative;
  display: none;
  font-size: 0;
  line-height: 0;
}
.slidesjs-control {
  font-size: 0;
  line-height: 0;
}
.slidesjs-container {
  height: 400px !important;
}
#slides .slidesjs-slide {
  height: 400px;
  background-size: auto 400px;
  background-position: center;
}
#slides img {
  width: 100%;
  opacity: 0;
}

/* #slider .slide1 {
	background: url('/website/img/slide1.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide2 {
	background: url('/website/img/slide2.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide3 {
	background: url('/website/img/slide3.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide4 {
	background: url('/website/img/slide4.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide5 {
	background: url('/website/img/slide5.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide6 {
	background: url('/website/img/slide6.jpg') center no-repeat;
	height: 334px;
	width: 100%;
}

#slider .slide7 {
	background: url('/website/img/slide_dmitr.jpg') center no-repeat;
	height: 334px;
	width: 100%;
} */

.slidesjs-navigation {
  display: none !important;
}

.slidesjs-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slidesjs-pagination li {
  display: inline-block;
  margin: 0 2px;
}
.slidesjs-pagination li a {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}
.slidesjs-pagination li a.active {
  background-color: transparent;
}
aside {
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
}
aside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
}
aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
aside > ul {
  padding-top: 55px;
  padding-right: 30px;
}
aside > ul > li {
  margin-bottom: 15px;
}


/* aside ul li {
  min-height: 52px;
  line-height: 1;
  position: relative;
} */

aside ul li span,
aside ul li a {
  color: #463f3a;
  font-size: 15px;
  position: relative;
  padding: 11px 0;
  padding-left: 15px;
}

aside > ul > li > span,
aside > ul > li > a {
  font-weight: bold;
}
aside > ul > li.active span,
aside > ul > li.active a {
  color: #b2a4a2;
}
aside > ul .submenu > span,
aside > ul .submenu > a {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
aside > ul .submenu > span::after,
aside > ul .submenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url('/website/img/submenu_arrow.svg') center center / 10px no-repeat;
  transform: translateY(-50%);
}
aside > ul > li.active > span::after,
aside > ul > li.active > a::after {
  filter: invert(68%) sepia(13%) saturate(190%) hue-rotate(319deg) brightness(95%) contrast(98%);
}
aside > ul .submenu > span.slidedown::after,
aside > ul .submenu > a.slidedown::after {
  transform: translateY(-50%) rotate(90deg);
}
aside > ul > li > a {
  display: block;
}
aside > ul > li > #menu-navigation_508 {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: url('/website/img/snow-flake.png') 15px center / auto no-repeat, #fef9ef;
  padding: 5px 10px 5px 45px;
  border-radius: 40px;
  color: #d79d74;
  font-family: "YesevaOne";
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
  max-width: 280px;
}
aside > ul > li > #menu-navigation_508::after {
  display: none;
}

aside ul li span:hover,
aside ul li a:hover {
  text-decoration: none;
  cursor: pointer;
}
aside ul ul {
  display: none;
  padding: 20px 0 0 15px;
}
aside ul li.active ul {
  display: block;
}

aside ul li ul li a {
  color: #463f3a;
  display: inline-block;
}
aside ul li ul li a:hover {
  text-decoration: underline;
}



#content {
  margin-left: 250px;
  padding: 10px;
  min-height: 420px;
  padding-top: 20px;
}

.catalog {
  display: grid;
  grid-template-columns: 310px 1fr;
  column-gap: 60px;
}
.catalog_content {
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .catalog {
    grid-template-columns: 260px 1fr;
    column-gap: 30px;
  }
  aside > ul {
    padding-top: 40px;
    padding-right: 20px;
  }
  aside ul ul {
    padding-top: 0;
  }
  aside ul li span, aside ul li a {
    padding: 10px 0 10px 5px;
  }
  aside > ul > li > #menu-navigation_508 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .catalog {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  aside {
    padding: 0;
  }
  aside::before {
    display: none;
  }
  aside > ul {
    padding: 20px 30px;
  }
  aside > ul > li {
    margin-bottom: 5px;
  }
  aside ul li span, aside ul li a {
    padding: 8px 0;
  }
}

#content p {
  text-align: justify;
  margin: 0;
}

#content h1 {
  text-indent: 20px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
}

.catalog_list {
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  justify-content: space-between;
  row-gap: 35px;
  margin-bottom: 60px;
}
.catalog_list > a {
  display: flex;
  flex-direction: column;
  padding: 40px 15px 30px;
  background-color: #fff;
  border-radius: 35px;
  font-size: 18px;
  transition: .2s;
}
.catalog_list > a:hover {
  box-shadow: 0px 5px 14.55px 0.45px rgba(17, 17, 9, 0.25);
  text-decoration: none;
}
.catalog_list > a > img {
  align-self: center;
  display: block;
  margin-bottom: 30px;
}
.catalog_list_name {
  width: 100%;
  max-width: 230px;
  margin: 0 auto auto;
}
.catalog_list_price {
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
.catalog_list_more {
  text-align: center;
  width: 100%;
  max-width: 170px;
  margin: 20px auto 0;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #463f3a;
  transition: .2s;
  padding: 15px 5px;
}
.catalog_list > a:hover .catalog_list_more {
  background-color: #d79d74;
}
@media screen and (max-width: 1280px) {
  .catalog_list > a {
    padding-top: 20px;
    font-size: 16px;
  }
  .catalog_list > a > img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .catalog_list {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 20px;
  }
  .catalog_list_more {
    padding: 12px 5px;
    max-width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .catalog_list {
    grid-template-columns: 1fr;
  }
  .catalog_list_more {
    padding: 12px 5px;
    max-width: 150px;
  }
}
#content a figure {
  margin: 0;
  display: block;
  width: 238px;
  text-align: center;
  margin: 0px 22px 30px 0px;
}

#content a:nth-of-type(3n) figure {
  margin-right: 0;
}

#content a figure img {
  width: 238px;
  height: 179px;
}

#content a figcaption {
  min-height: 42px;
}
#content a small {
  display: block;
  margin-top: 3px;
  font-size: 17px;
}
.show_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.show_product > img {
  width: 48%;
}
.show_product > img.decor {
  width: 100%;
}

.infoblock {
  width: 50%;
  margin-top: 40px;
}

.infoblock h2 {
  text-transform: uppercase;
  font-size: 30px;
}

#footer {
  clear: left;
}

#footer p {
  font-family: "Noto Serif";
  text-transform: uppercase;
  text-align: center;
}

#footer p:last-of-type {
  font-family: 'Noto Serif', serif;
  text-transform: none;
}

#block_gl_text {
  margin-bottom: 5px;
}

.pagination-centered {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 60px;
}

.pagination-centered p {
  text-align: center !important;
}

.pagination-centered ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  padding-left: 0;
  margin: 0;
}

.pagination-centered ul li a {
  display: inline-block;
  padding: 0px 10px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #463f3a;
}
.pagination-centered ul li.active a,
.pagination-centered ul li a:hover {
  text-decoration: none;
}
.pagination-centered ul li.active a {
  color: #d7a887;
}
.pagination-centered ul li a.prev,
.pagination-centered ul li a.next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #f9eee1;
  color: transparent;
  text-decoration: none;
}
.pagination-centered ul li a.prev {
  background-image: url('/website/img/pagination_left.svg');
  margin-right: 15px;
}
.pagination-centered ul li a.next {
  background-image: url('/website/img/pagination_right.svg');
  margin-left: 15px;
}

#sladkoe img {
  height: 69px;
  padding-left: 13px;
}

.optpro {
  display: block;
  width: 238px;
  float: left;
  text-align: center;
  margin: 0px 5px 18px 0px;
  height: 267px;
}

.optpro p {
  text-align: center !important;
}

.darkrow p {
  text-align: left;
}
.darkrow p span {
  text-align: left;
}
.rightcol p {
  text-align: left;
}
.darkrow {
  background: #ad9b86;
  color: white;
}
.pics {
  text-align: center;
}
.pics img {
  display: inline-block;
  margin: 15px;
  max-width: 30%;
}
/* #menu-navigation_499::after {
  content: "Воплотим любую вашу идею!";
  display: block;
} */

.main_logo-title {
  margin: 0;
  padding: 45px 0;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}
.main_logo {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_logo li {
  margin: 0 10px 20px;
}
#content .order h1 {
  font-size: 25px;
  text-indent: 0;
}
.order {
  padding-left: 10px;
  padding-bottom: 160px;
}

.order_form > ol {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  counter-reset: myCounter;
}
.order_form ol > li {
  width: 52%;
  position: relative;
  list-style: none;
  margin-bottom: 35px;
  padding-top: 10px;
  font-size: 0;
}
.order_form ol > li::before {
  display: inline-block;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  font-size: 18px;
  font-weight: 700;
  width: 18px;
}

.input-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: calc(100% - 18px);
}
.step_pack .input-wrapper {
  width: calc(100% - 18px);
}
.order_form label {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
}
.step_name label,
.step_tel label,
.step_pack label,
.step_place label {
  width: 91px;
}
.order_form input,
.order_form textarea {
  min-width: 0;
  padding: 12px 17px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dbc88d;
  font-size: 16px;
  color: #3b1c22;
  flex-grow: 1;
}
.input-wrapper input {
  margin-top: -10px;
}
.order_form input#cake_weight {
  width: 92px;
  text-align: center;
}
.order_form input#cake_date {
  padding: 17px;
  text-align: center;
}
.order_form input#cake_title {
  text-align: center;
}
.order_form #cake_lettering {
  height: 170px;
}
.order_form #cake_comment {
  height: 85px;
}
.input-wrapper--all input,
.input-wrapper--all textarea {
  display: block;
  width: 100%;
}
.input-wrapper--all label {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
}

.order_form .sub {
  margin: 0;
  padding: 10px 0 0;
  font-style: italic;
  font-size: 16px;
}

.nice-select {
  height: 44px;
  margin-top: -10px;
  position: relative;
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid #dbc88d;
}
.nice-select .current {
  font-size: 16px;
  line-height: 1.1;
  color: #3b1c22;
}
.nice-select.open .list {
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dbc88d;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 10000;
}
.nice-select.open .list li {
  min-height: 0;
  padding: 7px 17px;
  color: #3b1c22;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}
.nice-select.open .list li:hover {
  background-color: #efeee9;
}

.step_comment .input-wrapper {
  max-width: 100%;
}
#content p.order_file-text {
  position: relative;
  flex-grow: 1;
  max-width: calc(100% - 90px);
  margin-bottom: 10px;
  padding-left: 27px;
  font-style: italic;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
}
.step_comment p.order_file-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("/website/img/choose_file.png");
}
#cake_file {
  position: absolute;
  z-index: -100000;
  opacity: 0;
}
.step_comment .file-btn {
  width: 81px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  background-color: #b67a61;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.step_comment .file-btn:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.order_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#content .order_politic {
  max-width: calc(100% - 480px);
  font-style: italic;
  font-size: 16px;
  text-indent: 0;
  text-align: left;
}
#content .order_politic a {
  text-decoration: underline;
  color: #ba4b6c;
}
#content .order_politic a:hover {
  text-decoration: none;
}
.order_btn {
  width: 155px;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(186, 75, 108);
  border-radius: 25px;
  background-color: rgb(186, 75, 108);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  cursor: pointer;
}
.order_btn:hover {
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}
#content .order_text {
  position: relative;
  padding-top: 28px;
  text-align: center;
  text-indent: 0;
  font-size: 20px;
  background-image: url("/website/img/volute3.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.order_form .step_weight,
.order_form .step_title,
.order_form .step_inner,
.order_form .step_lettering,
.order_form .step_date {
  max-width: 280px;
}
/* разные поля в зависимости от типа формы */
.order_form .step_weight,
.order_form .step_inner,
.order_form .step_lettering,
.order_form .step_pack,
.order_form .step_comment {
  display: none;
}
.order_form.order_form--full .step_title {
  display: none;
}
.order_form.order_form--full .step_weight,
.order_form.order_form--full .step_inner,
.order_form.order_form--full .step_lettering,
.order_form.order_form--full .step_pack,
.order_form.order_form--full .step_comment {
  display: block;
}
.order_form.order_form--full li.input-wrapper {
  display: inline-flex;
}
/* порядок пунктов и их расположение */
.order_form .step_date {
  order: 3;
}
.order_form .step_place {
  order: 2;
}
.order_form .step_name {
  order: 4;
}
.order_form .step_tel {
  order: 6;
  margin-left: auto;
  margin-top: -80px;
}
.order_form.order_form--full .step_inner {
  order: 3;
}
.order_form.order_form--full .step_date {
  order: 5;
  margin-bottom: 60px;
}
.order_form.order_form--full .step_lettering {
  order: 7;
}
.order_form.order_form--full .step_tel {
  order: 6;
  margin-left: 0;
  margin-top: 0;
}
.order_form.order_form--full .step_pack {
  order: 8;
  margin-top: -97px;
}
.order_form.order_form--full .step_comment {
  order: 9;
  margin-top: -225px;
  margin-left: auto;
}

.catalog-item .order_btn {
  display: block;
  margin-top: 35px;
  font-size: 14px;
}
.catalog-item .order_btn:hover {
  text-decoration: none;
}
.catalog-item {
  padding-top: 15px;
  padding-bottom: 60px;
}


.catalog-item_row {
  padding-top: 35px;
  display: grid;
  grid-template-columns: 40% 55%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-item_img {
  width: 100%;
  max-width: 490px;
  margin-bottom: 25px;
}
.catalog-item_name {
  padding-top: 0;
  text-align: left;
  line-height: 1.1em;
  padding-bottom: 20px;
}

.catalog-item_price {
  display: block;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}
.item_btn {
  display: block;
  padding: 23px 10px;
  text-align: center;
  border-radius: 40px;
  background-color: #463f3a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  max-width: 210px;
  margin-bottom: 50px;
}
.catalog-item_text {
  max-width: 515px;
}
@media screen and (max-width: 1200px) {
  .catalog-item_price {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .item_btn {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-item_row {
    padding-top: 25px;
    grid-template-columns: 44% 52%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-item_row {
    grid-template-columns: 100%;
    padding-top: 15px;
  }
  .catalog-item_img {
    margin: 0 auto 25px;
  }
  .catalog-item_text {
    max-width: 600px;
    margin: 0 auto;
  }
  .catalog-item_price {
    margin-bottom: 15px;
  }
  .item_btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .catalog-item_price {
    font-size: 20px;
  }
}
.catalog-item_text table {
  width: 100%;
  border-collapse: collapse;
}
.catalog-item_text table td {
  padding: 2px 5px;
  border: 1px solid #6d6875;
}
.catalog-item_text table td:nth-child(1),
.catalog-item_text table td:nth-child(3) {
  text-align: center;
}
.catalog-item_text table td:first-child {
  text-align: center;
}
#content .catalog-item_name {
  position: relative;
  margin: 0 0 15px;
  padding: 10px 0 15px;
  font-size: 30px;
  text-indent: 0;
  color: #9f2a40;
  text-transform: uppercase;
  font-family: "Oranienbaum", serif;
}
#content .catalog-item_name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #9f2a40;
}
#content p.catalog-item_price {
  margin-bottom: 15px;
  font-size: 24px;
  color: #9f2a40;
  font-family: "Oranienbaum", serif;
  font-weight: 700;
}
.catalog-item_order-desc {
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 18px;
}
.catalog-item_order-desc li {
  margin-bottom: 5px;
}
#content .catalog-item_tel {
  width: 100%;
  margin: 0 0 55px;
  padding: 20px 0 15px;
  background-image: url("/website/img/catalog-item_tel.jpg");
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  text-indent: 0;
  font-size: 18px;
  font-weight: 700;
  color: #391b1d;
}
.catalog-item_tel span {
  color: #9f2a40;
}
.catalog-item_tel b {
  font-size: 24px;
}
.catalog-item_back {
  position: relative;
  width: 100%;
  font-size: 18px;
  text-decoration: underline;
  padding: 10px 0 10px 60px;
  display: block;
}
.catalog-item_back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('/website/img/pagination_left.svg') center center / 15px no-repeat, #f1dec4;
}
@media (max-width: 768px) {
  .catalog-item_back {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.flex__container {
  display: flex;
}

.flex__image {
  margin-left: 15px;
}
.breads {
  width: 100%;
  margin: 10px 0 15px;
}
.breads--inner {
  margin: -10px 0 15px;
}
.breads a,
.breads span {
  font-size: 13px;
  color: inherit;
  text-decoration: none;
}
.breads span {
  color: #d7a887;
}
.breads a:hover {
  text-decoration: underline;
}

.mobile_tel {
  color: inherit;
  text-decoration: none;
}
.mobile_tel:hover {
  text-decoration: none;
}
@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Regular.woff") format("woff"),
    url("/website/fonts/Golos-Text_Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Bold.woff") format("woff"),
    url("/website/fonts/Golos-Text_Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Medium.woff") format("woff"),
    url("/website/fonts/Golos-Text_Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather Bold Italic";
  src: url("/website/fonts/Merriweather-BoldItalic.woff") format("woff"),
    url("/website/fonts/Merriweather-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "YesevaOne";
  src: url("/website/fonts/YesevaOne-Regular.woff") format("woff"),
    url("/website/fonts/YesevaOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif Bold";
  src: url("/website/fonts/PTSerif-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url("/website/fonts/PTSerif-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newcontainer {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.newcontainer--big {
  max-width: 1500px;
}
.newcontainer *,
.newcontainer *::before,
.newcontainer *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

header {
  position: relative;
  z-index: 100;
}
header .header {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-column-gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  header .header {
    grid-column-gap: 20px;
  }
}
@media (max-width: 600px) {
  header .header {
    grid-template-columns: auto 1fr;
    padding-top: 10px;
  }
  header .header .header__logo {
    grid-column: 1/-1;
    margin: 0 70px;
    text-align: center;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .header__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__text p {
  padding-top: 0;
  padding-bottom: 0;
}

.header__wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 55px;
}
@media (max-width: 1024px) {
  .header__wa {
    margin-left: 25px;
  }
}
@media (max-width: 900px) {
  .header__wa {
    margin-top: 5px;
    margin-left: 0;
  }
}
.header__wa .whatsapp {
  margin-right: 10px;
  -webkit-filter: invert(45%) sepia(6%) saturate(611%) hue-rotate(221deg)
    brightness(91%) contrast(95%);
  filter: invert(45%) sepia(6%) saturate(611%) hue-rotate(221deg)
    brightness(91%) contrast(95%);
}

.header__form_btn {
  padding: 20px 60px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #ef233c;
  border-radius: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .header__form_btn {
    padding: 15px 20px;
  }
}
@media (max-width: 600px) {
  .header__form_btn {
    margin-left: auto;
    padding: 15px 60px;
  }
}
@media (max-width: 460px) {
  .header__form_btn {
    padding: 15px 30px;
  }
}
@media (max-width: 380px) {
  .header__form_btn {
    padding: 15px 20px;
    font-size: 13px;
  }
}

.tel {
  position: relative;
  padding-left: 32px;
}
.tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 26px;
  margin-top: -13px;
  background-image: url("/website/img/new/tel_icon.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: invert(45%) sepia(6%) saturate(611%) hue-rotate(221deg)
    brightness(91%) contrast(95%);
  filter: invert(45%) sepia(6%) saturate(611%) hue-rotate(221deg)
    brightness(91%) contrast(95%);
}

nav {
  display: none;
  position: relative;
  z-index: 2;
  background-color: #f8edeb;
  font-family: "GolosText", Georgia, sans-serif;
}
nav .container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  padding: 10px 5px;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 12px;
  font-size: 16px;
  color: #463f3a;
  font-weight: 600;
  text-decoration: none;
  border-radius: 15px;
}

nav ul li a:hover,
nav ul li.active a {
  text-decoration: none;
  background: #ffffff;
}
@media (max-width: 1200px) {
  nav ul {
    justify-content: space-between;
  }
  nav ul li a {
    padding: 12px 8px;
    line-height: 1.2;
  }
}
@media (max-width: 1040px) {
  nav ul li a {
    font-size: 15px;
    padding: 14px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  nav ul li a {
    max-width: 80px;
    min-height: 40px;
    padding: 5px 10px;
  }
  nav ul li:nth-child(4) a {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
  }
  nav ul li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  nav ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;

  }
}



.toggle_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .toggle_wrapper {
    position: absolute;
    left: 15px;
    top: 20px;
  }
}
.toggle_wrapper span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

/* icon basic styles !!!YOU NEED THEM  */
.menu-icon {
  height: 24px;
  cursor: pointer;
  width: 37px;
  position: relative;
  overflow: hidden;
}

.menu-icon:before,
.menu-icon:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  width: 3px;
  height: 27px;
  border-radius: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #6d6875;
}

.menu-icon:before {
  position: absolute;
  top: 0;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon:after {
  position: absolute;
  top: 0;
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon .bar {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  height: 3px;
  background-color: #6d6875;
  border-radius: 0;
}

.menu-icon .bar-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.menu-icon .bar-2 {
  position: absolute;
  top: 10px;
  left: 0;
}

.menu-icon .bar-3 {
  position: absolute;
  top: 20px;
  left: 0;
}

.menu-icon.opened .bar {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu-icon.opened:before,
.menu-icon.opened:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-icon-3:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-icon-3:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-icon-3:before,
.menu-icon-3:after {
  top: -2px;
}

.menu-icon-3.opened:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-icon-3.opened:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon-3.opened:before,
.menu-icon-3.opened:after {
  top: 0px;
}

.menu-icon-3.opened .bar {
  opacity: 0;
}

.menu-icon-3.opened .bar-1 {
  top: 10px;
}

.menu-icon-3.opened .bar-3 {
  top: 10px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 62px;
  height: 62px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236d6875' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/svg%3E");
  background-size: 16px;
  z-index: 5;
  opacity: 0.4;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236d6875' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z'/%3E%3C/svg%3E");
  background-size: 16px;
}
@media (max-width: 900px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}

.slider {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  font-family: "GolosText", Georgia, sans-serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider *,
.slider *::before,
.slider *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider .slick-prev {
  left: 20px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
@media (max-width: 1480px) {
  .slider .slick-prev {
    left: 5px;
  }
}
.slider .slick-next {
  right: 20px;
}
@media (max-width: 1480px) {
  .slider .slick-next {
    right: 5px;
  }
}
.slider .slick-dots {
  bottom: 28px;
  left: 163px;
  width: auto;
}
@media (max-width: 1300px) {
  .slider .slick-dots {
    left: 15px;
  }
}
@media (max-width: 1080px) {
  .slider .slick-dots {
    bottom: 5px;
  }
}
.slider .slick-dots li {
  width: 22px;
  height: 22px;
  margin: 0 7px;
}
.slider .slick-dots li button {
  width: 22px;
  height: 22px;
  padding: 0;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.5;
}
.slider .slick-dots li button::before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}

.slide {
  position: relative;
}
@media (max-width: 520px) {
  .slide {
    height: 250px;
    background-size: cover;
  }
  .slide img {
    display: none;
  }
}
.slide .slide_text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 78px 170px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1300px) {
  .slide .slide_text {
    padding: 50px 70px 0;
  }
}
@media (max-width: 768px) {
  .slide .slide_text {
    padding: 25px 70px 0;
  }
}
.slide p {
  margin-bottom: 40px;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.1;
}
.slide p b {
  display: block;
  font-size: 85px;
  font-family: "YesevaOne", Georgia, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1340px) {
  .slide p {
    font-size: 2vw;
  }
  .slide p b {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .slide p {
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .slide p {
    font-size: 15px;
  }
  .slide p b {
    font-size: 20px;
  }
}
.slide .btn {
  display: block;
  width: 230px;
  margin-bottom: -25px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 33.5px;
  background-color: #463f3a;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(16, 16, 16, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .slide .btn {
    width: 170px;
    padding: 13px;
    font-size: 15px;
  }
}
.slide .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slide--2 .slide_text {
  padding: 45px 0px 50px 100px;
  width: 62%;
  max-width: 880px;
}
.slide--2 .slide_text::before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  transform: translateY(50%);
  width: 137px;
  height: 46px;
  background: url('/website/img/slide-waves.png') center center / 100% auto no-repeat;
}
.slide--2 .slide_text__content {
  position: relative;
  font-family: "YesevaOne", Georgia, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.15em;
  padding: 25px 20px 25px 60px;
  margin-bottom: 20px;
}
.slide--2 .slide_text__content::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  top: 0;
  width: 108%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.slide--3 .slide_text__content {
  font-family: "YesevaOne", Georgia, sans-serif;
  font-size: 48px;
  line-height: 1.05em;
}
.slide--2 .slide_text__content > span {
  color: #ef233c;
}
.slide--2 .slide_date {
  font-family: "GolosText";
  font-size: 30px;
  margin-bottom: 8px;
  margin-left: 65px;
  line-height: 1.2em;
}
.slide--2 .slide_date b {
  font-size: inherit;
  text-transform: none;
  display: inline;
  font-weight: 400;
}
.slide_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1380px) {
  .slide--2 .slide_text {
    padding-left: 75px;
  }
  .slide--2 .slide_text__content {
    font-size: 55px;
    padding-left: 40px;
  }
  .slide--2 .slide_date {
    margin-left: 40px;
  }
}
@media (max-width: 1140px) {
  .slide--2 .slide_text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .slide--2 .slide_text::before {
    width: 100px;
    height: 34px;
  }
  .slide--2 .slide_text__content {
    font-size: 45px;
    padding: 20px 20px 20px 30px;
    margin-bottom: 10px;
  }
  .slide--2 .slide_date {
    font-size: 24px;
    margin: 0 0 5px 30px;
  }
}
@media (max-width: 992px) {
  .slide--2 .slide_text {
    width: 70%;
    max-width: 600px;
  }
  .slide--2 .slide_text__content {
    font-size: 40px;
    padding: 15px 10px 15px 30px;
  }
  .slide--2 .slide_date {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .slide--2 .slide_text {
    padding-left: 45px;
  }
  .slide--2 .slide_text::before {
    left: 40px;
    width: 75px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .slide--2 .slide_text {
    width: 80%;
    max-width: 410px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .slide--2 .slide_text__content {
    font-size: 30px;
    padding: 10px 10px 10px 15px;
  }
  .slide--2 .slide_date {
    font-size: 18px;
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .slide--2 .slide_text__content {
    font-size: 24px;
    padding-right: 5px;
  }
  .slide--2 .slide_date {
    font-size: 16px;
    margin-left: 0px;
  }
}
@media (max-width: 440px) {
  .slide--2 .slide_text {
    width: 95%;
    max-width: 360px;
    padding-left: 20px;
  }
  .slide--2 .slide_text::before {
    display: none;
  }
  .slide--2 .slide_text__content {
    font-size: 20px;
    padding: 5px 10px;
  }
  .slide--2 .slide_text__content::before {
    width: 104%;
  }
  .slide--2 .slide_date {
    line-height: 1;
  }
}
.slide--3 .slide_text {
  width: 90%;
  padding: 120px 30px 100px 100px;
  max-width: 845px;
}
.slide--3 .slide_text__content > span {
  color: #ef233c;
  font-size: 1.25em;
}
.slide--3 .slide_adr {
  font-size: 40px;
  font-weight: 700;
  color: #ef233c;
}
.slide--3 .slide_adr small {
  display: block;
  color: #463f3a;
  font-size: 0.55em;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .slide--3 .slide_text {
    padding: 50px 20px 20px 75px;
    max-width: 650px;
  }
  .slide--3 .slide_text__content {
    font-size: 40px;
  }
  .slide--3 .slide_adr {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .slide--3 .slide_text {
    width: auto;
    padding: 20px 20px 20px 40px;
  }
  .slide--3 .slide_text__content {
    font-size: 30px;
  }
  .slide--3 .slide_adr {
    font-size: 24px;
  }
  .slide--3 .slide_adr small {
    font-size: 0.8em;
  }
}
@media (max-width: 520px) {
  .slide--3 .slide_text__content {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .slide--3 .slide_adr {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
}

.main_title {
  padding: 70px 15px 50px;
}
@media screen and (max-width: 1080px) {
  .main_title {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_title {
    padding: 30px 15px;
  }
}

.text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text_row *,
.text_row *::before,
.text_row *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@media screen and (max-width: 768px) {
  .text_row {
    padding-bottom: 30px;
  }
}
.text_row__content {
  width: 50%;
  position: relative;
  padding-left: 100px;
  padding-right: calc(50% - 635px);
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .text_row__content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .text_row__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .text_row__content {
    width: 100%;
  }
}
.text_row__content h2 {
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .text_row__content h2 {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .text_row__content h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.text_row__content p {
  max-width: 500px;
}
.text_row__content .red_btn {
  display: inline-block;
  margin-top: 55px;
  padding: 20px 45px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ef233c;
  border-radius: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1080px) {
  .text_row__content .red_btn {
    margin-top: 20px;
  }
}
.text_row__content .red_btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.text_row > img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .text_row > img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .text_row--left > img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.text_row--left .text_row__content {
  padding-right: 100px;
  padding-left: calc(50% - 635px);
}
@media screen and (max-width: 1300px) {
  .text_row--left .text_row__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .text_row--left .text_row__content {
    padding-right: 30px;
  }
}
.text_row.yellow {
  background-color: #fef9ef;
}

.pref {
  padding-top: 45px;
  padding-bottom: 115px;
  background-image: url(/website/img/new/main_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .pref {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pref {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.pref .center {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 0 40px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .pref .center {
    padding-bottom: 30px;
  }
}

.pref_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .pref_list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .pref_list {
    grid-template-columns: 100%;
  }
}
.pref_list li {
  position: relative;
  padding-top: 200px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.pref_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 178px;
  height: 171px;
  background-repeat: no-repeat;
  background-position: center;
}
.pref_list li:nth-child(1)::before {
  background-image: url(/website/img/new/pref_1.svg),
    url(/website/img/new/pref_1_bg.png);
  background-size: 119px, auto;
}
.pref_list li:nth-child(2)::before {
  background-image: url(/website/img/new/pref_2.svg),
    url(/website/img/new/pref_2_bg.png);
  background-size: 71px, auto;
}
.pref_list li:nth-child(3)::before {
  background-image: url(/website/img/new/pref_3.svg),
    url(/website/img/new/pref_3_bg.png);
  background-size: 75px, auto;
}
.pref_list li p {
  max-width: 290px;
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
}

.job {
  padding-bottom: 50px;
}
.job__content {
  max-width: 490px;
  width: calc(100% - 660px);
  font-size: 18px;
}
@media (max-width: 1080px) {
  .job__content {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .job__content {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1420px) {
  .job > img {
    margin-right: -60px;
  }
}
@media (max-width: 1080px) {
  .job > img {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .job > img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.job .h2 {
  text-align: left;
  padding-top: 15px;
}
.job__tel {
  display: block;
  position: relative;
  margin-top: 28px;
}
.job__tel::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 292px;
  height: 73px;
  background-image: url(/website/img/new/job_tel.png);
}
.job__tel a {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 55px;
  font-size: 18px;
}
.job__tel a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url(/website/img/new/phone_icon.svg);
  background-size: 76px;
  background-position: center;
}

.popup {
  display: none;
  width: 100%;
  max-width: 1110px;
  padding: 40px 20px;
  font-family: 'Noto Serif', serif;
  background-color: #fff;
  background-image: url(/website/img/new/form_bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .popup {
    padding: 20px;
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .popup {
    padding: 15px;
    background-image: none;
  }
}
.popup .fancybox-close-small {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 30px;
  right: 40px;
  width: 36px;
  height: 36px;
  padding: 0;
}
@media (max-width: 900px) {
  .popup .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
.popup .fancybox-close-small svg {
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
}
.popup *,
.popup *::before,
.popup *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.popup__title {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-family: "PT Serif Bold";
  font-size: 40px;
  color: #3b1c22;
}
@media (max-width: 900px) {
  .popup__title {
    margin: 0 0 30px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .popup__title {
    margin: 0 0 20px;
  }
}
@media (max-width: 600px) {
  .popup__title {
    font-size: 25px;
  }
}
.popup__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-column-gap: 45px;
  grid-row-gap: 15px;
  max-width: 960px;
  margin: 0 auto 140px;
}
@media (max-width: 980px) {
  .popup__form {
    grid-column-gap: 20px;
    margin-bottom: 70px;
  }
}
@media (min-width: 800px) {
  .popup__form .step_inner {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .popup__form .step_date {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-top: 10px;
  }
  .popup__form .step_lettering {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .popup__form .step_place {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .popup__form .step_name {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .popup__form .step_tel {
    grid-row: 3/4;
    grid-column: 2/3;
    margin-top: 10px;
    padding-top: 23px;
  }
  .popup__form .step_comment {
    grid-row: 2/4;
    grid-column: 3/4;
  }
}
@media (max-width: 799px) {
  .popup__form {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
  .popup__form .step_comment {
    grid-column: 1/-1;
  }
}
@media (max-width: 480px) {
  .popup__form {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .popup__form label br {
    display: none;
  }
}
.popup__form label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.1;
  color: #3b1c22;
  font-family: "PT Serif Bold";
}
@media (max-width: 600px) {
  .popup__form label {
    font-size: 18px;
  }
}
.popup__form input,
.popup__form textarea {
  display: block;
  min-width: 0;
  width: 100%;
  padding: 15px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 15px;
  background-color: white;
  font-size: 16px;
  line-height: 1.1;
  color: #3b1c22;
}
.popup__form input:focus,
.popup__form textarea:focus {
  outline: none;
  border-color: #3b1c22;
}
.popup__form .agreement label {
  font-family: 'PTSerif';
  font-weight: normal;
  font-size: inherit;
}
.popup__form .agreement input {
  width: auto;
  height: auto;
  display: initial;
  margin: 0;
}
.popup__form .sub {
  margin: 0;
  padding: 7px 0 0;
  font-style: italic;
  font-size: 15px;
  line-height: 1.2;
  color: #3b1c22;
}
.popup__form .nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 3px 15px;
  padding-right: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 15px;
  background-color: white;
  font-size: 16px;
  white-space: normal;
  line-height: 1.1;
  color: #3b1c22;
}
.popup__form .nice-select:hover {
  border-color: #3b1c22;
}
.popup__form .nice-select:active,
.popup__form .nice-select.open,
.popup__form .nice-select:focus {
  border-color: #3b1c22;
}
.popup__form .nice-select:after {
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
  border: 5px solid transparent;
  border-top: 5px solid #3b1c22;
}
.popup__form .nice-select.open:after {
  -webkit-transform: none;
  transform: none;
}
.popup__form .nice-select .list {
  width: 100%;
  margin-top: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 15px;
  background-color: white;
  font-size: 16px;
  line-height: 1.2;
  color: #3b1c22;
  white-space: normal;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.popup__form .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.popup__form .nice-select .option {
  min-height: 0;
  padding: 8px 15px;
  text-align: left;
  line-height: 1.2;
}
.popup__form .nice-select .option:hover,
.popup__form .nice-select .option.focus,
.popup__form .nice-select .option.selected.focus {
  background-color: #efeee9;
}
.popup__form .nice-select .option.selected {
  background-color: #efeee9;
}
.popup__form .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
@media (min-width: 800px) {
  .popup__form .step_pack .nice-select {
    max-width: 293px;
  }
}
.popup__form .step_lettering textarea {
  height: 95px;
}
.popup__form .step_comment {
  position: relative;
  max-width: 293px;
}
.popup__form .step_comment textarea {
  height: 76px;
}
.popup__form .step_comment .sub {
  margin: 7px 0 10px;
  padding: 0;
  padding-left: 35px;
  background-image: url(/website/img/new/fille_decor.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.popup__form .step_comment .file-btn {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "PT Serif";
  background-color: #62b6cb;
  border-radius: 25.5px;
  border: none;
}
.popup__form .step_comment .file-btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.popup__form .step_comment #fcake_file {
  display: none;
  position: absolute;
  z-index: -100000;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 799px) and (min-width: 481px) {
  .popup__form .step_comment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    max-width: 100%;
  }
  .popup__form .step_comment label {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .popup__form .step_comment textarea {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .popup__form .step_comment .file_input {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: flex-end;
  }
}
@media (max-width: 480px) {
  .popup__form .step_comment {
    max-width: 100%;
  }
}
.popup__form .order_bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  max-width: 293px;
  margin: 0;
}
@media (max-width: 440px) {
  .popup__form .order_bottom {
    max-width: 100%;
  }
}
.popup__form .order_bottom .sub {
  margin-bottom: 10px;
  padding-top: 0;
}
.popup__form .order_bottom .sub a {
  text-decoration: underline;
  color: #d80032;
}
.popup__form .order_bottom .sub a:hover {
  text-decoration: none;
}
.popup__form .order_bottom .order_btn {
  width: 100%;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "PT Serif";
  background-color: #d80032;
  border-radius: 25.5px;
  border: none;
}
.popup__form .order_bottom .order_btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

footer {
  color: #463f3a;
  background-color: #dfbba3;
}


.footer {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 28px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer {
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  .footer {
    grid-template-columns: auto auto;
  }
  .footer .footer__logo,
  .footer .copy,
  .footer_creator {
    grid-column: 1/-1;
    text-align: center;
  }
}
.footer .footer__logo {
  text-align: center;
}
.footer .footer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 177px;
  grid-column-gap: 30px;
  width: 525px;
  margin-top: 7px;
  font-weight: normal;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  .footer .footer__menu {
    width: 290px;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 768px) {
  .footer .footer__menu {
    display: none;
  }
}
.footer .footer__menu a {
  display: block;
}
.footer p {
  padding-top: 0;
  padding-bottom: 0;
}
.footer .footer__text {
  font-size: 16px;
}
.footer .footer__wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer__wa .whatsapp {
  margin-left: -2px;
  margin-right: 10px;
  -webkit-filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
    filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
}
.footer .tel {
  display: block;
  margin-top: 10px;
}
.footer .tel::before {
  -webkit-filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
    filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
}
.footer .vk {
  -webkit-filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
    filter: invert(36%) sepia(3%) saturate(611%) hue-rotate(221deg) brightness(91%) contrast(95%);
}
.footer .copy {
  font-weight: normal;
  font-size: 11px;
}
.footer .footer_creator {
  font-size: 11px;
}
.footer_creator a {
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="file"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  color: #463f3a;
  font-size: 16px;
  line-height: 1.4;
  color: #463f3a;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  white-space: nowrap;
}

p {
  margin: 0;
  padding: 0.5em 0;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

h1,
h2,
.h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  font-size: 45px;
  line-height: 1.2;
  font-family: "YesevaOne", Georgia, sans-serif;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h1,
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  .h2 {
    padding: 25px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  h2,
  .h2 {
    font-size: 25px;
  }
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.map_popup {
  display: none;
  width: 100%;
  max-width: 870px;
  height: 400px;
  max-height: 95vh;
  padding: 15px;
  line-height: 0;
  box-sizing: border-box;
}
.map_popup iframe {
  width: 100% !important;
  height: 100% !important;
}
.vacancy {
  padding-top: 10px;
  padding-bottom: 50px;
}
.vacancy.newcontainer {
  font-family: inherit;
}
.vacancy_block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 40px;
}
.vacancy_block__img {
  width: 51%;
  flex-shrink: 0;
}
.vacancy_block__img img {
  display: block;
  margin: 0 auto;
}
.vacancy_block__text {
  background-color: #fef9ef;
  width: 49%;
  font-weight: 400;
  padding: 25px 20px 10px 50px;
}
.vacancy_block__text h1 {
  padding: 0;
  margin: 0 0 25px;
  line-height: 1.1;
}
.vacancy_block__sub {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.vacancy_block__text p {
  padding: 0;
  margin: 0 0 10px;
}
.vacancy_block__text a.phone {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}
.vacancy_block__text ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 10px;
}
.vacancy_block__text ul li {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.vacancy_block__text ul li::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ef233c;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .vacancy_block__img {
    width: 100%;
  }
  .vacancy_block__text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .vacancy_block__text {
    padding-left: 20px;
  }
  .vacancy_block__text h1 {
    margin-bottom: 15px;
  }
}

/* До нового года */
  .ny_btn__wrap {
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    row-gap: 5px;
  }
  .ny_btn__wrap .header__form_btn {
    padding: 15px 30px;
  }
  @media screen and (max-width: 768px) {
    .ny_btn__wrap .header__form_btn {
      font-size: 14px;
      padding: 10px 15px;
    }
  }
  @media screen and (max-width: 600px) {
    .ny_btn__wrap .header__form_btn {
      width: 100%;
      max-width: 170px;
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      padding: 5px;
      line-height: 1;
    }
  }
/* end до нового года */
.catalog-page {
  background-color: #fef9ef;
  overflow: hidden;
}
.catalog-page .breads {
  margin-top: 25px;
}
.main-cat {
  display: grid;
  grid-template-columns: repeat(4,auto);
  justify-content: space-between;
  row-gap: 110px;
  list-style: none;
  margin: 0;
  padding: 35px 0 150px;
}
.main-cat li {
  text-align: center;
  font-size: 15px;
}
.main-cat li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transition: .2s;
}
.main-cat li a:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
}
.main-cat li img {
  display: block;
}
.main-cat li span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 235px;
  min-height: 60px;
  background-color: #fff;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 1.3em;
  border-radius: 30px;
  padding: 5px 10px;
}
.main-cat li.red span {
  background-color: #d90429;
  color: #fff;
}
@media screen and (max-width: 1380px) {
  .main-cat {
    grid-template-columns: repeat(4,23%);
    max-width: 1260px;
    margin: 0 auto;
    row-gap: 60px;
    padding: 30px 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .main-cat {
    grid-template-columns: repeat(4,24%);
    row-gap: 40px;
    padding: 20px 0 80px;
  }
  .main-cat li span {
    min-height: 50px;
    font-size: 14px;
    bottom: 20px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .main-cat {
    grid-template-columns: repeat(3,32%);
    row-gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .main-cat {
    grid-template-columns: repeat(2,48.5%);
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .main-cat li span {
    font-size: 12px;
    bottom: 12px;
    min-height: 45px;
  }
}
.catalog_title {
  padding-top: 0px;
  line-height: 1em;
  padding-left: 370px;
}
@media screen and (max-width: 1280px) {
  .catalog_title {
    padding-left: 290px;
  }
}
@media screen and (max-width: 768px) {
  .catalog_title {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.catalog_text h2 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.catalog_text p {
  padding: 0;
  margin-bottom: 20px;
}
.img_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.img_row > img {
  max-width: 48.5%;
}
@media screen and (max-width: 460px) {
  .img_row > img {
    max-width: 100%;
  }
}
.item-page {
  background: url('/website/img/item_bg.jpg') center center / auto no-repeat, #fef9ef;
}
.catalog-item_phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 115px;
  color: #fff;
  background: url('/website/img/catalog-item_phones.png') left bottom / 70px 105px no-repeat, #e5c49a;
  border-radius: 15px;
  padding: 15px 20px 15px 95px;
  max-width: 495px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 75px;
}
.catalog-item_phones-text {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .catalog-item_phones {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-item_phones {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-item_phones {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .catalog-item_phones {
    font-size: 16px;
    padding: 10px 10px 10px 75px;
    background-size: 50px auto;
  }
  .catalog-item_phones-text {
    margin-bottom: 5px;
  }
}
.catalog-item_display {
  margin-bottom: 10px;
}
.catalog-item_thumbs.slick-slider {
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-item_thumbs .slick-slide {
  opacity: .5;
  margin: 0 10px;
  cursor: pointer;
  transition: opacity .2s;
}
.catalog-item_thumbs .slick-slide.slick-current,
.catalog-item_thumbs .slick-slide:hover {
  opacity: 1;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.catalog-item_thumbs .slick-arrow {
  width: 36px;
  height: 36px;
  background-color: rgb(70, 63, 58);
  background-size: 12px;
  opacity: 0.3;
  transition: .2s;
}
.catalog-item_thumbs .slick-prev {
  left: 0;
  background-image: url('/website/img/item_thumbs_left.svg');
}
.catalog-item_thumbs .slick-next {
  right: 0;
  background-image: url('/website/img/item_thumbs_right.svg');
}
.catalog-item_thumbs .slick-track {
  padding-top: 10px;
  padding-bottom: 10px;
}
.catalog-item_thumbs .slick-arrow:hover {
  opacity: .6;
}

.page-contacts {
  background-image: url('/website/img/cont-bg.png');
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center 0;
}

.tel-box {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.tel-box__col {
  display: flex;
  width: calc(50% - 25px);
  padding-left: 10px;
  column-gap: 30px;
}

.tel-box__image {
  position: relative;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background-image: url('/website/img/cont-img-1.png');
  background-repeat: no-repeat;
}

.tel-box__image::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('/website/img/cont-img-2.png');
  background-repeat: no-repeat;
  background-position: center;
}

.tel-box__image--2::before {
  background-image: url('/website/img/cont-img-3.png');
}

.tel-box__text {
  display: flex;
  flex-direction: column;
  padding-top: 17px;
}

.tel-box__link-tel {
  font-family: "YesevaOne";
  font-size: 22px;
  line-height: 30px;
}

.tel-box__descr {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 32px;
}

.adres-box__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  column-gap: 50px;
  row-gap: 30px;
}

.adres-box-item {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px);
  padding: 20px 30px;
  border-radius: 15px;
  row-gap: 5px;
  background-color: rgb(254, 249, 239);
}

.adres-box__caption {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
}

.adres-box__caption::before {
  position: absolute;
  content: '';
  top: 3px;
  height: 16px;
  right: 9px;
  width: 1px;
  background-color: #463f3a;
}

.adres-box__link {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.adres-box__link:hover {
  text-decoration: none;
}

@media(max-width: 992px) {
  .adres-box__list {
    column-gap: 25px;
    row-gap: 15px;
  }
  .adres-box-item {
    width: calc(50% - 13px);
  }
}

@media(max-width: 768px) {
  .tel-box {
    flex-direction: column;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 30px;
  }
  .tel-box__col {
    width: 100%;
  }
  .adres-box__list {
    flex-direction: column;
  }
  .adres-box-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .adres-box__caption {
    padding-right: 0;
    text-align: center;
  }
  .adres-box__caption::before {
    display: none;
  }
  .tel-box__col {
    column-gap: 20px;
  }
}




.order-page {
  padding: 0;
}

.order-page img {
  display: block;
}

.order-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-page__row--intro {
  background-color: #fef9ef;
}
.order-page__col {
  width: 50%;
}

.order-page__text-box--intro {
  padding-left: 100px;
  padding-right: 20px;
  max-width: 540px;
}


.order-page .order-page__row--design {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 35px;
  padding-bottom: 45px;
  background-image: url('/website/img/new/main_bg.png');
  background-position: center;
  background-repeat: no-repeat;
}


.order-page__header2 {
  padding: 30px 0 10px;
  min-height: 100px;
}

.order-page__design-box {
  padding: 0 30px 20px 25px;
}
.order-page__label {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.order-page__design-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 40px;
}

.order-page__design-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 160px;
  background-image: url('/website/img/new/pref_4_bg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.order-page__des-item-text {
  text-align: center;
  max-width: 152px;
  font-size: 18px;
  line-height: 22px;
  font-family: "YesevaOne";
}
.order-page__col--image {
  position: relative;
}

.order-page__link {
  position: absolute;
  padding: 16px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  left: 25%;
  background-color: #ef233c;
  border-radius: 28px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  bottom: 40px;
}

.order-page__link:hover {
  text-decoration: underline;
}


.order-calc {
  padding: 35px 0 40px;
  background-color: #FEF9EF;
}

.order-calc__header {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 50px;
  font-family: "GolosText";
  font-weight: 400;
  text-align: center;
}
.order-calc__header span {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 34px;
  background-color: #F4DFDB;
}

.order-calc__list {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.order-calc__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-calc__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 25px;
  font-family: "YesevaOne";
}
.order-calc__item-head span {
  text-align: center;
}
.order-calc__item-body {
  margin-bottom: 20px;
}
.order-calc__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  font-size: 20px;
  line-height: 25px;
  font-family: "YesevaOne";
  min-height: 85px;
  max-width: 90%;
  background-color: #F8EDEB;
}
.order-calc__item-footer span {
  text-align: center;
}

.order-calc__list-item:nth-child(4) .order-calc__item-body {
  margin-bottom: 0;
}

.order-page__rek {
  padding: 40px 0;
}

.order-page__descr--rek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.order-page__row--outro {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.order-page__row--outro h2 {
  text-align: left;
  min-height: auto;
}


@media(max-width: 1280px) {
  .order-page__text-box--intro {
    padding: 0 20px 0 40px;
  }
  .order-page__row {
    padding: 25px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .order-page__col--image {
    width: 40%;
  }
  .order-page__col--text {
    width: 60%;
  }
  .order-calc__header {
    font-size: 26px;
    line-height: 32px;
    padding: 10px 25px;
  }
  .order-page__row--outro h2 {
    padding-top: 0;
  }

}

@media(max-width: 992px) {
  .order-page__descr {
    font-size: 14px;
  }
  .order-page .order-page__row--design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-page__header2 {
    min-height: auto;
    padding: 30px 0;
  }
  .order-page__row--design .order-page__col {
    width: 100%;
  }
  .order-page__design-box {
    margin-bottom: 30px;
  }
  .order-page__link {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .order-calc__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .order-calc__item-head {
    max-width: 200px;
  }
  .order-calc__item-body {
    margin-bottom: 10px;
  }
  .order-calc__item-footer {
    max-width: 200px;
    min-height: 70px;
  }
}

@media(max-width: 768px) {
  .order-page__row--intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
    padding: 15px;
  }
  .order-page__col {
    width: 100%;
  }
  .order-page__text-box {
    padding: 0;
    max-width: none;
  }
  .order-page__design-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }
  .order-page__des-item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .order-page__row--outro {
    row-gap: 30px;
  }
  .order-page__row--outro h2 {
    margin-bottom: 8px;
    padding: 0;
  }
}

@media(max-width: 576px) {
  .order-page__design-list {

    grid-template-columns: repeat(2, 1fr);
  }
  .order-page__design-list-item {
    background-size: 80%;
  }
  .order-page__des-item-text {
    max-width: 120px;
  }
  .order-page__link {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .order-calc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-calc__header {
    font-size: 20px;
    line-height: 24px;
  }
  .order-calc__header span {
    padding: 10px 20px;
  }
}
@media(max-width: 420px) {
  .order-page__design-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-page__design-list-item {
    background-size: auto;
  }
}
.order-page__col .red_btn {
  display: inline-block;
  margin-top: 40px;
  width: 260px;
  max-width: 100%;
  padding: 22px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ef233c;
  border-radius: 33px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .order-page__col .red_btn {
    margin-top: 20px;
  }
}
.order-page__col .red_btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


.deg-page__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d7a887;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.deg-page__intro-image-box {
  width: 56%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 500px;
  background-image: url('/website/img/deg-page-1.jpg');
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-size: cover;
}

.deg-page__intro-text-box {
  width: 44%;
  padding: 20px 35px 20px 70px;
}

.deg-page__intro-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  max-width: 568px;
  padding: 20px 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  border: 2px solid #fff;
}

.deg-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  padding: 0;
  margin: 0 0 50px;
  list-style-type: none;
}

.deg-page__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
.deg-page__list-item.disabled {
  opacity: 0.35;
}

.deg-page__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56%;
}
.deg-page__item-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px 130px;
}

.deg-page__item-caption {
  position: relative;
  max-width: 250px;
  padding-top: 20px;
  font-size: 35px;
  line-height: 40px;
  color: #463f3a;
}

.deg-page__item-caption::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 5px;
  width: 80px;
  background-color: #d7a887;
}

.deg-page__list-item.container {
  padding: 0;
}

@media(max-width: 1280px) {
  .deg-page__intro-image-box,
  .deg-page__intro-text-box,
  .deg-page__item-image {
    width: 50%;
  }
  .deg-page__intro-text-box {
    padding: 10px 30px;
  }
  .deg-page__list-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .deg-page__intro-descr {
    padding: 20px 50px;
    min-height: 250px;
    font-size: 34px;
    line-height: 40px;
  }
  .deg-page__intro-image-box {
    min-height: 380px;
  }
  .deg-page__item-text {
    padding: 20px 20px 20px 80px;
  }
  .deg-page__item-caption {
    font-size: 28px;
    line-height: 36px;
  }
}

@media(max-width: 768px) {
  .deg-page__intro {
    margin-bottom: 40px;
  }
  .deg-page__intro-image-box {
    min-height: 250px;
  }
  .deg-page__intro-text-box {
    padding: 20px;
  }
  .deg-page__intro-descr {
    min-height: 150px;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 34px;
  }
  .deg-page__list {
    padding: 0 40px;
  }
  .deg-page__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .deg-page__item-image {
    width: 100%;
  }
  .deg-page__item-text {
    padding: 18px 25px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .deg-page__item-caption {
    padding-top: 12px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    max-width: none;
  }
  .deg-page__item-caption::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media(max-width: 576px) {
  .deg-page__intro {
    margin-bottom: 25px;
  }
  .deg-page__intro-image-box {
    min-height: 163px;
  }
  .deg-page__intro-descr {
    font-size: 18px;
    line-height: 24px;
    min-height: auto;
  }
  .deg-page__intro-text-box {
    padding: 10px;

  }
  .deg-page__intro-descr {
    padding: 10px;
    border: 1px solid #fff;
  }
  .deg-page__item-caption {
    padding-top: 13px;
    font-size: 18px;
    line-height: 24px;
  }
  .deg-page__item-caption::before {
    height: 3px;
    width: 70px;
  }
  .deg-page__list {
    row-gap: 30px;
  }
}




.popup-two {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 70px 100px 60px;
  font-family: 'Noto Serif', serif;
  background-color: #fff;
  background-image: url('/website/img/form-two-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-two * {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

.popup-two__title {
  margin: 0 auto 50px;
  max-width: 60%;
  padding: 0;
  text-align: center;
  font-family: "PT Serif Bold";
  font-size: 40px;
  color: #3b1c22;
}

.form-two {
  max-width: 870px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-two .fancybox-close-small {
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
.popup-two .fancybox-close-small svg {
  opacity: 1;
  stroke-width: 2px;

}
.form-two__row--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 20px;
}

.form-two__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.form-two__col--1 {
  width: calc(65% - 30px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-two__col--2 {
  width: 35%;
}

.form-two__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 5px;
  font-size: 20px;
  line-height: 1.1;
  color: #3b1c22;
  font-family: "PT Serif Bold";
}

.form-two input,
.form-two textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 15px;
  background-color: white;
  font-size: 16px;
  line-height: 1.1;
  color: #3b1c22;
}
.form-two__input--date::-webkit-input-placeholder {
  color:#b1aeae;
}
.form-two__input--date::-moz-placeholder {
  color:#b1aeae;
}
.form-two__input--date:-ms-input-placeholder {
  color:#b1aeae;
}
.form-two__input--date::-ms-input-placeholder {
  color:#b1aeae;
}
.form-two__input--date::placeholder {
  color:#b1aeae;
}

.form-two__label--family,
.form-two__label--tel {
  width: calc(50% - 16px);
}

.form-two select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 15px;
  background-color: white;
  font-size: 16px;
  line-height: 1.1;
  color: #3b1c22;
}

.form-two__row--2 .form-two__label {
  margin-bottom: 25px;
}
.form-two__row--2 textarea {
  min-height: 85px;
  resize: none;
}

.form-two__politik-descr {
  margin-bottom: 25px;
  padding: 0;
  font-size: 13px;
  color: rgb(59, 28, 34);
  line-height: 18px;
}
.form-two__politik-descr a {
  text-decoration: underline;
  color: #ef233c;
}
.form-two__politik-descr a:hover {
  text-decoration: none;
}

.form-two__btn {
  padding: 20px 55px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "PT Serif";
  background-color: #d80032;
  border-radius: 25.5px;
  border: none;
  cursor: pointer;
}

.form-two__btn:hover,
.form-two__btn:active {
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 50%);
          box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}

@media(max-width: 992px) {
  .popup-two {
    padding: 50px 30px 40px;
  }
  /* .form-two {
    margin-bottom: 60px;
  } */
  .popup-two__title {
    margin-bottom: 40px;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media(max-width: 768px) {
  .form-two {
    max-width: 400px;
  }
  .popup-two__title {
    padding: 0;
    font-size: 22px;
    line-height: 28px;
  }
  .form-two__row--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-two__col--1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-two__label--family, .form-two__label--tel {
    width: 100%;
  }
  .form-two__col--2 {
    width: 100%;
  }
  .form-two__label {
    font-size: 16px;
  }
  .form-two__row--2 textarea {
    min-height: 100px;
  }
  .form-two input, .form-two textarea {
    padding: 10px;
  }
  .form-two__politik-box {
    text-align: center;
  }
  .form-two__btn {
    padding: 14px 35px;
  }
  .form-two select {
    padding: 10px;
  }
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.order-page__form {
  padding: 50px 0;
  background-image: url('/website/img/order-page__form.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
  @media screen and (max-width: 768px) {
    .order-page__form {
      padding: 25px 0;
    }
  }
.question_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 7px;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 150px 30px;
  border-radius: 25px;
  background-image: url('/website/img/q_form_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  @media screen and (max-width: 900px) {
    .question_form {
      padding: 30px;
    }
  }
  @media screen and (max-width: 680px) {
    .question_form {
      grid-column-gap: 20px;
    }
  }
  @media screen and (max-width: 440px) {
    .question_form {
      grid-template-columns: 1fr;
    }
  }
  @media screen and (max-width: 400px) {
    .question_form {
      padding: 20px 15px;
    }
  }
.question_form__title {
  grid-column: 1/-1;
  margin: 0 0 13px;
  padding: 0;
  text-align: center;
  font-size: 40px;
  font-family: "YesevaOne", Georgia, sans-serif;
} 
  @media screen and (max-width: 520px) {
    .question_form__title {
      font-size: 25px;
    }
  }
.question_form__title span {
  display: block;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
}
.question_form label {
  display: block;
  font-size: 20px;
  font-family: "YesevaOne", Georgia, sans-serif;
} 
  @media screen and (max-width: 480px) {
    .question_form label {
      font-size: 18px;
    } 
  }
.question_form input,
.question_form textarea {
  width: 100%;
  padding: 15px;
  line-height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(245, 228, 221);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
.question_form textarea {
  height: 85px;
}
.question_form div:nth-of-type(3) {
  grid-column: 1/-1;
}
.question_form__politic {
  grid-column: 1/-1;
  position: relative;
  margin-bottom: 15px;
}
.question_form__politic input {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.question_form__politic label {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  font-family: 'Noto Serif', serif;
}
  .question_form__politic label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 28px;
    height: 28px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(245, 228, 221);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
  }
.question_form__politic input:checked + label::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M12.8,28.7l-9.5-9.5c-0.4-0.4-0.4-1.1,0-1.6l1.5-1.5c0.4-0.4,1.1-0.4,1.6,0l7.2,7.2 l16-16c0.4-0.4,1.1-0.4,1.6,0l1.5,1.5c0.4,0.4,0.4,1.1,0,1.6L14.4,28.7C13.9,29.1,13.2,29.1,12.8,28.7z'/%3E%3C/svg%3E");
  background-size: 18px;
}
.question_form__politic a {
  text-decoration: underline;
  color: #ef233c;
}
  .question_form__politic a:hover {
    text-decoration: none;
  }
.question_form__btn {
  grid-column: 1/-1;
  width: 205px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ef233c;
  border: none;
  border-radius: 33px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}
  .question_form__btn:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
.number_cake_scheme {
  counter-reset: myCounter;
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows:  auto auto auto;
  margin: 40px 0 90px;
  padding: 0;
}
  @media screen and (max-width: 1080px) {
    .number_cake_scheme {
      grid-column-gap: 20px;
    } 
  }
  @media screen and (max-width: 1024px) and (min-width: 769px),
  (max-width: 720px) {
    .number_cake_scheme {
      grid-template-columns: 1fr;
      grid-auto-flow: row;
      grid-row-gap: 20px;
    } 
  }
  @media screen and (max-width: 768px) {
    .number_cake_scheme {
      margin: 20px 0 30px;
    } 
  }
.number_cake_scheme li {
  position: relative; 
  display: flex;
  align-items: center;
  list-style: none;
}
.number_cake_scheme li:not(.number_cake_scheme__btn) {
  min-height: 175px;
  margin-left: 60px;
  padding: 30px 45px 30px 90px;
  font-size: 16px;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.number_cake_scheme li:not(.number_cake_scheme__btn)::before {
  position: absolute;
  bottom: 15px;
  right: 20px;
  counter-increment: myCounter;
  content: counter(myCounter);
  font-size: 60px;
  color: #463f3a;
  line-height: 1;
  opacity: 0.15;
}
.number_cake_scheme li:not(.number_cake_scheme__btn)::after {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  content: '';
  width: 120px;
  height: 115px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/website/img/circle_decor_beige.png');
}
  @media screen and (max-width: 414px) {
    .number_cake_scheme li:not(.number_cake_scheme__btn) {
      min-height: 150px;
      margin-left: 40px;
      padding: 30px 30px 30px 70px;
      font-size: 15px;
      border-radius: 20px;
    }
    .number_cake_scheme li:not(.number_cake_scheme__btn)::before {
      bottom: 10px;
      right: 10px;
      font-size: 40px;
    }
    .number_cake_scheme li:not(.number_cake_scheme__btn)::after {
      left: -40px;
      width: 100px;
      height: 100px;
    }
  }
.number_cake_scheme li:nth-child(1)::after {
  background-size: 33px, 100%;
  background-image: 
    url('/website/img/prazd_tort_icon_1.svg'),
    url('/website/img/circle_decor_beige.png');
}
.number_cake_scheme li:nth-child(2)::after {
  background-size: 55px, 100%;
  background-image: 
    url('/website/img/prazd_tort_icon_2.svg'),
    url('/website/img/circle_decor_rose.png');
}
.number_cake_scheme li:nth-child(3)::after {
  background-size: 45px, 100%;
  background-image: 
    url('/website/img/prazd_tort_icon_3.svg'),
    url('/website/img/circle_decor_beige.png');
}
.number_cake_scheme li:nth-child(4)::after {
  background-size: 43px, 100%;
  background-image: 
    url('/website/img/prazd_tort_icon_4.svg'),
    url('/website/img/circle_decor_rose.png');
}
.number_cake_scheme li:nth-child(5)::after {
  background-size: 40px, 100%;
  background-image: 
    url('/website/img/prazd_tort_icon_5.svg'),
    url('/website/img/circle_decor_beige.png');
}
.number_cake_scheme li p {
  margin: 0;
  padding: 0;
}
.number_cake_scheme__btn .red_btn {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ef233c;
  border: none;
  border-radius: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}
  .number_cake_scheme__btn .red_btn:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
.cakes_to_order .main-cat {
  grid-gap: 45px;
  grid-template-columns: repeat(3,1fr);
  padding: 0 0 70px;
}
.cakes_to_order .main-cat img {
  border-radius: 35px;
}
  @media screen and (max-width: 980px) {
    .cakes_to_order .main-cat {
      grid-gap: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .cakes_to_order .main-cat {
      padding-bottom: 40px;
    }
  }
  @media screen and (max-width: 480px) {
    .cakes_to_order .main-cat {
      grid-template-columns: repeat(2,1fr);
    }
  }

.slide--01 .slide_text__content {
  font-size: 47px;
  line-height: 54px;
  position: relative;
  font-family: "YesevaOne", Georgia, sans-serif;
}
.slide--01 .slide_text__content::after {
  position: absolute;
  content: '';
  left: -20px;
  bottom: -22px;
  display: block;
  width: 77px;
  height: 4px;
  background-color: #ef233c;
}

.slide--01 .slide_text__content span {
  color: #ef233c;
}

.slide--01 .slide_descr {
  font-family: "YesevaOne", Georgia, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}
.slide--re .slide_descr {
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
}
.slide--01 .slide_text {
  padding-right: 80px;
}
.slide--re .slide_text__content {
  font-size: 80px;
  line-height: 90px;
}
.slide--re .slide_text__content span {
  font-size: 47px;
  line-height: 54px;
}
.slide--re .slide_text__content::after {
  left: 0;
}
.slide--re .slide_text {
  padding-top: 30px;
}

@media screen and (max-width: 992px) {
  .slide--01 .slide_descr, 
  .slide--01 .slide_text__content {
    font-size: 40px;
    line-height: 46px;
  }
  
  .slide--re .slide_text__content span {
    font-size: 36px;
    line-height: 42px;
  }
  .slide--re .slide_descr {
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
  }
  .slide--re .slide_text__content {
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .slide--01 .slide_descr, 
  .slide--01 .slide_text__content {
    font-size: 28px;
    line-height: 32px;
  }
  .slide--re .slide_descr {
    text-transform: none;
    font-size: 30px;
    line-height: 40px;
  }
  .slide--re .slide_text__content span {
    font-size: 40px;
    line-height: 45px;
  }
  .slide--01 .slide_text__content::after {
    bottom: -12px;
    height: 2px;
    left: -10px;
  }
  .slide--re  .slide_text__content::after {
    bottom: -12px;
    height: 2px;
    left: 0;
  }
  .slide--re .slide_text__content {
    font-size: 36px;
    line-height: 40px;
  }
  .slide--re .slide_text__content span {
    font-size: 30px;
    line-height: 32px;
  }
  .slide--re .slide_descr {
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
}
}
@media screen and (max-width: 576px) {
  .slide--01 .slide_text {
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 15px;
  }
  .slide--01 .slide_descr, 
  .slide--01 .slide_text__content {
    font-size: 20px;
    line-height: 1.1;
  }
  .slide--re .slide_descr {
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
  }
  .slide--01 .slide_text__content::after {
    width: 35px;
  }
  .slide--re .slide_text__content {
    font-size: 24px;
    line-height: 1.1;
  }
  .slide--re .slide_text__content span {
    font-size: 20px;
    line-height: 22px;
  }
  .slide--re .slide_descr {
    font-size: 18px;
    line-height: 20px;
  } 
}
.presents-billet {
  position: relative;
  padding: 45px 60px 60px;
  border-radius: 15px;
  background-color: #ead0bb;
  margin: 40px 0;
  font-size: 20px;
}
.presents-billet::before {
  content: "";
  position: absolute;
  width: 282px;
  height: 236px;
  bottom: -30px;
  right: -175px;
  background: url('/website/img/presents-billet_boxes.png') center center / 100% no-repeat;
}
.presents-billet::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 65%;
  left: 1%;
  bottom: 0;
  z-index: 1;
  background: url('/website/img/presents-billet_inner-after.png') center center / 100% no-repeat;
}
.presents-billet p {
  padding: 0;
  margin: 0 0 30px;
}
.presents-billet_inner {
  position: relative;
  background: url('/website/img/presents-billet_inner-snow.png') right 25px top 60% / 49px no-repeat, #fef9ef;
  font-weight: 700;
  padding: 15px 75px 15px 225px;
  border-radius: 15px;
  line-height: 1.4em;
  max-width: 740px;
  z-index: 2;
}
.presents-billet_inner::before {
  content: "";
  position: absolute;
  width: 165px;
  height: 144px;
  left: 50px;
  top: 50%;
  transform: translateY(-45%);
  background: url('/website/img/presents-billet_inner-img.png') center center / 100% no-repeat;
}
@media screen and (max-width: 1520px) {
  .presents-billet::before {
    width: 265px;
    height: 225px;
    bottom: -25px;
    right: -115px;
  }
  .presents-billet_inner {
    padding-left: 200px;
    max-width: 700px;
  }
  .presents-billet_inner::before {
    left: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .presents-billet {
    position: relative;
    padding: 35px 45px 55px;
    margin: 20px 0 60px;
  }
  .presents-billet::before {
    width: 240px;
    height: 210px;
    bottom: -50px;
    right: -100px;
  }
}
@media screen and (max-width: 1140px) {
  .presents-billet {
    font-size: 18px;
  }
  .presents-billet_inner {
    padding-left: 175px;
    padding-right: 70px;
    max-width: 640px;
  }
  .presents-billet_inner::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 130px;
    left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .presents-billet {
    font-size: 16px;
    padding: 25px 20px 35px;
    margin: 20px 0 40px;
  }
  .presents-billet::before {
    display: none;
  }
  .presents-billet p {
    margin-bottom: 20px;
  }
  .presents-billet_inner {
    padding: 10px 50px 10px 150px;
    background-size: 42px;
    background-position: right 15px top 60%;
  }
  .presents-billet_inner::before {
    width: 125px;
    height: 110px;
    left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .presents-billet_inner {
    padding: 10px 10px 10px 125px;
    background-image: none;
  }
  .presents-billet_inner::before {
    width: 110px;
    height: 100px;
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .presents-billet_inner {
    padding: 85px 10px 10px 20px;
  }
  .presents-billet_inner::before {
    width: 80px;
    height: 70px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.present-tables {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  row-gap: 60px;
}
.present-tables::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 35px;
  background: url('/website/img/present-tables.png') right bottom / 100% no-repeat;
  width: 455px;
  height: 655px;
}
.present-tables h2 {
  font-size: 25px;
  padding: 0;
  margin: 0 0 5px;
}
.present-tables_elem {
  position: relative;
  display: flex;
  flex-direction: column;
}
.present-tables_elem > p {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
  font-size: 20px;
}
.present-table {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex: 1;
  padding: 15px 15px 30px;
  border-radius: 10px;
  box-shadow: 0px 1px 8px 0px rgba(43, 43, 43, 0.22);
}
.present-table table {
  margin-bottom: 25px;
  border-collapse: collapse;
}
.present-table table thead {
  position: relative;
}
.present-table table thead::after {
  content: "";
  display: block;
  height: 15px;
}
.present-table table th {
  background-color: #fef9ef;
  text-align: center;
  vertical-align: middle;
  padding: 16px 8px;
}
.present-table table th:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.present-table table th:nth-child(2) {
  text-align: left;
}
.present-table table th:nth-child(3) {
  border-radius: 0 8px 8px 0;
  white-space: nowrap;
}
.present-table table td {
  text-align: center;
  font-size: 15px;
  padding: 3px 8px;
}
.present-table table td:nth-child(2) {
  text-align: left;
  font-size: 14px;
}
.present-table_price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-top: auto;
  background-color: #f6e1cf;
  font-size: 25px;
  font-family: "YesevaOne", Georgia, sans-serif;
  text-align: center;
  border-radius: 15px;
  line-height: 1.2em;
  min-height: 80px;
}
@media screen and (max-width: 1140px) {
  .present-tables {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 40px;
  }
  .present-table_price {
    font-size: 24px;
    min-height: 65px;
  }
  .present-table table th {
    padding: 12px 4px;
    font-size: 15px;
  }
  .present-table table td {
    padding: 2px 4px;
  }
}
@media screen and (max-width: 992px) {
  .present-tables h2 {
    font-size: 22px;
  }
  .present-table_price {
    font-size: 22px;
    min-height: 60px;
  }
  .present-table table th {
    font-size: 14px;
  }
  .present-table table thead::after {
    height: 10px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .present-tables {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 600px) {
  .present-tables {
    grid-template-columns: 100%;
  }
  .present-tables::before {
    display: none;
  }
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 13px;
  }
}

.slide-0325_name {
  font-size: 85px;
  font-weight: 700;
  display: inline-block;
  font-size: 85px;
  font-family: "YesevaOne", Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slide-0325_span1 {
  font-size: 38px;
  font-family: "YesevaOne", Georgia, sans-serif;
  text-transform: uppercase;
}
.slide-0325_span2 {
  font-size: 45px;
  font-family: "YesevaOne", Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.slide-0325_span3 {
  font-size: 25px;
}

.slide.slide--0325  .slide_text {
  padding-right: 40px;
  top:40%;
  padding-top: 30px;
}

.slide.slide--0325.slide .btn {
  transform: translateY(30px);
  position: absolute;
}

@media (max-width: 1280px) {
  .slide.slide--0325.slide .btn {
    position: relative;
    transform: none;
  }
  .slide-0325_name {
    font-size: 60px;
  }
  .slide-0325_span1 {
    font-size: 30px;
  }
  .slide-0325_span2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .slide-0325_name {
    font-size: 38px;
  }
  .slide-0325_span1 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .slide-0325_span2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slide.slide--0325  .slide_text {
    top: 45%;
    padding-top: 15px;
  }
}
@media (max-width: 520px) {
  .slide-0325_name {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .slide-0325_span1 {
    font-size: 15px;
  }
  .slide-0325_span2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .slide-0325_span3 {
    font-size: 14px;
  }
  .slide.slide--0325 {
    background-image: url('/website/img/new/slide_070325-bg-.jpg');
    background-position: center;
  }
  .slide.slide--0325  .slide_text {
    padding-left: 45px;
    padding-top: 10px;
    padding-right: 25px;
    top: 42%;
  }
  .slide.slide--0325.slide .btn {
    padding: 10px;
    margin-bottom: -20px;
  }

}

.footer__menu-politic.footer__menu-politic--mobil-only {
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 11px;
}
@media(max-width: 414px) {
  .footer__menu-politic.footer__menu-politic--mobil-only {
    grid-column: 1/3;
    grid-row: 3/4;
    text-align: center;
  }
}
@media(min-width: 769px) {
  .footer__menu-politic.footer__menu-politic--mobil-only {
    display: none;
  }
}
