@charset "UTF-8";
* {
  outline: none; }

#html {
  background: #fff;
  min-height: 700px; }

.page_container {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

.page_container_text {
  padding: 0 0 20px 0; }

body {
  min-width: 1200px; }

#html {
  position: relative;
  overflow: hidden; }

.clearfix {
  clear: both; }

.btn,
a.btn:link,
a.btn:visited {
  border: 2px solid #3f3a7e;
  background: #3f3a7e;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "Cormorant Infant", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 27px;
  font-weight: bold;
  border-radius: 0; }

.btn:hover,
a.btn:hover {
  text-decoration: none;
  background: #aba8c5; }

.btn:active,
a.btn:active {
  transform: translate(0, 2px); }

.btn.btn-default,
a.btn.btn-default:link,
a.btn.btn-default:visited {
  border: 0;
  background: #c0dbee;
  color: #3a7d9b;
  font-family: Akrobat, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-shadow: none;
  line-height: 38px;
  padding: 0 30px; }

.btn.btn-default:hover,
a.btn.btn-default:hover {
  text-decoration: none;
  background: #c6e3f7; }

.btn.btn-white,
a.btn.btn-white:link,
a.btn.btn-white:visited {
  background: #fff;
  color: #3f3a7e; }

.btn.btn-white:hover,
a.btn.btn-white:hover {
  background: #aba8c5;
  color: #fff; }

.btn-light,
a.btn-light:link,
a.btn-light:visited {
  border: 1px solid #ededed;
  line-height: 39px;
  color: #647078;
  text-transform: lowercase;
  font-size: 14px;
  text-align: center;
  padding: 0 14px;
  display: inline-block;
  text-decoration: none; }

.btn-light:hover,
a.btn-light:hover {
  border-color: #ef7f1b;
  color: #ef7f1b; }

.btn-black,
a.btn-black:link,
a.btn-black:visited {
  border-color: #253440;
  color: #fff;
  background: #82929d;
  background: -moz-linear-gradient(-45deg, #82929d 0%, #56626d 100%);
  background: -webkit-linear-gradient(-45deg, #82929d 0%, #56626d 100%);
  background: linear-gradient(135deg, #82929d 0%, #56626d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82929d', endColorstr='#56626d',GradientType=1 ); }

.btn-black:hover,
a.btn-black:hover {
  color: #fff;
  background: #56626d; }

#header {
  position: relative;
  z-index: 230; }

#header #header_top_menu {
  background: #e2e4e9;
  line-height: 32px; }

#header #header_top_menu > .page_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 32px; }

#header .page_container {
  height: 71px; }

#header #logo {
  position: absolute;
  left: 0;
  top: 8px; }

#header #header_phone {
  position: absolute;
  right: 0;
  top: 14px; }

#header_phone svg {
  position: absolute;
  left: -37px;
  top: 0; }

#header #header_city {
  /*position: absolute;
  left: 240px;
  top: 20px;*/ }

.phone_number {
  font-size: 29px;
  color: #363a40;
  position: relative;
  font-weight: bold;
  line-height: 1em;
  font-family: "Cormorant Infant", serif; }

.phone_description {
  color: #363a40;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  padding-right: 140px;
  opacity: .52;
  padding-top: 2px; }

.phone_number a:link,
.phone_number a:visited {
  color: #272262;
  text-decoration: none; }

.phone_number a:hover {
  color: #8976ad; }

a.callback:link,
a.callback:visited {
  text-decoration: none;
  color: #8976ad;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Akrobat, sans-serif; }

a.callback:hover {
  color: #332f60; }

#header_callback {
  position: absolute;
  right: 0;
  top: 40px; }

#main_menu {
  background: #363a40;
  height: 37px;
  margin-bottom: 6px;
  position: relative;
  z-index: 200; }

.index_page #main_menu {
  margin-bottom: 0; }

#header_search {
  position: absolute;
  top: 12px;
  left: 243px; }

#top_menu_data {
  height: 51px;
  position: relative;
  margin-bottom: 8px; }

#top_menu_container {
  width: 100%;
  height: 51px;
  line-height: 51px;
  background: #768487;
  position: absolute; }

#top_menu_container.fixed {
  position: fixed;
  left: 0;
  top: 0; }

#top_menu_container > .page_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#page-wrapper {
  min-height: 100px;
  margin-bottom: 20px; }

#footer-container {
  background: #545a62; }

#footer_top {
  background: #4a5159;
  position: relative; }

#footer_top .page_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0; }

#footer_top .page_container .footer_top_item {
  padding-right: 15px;
  margin-right: 15px;
  white-space: nowrap; }

#footer_top .page_container .footer_top_item:last-child {
  padding-right: 0;
  text-align: right; }

#footer_top .page_container .footer_top_item:nth-child(1),
#footer_top .page_container .footer_top_item:nth-child(3) {
  border-right: 1px solid #3e454d; }

#footer_top .page_container .footer_top_item:nth-child(3) {
  padding-right: 50px; }

#footer_top .page_container .footer_top_item:nth-child(3),
#footer_top .page_container .footer_top_item:nth-child(4) {
  text-align: center; }

#footer_top .page_container .footer_top_item .title {
  color: #f7f5f6;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif; }

#footer_top .footer_top_item ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#footer_top .footer_top_item ul li {
  margin: 0;
  padding: 0;
  line-height: 1em; }

#footer_top .footer_top_item ul li a:link,
#footer_top .footer_top_item ul li a:visited {
  color: #a4a6b2;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }

#footer_top .footer_top_item ul li a:hover {
  color: #fff; }

#footer_phone {
  text-align: right;
  line-height: 1em;
  margin-top: 3px; }

#footer_phone .phone_number {
  color: #fff;
  line-height: 1em;
  font-size: 22px;
  white-space: nowrap; }

#footer_phone.phone_container .phone_number a:link,
#footer_phone.phone_container .phone_number a:visited {
  color: #fff;
  text-decoration: none;
  line-height: 1em; }

#footer_phone.phone_container .phone_number a:hover {
  color: #a4a6b2; }

#footer_callback a.callback:link,
#footer_callback a.callback:visited {
  color: #fff;
  font-size: 16px;
  text-decoration: none; }

#footer_callback a.callback:hover {
  border: none;
  color: #a4a6b2; }

#footer_top .russia {
  color: #a4a6b2;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold; }

#footer_top .callback_container {
  font-size: 19px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase; }

#footer_top .callback_container a:link,
#footer_top .callback_container a:visited {
  color: #fff;
  text-decoration: none; }

#footer_top .callback_container a:hover {
  color: #a4a6b2; }

#footer {
  position: relative;
  padding-bottom: 100px; }

#footer-menu {
  padding: 10px 0 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#footer-menu .item {
  margin: 0 30px 0 0; }

#footer-menu .item .title {
  color: #ffb80f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

#footer-menu .item .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#footer-menu .item .menu ul li {
  margin: 0 0 3px 0;
  padding: 0; }

#footer-menu .item .menu ul li a:link,
#footer-menu .item .menu ul li a:visited {
  text-decoration: none;
  color: #eceff0;
  font-size: 18px; }

#footer-menu .item .menu ul li a:hover {
  color: #ffb80f; }

#development {
  position: absolute;
  bottom: 50px;
  right: 0; }

#footer_links {
  position: absolute;
  left: 0;
  bottom: 20px; }

#footer_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#footer_links ul li {
  margin: 0;
  padding: 0; }

#footer_links ul li a:link,
#footer_links ul li a:visited {
  color: #ff7407;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal; }

#footer_links ul li a:hover {
  text-decoration: none; }

#scroll_top {
  width: 59px;
  height: 59px;
  display: block;
  background: url(images/up.png) no-repeat 0 0;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
  transition: all 1s linear; }

#scroll_top.hidden {
  bottom: -59px; }

.animate {
  opacity: 0; }

#footer-sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%; }

.footer-sub-menu-item {
  float: left;
  margin-right: 28px; }

.footer-sub-menu-item .title {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 3px; }

.data-table {
  width: auto; }

.data-table td {
  padding: 5px 10px; }

.data-table input[type="text"],
.data-table input[type="password"],
.data-table select,
.data-table textarea {
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 0 10px;
  color: #1c313a;
  width: 95%;
  border-radius: 6px;
  font-size: 12px;
  height: 36px;
  line-height: 36px; }

input.input-error {
  border-color: #f00 !important; }

#footer_dummy {
  height: 40px; }

#footer_socials {
  /*position:absolute;
  bottom:70px;
  left:0;*/
  text-align: right; }

#footer_copyright {
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  color: #1b2735;
  font-family: "Cormorant Garamond", serif; }

#footer_copyright p {
  margin: 0 0 3px 0;
  padding: 0;
  color: #1b2735;
  font-size: 16px; }

#footer_socials p {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase; }

ul.sicon {
  margin: 0;
  padding: 0; }

ul.sicon li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block; }

ul.sicon li:last-child {
  margin-right: 0; }

ul.sicon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all .3s linear;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

ul.sicon li a i {
  color: #fff;
  font-size: 25px; }

ul.sicon li a:hover {
  opacity: 1;
  transform: translate(0, -3px); }

ul.sicon li a.v {
  background-color: #4a76a8; }

ul.sicon li a.o {
  background-color: #ff9c43; }

ul.sicon li a.f {
  background-color: #496194; }

ul.sicon li a.t {
  background-color: #28c3ff; }

ul.sicon li a.s {
  background-color: #28c3ff; }

ul.sicon li a.i {
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

ul.sicon li a.i i {
  margin-right: 2px; }

.write_error {
  padding: 10px 0;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  line-height: 1em; }

.write_error a:link,
.write_error a:visited {
  color: #ef7f1a;
  text-decoration: none;
  border-bottom: 1px dashed #ef7f1a;
  display: inline-block;
  padding-bottom: 2px; }

.write_error a:hover {
  border-bottom: 0; }

.slick-arrow {
  position: absolute;
  color: rgba(0, 0, 0, 0);
  width: 43px;
  height: 85px;
  top: 50%;
  margin-top: -42px;
  background: url(images/arrows.png) no-repeat 0 0;
  border: 0;
  outline: none;
  z-index: 12; }

.slick-arrow.slick-prev {
  background-position: 0 0;
  left: -54px; }

.slick-arrow.slick-prev:hover {
  background-position: 0 -85px; }

.slick-arrow.slick-next {
  background-position: -43px 0;
  right: -54px; }

.slick-arrow.slick-next:hover {
  background-position: -43px -85px; }

.slick-arrow:active {
  margin-top: -44px; }

ul.slick-dots {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center; }

ul.slick-dots:before,
ul.slick-dots:after {
  content: '';
  display: inline-block;
  height: 1px;
  vertical-align: text-top;
  background: #9ea1a8;
  width: 113px;
  margin: 3px 10px 0 10px; }

ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  list-style-type: none; }

ul.slick-dots li button {
  display: block;
  background: #fff;
  border-radius: 20px;
  width: 11px;
  height: 11px;
  color: rgba(0, 0, 0, 0);
  position: relative;
  outline: none;
  padding: 0;
  border: 1px solid #5d636a; }

ul.slick-dots li.slick-active button:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #5d636a;
  position: absolute;
  left: 1px;
  top: 1px; }

.tabs_container .slick-arrow.slick-prev {
  left: -50px; }

.tabs_container .slick-arrow.slick-next {
  right: -50px; }

.tabs_container {
  margin-bottom: 20px; }

.tabs_container ul.tabs {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(images/tab_bcg.png) #c4c6d0; }

.tabs_container ul.tabs li {
  position: relative; }

.tabs_container ul.tabs li.active {
  position: relative; }

.tabs_container ul.tabs li.active:before {
  content: '';
  display: block;
  background: url(images/tab_selected.png) no-repeat 0 0;
  width: 35px;
  height: 22px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -17px;
  z-index: 13;
  pointer-events: none; }

.tabs_container ul.tabs li.active.parent:before {
  display: none; }

.tabs_container ul.tabs li.active.parent {
  background: url(images/tab_bcg_hover.png) top; }

.tabs_container ul.tabs li a:link,
.tabs_container ul.tabs li a:visited {
  font-family: "Cormorant Garamond", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #303030;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  margin-right: 1px;
  padding: 0 13px;
  font-weight: bold; }

.tabs_container ul.tabs li a span {
  font-family: "Cormorant Infant", sans-serif; }

.tabs_container ul.tabs li a:hover {
  color: #546b71; }

.tabs_container ul.tabs li.active a:link,
.tabs_container ul.tabs li.active a:visited {
  color: #3f3a7e;
  position: relative; }

.tabs_container ul.tabs li a span {
  color: #3f3a7e; }

.tabs_container ul.tabs li.parent:hover {
  background: url(images/tab_bcg_hover.png); }

.tabs_container ul.tabs li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  list-style-type: none;
  text-align: left;
  background: url(images/tab_bcg_hover.png);
  width: 280px;
  z-index: 20;
  display: none; }

.tabs_container ul.tabs li:hover ul {
  display: block; }

.tabs_container ul.tabs li ul li {
  padding: 0;
  margin: 0; }

.tabs_container ul.tabs li ul li a:link,
.tabs_container ul.tabs li ul li a:visited {
  text-align: left;
  text-transform: none;
  color: #303030 !important;
  padding: 5px 10px;
  line-height: 1.2em; }

.tabs_container ul.tabs li ul li a:hover {
  color: #3f3a7e !important; }

.tabs_container .tabs_content_container {
  border-top: 0;
  padding: 10px 0; }

.tabs_container .tabs_content_container .tabs_content {
  display: none;
  padding: 10px 0; }

.tabs_container .tabs_content_container .tabs_content.active {
  display: block; }

.tabs_container .more {
  text-align: right;
  padding: 8px 0 0 0;
  border-top: 1px solid #ececec; }

.tabs_container .more a:link,
.tabs_container .more a:visited {
  color: #757575;
  text-decoration: none; }

/*#page-wrapper input[type="checkbox"],
#page-wrapper input[type="radio"] {
	display:none;
}

#page-wrapper input[type="checkbox"] + label,
#page-wrapper input[type="radio"] + label {
	display: block;
	position: relative;
	padding-left:29px;
	line-height:22px;
}
#page-wrapper input[type="checkbox"] + label::before,
#page-wrapper input[type="radio"] + label::before {
	content: "";
	display: block;
	height: 22px;
	width: 22px;
	margin: 0 7px 0 0;
	background: url(images/checkbox.png) no-repeat 0 0;
	position: absolute;
	left:0;
	top:0;
}
#page-wrapper input[type="checkbox"] + label::before,
#page-wrapper input[type="radio"] + label::before {
	background-position: 0 0;
}
#page-wrapper input[type="checkbox"]:checked + label::before,
#page-wrapper input[type="radio"]:checked + label::before {
	background-position: -22px 0;
}
#page-wrapper input[type="checkbox"]:disabled + label::before,
.disabled #page-wrapper input[type="checkbox"],
#page-wrapper input[type="radio"]:disabled + label::before,
.disabled #page-wrapper input[type="radio"] {
	background-position: -44px 0;
}
#page-wrapper input[type="checkbox"]:disabled + label:hover,
#page-wrapper input[type="radio"]:disabled + label:hover {
	color:#717171;
	text-decoration:none;
}
#page-wrapper input[type="checkbox"]:checked:disabled + label::before,
#page-wrapper input[type="radio"]:checked:disabled + label::before {
	background-position: -66px 0;
}*/
.box-content {
  padding: 7px; }

.index_white_bcg {
  background: #fff;
  margin: -84px 0 -44px 0;
  padding: 100px 0 30px 0; }

.label_container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 50; }

.label_container .bx_stick {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 21px;
  background: #545a62;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  font-weight: 600;
  font-family: "Cormorant Infant", serif; }

/*.label_container .bx_stick.percent { background:#ff8a00; }
.label_container .bx_stick.hit { background:#608ed3; }
.label_container .bx_stick.new { background:#33a17e; }
.label_container .bx_stick.sale { background:#e7000b; }*/
.popup-window-buttons {
  margin-top: -19px; }

.popup-window-content,
.popup-window-content-white {
  min-width: 400px; }

.popup-window-buttons .btn {
  min-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* СПИСОК КОНТЕЙНЕРОВ */
.section_item_list .section_item {
  float: left;
  padding-bottom: 37px; }

.section_item_list .section_item a.section_item_container:link,
.section_item_list .section_item a.section_item_container:visited {
  display: block;
  width: 182px;
  border: 4px solid #fff;
  box-shadow: 0 1px 3px rgba(18, 60, 88, 0.31);
  color: #495863;
  text-decoration: none;
  font-size: 18px;
  font-family: Akrobat, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  text-transform: uppercase;
  transition: all .3s linear;
  position: relative;
  margin: 0 auto; }

.section_item_list .section_item a.section_item_container:after {
  content: '';
  display: block;
  width: 100%;
  background: url(images/section_shadow.png) no-repeat center top;
  height: 37px;
  position: absolute;
  bottom: -41px;
  left: 0; }

.section_item_list .section_item a.section_item_container:hover {
  color: #ff5db3;
  transform: translate(0, -3px); }

.section_item_list .section_item a.section_item_container span {
  display: block; }

.section_item_list .section_item a.section_item_container span.title {
  height: 50px;
  overflow: hidden;
  line-height: 1em;
  padding: 3px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.section_item_list .section_item a.section_item_container span.count {
  line-height: 34px;
  color: #4281ad;
  background: url(images/pattern_white.png);
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px; }

.section_item_list .section_item a.section_item_container span.image {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat; }

/* СПИСОК ТОВАРОВ ДЛЯ СЛАЙДЕРА */
.catalog_list_block .bx_catalog_item {
  position: relative;
  width: calc(100% / 3);
  margin: 0 0 50px 0;
  float: left; }

.catalog_list_block.is_slider .bx_catalog_item {
  width: 400px;
  margin-bottom: 0; }

.catalog_list_block.not_slider {
  /*margin:0 18px 0 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }

.designer_choise_container {
  margin: 10px 0 0 0; }

.designer_choise_container a:link,
.designer_choise_container a:visited {
  display: inline-block;
  border: 2px solid #9591c0;
  line-height: 35px;
  text-align: center;
  min-width: 203px;
  color: #3f3a7e;
  font-family: "Cormorant Garamond", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold; }

.designer_choise_container a:hover {
  color: #fff;
  background-color: #9591c0; }

.catalog_list_block .bx_catalog_item .product_wrapper {
  transition: box-shadow .3s linear;
  padding: 0 15px;
  position: relative;
  height: 100%;
  z-index: 9; }

.catalog_list_block .bx_catalog_item:hover .product_wrapper {
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.catalog_list_block .bx_catalog_item .product_wrapper .product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  padding: 15px 0; }

.catalog_list_block .bx_catalog_item .product_wrapper .product_content .left_part {
  position: relative;
  width: 100%;
  overflow: hidden; }

.catalog_list_block .bx_catalog_item .product_wrapper .product_content .left_part a.full_link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 72%;
  top: 27px; }

.catalog_list_block .bx_catalog_item .product_content .middle_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.catalog_list_block .bx_catalog_item .product_content .middle_part .image_container {
  width: 370px;
  transition: all .3s linear; }

.catalog_list_block .bx_catalog_item .product_content .middle_part .image_container img {
  max-width: 100%;
  max-height: 100%; }

.catalog_list_block .bx_catalog_item:hover .product_content .middle_part .image_container {
  width: 140px;
  margin-right: 10px; }

.catalog_list_block .bx_catalog_item .product_content .middle_part .right_part {
  width: 220px;
  margin-right: -220px; }

.catalog_list_block .bx_catalog_item .item_sklad_container {
  border-top: 1px solid #d4d4d4;
  border-bottom: 0;
  margin: 12px 0 0 0;
  padding: 3px 0 0 0; }

.catalog_list_block .bx_catalog_item .bottom_popup_container {
  transform: translate(0, 80px);
  transition: all .3s linear;
  position: relative;
  z-index: 6; }

.catalog_list_block .bx_catalog_item:hover .bottom_popup_container {
  margin-bottom: 0;
  transform: translate(0, 0); }

.catalog_list_block .favorite_container {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0;
  z-index: 5; }

.catalog_list_block .bx_catalog_item:hover .favorite_container {
  opacity: 1; }

a.favorite_btn {
  display: inline-block;
  background: url(images/favorite.png) no-repeat 0 0;
  width: 24px;
  height: 24px; }

a.favorite_btn.active,
a.favorite_btn:hover {
  background-position: 0 -24px; }

.catalog_list_block .bx_catalog_item_container {
  background: #fff;
  margin: 0 auto;
  transition: all .3s linear;
  height: 490px; }

.bx_catalog_item_articul {
  color: #545a62;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.catalog_list_block .product_type,
.catalog_list_block .product_brand {
  font-family: "Cormorant Infant", serif;
  color: #949494;
  font-size: 20px;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px; }

.catalog_list_block .product_type {
  font-size: 18px; }

.catalog_list_block .bx_catalog_item_title {
  text-align: center;
  height: 63px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.4em;
  padding: 10px 0; }

.catalog_list_block .bx_catalog_item_title a:link,
.catalog_list_block .bx_catalog_item_title a:visited {
  color: #454b53;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase; }

.bx_catalog_item_price .bx_price {
  color: #454b53;
  font-family: "Cormorant Infant", sans-serif;
  font-weight: bold;
  text-transform: none;
  text-align: center; }

.bx_catalog_item_price span {
  text-align: center;
  font-size: 36px;
  white-space: nowrap; }

.bx_catalog_item_price span span {
  font-weight: normal;
  color: #6b6b6b; }

.bx_catalog_item_price span span.brands_no_price {
  font-weight: normal;
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.bx_catalog_item_price .old_price {
  text-align: center;
  color: #808080;
  height: 23px; }

.bx_catalog_item_price .old_price span {
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-decoration: line-through; }

.catalog_list_block .bx_catalog_item_controls {
  padding: 7px 16px;
  text-align: left; }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
  width: 100%;
  white-space: nowrap;
  text-align: center; }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
  color: #3f3f3f;
  font-size: 13px; }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #E4E4E4;
  background: #F3F3F3;
  white-space: normal;
  line-height: normal;
  padding: 5px 15px; }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:link,
.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  height: 28px;
  padding: 0 17px;
  text-align: center;
  border-bottom: 4px solid #768d20;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
  background: #b3cb00;
  background: -moz-linear-gradient(-45deg, #b3cb00 0%, #85ab00 100%);
  background: -webkit-linear-gradient(-45deg, #b3cb00 0%, #85ab00 100%);
  background: linear-gradient(135deg, #b3cb00 0%, #85ab00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3cb00', endColorstr='#85ab00',GradientType=1 ); }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:after {
  content: '';
  background: url(images/in_cart.png) no-repeat 0 0;
  width: 22px;
  height: 19px;
  vertical-align: text-bottom;
  margin-left: 5px;
  display: inline-block; }

.catalog_list_block .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:hover {
  background: #b3cb00; }

.catalog_list_block .bx_catalog_item_controls input[type=text] {
  border: none; }

.bx-touch .catalog_list_block .bx_catalog_item_controls,
.catalog_list_block .bx_catalog_item:hover .bx_catalog_item_controls {
  opacity: 1; }

.catalog_list_block .bx_cnt_desc {
  text-align: left;
  position: absolute;
  right: -45px;
  top: 2px;
  width: 40px; }

.item_description {
  position: relative;
  overflow: hidden; }

.item_description:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  pointer-events: none; }

.item_description .readmore {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20; }

.item_description .readmore a:link,
.item_description .readmore a:visited {
  text-decoration: none;
  color: #615cad;
  font-weight: bold; }

.item_description .readmore a:active {
  text-decoration: underline; }

.item_sklad_container {
  border-bottom: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 3px;
  font-size: 17px;
  color: #a0a0a0;
  margin-bottom: 15px; }

.item_sklad_container span {
  color: #545a62;
  font-weight: bold; }

.catalog_list_block .bx_catalog_item_images {
  z-index: 91;
  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;
  height: 214px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat; }

.catalog_list_block .item_description {
  height: 100px; }

.basket_btn_icon {
  display: inline-block;
  background: url(images/in_cart_icon.png) no-repeat 0 0;
  width: 29px;
  height: 29px; }

ul.action_buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }

ul.action_buttons li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle; }

ul.action_buttons li a:link,
ul.action_buttons li a:visited {
  display: inline-block;
  background: #3f3a7e;
  position: relative;
  line-height: 31px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 30px;
  font-size: 22px;
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  white-space: nowrap; }

ul.action_buttons li a:hover {
  background: #615cad; }

ul.action_buttons li a:active {
  transform: translate(0, 2px); }

/*ul.action_buttons li a.favorite_btn { background-position: 0 0; }
ul.action_buttons li a.favorite_btn:hover,
ul.action_buttons li a.favorite_btn.active { background-position: 0 -46px; }

ul.action_buttons li a.compare_btn { background-position: -45px 0; }
ul.action_buttons li a.compare_btn:hover,
ul.action_buttons li a.compare_btn.active { background-position: -45px -46px; }

ul.action_buttons li a.basket_btn { background-position: -90px 0; }
ul.action_buttons li a.basket_btn:hover,
ul.action_buttons li a.basket_btn.active { background-position: -90px -46px; }
ul.action_buttons li a.btn:link,
ul.action_buttons li a.btn:visited {
	width:auto;
	height:39px;
	background: url(images/btn.png) no-repeat center bottom #ff5eb5;
}

ul.action_buttons li a span {
	display: inline-block;
	text-align: center;
	background: rgba(230,19,131,.7);
	color: #fff;
	width:19px;
	line-height:19px;
	font-size: 11px;
	border-radius:20px;
	position: absolute;
	top:-1px;
	right:-1px;
}
ul.action_buttons li.sum {
	color: #1f5d88;
	font-family:Akrobat, sans-serif;
	font-weight:bold;
	font-size:18px
}*/
.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background-color: transparent; }

#floated_block {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -188px; }

#additional_info {
  background: #ec3031;
  color: #fff;
  /*#additional_info {
    background: #fff;
    color: #3f3a7e;

    a {
      color: #3f3a7e;
    }
  }*/ }
  @media screen and (max-width: 1024px) {
    #additional_info {
      display: block !important;
      line-height: 1.2em; } }
  #additional_info .page_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    font-weight: 600;
    /*color: #545a62;*/
    color: #fff;
    line-height: 39px;
    height: 39px;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      #additional_info .page_container {
        display: block;
        line-height: 1.4em;
        height: auto;
        text-align: center;
        padding: 5px 10px;
        font-size: 14px; } }
  #additional_info a {
    color: #fff;
    text-decoration: none; }
    #additional_info a.more:link, #additional_info a.more:visited {
      /*color: #272262;*/
      color: #fff;
      text-decoration: none;
      /*border-bottom: 1px dashed #272262;*/ }
    #additional_info a.more:hover {
      border-bottom: 0; }

#additional_info a.close_additional:link {
  text-decoration: none;
  font-size: 46px;
  color: #726f90;
  display: inline-block;
  line-height: .6em;
  font-weight: bold; }

#additional_info a.close_additional:hover {
  color: #332f60; }

.icon_question_container {
  position: relative;
  display: inline-block;
  width: 13px;
  top: -5px;
  padding: 10px; }

.icon_question_container.hidden {
  display: none; }

.icon_question_container .icon_question {
  display: inline-block;
  background: #c3c0e1;
  color: #fff;
  text-align: center;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  line-height: 13px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal; }

.icon_question:hover {
  background: #3f3a7e; }

.icon_question_container .popup_container {
  position: absolute;
  padding: 15px;
  border: 2px solid #aba8c5;
  background: #fff;
  bottom: 33px;
  left: 34px;
  font-size: 15px;
  line-height: 1em;
  z-index: 20;
  font-family: Akrobat, sans-serif;
  white-space: nowrap;
  color: #6b6b6b;
  transition: all .3s linear;
  opacity: 0;
  pointer-events: none;
  text-align: left; }

.icon_question_container:hover .popup_container {
  opacity: 1;
  pointer-events: inherit; }

.icon_question_container .popup_container:before {
  content: '';
  display: block;
  position: absolute;
  background: url(images/question_hvost.png) no-repeat 0 0;
  width: 47px;
  height: 27px;
  bottom: -22px;
  left: -22px; }

.icon_question_container.question_left_bottom .popup_container {
  bottom: auto;
  left: auto;
  top: 33px;
  right: 34px; }

.icon_question_container.question_left_bottom .popup_container:before {
  transform: rotate(180deg);
  left: auto;
  right: -22px;
  bottom: auto;
  top: -22px; }

.spoiler_container {
  height: 150px;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px; }

.spoiler_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 89%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  pointer-events: none; }

.spoiler_container .spoiler_button {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20; }

.spoiler_container .spoiler_button a:link,
.spoiler_container .spoiler_button a:visited {
  text-decoration: none; }

.spoiler_container .spoiler_button a:hover {
  text-decoration: underline; }

.spoiler_container.opened:after {
  display: none; }

.info_element_list {
  padding: 0; }

.info_element_list .info_element_container .name {
  margin: 10px 0; }

.info_element_list .info_element_container .name a {
  font-family: "Cormorant Garamond", sans-serif;
  color: #303030;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold; }

.info_element_list .info_element_container .name a:hover,
.info_element_list .info_element_container.active .name a {
  color: #615cad; }

.info_element_list .info_element_container .name a:before {
  content: '';
  display: inline-block;
  background: url(images/info_element_list_arrow.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  transition: transform .3s linear; }

.info_element_list .info_element_container .name a:hover:before {
  background-position: 0 -19px; }

.info_element_list .info_element_container.active .name a:before {
  transform: rotate(90deg);
  background-position: 0 -19px; }

.info_element_list .info_element_container .text {
  display: none;
  margin: 10px 0; }

.profile-table input[type="radio"],
.privancy_container input[type="checkbox"] {
  display: none; }

.profile-table input[type="radio"] + label,
.privancy_container input[type="checkbox"] + label {
  position: relative; }

.profile-table input[type="radio"] + label:before,
.privancy_container input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  background: url(images/privancy_chekbox.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  vertical-align: bottom;
  margin: 0 5px 0 0; }

.profile-table input[type="radio"]:checked + label:before,
.privancy_container input[type="checkbox"]:checked + label:before {
  background-position: -12px 0; }

.popup-window-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.not_nalichie {
  display: block;
  line-height: 90px;
  font-size: 23px !important; }

#footer-logo {
  display: none;
  text-align: center;
  padding: 10px; }

.stars_container {
  height: 20px;
  width: 115px;
  background: url(/upload/star.png) repeat-x 0 0;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.stars_container .current {
  height: 20px;
  background: url(/upload/star.png) repeat-x 0 -20px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .3s linear;
  z-index: 5; }

.stars_container a {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.profile-table {
  border-collapse: collapse; }

.profile-table tr td {
  font-size: 24px;
  font-weight: 300;
  color: #546b71;
  position: relative;
  padding: 0 0 10px 0; }

.profile-table tr td .privancy_container {
  font-size: 12px;
  text-align: left; }

.profile-table tr td:first-child {
  text-align: right;
  padding-right: 10px;
  width: 100px;
  white-space: nowrap; }

.profile-table input[type="text"],
.profile-table textarea,
.profile-table select {
  border: 0;
  border-bottom: 1px solid #b7b9bf;
  color: #546b71;
  font-size: 24px;
  font-weight: 300;
  border-radius: 0;
  line-height: 38px;
  padding-left: 25px; }

.profile-table input[type="password"] {
  border: 1px solid #b7b9bf;
  border-radius: 0;
  color: #546b71;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px; }

.profile-table tr td svg {
  position: absolute;
  left: 0;
  top: 10px; }

.profile-table input[type="radio"] {
  display: none; }

.profile-table input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 10px; }

.profile-table input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  background: url(images/checkbox.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.profile-table input[type="radio"]:checked + label:before {
  background-position: -19px 0; }

.full_width {
  width: 100vw;
  margin-left: calc((100vw - 1200px) / 2 * -1); }

.mobile_city a:link, .mobile_city a:visited {
  font-size: 16px;
  color: #8b8e93;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  display: block;
  padding-left: 29px;
  position: relative; }
  .mobile_city a:link:before, .mobile_city a:visited:before {
    content: '';
    display: inline-block;
    background: url(images/header_loc.svg);
    width: 19px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 8px; }
  .mobile_city a:link:after, .mobile_city a:visited:after {
    content: '';
    display: inline-block;
    background: url(images/header_loc_galca.svg);
    width: 9px;
    height: 5px;
    vertical-align: middle;
    margin-left: 5px; }

.ms-ctn {
  position: relative;
  padding: 0 143px 0 10px !important;
  height: auto !important; }

.item_all_sklad {
  margin-bottom: 20px;
  font-family: Akrobat, sans-serif; }
  .item_all_sklad__item {
    font-size: 17px; }
    .item_all_sklad__item .name {
      color: #a0a0a0; }
    .item_all_sklad__item .value {
      color: #545a62;
      font-weight: bold; }

.bx_catalog_list_line .item_all_sklad {
  float: right;
  width: 50%; }

.catalog_list_block .item_all_sklad {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.roistat-lh-pulsator-phone {
  bottom: 20% !important; }

a.download_btn {
  background: url(images/svg/download.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px; }

.slider_items_container.slider_items_container_v2 .bx_catalog_item:first-child:before, .slider_items_container.slider_items_container_v2 .bx_catalog_item:nth-child(4n+1):before {
  display: none; }

.catalog_list_block.not_slider .bx_catalog_item:first-child:before,
.catalog_list_block.not_slider .bx_catalog_item:nth-child(3n + 1):before {
  display: none; }

.bx_catalog_list_slider.catalog_list_block.not_slider .bx_catalog_item {
  position: relative; }
  .bx_catalog_list_slider.catalog_list_block.not_slider .bx_catalog_item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -10px;
    left: 0;
    background: #b7b9bf; }

.ajax_load_btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 999px) {
    .ajax_load_btn {
      margin-bottom: 20px; } }
  .ajax_load_btn:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: #f0f0f0;
    left: 0;
    top: 50%;
    margin-top: -1px; }
  .ajax_load_btn .ajax_load_btn__more {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    position: relative;
    color: #535353;
    font-size: 18px; }
    .ajax_load_btn .ajax_load_btn__more span {
      display: inline-block;
      vertical-align: middle; }
      .ajax_load_btn .ajax_load_btn__more span.icon {
        margin-right: 5px;
        transition: all .3s linear;
        background: url(images/svg/loading_arrows.svg) no-repeat center center;
        background-size: contain;
        width: 19px;
        height: 19px; }
    .ajax_load_btn .ajax_load_btn__more i {
      color: #b2b2b2;
      font-style: normal; }
  .ajax_load_btn:hover .ajax_load_btn__more {
    color: #c53d3d; }
    .ajax_load_btn:hover .ajax_load_btn__more span.icon {
      transform: rotate(180deg); }
  .ajax_load_btn.loading:hover, .ajax_load_btn.loading {
    cursor: initial; }
    .ajax_load_btn.loading:hover .ajax_load_btn__more, .ajax_load_btn.loading .ajax_load_btn__more {
      color: #8b8b8b; }
      .ajax_load_btn.loading:hover .ajax_load_btn__more span.icon, .ajax_load_btn.loading .ajax_load_btn__more span.icon {
        animation: rotate .3s linear infinite;
        transform: rotate(180deg); }
  .ajax_load_btn__nav {
    text-align: center;
    padding: 10px 0 0 0; }
    .ajax_load_btn__nav a {
      text-decoration: none;
      display: inline-block;
      padding: 0 2px;
      margin: 0 3px;
      color: #535353;
      line-height: 1.3em; }
      .ajax_load_btn__nav a:hover {
        text-decoration: none;
        color: #332f60; }
      .ajax_load_btn__nav a.home {
        color: #b2b2b2; }
      .ajax_load_btn__nav a.num.current {
        color: #332f60;
        font-weight: bold; }

@keyframes rotate {
  from {
    transform: rotate(360deg); } }
.page_ankore {
  padding: 20px 0 40px 0;
  width: 100%; }
  .page_ankore__container {
    text-align: center;
    position: relative; }
    .page_ankore__container:before {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      pointer-events: none;
      background-color: #b7b9bf; }
    .page_ankore__container .num {
      font-weight: bold;
      color: #838383;
      font-size: 16px;
      background: #fff;
      display: inline-block;
      padding: 0 20px;
      position: relative; }

#footer_socials_mobile {
  display: none; }

/*# sourceMappingURL=template_styles.css.map */
