

/* Start:/local/templates/main/css/reset.css?1701579054808*/
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* End */


/* Start:/local/templates/main/css/header.css?17116377366800*/
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 51;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.m-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.m-header__top {
  height: 60px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-header__left {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-header__right {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-header__bot {
  background: #F4EDE8;
}

.m-header__box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-header__search {
  width: 280px;
}

.m-header__logo {
  margin-right: 30px;
  padding: 0;
}

.m-header__phone * {
  font-size: 20px;
  font-weight: bold;
  display: inline;
  color: #B77F41;
  text-decoration: none;
  white-space: nowrap;
}

.m-header__phone strong {
  font-size: inherit !important;
  color: inherit !important;
}
.m-header__right .m-header__phone a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.m-header__button {
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.m-header__button_brown {
  background: #F4EDE8;
  color: #B77F41;
}

.m-header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.m-header__feed-toggle {
  display: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #F4EDE8;
  color: #B77F41;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.m-header__feed {
  position: relative;
  width: 200px;
}

@media all and (max-width: 1024px) {
  .m-header__menu {
    display: none;
  }
  .m-header__button {
    padding: 0 10px;
  }
  .m-header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-header__logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }
  .m-header__logo img {
    display: block;
    width: 120px;
    height: auto;
  }
  .m-header__feed-toggle {
    display: block;
  }
  .m-header__feed-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .m-header__left {
    padding: 0 0 0 130px;
  }
  .m-header__search {
    width: 240px;
  }
  .m-header__phone {
    padding-left: 10px;
  }
  .m-header__phone * {
    font-size: 16px;
  }
  .m-header__right {
    padding: 0px 50px 0 0;
  }
}

@media all and (max-width: 768px) {
  .m-header__search {
    display: none;
  }
  .m-header__left {
    width: 0;
    padding: 0;
  }
  .m-header__right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 44px 0 0;
  }
  .m-header__feed {
    position: absolute;
    bottom: 6px;
    right: 60px;
  }
  .m-header__feed-toggle {
    background: none;
    line-height: normal;
    height: auto;
    text-align: right;
    padding: 0 15px 0 0;
  }
}

@media all and (max-width: 480px) {
  .m-header__phone * {
    font-size: 14px;
  }
  .m-header__feed-toggle {
    font-size: 11px;
    bottom: 10px;
  }
  .m-header__right {
    padding: 12px 44px 0 0;
  }
}

.main-menu a,
.main-menu a:visited {
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  padding: 32px 13px;
  min-width: 80px;
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.main-menu a:hover,
.main-menu a:visited:hover {
  background: #B77F41;
  color: #fff;
}

.main-menu__box {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 1100px) {
  .main-menu a {
    font-size: 14px;
  }
}

.m-search {
  margin: 0 40px 0 0;
}

.m-search_no-margin {
  margin: 0;
}

.m-search__row {
  position: relative;
}

.m-search input {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 38px;
  padding: 0 40px 0 20px;
  background: #FFFFFF;
  border: 1px solid rgba(206, 169, 127, 0.5);
  color: #B77F41;
}

.m-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  border: 0;
  background: none;
  z-index: 5;
}

.m-search i {
  display: block;
  width: 19px;
  height: 18px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE4Ij48cGF0aCBmaWxsPSIjQjc3RjQxIiBkPSJNMTguODQxIDE2LjgzbC01LjI1Mi01LjIzYTcuMDY5IDcuMDY5IDAgMDAxLjU5Ni00LjQ3NUMxNS4xODUgMy4xOTYgMTEuOTc1IDAgOC4wMjggMCA0LjA4MiAwIC44NzIgMy4xOTYuODcyIDcuMTI1czMuMjEgNy4xMjUgNy4xNTYgNy4xMjVhNy4xNCA3LjE0IDAgMDA0LjQ5Ni0xLjU4OWw1LjI1MiA1LjIzYS4zNzguMzc4IDAgMDAuNTMyIDBsLjUzMy0uNTMxYS4zNzQuMzc0IDAgMDAwLS41M3pNOC4wMjggMTIuNzVjLTMuMTE1IDAtNS42NS0yLjUyMy01LjY1LTUuNjI1UzQuOTE0IDEuNSA4LjAyOSAxLjVjMy4xMTYgMCA1LjY1IDIuNTIzIDUuNjUgNS42MjVzLTIuNTM0IDUuNjI1LTUuNjUgNS42MjV6Ii8+PC9zdmc+") 50% 50% no-repeat;
}

@media all and (max-width: 1024px) {
  .m-search {
    margin: 0 20px 0 0;
    /* 		input{
			display: none;
			border:0;
			padding:0 32px 0 8px;
		}
		button{
			//display: none;
			right: 32px;
			background: none;
			width:32px;
			height:32px;
			border-radius: 3px;
		}
		&__toggle{
			display: block;
		}
		&__row{
			padding:0 22px 0 0;
		} */
  }
  .m-search_no-margin {
    margin: 0;
  }
}

/* End */


/* Start:/local/templates/main/css/footer.css?170157905414025*/
.social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.social-footer__item {
  margin: 0 5px;
}

.social-footer__link {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(183, 127, 65, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.social-footer__link:hover {
  background: #b77f41;
}

.social-footer__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
}

.social-footer__link_vk:before {
  width: 26px;
  height: 15px;
  margin: -7px 0 0 -14px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAxNSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wMjYgMTQuNzg5aDEuNDk2cy40NTItLjA0OC42ODYtLjNjLjIxOC0uMjM2LjIwMy0uNjYyLjIwMy0uNjYycy0uMDMyLTIuMDMzLjkwMy0yLjMzMmMuOTItLjMgMi4xMDQgMS45NyAzLjM1IDIuODM3Ljk1MS42NjEgMS42NjguNTIgMS42NjguNTJsMy4zNS0uMDQ4czEuNzQ2LS4xMS45Mi0xLjQ5N2MtLjA2My0uMTEtLjQ4My0xLjAyNC0yLjQ5NC0yLjkxNi0yLjEwMy0xLjk3LTEuODIzLTEuNjU0LjcxNy01LjA1OSAxLjU0My0yLjA4IDIuMTUtMy4zNDEgMS45NjQtMy44OTMtLjE4Ny0uNTItMS4zMS0uMzc4LTEuMzEtLjM3OGwtMy43Ny4wMzJzLS4yOC0uMDMyLS40ODMuMDk0Yy0uMjAzLjEyNi0uMzI4LjQxLS4zMjguNDFzLS41OTIgMS42MDgtMS4zODYgMi45NzljLTEuNjg0IDIuODg0LTIuMzU0IDMuMDQyLTIuNjE5IDIuODUyLS42MzgtLjQxLS40ODItMS42Ny0uNDgyLTIuNTY5IDAtMi43OS40Mi0zLjk1NS0uODEtNC4yNTUtLjQwNi0uMDk0LS43MTgtLjE3My0xLjc2Mi0uMTczLTEuMzQtLjAxNi0yLjQ3NyAwLTMuMTMyLjMzLS40MzYuMjA2LS43NjQuNjk0LS41Ni43MS4yNDguMDMxLjgxLjE1OCAxLjEwNS41NjcuMzkuNTM2LjM3NCAxLjcxOC4zNzQgMS43MThzLjIxOSAzLjI5NC0uNTE0IDMuNzA0Yy0uNTE0LjI4NC0xLjItLjMtMi42OTYtMi45MTYtLjc2My0xLjM0LTEuMzQtMi44Mi0xLjM0LTIuODJzLS4xMDktLjI4NS0uMzExLS40MjZjLS4yMzQtLjE3NC0uNTc3LS4yMzctLjU3Ny0uMjM3bC0zLjU4NC4wMTZzLS41NDYuMDE2LS43MzMuMjUyYy0uMTcxLjIwNS0uMDE1LjY0Ni0uMDE1LjY0NlMzLjY2IDguNjEgNi44NCAxMS45NTJjMi44ODMgMy4wNDEgNi4xODYgMi44MzcgNi4xODYgMi44Mzd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") 50% 50% no-repeat;
}

.social-footer__link_fb:before {
  width: 13px;
  height: 25px;
  margin: -12px 0 0 -6px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAyNSI+PHBhdGggZD0iTTguNTM5IDI0LjU5NXYtMTEuMDhoMy42NzdsLjU0Ni00LjMxOEg4LjUzOVY2LjQ0YzAtMS4yNDUuMzQzLTIuMDk2IDIuMTE5LTIuMDk2aDIuMjZWLjQ4MmMtLjM5LS4wNDctMS43My0uMTczLTMuMjg4LS4xNzMtMy4yNTcgMC01LjQ4NiAyLjAxNy01LjQ4NiA1LjcwNXYzLjE4M0guNDM2djQuMzE5aDMuNjkzdjExLjA4aDQuNDF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") 50% 50% no-repeat;
}

.social-footer__link_ok:before {
  width: 13px;
  height: 23px;
  margin: -11px 0 0 -6px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAyMyI+PHBhdGggZD0iTTYuNDMgMTEuNDgzYzMuMDcyIDAgNS41NjYtMi41MjIgNS41NjYtNS42MjggMC0zLjEwNi0yLjQ5NC01LjYyOS01LjU2NS01LjYyOVMuODY1IDIuNzUuODY1IDUuODU1YzAgMy4xMjIgMi40OTUgNS42MjggNS41NjYgNS42Mjh6bTAtNy45NDZjMS4yNjMgMCAyLjMwOCAxLjA0IDIuMzA4IDIuMzM0IDAgMS4yNzctMS4wMyAyLjMzMy0yLjMwNyAyLjMzMy0xLjI2MyAwLTIuMzA4LTEuMDQtMi4zMDgtMi4zMzNhMi4zMTUgMi4zMTUgMCAwMTIuMzA4LTIuMzM0ek04LjY3NCAxNi4wNzJjMS4xMzgtLjI2OCAyLjIzLS43MSAzLjIyNy0xLjM1NmExLjY1MiAxLjY1MiAwIDAwLjUxNS0yLjI3IDEuNjEyIDEuNjEyIDAgMDAtMi4yNDUtLjUyIDYuOTc4IDYuOTc4IDAgMDEtNy40ODMgMCAxLjYxMiAxLjYxMiAwIDAwLTIuMjQ1LjUyIDEuNjUyIDEuNjUyIDAgMDAuNTE1IDIuMjdjLjk5OC42MyAyLjEwNCAxLjA4OCAzLjIyNyAxLjM1NmwtMy4xMTggMy4xNTNhMS42NiAxLjY2IDAgMDAwIDIuMzM0Yy4zMTIuMzE1LjczMy40ODggMS4xNTQuNDg4LjQyIDAgLjg0MS0uMTU3IDEuMTUzLS40ODhsMy4wNTYtMy4wOSAzLjA1NSAzLjA5Yy42NC42NDYgMS42NjguNjQ2IDIuMzA3IDBhMS42NiAxLjY2IDAgMDAwLTIuMzM0bC0zLjExOC0zLjE1M3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% 50% no-repeat;
}

.social-footer__link_inst:before {
  width: 21px;
  height: 22px;
  margin: -10px 0 0 -11px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMiI+PHBhdGggZD0iTTEwLjc3NSAyLjU4NGMyLjcxMiAwIDMuMDI0LjAxNiA0LjA5OS4wNjMuOTgyLjA0OCAxLjUyNy4yMDUgMS44ODUuMzQ3LjQ2OC4xOS44MS40MSAxLjE3Ljc3Mi4zNTguMzYzLjU3Ni42OTQuNzYzIDEuMTgyLjE0LjM2My4zMTEuODk5LjM0MyAxLjkwNy4wNDYgMS4wODguMDYyIDEuNDAzLjA2MiA0LjE0NSAwIDIuNzQzLS4wMTYgMy4wNTgtLjA2MyA0LjE0NS0uMDQ2Ljk5My0uMjAyIDEuNTQ1LS4zNDIgMS45MDctLjE4Ny40NzMtLjQwNS44Mi0uNzY0IDEuMTgyYTMuMTA1IDMuMTA1IDAgMDEtMS4xNjkuNzczYy0uMzU4LjE0MS0uODg4LjMxNS0xLjg4NS4zNDYtMS4wNzUuMDQ4LTEuMzg3LjA2My00LjA5OS4wNjMtMi43MTEgMC0zLjAyMy0uMDE1LTQuMDk4LS4wNjMtLjk4Mi0uMDQ3LTEuNTI3LS4yMDUtMS44ODUtLjM0Ni0uNDY4LS4xOS0uODEtLjQxLTEuMTctLjc3M2EzLjE0NyAzLjE0NyAwIDAxLS43NjMtMS4xODJjLS4xNC0uMzYyLS4zMTEtLjg5OC0uMzQzLTEuOTA3LS4wNDYtMS4wODctLjA2Mi0xLjQwMi0uMDYyLTQuMTQ1IDAtMi43NDIuMDE2LTMuMDU3LjA2Mi00LjE0NS4wNDctLjk5My4yMDMtMS41NDQuMzQzLTEuOTA3LjE4Ny0uNDczLjQwNS0uODIuNzY0LTEuMTgyYTMuMTA2IDMuMTA2IDAgMDExLjE2OS0uNzcyYy4zNTgtLjE0Mi44ODgtLjMxNSAxLjg4NS0uMzQ3IDEuMDYtLjA0NyAxLjM4Ny0uMDYzIDQuMDk4LS4wNjN6bTAtMS44NDRjLTIuNzU4IDAtMy4xLjAxNi00LjE3Ni4wNjMtMS4wNzUuMDQ4LTEuODIzLjIyLTIuNDYyLjQ3M2E1LjAxIDUuMDEgMCAwMC0xLjc5MiAxLjE4MiA1LjA3OSA1LjA3OSAwIDAwLTEuMTY5IDEuODEzQy45MjcgNC45MTcuNzU2IDUuNjczLjcxIDYuNzYuNjYyIDcuODQ4LjY0NiA4LjIxLjY0NiAxMC45ODVjMCAyLjc5LjAxNiAzLjEzNi4wNjMgNC4yMjMuMDQ3IDEuMDg4LjIxOCAxLjg0NC40NjcgMi40OWE1LjA3OCA1LjA3OCAwIDAwMS4xNjkgMS44MTMgNS4wMSA1LjAxIDAgMDAxLjc5MiAxLjE4MmMuNjM5LjI1MiAxLjM4Ny40MjUgMi40NjIuNDczIDEuMDc1LjA0NyAxLjQzNC4wNjMgNC4xNzYuMDYzIDIuNzQzIDAgMy4xMDEtLjAxNiA0LjE3Ny0uMDYzIDEuMDc1LS4wNDcgMS44MjMtLjIyIDIuNDYyLS40NzNhNS4wMTEgNS4wMTEgMCAwMDEuNzkyLTEuMTgyIDUuMDggNS4wOCAwIDAwMS4xNjktMS44MTNjLjI0OS0uNjQ2LjQyLTEuNDAyLjQ2Ny0yLjQ5LjA0Ny0xLjA4Ny4wNjMtMS40NS4wNjMtNC4yMjMgMC0yLjc3NC0uMDE2LTMuMTM3LS4wNjMtNC4yMjQtLjA0Ny0xLjA4OC0uMjE4LTEuODQ0LS40NjctMi40OWE1LjA4IDUuMDggMCAwMC0xLjE3LTEuODEzIDUuMDEgNS4wMSAwIDAwLTEuNzkxLTEuMTgyYy0uNjM5LS4yNTItMS4zODctLjQyNS0yLjQ2Mi0uNDczQzEzLjg3Ny43NTYgMTMuNTE4Ljc0IDEwLjc3NS43NHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNzc3IDUuNzM2QzcuODk0IDUuNzM2IDUuNTcyIDguMSA1LjU3MiAxMWMwIDIuOSAyLjMzOCA1LjI2NCA1LjIwNSA1LjI2NFMxNS45ODIgMTMuOSAxNS45ODIgMTFjMC0yLjktMi4zMzgtNS4yNjQtNS4yMDUtNS4yNjR6bTAgOC42ODRjLTEuODcgMC0zLjM4Mi0xLjUyOC0zLjM4Mi0zLjQyIDAtMS44OSAxLjUxMi0zLjQyIDMuMzgyLTMuNDJzMy4zODIgMS41MyAzLjM4MiAzLjQyYzAgMS44OTItMS41MTIgMy40Mi0zLjM4MiAzLjQyek0xNi4xODQgNi43NDVjLjY3MSAwIDEuMjE2LS41NSAxLjIxNi0xLjIzIDAtLjY3OC0uNTQ0LTEuMjI5LTEuMjE2LTEuMjI5LS42NzEgMC0xLjIxNS41NS0xLjIxNSAxLjIzIDAgLjY3OC41NDQgMS4yMjkgMS4yMTUgMS4yMjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") 50% 50% no-repeat;
}

@media all and (max-width: 768px) {
  .social-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .social-footer__item {
    margin: 0 25px 0 0;
  }
}

.footer {
  position: relative;
  color: #B77F41;
  font-size: 16px;
  line-height: 30px;
}

.footer footer {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.footer a {
  color: inherit;
}

.footer__top {
  position: relative;
  background: #F9F6F4;
  padding: 40px 0;
  z-index: 5;
}

.footer__bottom {
  position: relative;
  background: #F2F5F4;
  z-index: 5;
}

.footer__flower {
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.footer__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__col {
  margin: 0 15px;
  padding: 10px 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__col:last-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
  max-width: 300px;
}

.footer__title {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  border-bottom: 1px solid rgba(217, 183, 133, 0.4);
}

.footer__text {
  color: #B77F41;
}

.footer__text span {
  color: rgba(183, 127, 65, 0.6);
}

.footer__text a {
  text-decoration: underline;
}

.footer__text a:hover {
  text-decoration: none;
}

.footer__menu {
  padding: 0px 0 0;
}

.footer__menu ul {
  padding: 0;
  margin: 0 0 20px;
}

.footer__menu li {
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.footer__menu a:visited,
.footer__menu a {
  text-decoration: none;
  color: #B77F41;
}

.footer__menu a:visited:hover,
.footer__menu a:hover {
  text-decoration: underline;
}

.footer__phone {
  padding: 20px 0;
}

.footer__phone * {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #000 !important;
  text-decoration: none !important;
}

.footer__phone *:hover {
  color: #000 !important;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(183, 127, 65, 0.4);
  border-bottom: 1px solid rgba(183, 127, 65, 0.4);
}

.footer a.footer__feed, .footer__feed {
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  text-align: center;
  background: #B77F41;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 0;
  color: rgba(183, 127, 65, 0.6);
  line-height: normal;
}

.footer__cell {
  margin-right: 40px;
}

.footer__cell:first-child {
  max-width: 300px;
}

.footer__warning {
  height: 100px;
}

.footer__warning div {
  padding: 30px 0 0;
  text-transform: uppercase;
  color: #ECEBE9;
  text-align: center;
  font-size: 24px;
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  white-space: nowrap;
  height: 60px;
}

.footer__social {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (max-width: 1640px) {
  .footer__flower {
    opacity: 0.25;
  }
}

@media all and (max-width: 1200px) {
  .footer__warning div {
    font-size: 20px;
    white-space: normal;
  }
}

@media all and (max-width: 1024px) {
  .footer__cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__col {
    width: 30%;
    margin: 0;
  }
  .footer__col:last-child {
    width: 100%;
    max-width: 100%;
  }
  .footer__warning div {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__cell {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .footer__cell:first-child {
    max-width: 100%;
  }
  .footer__social {
    padding: 10px 0 0;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__title {
    font-size: 24px;
    padding: 0 0 10px;
  }
  .footer__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__col {
    width: 100%;
  }
  .footer__menu {
    padding: 10px 0 0;
  }
  .footer__menu a {
    font-size: 14px;
  }
  .footer__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu li {
    width: 50%;
    margin: 1px 0;
  }
  .footer__copyright {
    display: block;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer a.footer__feed, .footer__feed {
    line-height: 40px;
    height: 40px;
  }
  .footer__warning {
    height: 150px;
  }
  .footer__warning div {
    font-size: 16px;
    line-height: normal;
    height: auto;
  }
  .footer__title {
    margin: 0 0 10px;
  }
  .footer__text {
    font-size: 14px;
  }
}

@media all and (max-width: 480px) {
  .footer__menu li {
    width: 100%;
  }
  .footer__warning div {
    font-size: 12px;
  }
}

/* End */


/* Start:/local/templates/main/css/fonts.css?1701579054196*/
@font-face {
  font-family: 'El Messiri';
  font-display: fallback;
  src: url("/local/templates/main/css/../fonts/elmessiri-regular.otf?v=1618410088165") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* End */


/* Start:/local/templates/main/css/slick.css?17015790541856*/
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }
    img {
        display: block;
    }
    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/css/style.css?17067895071083*/
:focus {
  outline: none;
}

input {
  outline: none;
}

a img {
  border: none;
}

img {
  outline: none;
}

button {
  outline: none;
}

p {
  margin: 18px 0;
}

p:empty {
  display: none;
}

textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a {
  color: #1B5773;
}

a:hover {
  text-decoration: none;
}

html,
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #232323;
  height: 100%;
  min-width: 320px !important;
  background: #fff;
}

@media all and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}

.wrapper__box {
  min-height: 100%;
  overflow: hidden;
  padding: 200px 0 0;
}

@media all and (max-width: 1024px) {
  .wrapper__box {
    padding: 60px 0 0;
  }
}

.grecaptcha-badge { 
  visibility: hidden !important;
}
/* End */


/* Start:/local/templates/main/css/styles.css?170157905416143*/
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 12px;
  color: #A03339;
}

.loading_big {
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  font-size: 16px;
}

.loading__anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: loading 1s infinite steps(20);
  -moz-animation: loading 1s infinite steps(20);
  animation: loading 1s infinite steps(20);
  z-index: 1;
}

.loading__anim div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -50%;
  height: 6px;
  width: 100%;
}

.loading__anim div:before, .loading__anim div:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1B5773;
  content: '';
}

.loading__anim div:before {
  left: 0;
}

.loading__anim div:after {
  right: 0;
}

.loading__anim div:nth-child(1) {
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotate(20deg);
  transform: rotateZ(20deg);
}

.loading__anim div:nth-child(1):after {
  opacity: 0.1;
}

.loading__anim div:nth-child(2) {
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotate(40deg);
  transform: rotateZ(40deg);
}

.loading__anim div:nth-child(2):after {
  opacity: 0.2;
}

.loading__anim div:nth-child(3) {
  -webkit-transform: rotateZ(60deg);
  -moz-transform: rotateZ(60deg);
  -ms-transform: rotate(60deg);
  transform: rotateZ(60deg);
}

.loading__anim div:nth-child(3):after {
  opacity: 0.3;
}

.loading__anim div:nth-child(4) {
  -webkit-transform: rotateZ(80deg);
  -moz-transform: rotateZ(80deg);
  -ms-transform: rotate(80deg);
  transform: rotateZ(80deg);
}

.loading__anim div:nth-child(4):after {
  opacity: 0.4;
}

.loading__anim div:nth-child(5) {
  -webkit-transform: rotateZ(100deg);
  -moz-transform: rotateZ(100deg);
  -ms-transform: rotate(100deg);
  transform: rotateZ(100deg);
}

.loading__anim div:nth-child(5):after {
  opacity: 0.5;
}

.loading__anim div:nth-child(6) {
  -webkit-transform: rotateZ(120deg);
  -moz-transform: rotateZ(120deg);
  -ms-transform: rotate(120deg);
  transform: rotateZ(120deg);
}

.loading__anim div:nth-child(6):after {
  opacity: 0.6;
}

.loading__anim div:nth-child(7) {
  -webkit-transform: rotateZ(140deg);
  -moz-transform: rotateZ(140deg);
  -ms-transform: rotate(140deg);
  transform: rotateZ(140deg);
}

.loading__anim div:nth-child(7):after {
  opacity: 0.7;
}

.loading__anim div:nth-child(8) {
  -webkit-transform: rotateZ(160deg);
  -moz-transform: rotateZ(160deg);
  -ms-transform: rotate(160deg);
  transform: rotateZ(160deg);
}

.loading__anim div:nth-child(8):after {
  opacity: 0.8;
}

.loading__anim div:nth-child(9) {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.loading__anim div:nth-child(9):after {
  opacity: 0.9;
}

.loading span {
  position: relative;
  color: inherit;
  font-weight: bold;
  font-size: 1em;
  z-index: 5;
  text-align: center;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.m-container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  position: static !important;
 /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  font-family: 'Roboto', sans-serif;
}

/*.m-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

h2.m-page-title,
.m-page-title {
  position: relative;
  font-size: 75px;
  line-height: 75px;
  color: #4F2D0C;
  font-weight: normal;
  padding: 0;
  margin: 0 0 50px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
  z-index: 5;
}

@media all and (max-width: 1024px) {
  h2.m-page-title,
  .m-page-title {
    font-size: 45px;
    line-height: 56px;
    margin: 0 0 30px;
  }
}

@media all and (max-width: 768px) {
  h2.m-page-title,
  .m-page-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.m-services {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 100px;
}

.m-services * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-services__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}

.m-services__col {
  width: 29.3%;
  margin: 0 2%;
}

.m-services a.m-services__item:visited,
.m-services a.m-services__item, .m-services__item {
  display: block;
  color: #B77F41;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  width: 100%;
  font-size: 16px;
}

.m-services a.m-services__item:visited:hover .m-services__image:before,
.m-services a.m-services__item:hover .m-services__image:before, .m-services__item:hover .m-services__image:before {
  opacity: 0;
}

.m-services__image {
  position: relative;
  margin: 0 0 20px;
}

.m-services__image img {
  display: block;
  width: 100%;
}

.m-services__image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 127, 65, 0.3)), to(rgba(167, 115, 64, 0.54)));
  background: -webkit-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -moz- oldlinear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: -o-linear-gradient(top, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  background: linear-gradient(180deg, rgba(183, 127, 65, 0.3) 0%, rgba(167, 115, 64, 0.54) 100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  content: '';
}

@media all and (max-width: 1024px) {
  .m-services {
    margin: 0 0 40px;
  }
  .m-services__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .m-services__col {
    width: 32.3%;
    margin: 0 0.5%;
  }
  .m-services__item {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .m-services .m-container {
    padding: 0 5px;
  }
  .m-services__item {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .m-services__cap {
    height: 35px;
  }
  .m-services__image {
    margin-bottom: 10px;
  }
}

.m-about {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 -20px;
}

.m-about * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-about__wrap {
  position: relative;
  padding: 0 0 200px;
}

.m-about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2%;
  margin-right: -2%;
}

.m-about__left, .m-about__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2%;
  min-height: 785px;
  z-index: 11;
}

.m-about__left {
  width: 63%;
}

.m-about__right {
  width: 29%;
}

.m-about__flower {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -60px;
}

.m-about__title {
  font-size: 75px;
  line-height: 75px;
  color: #4F2D0C;
  margin: 0 0 30px;
  font-family: 'El Messiri', 'Roboto', sans-serif;
}

.m-about__num {
  font-family: 'El Messiri', 'Roboto', sans-serif;
  font-size: 75px;
  color: #4F2D0C;
  line-height: 80px;
}

.m-about__desc, .m-about__text {
  font-size: 20px;
  color: #B77F41;
  max-width: 500px;
}

.m-about__desc {
  margin: 0 0 30px;
}

.m-about__cap {
  font-size: 20px;
  color: #B77F41;
}

.m-about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  margin: -185px 0 0 -85px;
  z-index: 15;
}

.m-about__play img {
  display: block;
  width: 100%;
  height: auto;
}

.m-about__butterfly {
  position: absolute;
  right: -50px;
  top: 50%;
}

@media all and (max-width: 1024px) {
  .m-about__title {
    font-size: 45px;
    line-height: 56px;
  }
  .m-about__num {
    font-size: 45px;
    line-height: 56px;
  }
  .m-about__cap {
    font-size: 16px;
  }
  .m-about__left, .m-about__right {
    min-height: 620px;
  }
  .m-about__play {
    margin: -300px 0 0 0;
  }
  .m-about__text, .m-about__desc {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .m-about__title {
    font-size: 28px;
    line-height: 30px;
  }
  .m-about__num {
    font-size: 28px;
    line-height: 36px;
  }
  .m-about__butterfly, .m-about__flower {
    opacity: 0.25;
  }
  .m-about__butterfly {
    top: 50%;
  }
  .m-about__box {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-about__left, .m-about__right {
    width: 100%;
    min-height: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .m-about__left {
    margin: 0 0 30px;
  }
  .m-about__play {
    margin: 0;
    top: 0px;
    right: 0px;
    left: auto;
    width: 100px;
  }
  .m-about__count {
    margin: 0 0 20px;
  }
  .m-about__wrap {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 480px) {
  .m-about__play {
    width: 70px;
    height: 70px;
  }
}

.m-callback {
  position: relative;
  background: #F9F6F4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-callback * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-callback__wrap {
  padding: 110px 0 75px;
}

.m-callback__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 0 20px;
}

.m-callback__box:before {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 2px;
  background: #E0CEB4;
  content: '';
}

.m-callback__right, .m-callback__left {
  width: 50%;
  padding: 0px 0;
  margin: 0 30px;
}

.m-callback__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.m-callback__title {
  font-family: 'El Messiri', 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.m-callback__title div {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.m-callback__title div:before, .m-callback__title div:after {
  position: absolute;
  background: #E0CEB4;
  top: 50%;
  height: 2px;
  width: 400px;
  margin: -4px 0 0 0;
  content: '';
}

.m-callback__title div:before {
  left: 100%;
}

.m-callback__title div:after {
  right: 100%;
}

.m-callback__header {
  padding: 30px 0px 5px;
  margin: 0 30px;
  overflow: hidden;
}

.m-callback__body {
  padding: 10px 0px 30px;
}

.m-callback__desc {
  color: #C09D69;
  font-size: 13px;
  margin: 0 0 20px;
}

.m-callback__flower {
  position: absolute;
  top: 75px;
  left: 0;
}

.m-callback__butterfly {
  position: absolute;
  top: 30px;
  right: 50px;
}

.m-callback__form {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  max-width: 760px;
  margin: 0 auto;
  z-index: 11;
}

.m-callback__button {
  color: #fff;
  background: #B77F41;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  height: 44px;
}

.m-callback__input {
  padding: 10px 0;
}

.m-callback__input input {
  display: block;
  width: 100%;
  line-height: 42px;
  border: 1px solid #D9B785;
  padding: 0 20px;
  font-size: 16px;
}

.m-callback__input input.error {
  border: 1px solid red;
}

.m-callback__button {
  cursor: pointer;
  width: 100%;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

@media all and (max-width: 768px) {
  .m-callback__flower, .m-callback__butterfly {
    display: none;
  }
  .m-callback__wrap {
    padding: 40px 15px;
  }
  .m-callback__box {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-callback__right, .m-callback__left {
    width: 100%;
    margin: 0;
  }
  .m-callback__header {
    font-size: 16px;
  }
  .m-callback__title div {
    padding: 0;
  }
  .m-callback__button {
    font-size: 14px;
  }
}

.sm-map {
  position: relative;
}

.m-map {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.m-map * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}

.m-map__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  z-index: 11;
}

.m-map__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  height: 60px;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 15px;
}

.m-map__link span {
  color: #B77F41;
  text-decoration: underline;
}

.m-map__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
}

.m-map__render {
  height: 460px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEX6+vrn5+f09PSMzk0VAAAAGklEQVQY02MIYAADVoYECIOTYSQDWCDAgwUA204BfdYq8A4AAAAASUVORK5CYII=);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  background-size: 15px;
}

.m-map__loading {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media all and (max-width: 768px) {
  .m-map__header {
    top: 0;
  }
  .m-map__link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media all and (max-width: 480px) {
  .m-map__link {
    font-size: 12px;
  }
}

/* End */


/* Start:/css/e-widget.css?17273589254887*/
.e-widget {
  position: fixed;
  bottom: 70px;
  right: 50px;
  width: 67px;
  height: 67px;
  z-index: 99999;
  cursor: pointer;
}

.e-widget:hover .e-widget__box {
  background: #B77F41;
}

.e-widget:hover .e-widget__shadow {
  -webkit-box-shadow: 0 0 50px #B77F41;
  -moz-box-shadow: 0 0 50px #B77F41;
  box-shadow: 0 0 50px #B77F41;
}

.e-widget:hover .e-widget__circle {
  border: 2px solid #B77F41;
}

.e-widget:hover .e-widget__circle2 {
  -webkit-box-shadow: 0 0 20px #B77F41 inset;
  -moz-box-shadow: 0 0 20px #B77F41 inset;
  box-shadow: 0 0 20px #B77F41 inset;
}

.e-widget__box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  z-index: 51;
  background: #4F2D0C;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.e-widget__center {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 37px;
  height: 37px;
}

.e-widget__center img {
  display: block;
  width: 100%;
  height: auto;
}

.e-widget__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 50px #4F2D0C;
  -moz-box-shadow: 0 0 50px #4F2D0C;
  box-shadow: 0 0 50px #4F2D0C;
  z-index: 21;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.e-widget__circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #4F2D0C;
  -webkit-animation: e-widget-pulse 2s infinite ease-out;
  -moz-animation: e-widget-pulse 2s infinite ease-out;
  animation: e-widget-pulse 2s infinite ease-out;
}

.e-widget__circle2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px #4F2D0C inset;
  -moz-box-shadow: 0 0 20px #4F2D0C inset;
  box-shadow: 0 0 20px #4F2D0C inset;
  opacity: 0.7;
  -webkit-animation: e-widget-inout 2s 1s infinite ease-in-out;
  -moz-animation: e-widget-inout 2s 1s infinite ease-in-out;
  animation: e-widget-inout 2s 1s infinite ease-in-out;
}

@-webkit-keyframes e-widget-pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes e-widget-pulse {
  0% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes e-widget-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes e-widget-inout {
  0% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
}

@-moz-keyframes e-widget-inout {
  0% {
    -moz-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -moz-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -moz-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
}

@keyframes e-widget-inout {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
}

@media all and (max-width: 768px) {
  .e-widget {
    bottom: 70px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .e-widget__center {
    width: 28px;
    height: 28px;
  }
  .e-widget__shadow {
    -webkit-box-shadow: 0 0 30px #4F2D0C;
    -moz-box-shadow: 0 0 30px #4F2D0C;
    box-shadow: 0 0 30px #4F2D0C;
  }
}

/* End */


/* Start:/fonts/roboto/init.css?1701579054501*/
@font-face {
	font-family: 'Roboto';
	font-display: fallback;
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		url(/fonts/roboto/normal.woff2) format('woff2'),
		url(/fonts/roboto/normal.woff) format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-display: fallback;
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url(/fonts/roboto/bold.woff2) format('woff2'),
		url(/fonts/roboto/bold.woff) format('woff');
}
/* End */


/* Start:/css/mistakes.css?1755850465747*/
#mistake{position:absolute;margin:auto;top:0;left:0;z-index:1000;width:100%;}
* html #mistake{background-image:none;}
#m_window{position:absolute;background:#fff;border:5px solid #aaa;border-radius:10px;overflow:auto;width:350px;height:400px;z-index:150;}
#m_frame{border:0;overflow:auto;width:100%;height:378px;}
* html #m_frame{margin-top:7px;}
#toolbar{color:#FFFFFF;font-family:Arial;font-size:14px;left:0;position:fixed;right:20px;text-align:center;top:0;width:100%;z-index:2000;height:60px;background-color:#b90b06;padding:4px 2px;}
#toolbar div{color:#FFFFFF;}
#toolbar a{color:#FFFFFF;text-decoration:underline;}
#toolbar a:hover{color:#fff;text-decoration:underline;}

@media only screen and (max-width: 768px) {#toolbar{font-size: 9px;}}
/* End */


/* Start:/css/styles.css?171463784645318*/


html, body, td, input, button, textarea, select, img {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font: normal 15px/1.5 Roboto;
    color: #000;
}

#wrapper div, .relative, article, header, footer, section {
    position: relative;
    width: auto;
    /*z-index: 1;*/
}
.popup_text {
  color: #727272;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0 15px;
  text-align: center;
}
.popup_text span, .popup_text_inner span {
  color: #000;
  font-size: 13px;
}
table {
    width: auto;
    border-collapse: collapse;
    border: 0;
}
td {
    padding: 0;
    vertical-align: top;
}

a, a:visited {
    text-decoration: underline;
    /*color: #828181;*/
}
a:hover {
    text-decoration: underline;
    color: #c79c60;
}

a:focus, button:focus, input:focus, a:active, button:active, input:active { outline: none; }
a, button { cursor: pointer; }

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
}
h1 { font-size: 30px; margin-bottom: 15px; }
h2 { font-size: 25px; margin-bottom: 12px; }
h3 { font-size: 20px; margin-bottom: 10px; }
h4 { font-size: 15px; margin-bottom: 7px; font-weight: bold; }
h5 { font-size: 12px; margin-bottom: 5px; font-weight: bold; }

img { line-height: 0; border: 0; }


/*** COMMON **********************************************/

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -415px;
    /*max-width: 1200px;*/
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0;
}

.wrap:before, .wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
.wrap:after { clear: both; }
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.top_banner { text-align: center;position: relative;top: 48px; }
.inner-page .top_banner { top: initial; padding:15px 0 0;}
.index-page .top_banner { top: -48px; }

@media only screen and (max-width: 768px) {
    .index-page .top_banner { top: initial; padding-top: 48px; }
}


/*** FORMS **********************************************/

input[type="text"], textarea, select {
  border: 1px solid #ddd3ce;
  font-weight: lighter;
}

button:hover, input[type=button]:hover { background-color: #63463a; }

.popup_bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
}
.popup_recall {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebecee;
    box-shadow: 0 20px 59px rgba(0, 0, 0, 0.11);
    left: 50%;
    margin: -289px 0 0 -175px;
    position: fixed;
    top: 50%;
    width: 350px;
    display: none;
}
.popup_write_a_review {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebecee;
  box-shadow: 0 20px 59px rgba(0, 0, 0, 0.11);
  display: none;
  left: 50%;
  margin: 0 0 0 -397px;
  position: fixed;
  top: 10%;
  width: 730px;
}
.popup_ask_a_question {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebecee;
    display: none;
    height: 495px;
    left: 50%;
    margin: -257px 0 0 -175px;
    position: fixed;
    top: 50%;
    width: 350px;
}
.popup { z-index: 998 !important; }
.close_popup {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVQ4jZWSUQ3AIAwFawEteMITFrAwC9OChdvHaEKarS39Io/cEXiIiAhQgSoHAzRdFOAGZlYCdN5pevpcQSjZYICuYUryCW+brsSFI0kKdiQjDf9IzuBNMowg/0/MnXVy/8Q+WNSOC295LImqciUR7EpWmK7KSIaG7aTnJbmA8gDeh74dm1VbwQAAAABJRU5ErkJggg==") no-repeat scroll 0 0;
    height: 16px;
    position: absolute;
    right: -26px;
    top: -31px;
    transform: rotate(0deg);
    transition-duration: 0.2s;
    width: 16px;
}
.popup_title {
    color: #7f6c62;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
    font: "Proxima Nova";
}
.popup_recall .pa_form { width: 260px; }
.pa_form {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 233px;
}
.popup_write_a_review .pa_form {
    border-top: 1px solid #eaeaea;
    padding: 38px 0 0;
    width: 100%;
}
.pa_input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd3ce;
    border-radius: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    height: 39px;
    margin: 0 0 15px;
    padding: 0 14px;
    width: 203px;
}
textarea {
  overflow: auto;
  resize: none;
}
.pa_textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd3ce;
  border-radius: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  height: 75px;
  line-height: 15px;
  margin: 0 0 15px;
  padding: 10px 14px;
  width: 203px;
}
.pa_button {
  background: #7f6c62 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 66px;
  width: 100%;
}
.popup_recall .pa_input, .popup_write_a_review .pa_input { width: 230px; }
.popup_recall .pa_textarea, .popup_write_a_review .pa_textarea { width: 230px; }
.popup_recall .pa_button, .popup_write_a_review .pa_button { width: 260px; }

input[type="button"], input[type="submit"], input[type="reset"], button { cursor: pointer; line-height: normal; }

#zapis .pa_input { width: 266px; }
.error_text {
    color: #ff3254;
    display: none;
    font: 300 11px/39px "Proxima Nova";
    margin: 0 0 0 16px;
}
.form_box .sbHolder { float: left; }
#zapis .form_box .sbHolder { width: 264px; }
.form_separator {
    border-bottom: 1px solid #eaeaea;
    clear: both;
    display: block;
    margin: 0 0 23px;
    padding: 13px 0 0;
}
.popup_write_a_review p {
  color: #a6a6a6;
  font: 300 12px/22px "Proxima Nova";
  margin: 0 80px 25px;
  text-align: center;
}
.popup_write_a_review .pa_button {
    display: block;
    margin: 0 auto;
    width: 296px;
}
.popup_ask_a_question {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebecee;
  display: none;
  height: 450px;
  left: 50%;
  margin: -257px 0 0 -175px;
  position: fixed;
  top: 50%;
  width: 350px;
}

/*** HEADER **********************************************/

#wrapper header { height: auto; width: 100%; }

#wrapper header .top {
    max-width: 1200px;
    margin: 0 auto;
    height: 48px;
    background: #fff;
    font-size: 0;
}
#wrapper header .top button {
    font-size: 12px;
    text-transform: uppercase;
    color: #8e8f91;
    height: 48px;
    margin: 0 20px;
    border: none;
    background: none;
    display: inline-block;
    padding: 0;
    position: relative;
}
#wrapper header .top button:hover { color: #c79c60; }
#wrapper header .top button:hover span {
    display: block;
    position: absolute;
    width: 96%;
    height: 4px;
    border-bottom: solid #c79c60 2px;
    left: 2%;
    bottom: 0;
    background: transparent url("/css/../images/bg-btn-pointer.gif") no-repeat center bottom;
}
#wrapper header .top button + span {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e9e9e9;
    margin-bottom: -1px;
}

#wrapper header .search {
    display: inline-block;
    height: 48px;
    margin: 0 0 0 10px;
}
#wrapper header .search form { margin: 0; }
#wrapper header .search .sf-input {
    font-size: 16px;
    border: solid 1px #ddd3ce;
    height: 32px;
    width: 160px;
    padding: 0 5px;
    color: #666;
    font-weight: lighter;
}
#wrapper header .search .sf-button { display: none; }

#wrapper header .phone a {
    display: block;
    float: right;
    margin: 0 50px 0 0;
    font-weight: bolder;
    text-decoration: none;
    font-size: 22px;
    color: #c79c60;
    line-height: 48px;
}
#wrapper header a.phone:hover { color: #8e8f91; }

#wrapper header nav {
  background: #f8f8f8 url("/css/../images/bg-nav.gif") repeat-x scroll left center;
  height: 105px;
  margin-bottom: 38px;
  position: relative;
  text-align: right;
  top: 38px;
}
#wrapper header nav a {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    max-width: 150px;
    margin-left: 0;
}
#wrapper header nav a:last-of-type { margin-right: -15px; }
#wrapper header nav a div {
    display: table-cell;
    vertical-align: middle;
    height: 105px;
    padding: 0 15px;
    color: #c79c60;
}
#wrapper header nav a:hover div {
    color: #fff;
    background: #c79c60;
}
#wrapper header nav a div span { border-bottom: solid 1px #e9d9c2; }
#wrapper header nav a:hover div span { border-bottom: none; }
#wrapper header nav .container > a:first-of-type {
    height: 85px;
    padding-top: 20px;
    position: relative;
    margin-left: -25px;
    display: block;
	z-index: 5;
}

@media (max-width: 1108px) {
	#wrapper header nav a {
		max-width: 130px;
	}
}

/*** PRIMARY CONTENT **********************************************/

#slides {
    max-width: 1200px;
    margin: 0 auto;
}
div.slider .container { max-width: 1200px; }
div.slider a { color: #4b3722 !important; }
div.slider article {
    max-width: 1200px;
    font-size: 18px;
    font-weight: lighter;
    color: #4b3722;
    text-decoration: none;
}
div.slider article .text {
    position: absolute;
    width: 700px;
    top: 135px;
    left: 25px;.popup_write_a_review p {
  color: #a6a6a6;
  font: 300 12px/22px "Proxima Nova";
  margin: 0 80px 25px;
  text-align: center;
}
}
div.slider article .text p { margin: 0 0 10px 0; width:450px;}
div.slider article .text h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 3px;
}
div.slider article figure { width: 1200px; margin: 0; line-height: 0; height: 490px; overflow: hidden; }
div.slider article figure img { max-width: 100%; width: auto; height: auto; }
div.slider .nav {
    height: 16px;
    text-align: left;
    margin: 0 auto;
    width: 500px;
    position: absolute;
    z-index: 10;
    left: 25px;
    bottom: 35px;
}
div.slider .nav a {
    background: transparent url("/css/../images/bg-slider-pages.png") no-repeat scroll 0 0;
    cursor: pointer;
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
}
div.slider .nav a span { display: none; }
div.slider .nav a.selected { background-position: 0 -16px; }

nav.branches {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1;
}
nav.branches a {
    display: block;
    float: left;
    height: 155px;
    width: 200px;
    text-align: center;
    color: #63463a;
    font-size: 25px;
    text-decoration: none;
    border-bottom: solid 4px #fff;
}
nav.branches a.face { background: #fff url("/upload/menu_main/face-200.jpg") no-repeat right top; }
nav.branches a.body { background: #fff url("/upload/menu_main/body-200.jpg") no-repeat center top; }
nav.branches a.hairs { background: #fff url("/upload/menu_main/hear-200.jpg") no-repeat 30% top; }
nav.branches a.nails { background: #fff url("/upload/menu_main/nails-200.jpg") no-repeat 50% top; }
nav.branches a.organism { background: #fff url("/upload/menu_main/beauty-200.jpg") no-repeat 50% top; }
nav.branches a.beauty { background: #fff url("/upload/menu_main/beauty-200.jpg") no-repeat 50% top; }
nav.branches a.brunches-man { background: #fff url("/upload/menu_main/men-200.jpg") no-repeat 50% top; }
nav.branches a div {
    display: table-cell;
    height: 155px;
    width: 200px;
    vertical-align: middle;
    background-color: rgba(234,226,220,0.5);
    transition: background-color 0.2s linear 0s;
}
nav.branches a:hover { color: #fff; border-bottom: solid 4px #63463a; }
nav.branches a:hover div {
    background-color: rgba(234,226,220,0);
    transition: background-color 0.2s linear 0s;
}

section.intro { margin-bottom: 50px; }
section.intro h1, section.intro h2 {
    font-size: 26px;
    color: #594337;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2.5px;
    white-space: nowrap;
    margin: 0 0 25px 0;
    padding: 40px 0 25px 0;
    border-bottom: solid 1px #63463a;
}

@media (max-width: 1124px) {
	section.intro h1,
   	section.intro h2 {
		white-space: normal;
	}

	section.intro h1 span {
		white-space: nowrap;
	}
}

section.intro article {}
section.intro .left {
    float: left;
    color: #666;
    width: 400px;
    margin: 0 30px 0 0;
    line-height: 1.8;
    text-align: justify;
}
section.intro figure {
    margin: 0 0 0 0;
    background: transparent no-repeat 0 0;
    width: 670px;
    height: 353px;
    float: right;
}
.webp section.intro figure {
    background-image: url("/images/bg-intro.webp");
}
.no-webp section.intro figure {
    background-image: url("/images/bg-intro.jpg");
}

section.news {
    padding: 0 0 20px 0;
    margin-bottom: 40px;
    border-bottom: solid 1px #d9d9d9;
}
section.news h2 {
    font-size: 26px;
    color: #594337;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2.5px;
    white-space: nowrap;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: solid 1px #63463a;
}
section.news article {
    float: left;
    width: 24.6%;
    margin: 0 0.5% 0 0;
}
section.news article:last-of-type { margin-right: 0; }
section.news figure {
    margin: 0 0 20px 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
section.news figure img { width: 100%; height: auto; }
section.news .title {
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    line-height:1.5;
    margin-bottom:0;
}
section.news .date, section.news .dt {
    color: #a1a1a1;
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 0 0 0;
    display: block;
}

div.blocks { margin-bottom: 50px; }
div.blocks .block {
    float: left;
    width: 24.6%;
    margin: 0 0.5% 0 0;
}
div.blocks .block.wide { width: 49.7%; }
div.blocks .block:last-of-type { margin-right: 0; }
div.blocks strong {
    font-weight: lighter;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
    color: #7f6c62;
}
div.blocks .block.phone {
    font-size: 18px;
    color: #c79c60;
    font-weight: lighter;
}
div.blocks .block.phone span {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #c79c60;
    padding: 0 0 0 45px;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    line-height: 1;
	top: 8px;
}
div.blocks .block.phone a {
    color: #c79c60;
	text-decoration: none;
}
div.blocks .block.phone .ico {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    background: transparent url("/css/../images/ico-phone.png") no-repeat 0 0;
    width: 33px;
    height: 43px;
}
div.blocks .block.phone a + span {
    display: inline-block;
    margin: 3px 0 0 55px;
}
div.blocks .form {}
div.blocks .form form {}
div.blocks .form input {
    font-size: 18px;
    border: solid 1px #ddd3ce;
    height: 40px;
    width: 178px;
    padding: 0 5px;
    margin-right: 17px;
    color: #666;
    font-weight: lighter;
}
div.blocks .form button {
    height: 42px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #c79c60;
    border: none;
    font-weight: lighter;
}
div.blocks .form button:hover { background-color: #63463a; }
div.blocks .social {}
div.blocks .social a {
    display: inline-block;
    margin: 0 7px 0 0;
    opacity: 1;
    transition: opacity 0.2s linear 0s;
}
div.blocks .social a:hover {
    opacity: 0.75;
    transition: opacity 0.2s linear 0s;
}
div.blocks .social .ico {
    display: inline-block;
    height: 42px;
    width: 42px;
    margin: 0;
    background: transparent url("/css/../images/ico-socials.png") no-repeat 0 0;
}
div.blocks .social .ico.fb { background-position: 0 0; }
div.blocks .social .ico.tw { background-position: 0 -42px; }
div.blocks .social .ico.vk { background-position: 0 -84px; }
div.blocks .social .ico.ins { background-position: 0 -126px; }
div.blocks .social .ico.pe { background-position: 0 -171px; }

/*** FOOTER **********************************************/

#push {
    height: 400px;
}
footer.footer-old {
    background: #3b2b1c;
    color: #8c816f;
    z-index: 2;
    font-size: 14px;
    height: 520px;
}

footer.footer-old .columns { padding: 60px 0 38px 0; }
footer.footer-old strong {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    text-decoration: underline;
}
footer.footer-old a { color: #8e8575 !important; display: block; margin-bottom: 3px; }
footer.footer-old a:hover { color: #c79c60 !important; }
footer.footer-old nav {
    float: left;
    width: 75%;
}
footer.footer-old nav ul {
    margin: 0 0 0 4%;
    padding: 0 0 0 0;
    list-style: none;
    float: left;
    width: 29%;
}
footer.footer-old nav ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer.footer-old .contacts {
    float: left;
    width: 25%;
}
footer.footer-old address {
    font-style: normal;
    margin-bottom: 10px;
}
footer.footer-old .social {
  border-top: 1px solid #8e8575;
  margin-bottom: 10px;
  width: 155px;
  padding-top: 10px;
}
footer.footer-old .social a {
    display: inline-block;
    margin: 0 2px 0 0;
    opacity: 1;
    transition: opacity 0.2s linear 0s;
}
footer.footer-old .social a:hover {
    opacity: 0.5;
    transition: opacity 0.2s linear 0s;
}
footer.footer-old .social a .ico {
    width: 32px;
    height: 32px;
    border: solid 1px #c4c4c4;
    background: transparent url("/css/../images/ico-socials-footer.png") no-repeat 0 0;
    display: inline-block;
}
footer.footer-old .social a .ico.fb { background-position: 0 0; }
footer.footer-old .social a .ico.vk { background-position: 0 -32px; }
footer.footer-old .social a .ico.tw { background-position: 0 -64px; }
footer.footer-old .social a .ico.ins { background-position: 0 -96px; }
footer.footer-old .social a .ico.pe { background-position: 0 -128px; }

footer.footer-old .dev {color: #8e8575 !important; font-size: 13px; }
footer.footer-old .dev a {
    color: #C4C4C4 !important;
    text-decoration: none;
    border-bottom: solid 1px #262626;
    display: inline;
}
footer.footer-old .dev a:hover { border-color: #c4c4c4; }

footer.footer-old .bottom { font-size: 13px; }
footer.footer-old .bottom .copyright {
    width: 40%;
    float: left;
}
footer.footer-old .bottom .policy {
    width: 40%;
    float: right;
    text-align: right;
}
footer.footer-old .bottom .policy a { text-decoration: none; }

/*** OTHER *********************************************/

.sbHolder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd3ce;
  border-radius: 0;
  color: #333;
  font-size: 11px;
  height: 39px;
  margin: 0 0 15px;
  min-width: 201px;
  padding: 0 30px 0 0;
  position: relative;
	border: 1px solid #ddd3ce;
}
.sbToggle {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAXklEQVQoz2OYPn36HCD+TwSewwAk2IH4NAGFIHl2hv///4M0yAHxKxwKQeJyIHVgxVANzkD8B00hiO8MUwNXDNVQhqa4DFkeXTEjEK+BKgTRjDgVQzXwAfF6EI0uBwA0Hc5RIfqHcwAAAABJRU5ErkJggg==") no-repeat scroll 5px center;
    display: block;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbSelector {
  background: #fff none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  padding: 0 0 0 14px;
  white-space: nowrap;
  text-decoration: none;
}
.sbSelector:hover {
  text-decoration: none;
   color: #333333;
}
.sbOptions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    left: -1px;
    overflow-y: auto;
    position: absolute;
    right: -1px;
    top: 30px;
    white-space: nowrap;
    z-index: 2;
    list-style: none;
    padding: 0 0 0 0;
}

.sbOptions a {
  color: #333333;
  display: block;
  font-size: 14px;
  padding: 5px 14px;
  text-decoration: none;
}
.sbDisabled {
	display: none;
}
section.intro figure.player {
  height: 377px;
  width: 670px;
}
.ipnks {
  background: transparent url("/images/ipnks_cosm.png") no-repeat scroll center 10px;
  clear: both;
  height: 68px;
  margin-top: 16px;
  width: 100%;
}
div .ct_phone_1 strong, section .ct_phone_1 strong {
  color: #c79c60;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}

/* fancybox ---------------------------------------------------------------------------------------------------------------------- */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{padding:0; margin:0; border:0; outline:none; vertical-align:top;}
.fancybox-wrap{position:absolute; top:0; left:0; z-index:8020;}
.fancybox-skin{position:relative; background:#f9f9f9; color:#444; text-shadow:none;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5); -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5); box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,
.fancybox-inner{position:relative;}
.fancybox-inner{overflow:hidden;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;	margin:0; padding:15px; white-space:nowrap;}
.fancybox-image,
.fancybox-iframe{display:block;	width:100%;	height:100%;}
.fancybox-image{max-width:100%;	max-height:100%;}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC);}
#fancybox-loading{position:fixed; top:50%; left:50%; margin-top:-22px; margin-left:-22px; background-position:0 -108px; opacity:0.8; cursor:pointer; z-index:8060;}
#fancybox-loading div{width:44px; height:44px; background:url(data:image/gif;base64,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) 50% 50% no-repeat;}
.fancybox-close{position:absolute; top:-18px; right:-18px; width:36px; height:36px; cursor:pointer; z-index:8040; display: none;}
.fancybox-nav{position:absolute; top:0; width:40%; height:100%; cursor:pointer; text-decoration:none; z-index:8040;opacity: 0.5;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{
	background: none;
	cursor:pointer;
	z-index:8040;
}
.fancybox-prev span{
	background: rgba(111, 90, 79, 0.58);
	width:45px;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	}
.fancybox-prev span:before {
	border-bottom: 4px solid transparent;
    border-right: 8px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
	}
.fancybox-next span{
	background: rgba(111, 90, 79, 0.58);
	width:45px;
	height: 100%;
    right: 0;
    position: absolute;
    top: 0;
	}
.fancybox-next span:before {
	 border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
	}
.fancybox-nav:hover span{visibility:visible;}
.fancybox-tmp{position:absolute; top:-9999px; left:-9999px; visibility:hidden;}
.fancybox-lock{overflow:hidden;}
.fancybox-overlay{position:absolute; top:0;	left:0;	overflow:hidden; display:none; z-index:8010; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUQDAweX52NAAAAAXRSTlOwi4dr6gAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);}
.fancybox-overlay-fixed{position:fixed; bottom:0; right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto; overflow-y:scroll;}
.fancybox-title{visibility:hidden; position:relative; text-shadow:none; z-index:8050;}
.fancybox-opened .fancybox-title{visibility:visible;}
.fancybox-title-float-wrap{position:absolute; bottom:0; right:50%; margin-bottom:-35px; z-index:8050; text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block; margin-right:-100%; padding:2px 20px; background:transparent; background:rgba(0,0,0,0.8); -webkit-border-radius:15px;  -moz-border-radius:15px; border-radius:15px; text-shadow:0 1px 2px #222; color:#FFF; font-weight:bold; line-height:24px; white-space:nowrap;}
.fancybox-title-outside-wrap{position:relative; margin-top:10px; color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute; bottom:0; left:0; color:#fff; padding:10px; background:#000; background:rgba(0,0,0,0.8);}


/* mobileToolbar2 */
#mobileToolbar2 {
  bottom: 0;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 900;
  opacity: 0.9;
  display: none;
}
#mobileToolbar2 a, #mobileToolbar2 a div {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  line-height: 54px;
  text-align: center; 
  width: 50%;
  display: block;
}
#mobileToolbar2 .right-bottom {
	border-right: 1px solid #B77F41;
	margin-right: -1px;
	float: left;
	text-decoration: none;
	background-color: #B77F41;
}
#mobileToolbar2 .left-bottom {
	float: left;
	text-decoration: none;
	background-color: #4E2B00;
}
#mobileToolbar2 .right-bottom > div {
  clear: both;
  margin: 0 auto;
  width: 160px;
}
@keyframes shake {
	0% { transform: rotate(0deg); }
	10% { transform: rotate(20deg); }
	20% { transform: rotate(0deg); }
	30% { transform: rotate(20deg); }
	40% { transform: rotate(0deg); }
	50% { transform: rotate(20deg); }
}
@-moz-keyframes shake {
	0% { -moz-transform: rotate(0deg); }
	10% { -moz-transform: rotate(20deg); }
	20% { -moz-transform: rotate(0deg); }
	30% { -moz-transform: rotate(20deg); }
	40% { -moz-transform: rotate(0deg); }
	50% { -moz-transform: rotate(20deg); }
}
@-webkit-keyframes shake {
	0% { -webkit-transform: rotate(0deg); }
	10% { -webkit-transform: rotate(20deg); }
	20% { -webkit-transform: rotate(0deg); }
	30% { -webkit-transform: rotate(20deg); }
	40% { -webkit-transform: rotate(0deg); }
	50% { -webkit-transform: rotate(20deg); }
}
@-ms-keyframes shake {
	0% { -ms-transform: rotate(0deg); }
	10% { -ms-transform: rotate(20deg); }
	20% { -ms-transform: rotate(0deg); }
	30% { -ms-transform: rotate(20deg); }
	40% { -ms-transform: rotate(0deg); }
	50% { -ms-transform: rotate(20deg); }
}
/*#mobileToolbar2 .right-bottom > div span {
	display: block;
	float: left;
	height: 50px;
	width: 40px;
	background: url("/images/ico_call.svg") no-repeat scroll 0 center;
	-moz-animation: shake 1s steps(1) 2s infinite normal;
	-webkit-animation: shake 1s steps(1) 2s infinite normal;
	-ms-animation: shake 1s steps(1) 2s infinite normal;
	animation: shake 1s steps(1) 2s infinite normal;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin-left: 5px;
}*/
/**/
/* call btn */
#call-btn {position: absolute;right: 10px;z-index: 1000;}
.img-circle{background-color:#4E2B00;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #4E2B00;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#4E2B00;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url('/images/callico.png');background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
.rotate360 {
    transition: transform 1s;
    transform: rotate(760deg)
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
    50% {transform: scale(1); opacity: 1; }
    100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
    50% {-webkit-transform: scale(1);opacity: 1;}
    100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
    0% {-webkit-transform: rotate(-8deg);}
    50% {-webkit-transform: rotate(8deg);}
    100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
    0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
    30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
    100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
    30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
    100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
    0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
    30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
    100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
    0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;}}
@-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/**/
.progress {
  background: url("/bitrix/panel/main/images_old/wait.gif") no-repeat scroll center center;
  display: none;
  height: 19px;
  width: 240px;
  margin: 0 auto;
}
.ui-datepicker {
    width: 314px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
     z-index:  999 !important;
}

.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    background: #fff;
    width: 100%}
.ui-datepicker-header {
    background: #6c5a4e;
    color: #000;
    font-weight: 700;
    line-height: 53px;
    height: 53px;
     border-bottom: 1px solid #fff;
}

.ui-datepicker-title {
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 53px;
}
.ui-datepicker-next, .ui-datepicker-prev {
    display: inline-block;
    width: 30px;
    height: 53px;
    text-align: center;
    cursor: pointer;
    line-height: 53px;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAATElEQVQoz2NgIAL8//9fCYhnArELsQpB4C6IT6zCNDophCo2hircTdBTSKaDTH0HxOVALMhAZNClUUPjTJxBiUfjf0o0GjMQC6AajQFW+rtnwhjkHgAAAABJRU5ErkJggg==) no-repeat center;
    border-right: 1px solid #fff;
}

.ui-datepicker-next span, .ui-datepicker-prev span  {
    display: block;
     text-indent: -9999px;
}

.ui-datepicker-next {
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAASklEQVQoz2P4//+/CxDPBGIlBmIASCEQ3/0PASRpTBtaGndDNRoTUiwIxOVA/A5qmxKxCtPwBfFMUhT+x6sQqtiYKIVoGtIYiAQA+i67iVi12zwAAAAASUVORK5CIIA=) no-repeat center;
    border-left: 1px solid #fff;
}

.ui-datepicker thead {
    background-color: #6c5a4e;
    border-bottom: 1px solid #fff;
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.ui-datepicker tbody td {
    padding: 0;
     width: 40px;
     height: 40px;
}

.ui-datepicker tbody td:last-child {
    border-right: 0;
}
.ui-datepicker tbody tr {
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0;
}
.ui-datepicker td a, .ui-datepicker td span {
    display: inline-block;
    font-size: 16px;
     font-weight: 500;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #979797;
}

.ui-datepicker-calendar .ui-state-default {
}

.ui-datepicker-calendar .ui-state-hover {
    background: #6c5a4e;
    color: #fff;
    text-shadow: none;
}
.ui-datepicker-calendar .ui-state-active {
    background: #6c5a4e;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #fff;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    text-shadow: none;
    position: relative;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    margin-bottom: 0;
}
.ct_phone_1.phone {
  color: #c79c60;
  font-size: 21px;
  margin-left: 20px;
  position: relative;
}
.not_valid  {
    border-color: #ff8b8b !important;
     color: #ff8b8b !important;
}
.popup_write_a_review .popup_title {
  margin: 0 0 26px;
  padding: 26px 0 0;
}
#zapis .form_box label {
    width: 237px;
}
.form_box label {
    color: #727272;
    float: left;
    font: 300 12px/40px "Proxima Nova";
    margin: 0 13px 0 0;
    text-align: right;
    width: 267px;
}
#msg_recall, #msg_zapis, #msg_ask {
  font-size: 18px;
  line-height: 18px;
  margin: 0 auto 0 0;
  padding: 10px 20px;
  text-align: center;
}
.toolbar {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
footer .phone_footer {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
footer .phone_footer strong {
  color: #8c816f;
  font-size: 16px;
}
footer .phone_footer a:hover, footer .phone_footer a:hover strong {
color: #c79c60;
text-decoration: underline;
}
footer a, footer a strong {
  text-decoration: none;
}
.main-img {
display: none;
}
.logo {
  float: left;
}
.agreement {
  color: #c3c3a9 !important;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 24px;
  text-align: center;
  line-height: 14px;
}
.agreement > a {
  color: #c3c3a9 !important;
  text-decoration: underline;
}
.agreement > a:hover {
  text-decoration: none;
}
.phone_footer strong {
	display: initial;
}
/*#wrapper {
  background: #fff url("/images/9may/sm-estetica_bg.jpg") no-repeat scroll 10px 72px;
}*/
/* ng 2017 */
/*#wrapper nav {
  background: url("/images/2016/main/img1.png") no-repeat scroll center -48px, url("/images/2016/pat_menu.jpg") repeat scroll 0 0;
}
#wrapper {
  background: url("/images/2016/main/img2.jpg") no-repeat scroll center 0;
}
header {
  background: url("/images/2016/main/img1.png") no-repeat scroll center 0;
}*/
/*end ng 2017 */
.opros {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
.top_banner { text-align: center;position: relative;top: initial; }
}

/* End */


/* Start:/css/responsive.css?17015790539299*/

.m-call,.m-menu-gorizontal,.branches-mob,.branches-mobile {
	display: none;
}

.m-call-wrap {
	display: inline-block;
}


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

	img {
		max-width: 100%;
	}

	.news .news-img a img {
		max-width: none;
	}

	.container {
		padding: 0 10px;
		margin-left: 0;
		margin-right: 0;
	}

	header .search {
		margin: 0;
	}

	header .search .sf-input {
		width: 200px;
	}

	header .phone a {
		margin: 0 15px 0 0;
	}

	header nav .container>a:first-of-type {
		margin-left: 18px;
	}

	header nav a:last-of-type {
		margin-right: 0;
	}

	nav.branches a {
		width: 16.66%;
	}

	section.intro {
		padding-left: 20px;
	}

	section.intro h2 {
		white-space: normal;
	}

	section.intro .left {
		width: 38%;
	}

	section.intro .left br {
		display: none;
	}

	section.intro figure.player {
		width: 55.8%;
	}

	section.news h2 {
		white-space: normal;
	}

	section.news {
		padding: 0 10px 20px 20px;
	}

	section.news figure img {
		height: 100%;
	}

	div.blocks .block {
		margin: 0 3.5% 0 0;
	}

	div.blocks .block.wide {
		width: 43.7%;
	}

	footer nav {
		width: 73%;
	}

	footer .bottom .copyright {
		padding: 0 0 0 10px;
	}

	.ipnks {
		background-size: 95% auto;
		background-position: center center;
	}
}

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

	html,#wrapper, footer {
		overflow-x: hidden;
	}

	.container {
		padding: 0 0px;
	}

	.m-call {
		display: inline-block;
		margin: 15px 20px;
		font-size: 18px;
		line-height: 18px;
		cursor: pointer;
		color: #8e8f91;
	}

	.m-call-wrap {
		display: none;
		position: absolute;
		top: 48px;
		z-index: 50;
		background: #fff;
		width: 190px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	}

	header .top button {
		margin: 0;
		height: 38px;
		width: 100%;
		text-align: center;
	}

	header .top button:hover {
		background: none;
	}

	header .top button span {
		display: none;
	}

	header .top button+span {
		display: none;
	}

	.m-menu-gorizontal {
		display: inline-block;
		font-size: 20px;
		margin: 42px 10px 0 0;
		color: #c79c60;
		cursor: pointer;
		padding: 0 40px 0;
		background: url(/css/../images/menu.png) no-repeat right center;
		text-transform: uppercase;
	}

	.m-menu-gorizontal-wrap {
		display: none;
		position: absolute;
		background: #fff;
		top: 105px;
		right: 0;
		z-index: 50;
		width: 270px;
		padding: 7px 0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	}

	header nav .m-menu-gorizontal-wrap a {
		display: block;
		width: 100%;
		padding: 0;
		max-width: 100%;
		text-align: center;
	}

	header nav .m-menu-gorizontal-wrap a div {
		height: auto;
		padding: 5px 0;
		display: block;
	}

	.branches-mobile {
		display: block;
	}

	.branches-desktop {
		display: none;
	}

	.branches-mob {
		font-size: 18px;
		line-height: 26px;
		text-transform: uppercase;
		text-align: left;
		padding: 5px 50px;
		color: #fff;
		cursor: pointer;
		display: block;
		background: #c79c60 url(/css/../images/menu2.png) no-repeat left 10px top 9px;
	}

	nav.branches {
		width: 100%;
		padding: 5px 0;
		background: #c79c60;
		display: none;
	}

	nav.branches a {
		float: none;
		width: auto;
		padding: 5px 15px;
		font-size: 16px;
		color: #fff;
		height: auto;
		text-align: left;
		border: none;
	}

	nav.branches a div {
		width: 100%;
		height: auto;
		display: block;
		background: none;
	}

	nav.branches a.face,
	nav.branches a.body,
	nav.branches a.hairs,
	nav.branches a.nails,
	nav.branches a.organism,
	nav.branches a.beauty,
	nav.branches a.brunches-man {
		background: none;
	}

	nav.branches a:hover {
		border: none;
	}

	nav.branches a:hover div {
		background: none;
	}

	section.intro {
		padding: 0 10px;
	}

	section.news {
		padding: 0 10px 20px;
	}

	section.news article {
		width: 48.6%;
		margin: 0 0.5% 20px 0.5%;
	}

	div.blocks .block {
		width: 45.6%;
	}

	div.blocks .block.wide {
		width: 50%;
		margin: 0;
	}

	div.blocks strong br {
		display: none;
	}

	div.blocks .block:last-of-type {
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
	}

	footer {
		height: auto;
	}

	footer nav {
		width: 70%;
	}

	footer nav ul {
		width: 44%;
		margin: 0 3% 20px;
	}

	footer .contacts {
		width: 27%;
	}

	footer .bottom .policy {
		margin: 0 10px 0 0;
	}

	.sidebarallsections .left-menu {
		display: block;
	}

	.arrow-box {
		position: relative;
	}

	.photo-box .prev,
	.photo-box .next {
		height: 100%;
	}

	div.slider article figure img {
		display: none;
	}

	div.slider article .text {
		top: 35px;
	}

	.caroufredsel_wrapper {
		height: 340px !important;
	}

	section.intro h1,
	section.intro h2 {
		font-size: 23px;
		white-space: normal;
	}

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

	header nav .container>a:first-of-type {
		position: relative;
	}

	.otziv_photo {
		display: block;
	}

	.otziv_photo img {
		margin-top: 10px;
	}

	.otziv_block .flex {
		display: block;
	}

	#review input[type="text"],
	#review input[type="tel"] {
		width: 96%;
		margin-right: 10px;
	}

	#review .rules {
		margin-top: 20px;
		text-align: center;
	}

	.review-list .flex {
		display: block;
	}

	.review-img a {
		display: block;
		width: 130px;
	}

	.btn-block.flex {
		display: block;
	}

	.btn-block a {
		display: block;
		width: 90%;
		margin-bottom: 10px;
		padding: 10px;
	}

	.btn-goto-otziv.active::before,
	.btn-goto-otziv.active::after {
		display: none
	}

	/* menu */
	header nav {
		top: 0;
		margin-bottom: 0;
		min-height: 140px;
		height: auto;
	}

	header nav .container>a:first-of-type {
		margin-left: -75px;
		left: 50%;
	}

	.m-menu-gorizontal {
		margin: 0px 0 0 0;
		float: none;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		padding: 0 10px 0 50px;
		background-position: left 10px center;
	}

	.m-menu-gorizontal-wrap {
		width: 100%;
		background: transparent;
		position: initial;
		text-align: left;
	}

	header nav .m-menu-gorizontal-wrap a {
		text-align: left;
	}

	header nav .m-menu-gorizontal-wrap a div {
		padding: 0 10px;
	}

	/* end menu */
}


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

	.toolbar {
		position: initial;
		height: auto;
	}

	header .top {
		height: auto;
		text-align: center;
	}

	.m-call {
		width: 100%;
		margin: 15px 0;
		text-align: center;
	}

	.m-call-wrap {
		position: relative;
		width: 100%;
		top: 0;
		box-shadow: none;
	}

	header .search {
		height: 40px;
	}

	header .search .sf-input {
		width: 128px;
	}

	.ct_phone_1.phone {
		font-size: 15px;
	}

	header .phone a {
		float: none;
		display: inline-block;
		font-size: 15px;
	}

	div .ct_phone_1 strong,
	section .ct_phone_1 strong {
		font-size: 15px;
	}

	.block.phone .ct_phone_1 strong {
		font-size: 22px;
	}

	.ct_phone_1.phone {
		display: inline-block;
		text-align: center;
		margin: 0 0 0 10px;
	}

	header .phone a {
		margin: 0;
	}

	div.slider article .text {
		width: 280px;
	}

	div.slider article .text h2 {
		width: 100% !important;
		font-size: 20px;
		line-height: 22px;
		white-space: normal;
	}

	div.slider article .text p {
		width: 100%;
	}

	section.intro h2,
	section.news h2 {
		font-size: 18px;
	}

	section.intro .left {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	section.intro figure.player {
		width: 100%;
		float: none;
		height: 220px;
	}

	section.news article {
		width: 100%;
		margin: 0 0 20px;
		max-width: 300px;
		float: none;
		display: inline-block;
	}

	div.blocks .block.phone {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}

	div.blocks .block.phone .ico {
		top: -9px;
	}

	div.blocks .block.wide {
		width: auto;
		padding: 0 10px;
		margin: 0 0 15px;
		float: none;
	}

	div.blocks .block:last-of-type {
		float: none;
	}

	footer nav {
		width: 100%;
		float: none;
	}

	footer nav ul {
		width: auto;
		float: none;
		margin: 0 5% 20px;
	}

	footer .contacts {
		width: auto;
		margin: 0 5% 20px;
		float: none;
	}

	footer .bottom .copyright,
	footer .bottom .policy {
		float: none;
		width: auto;
		margin: 0 5% 20px;
		text-align: center;
	}

	footer .bottom .policy {
		margin-bottom: 0;
	}



	.mainform_box {
		width: 300px;
		background-position: bottom center;
	}

	#mainform .submit_mainform {
		margin-top: 0;
	}

	.popup_recall,
	.popup_write_a_review,
	.popup_ask_a_question {
		top: 0;
		position: fixed;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		overflow: auto;
		width: auto;
		height: auto;
		padding: 0 0 20px;
	}

	.close_popup {
		top: 8px;
		right: 8px;
		background-image: url(/css/../images/close.png);
		z-index: 1000;
	}

	#zapis .form_box label {
		width: 100%;
		float: none;
	}

	#zapis .pa_input {
		float: none;
	}

	.popup_write_a_review p {
		margin: 0 10px 25px;
	}

	.small_select {
		float: none;
	}

	#zapis .form_box .sbHolder {
		display: inline-block;
		float: none;
	}

	.offers_pic {
		float: none;
		margin: 0 0 15px;
	}

	.offers_pic img {
		width: 100%;
		margin: 0;
	}

	.p_certificates {
		width: 100% !important;
	}

	.slides_control a {
		max-width: 300px;
		display: block;
	}

	section.news figure {
		height: 100%;
	}

	.fancybox-close {
		top: 0px;
		right: 0px;
	}

	#frameStep6.step-frame .frame-right-block img {
		width: 100%;
		height: initial;
	}

	.steps .step {
		width: initial;
		float: none;
	}

	.step-frame .frame-right-block .video {
		height: 350px;
		width: 100%;
	}

	#frameStep4.step-frame .frame-right-block img {
		width: 100%;
		height: 70%;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/map/style.css?17015790541950*/
.fillials-block {
    position: absolute;
    z-index: 10;
    top: 27px;
    background-color: #fff;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
}

.filials-block__metro-list {
    position: relative;
    max-width: 1430px;
    margin: 0 auto;
}

h2.filials-block__title {
    font-family: 'El Messiri';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 144%;
    color: #4F2D0C;
}


.filials__map-item-name {
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.filials__metro {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.filials__point {
    min-width: 19px;
    min-height: 22px;
    align-self: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.filials-block__list-item.js-map-point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 24px;
    margin-bottom: 5px;
    transition: background-color 0.3s;
}

.filials-block__list-item.js-map-point:last-child {
    margin-bottom: 0;
}

.filials-block__list-item.js-map-point:hover {
    border: 1px solid #B77F41;
    padding: 4px 23px;
    cursor: pointer;
}

.filials-block__list-item.js-map-point.active {
    background-color: #B77F41;
}

.filials-block__list-item.js-map-point.active:hover {
    cursor: default;
}

.filials-block__list-item.js-map-point.active .filials__point {
    background-image: url('/images/mosmetro_vert_sign_light.png') !important;
}

.filials-block__list-item.js-map-point.active .filials__metro,
.filials-block__list-item.js-map-point.active .filials__map-item-name {
    color: #fff;
}

@media (max-width: 760px) {
    .fillials-block {
        position: relative;
        top: 0;
    }

    .m-map__render {
        height: 300px;
    }

}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/mobile_menu/style.css?17015790549195*/
.mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-panel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-panel__wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 11;
}

.mobile-panel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.mobile-panel__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  bottom: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background: #fff;
}

.mobile-panel.h-auto .mobile-panel__box {
  bottom: auto;
}

.mobile-panel__header {
  padding: 15px 15px 10px;
}

.mobile-panel__phone {
  padding: 0 0 10px;
  text-align: center;
}

.mobile-panel__phone * {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}

.mobile-panel__phone strong {
  display: inline-block;
  font-size: inherit !important;
}

.mobile-panel__phone a:hover {
  text-decoration: none;
}

.mobile-panel__logo {
  margin: 0 0 20px;
}

.mobile-panel__logo img {
  display: block;
  margin: 0 auto;
}

.mobile-panel__feedback {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: #F4EDE8;
  color: #B77F41;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile-panel__search {
  padding: 15px 0 0;
}

.mobile-panel__search .search__box {
  margin: 0;
}

.mobile-panel__menu {
  padding: 20px 0 30px;
  background: #fff;
}

.mobile-panel__close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0px;
  width: 45px;
  height: 38px;
  background: #B77F41;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}

.mobile-panel__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -4px;
  width: 2px;
  height: 28px;
  background: #fff;
  content: '';
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.mobile-panel__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -4px;
  width: 2px;
  height: 28px;
  background: #fff;
  content: '';
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.mobile-panel__close-field {
  position: absolute;
  top: 0;
  z-index: 11;
}

.mobile-panel.slide-top {
  right: 0;
  bottom: 100%;
}

.mobile-panel.slide-top.active {
  bottom: 0;
}

.mobile-panel.open {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

.mobile-panel.slide-left {
  right: 100%;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.mobile-panel.slide-left .mobile-panel__box {
  left: -100%;
  right: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.mobile-panel.slide-left.active {
  right: 0;
}

.mobile-panel.slide-left.active .mobile-panel__overlay {
  background: rgba(0, 0, 0, 0.6);
}

.mobile-panel.slide-left.active .mobile-panel__box {
  left: 0;
  right: 20%;
}

.mobile-panel.slide-left.active .mobile-panel__box:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 7px;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: '';
}

.mobile-panel.slide-left.active .mobile-panel__close-field {
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
}

.mobile-panel.slide-left.unactive {
  right: 0;
  bottom: 0;
}

.mobile-menu {
  padding: 0 0 100px;
}

.mobile-menu a.mobile-menu__link,
.mobile-menu a.mobile-menu__link:visited, .mobile-menu__link {
  display: block;
  color: #3b3b3b;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  padding: 10px 5px 10px 15px;
  font-size: 16px;
  /* &_active{
			background: #F4EDE8;
		} */
}

.mobile-menu__item {
  position: relative;
}

.mobile-menu__toggle {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 24px;
  height: 24px;
}

.mobile-menu__toggle:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  border-top: 8px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
}

.submenu {
  padding: 0 10px 0 20px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.submenu.active {
  height: auto;
}

.submenu ul {
  padding: 8px 0;
}

.submenu li {
  padding: 4px 0;
}

.submenu li.active a {
  /* 			&:before{
				position:absolute;
				top:5px;
				left:-12px;
				width:6px;
				height:6px;
				border-radius:100%;
				background: #005ea7;
				content:'';
			} */
}

.submenu a {
  position: relative;
  display: block;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.menu-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border: 4px solid #B77F41;
  z-index: 133;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-toggle * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-toggle__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  height: 2px;
  width: 16px;
  background: #B77F41;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.menu-toggle__lines:before {
  position: absolute;
  background: #B77F41;
  height: 100%;
  width: 100%;
  top: -4px;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  content: '';
  -webkit-transition: 0.3s top, 0.3s 0.3s transform;
  -o-transition: 0.3s top, 0.3s 0.3s transform;
  -moz-transition: 0.3s top, 0.3s 0.3s transform;
  transition: 0.3s top, 0.3s 0.3s transform;
}

.menu-toggle__lines:after {
  position: absolute;
  background: #B77F41;
  height: 100%;
  width: 100%;
  bottom: -4px;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  content: '';
  -webkit-transition: 0.3s bottom, 0.3s 0.3s transform;
  -o-transition: 0.3s bottom, 0.3s 0.3s transform;
  -moz-transition: 0.3s bottom, 0.3s 0.3s transform;
  transition: 0.3s bottom, 0.3s 0.3s transform;
}

.menu-toggle_active {
  position: absolute;
}

.menu-toggle_active__lines {
  background: rgba(18, 142, 150, 0);
}

.menu-toggle_active__lines:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.menu-toggle_active__lines:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.menu-toggle_unactive:before {
  -webkit-transition: 0.3s 0.3s top, 0.3s -webkit-transform;
  transition: 0.3s 0.3s top, 0.3s -webkit-transform;
  -o-transition: 0.3s transform, 0.3s 0.3s top;
  -moz-transition: 0.3s transform, 0.3s 0.3s top, 0.3s -moz-transform;
  transition: 0.3s transform, 0.3s 0.3s top;
  transition: 0.3s transform, 0.3s 0.3s top, 0.3s -webkit-transform, 0.3s -moz-transform;
}

.menu-toggle_unactive:after {
  -webkit-transition: 0.3s 0.3s bottom, 0.3s -webkit-transform;
  transition: 0.3s 0.3s bottom, 0.3s -webkit-transform;
  -o-transition: 0.3s transform, 0.3s 0.3s bottom;
  -moz-transition: 0.3s transform, 0.3s 0.3s bottom, 0.3s -moz-transform;
  transition: 0.3s transform, 0.3s 0.3s bottom;
  transition: 0.3s transform, 0.3s 0.3s bottom, 0.3s -webkit-transform, 0.3s -moz-transform;
}

@media all and (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
}

/* End */


/* Start:/local/components/sm/text/templates/cookies_agree/style.css?17558741061572*/
.cookies-agree-flex {
	display: -ms-flexbox;
	display: flex;
}
.cookies-agree-block {
	position: relative;
	margin: 0 auto;
	max-width: 1110px;
	min-width: 320px;
}
.cookies-agree {
	display: none;
	width: 100%;
	max-height: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-color: #4E2B00;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cookies-agree.show {
	max-height: 300px;
	padding: 12px 0;
}
.cookies-agree-text {
	padding-right: 20px;
}
.cookies-agree-text a {
	color: #fff;
  text-decoration: underline;
}
.cookies-agree-text a:hover {
  text-decoration: underline;
}
a.cookies-agree-link {
	width: 125px;
	line-height: 30px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
	background-color: #4E2B00;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cookies-agree-link:not(.btn-disable):hover {
	background-color: #B77F41;
}

.cookies-agree-btn .cookies-agree-link {
	border: 1px solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 33px;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.cookies-agree {
    bottom: 50px;
	border-bottom: 1px solid #7bb02f;
	}
	.cookies-agree-flex {
		display: block;
		padding: 10px;
	}
	.cookies-agree-btn {
		padding-top: 20px;
	}
}
/* End */


/* Start:/local/templates/main/styles.css?17015790541705*/
.recall {
	display: flex;
	flex-direction: column;
	max-width: 994px;
	width: auto;
	margin: 0 auto;
	align-items: center;
	padding: 29px 85px;
	background: #F9F6F4;
	margin-bottom: 80px;
}

.recall__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.recall .js-feedback-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.recall__title {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}

.recall__subtitle {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #C09D69;
	margin-bottom: 40px;
}

.recall__input input {
	display: block;
	width: 100%;
	line-height: 42px;
	border: 1px solid #D9B785;
	color: #7f7f7f;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	background-color: inherit;
}

.recall__input input.error {
	border: 1px solid red;
}

.recall__input {
	display: flex;
	gap: 34px;
}

button.recall__button {
	color: #fff;
	background: #B77F41;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	border: none;
	padding: 9px 44px 10px;
}

.recall__desc,
.recall__desc a {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #B77F41;
	width: 100%;
}

.recall__desc a {
	max-width: 368px;
}

@media all and (max-width: 768px) {
	.recall {
		padding: 29px 15px;
	}
}

@media all and (max-width: 480px) {
	.recall__input {
		gap: 15px;
		flex-direction: column;
		width: 100%;
	}

	.recall__input input {
		width: auto;
	}

	.recall .js-feedback-submit {
		gap: 15px;
	}
}

/* End */
/* /local/templates/main/css/reset.css?1701579054808 */
/* /local/templates/main/css/header.css?17116377366800 */
/* /local/templates/main/css/footer.css?170157905414025 */
/* /local/templates/main/css/fonts.css?1701579054196 */
/* /local/templates/main/css/slick.css?17015790541856 */
/* /local/templates/main/css/style.css?17067895071083 */
/* /local/templates/main/css/styles.css?170157905416143 */
/* /css/e-widget.css?17273589254887 */
/* /fonts/roboto/init.css?1701579054501 */
/* /css/mistakes.css?1755850465747 */
/* /css/styles.css?171463784645318 */
/* /css/responsive.css?17015790539299 */
/* /local/templates/main/components/bitrix/news.list/map/style.css?17015790541950 */
/* /local/templates/main/components/bitrix/menu/mobile_menu/style.css?17015790549195 */
/* /local/components/sm/text/templates/cookies_agree/style.css?17558741061572 */
/* /local/templates/main/styles.css?17015790541705 */
