@charset "UTF-8";
button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.mg-but {
  display: inline-block;
  text-decoration: none;
}
.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but1:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but1:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but2:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but2:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but3:hover {
  border: 1px solid #9c1301;
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but3:active {
  border: 1px solid #680d01;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but4 {
  padding: 8px 15px;
  color: black;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: white;
  background-image: -o-linear-gradient(white, white);
  background-image: -moz-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: linear-gradient( white, white);
  -pie-background: linear-gradient( white, white);
}
.mg-but4:hover {
  color: #fff;
  background-color: #821001;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but4:active {
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1;
}
.mg-but5:before {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 7px;
  content: "";
  border: 14px solid transparent;
  border-left: 7px solid #690d01;
}
.mg-but5:hover {
  background: #821001;
}
.mg-but5:hover:before {
  border-left-color: #821001;
}
.mg-but5:active {
  background: #500a01;
}
.mg-but5:active:before {
  border-left-color: #500a01;
}
table.mg-tabs1 {
  border-collapse: collapse;
}
table.mg-tabs1 td {
  padding: 5px;
  border: none;
}
table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs2 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs3 th {
  padding: 5px 0;
  color: #333333;
  border: 1px solid #cecece;
  background: #e5e5e5;
}
table.mg-tabs3 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs4 {
  border-collapse: collapse;
}
table.mg-tabs4 th {
  padding: 5px 0;
  color: #333333;
  background: #e5e5e5;
}
table.mg-tabs4 td {
  padding: 5px;
  border-bottom: 1px solid #cecece;
}
.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial;
}
.mg-tab p {
  margin: 0;
}
.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301;
}
.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01;
}
.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb8 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-image: -o-linear-gradient(#b01602, #690d01);
  background-image: -moz-linear-gradient(#b01602, #690d01);
  background-image: -webkit-linear-gradient(#b01602, #690d01);
  background-image: -ms-linear-gradient(#b01602, #690d01);
  background-image: linear-gradient( #b01602, #690d01);
  -pie-background: linear-gradient( #b01602, #690d01);
}
.mg-tb8 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb9 .title {
  padding: 5px 3px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #690d01;
  background-image: -o-linear-gradient(#6a0d01, #6a0d01);
  background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
  background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
  background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
  background-image: linear-gradient( #6a0d01, #6a0d01);
  -pie-background: linear-gradient( #6a0d01, #6a0d01);
}
.mg-tb9 .body {
  padding: 5px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb10 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #911201;
  background-image: -o-linear-gradient(#ce1a02, #730e01);
  background-image: -moz-linear-gradient(#ce1a02, #730e01);
  background-image: -webkit-linear-gradient(#ce1a02, #730e01);
  background-image: -ms-linear-gradient(#ce1a02, #730e01);
  background-image: linear-gradient( #ce1a02, #730e01);
  -pie-background: linear-gradient( #ce1a02, #730e01);
}
.mg-tb10 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial;
}
.mg-navig1 {
  color: #fff;
  background: #690d01;
}
.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02;
}
.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: white;
}
.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.tabs-wrap {
  margin: 1.57em 0;
}
.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.tabs-nav li {
  display: inline-block;
  vertical-align: top;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #cecece;
}
.tabs-nav li a {
  position: relative;
  display: block;
  height: 37px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  border: solid #cecece;
  border-width: 1px 1px 1px 0;
  background-color: #ebebeb;
  font-size: 12px;
  line-height: 37px;
}
.tabs-nav li a:hover, .tabs-nav li a.active {
  z-index: 10;
  height: 36px;
  margin-top: -1px;
  border-top: 3px solid #690d01;
  background-color: #fff;
  line-height: 35px;
}
.tabs-nav li a:focus {
  outline: none;
}
.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece;
}
.tabs-body > div {
  display: none;
}
.tabs-body > div.active {
  display: block;
}
.title-page .menu-4 .menu-scroll > ul ul ul, .menu-4 .menu-scroll > ul ul ul {
  left: 0;
}
h5 {
  font-size: 15px !important;
}
h6 {
  font-size: 13px !important;
}
.title-page .site-name-3 .sn-text, .site-name-3 .sn-text {
  flex-direction: column;
}
.title-page .site-name-3 .sn-wrap, .site-name-3 .sn-wrap {
  flex-flow: row;
}
.title-page .site-name-3 .sn-logo, .site-name-3 .sn-logo {
  margin-right: 12px;
}
@media (max-width: 480px) {
  .title-page .site-name-3 .sn-wrap, .site-name-3 .sn-wrap {
    flex-flow: column;
    align-items: center;
  }
}
.title-page .slider-54 .overfill {
  background-color: rgba(222, 113, 188, 0) !important;
}
.title-page .slider-54 .slider-next, .title-page .slider-54 .slider-prev {
  background-color: #000;
}
.title-page .block-19 .layout_33, .block-19 .layout_33 {
  align-items: flex-end;
}
@media (max-width: 960px) {
  .title-page .block-19 .layout_33, .block-19 .layout_33 {
    align-items: flex-start;
  }
}
.policy {
  margin-top: 5px;
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}
.title-page .form-22 .form-item, .form-22 .form-item {
  text-align: left;
}
.cookies-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-size: 14px;
  z-index: 6000;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.25);
  font-weight: normal;
  display: none;
  padding: 20px 30px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.cookies-warning a {
  color: inherit;
}
.cookies-warning.opened {
  display: block;
}
.cookies-warning__body {
  line-height: 1.2;
  text-align: center;
}
.cookies-warning__close {
  cursor: pointer;
  padding: 13px 23px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  background-color: #fff232;
  border-radius: 0px;
  color: #000;
}
.cookies-warning__close:hover {
  background-color: #fff232;
}
.block-10 .layout_16_id_66 {
  width: 1200px;
}
@media (min-width: 1201px) {
  .lpc-updated-contacts__map-wrap {
    width: calc(50% - 32px) !important;
  }
  .lpc-updated-contacts__content {
    width: calc(50% - 32px) !important;
  }
  .lpc-updated-contacts__map-wrap {
    height: 400px !important;
  }
}
.title-page .widget-11, .widget-11 {
  width: 940px;
}
.title-page .block-15 .layout_24_id_26, .block-15 .layout_24_id_26, .title-page .block-19 .layout_32_id_32_id_34, .block-19 .layout_32_id_32_id_34 {
  width: 1200px;
}
.menu-4 .menu-scroll > ul > li.menu-item > a:hover, .menu-4 .menu-scroll > ul > li.menu-item > a.hover, .menu-4 .menu-scroll > ul > li.menu-item > a.active {
  color: #fdf24b !important;
}
.footer {
  background: #000;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}
.footer__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footer__wrapper {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .contacts {
  width: 500px;
  margin-right: 40px;
  flex: none;
}
@media (max-width: 1023px) {
  .footer .contacts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer .contacts__title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .footer .contacts__title {
    font-size: 24px;
  }
}
.footer .contacts .phones {
  padding: 5px 0 5px 40px;
  position: relative;
}
.footer .contacts .phones:before {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  top: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='A_phone_5.svg' class='cls-1' d='M1288,141h-4a17.021,17.021,0,0,1-17-17v-4a3.006,3.006,0,0,1,3-3h4a1.93,1.93,0,0,1,1.43.532,2.91,2.91,0,0,1,.57,2.211v4.513a2.913,2.913,0,0,1-.57,2.212,1.921,1.921,0,0,1-1.36.525,8,8,0,0,0,6.94,6.936,1.873,1.873,0,0,1,.52-1.356,2.9,2.9,0,0,1,2.21-.577l4.26,0,0.26,0a2.926,2.926,0,0,1,2.21.577A1.933,1.933,0,0,1,1291,134v4A3.006,3.006,0,0,1,1288,141Zm1-6.982c-0.19-.022-0.5-0.019-0.73-0.019l-4.27,0-0.27,0c-0.23,0-.54,0-0.73.019V136h-1a10.013,10.013,0,0,1-10-10v-1h1.98a5.7,5.7,0,0,0,.02-0.728v-4.544a5.7,5.7,0,0,0-.02-0.727H1270a1,1,0,0,0-1,1v4a15.017,15.017,0,0,0,15,15h4a1,1,0,0,0,1-1v-3.982ZM1283.99,131a7,7,0,1,1,7-7A7.007,7.007,0,0,1,1283.99,131Zm0-12a5,5,0,1,0,5,5A5.01,5.01,0,0,0,1283.99,119Zm-1,5.413V120h2v3.585l1.71,1.707-1.41,1.413Z' transform='translate(-1267 -117)'/%3E%3C/svg%3E") center /cover no-repeat;
}
.footer .contacts .phones a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 479px) {
  .footer .contacts .phones a {
    font-size: 17px;
  }
}
.footer .contacts .phones .messengers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer .contacts .phones .messengers a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  margin: 0 5px 0 0;
  border-radius: 50%;
}
.footer .contacts .phones .messengers a img {
  max-width: 100%;
}
.footer .contacts .address {
  padding: 5px 0 5px 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .footer .contacts .address {
    font-size: 14px;
  }
}
.footer .contacts .address:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 24px;
  left: 0;
  top: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='A_location_1.svg' class='cls-1' d='M1054.83,136.515l-0.82,1.2-0.83-1.2c-0.69-1.013-4.16-6.187-4.16-8.579a4.985,4.985,0,1,1,9.97,0C1058.99,130.328,1055.53,135.5,1054.83,136.515Zm-0.82-11.564a2.99,2.99,0,0,0-2.99,2.985c0,1.089,1.55,3.941,2.99,6.2,1.43-2.255,2.98-5.107,2.98-6.2A2.988,2.988,0,0,0,1054.01,124.951Zm-1.6,2.985a1.6,1.6,0,1,1,1.6,1.594A1.594,1.594,0,0,1,1052.41,127.936Zm-2.42-8.571-3,3v12.171l1.29-1.293,1.42,1.414-3,3a0.273,0.273,0,0,1-.03.021,0.962,0.962,0,0,1-.3.2h0a0.992,0.992,0,0,1-.38.077,1.056,1.056,0,0,1-.25-0.05,1,1,0,0,1-.13-0.026h0a1.1,1.1,0,0,1-.3-0.2c0-.008-0.02-0.011-0.02-0.02l-4.3-4.292-4.29,4.292a1,1,0,0,1-.71.294,0.956,0.956,0,0,1-.38-0.077,1.008,1.008,0,0,1-.62-0.923v-15a1,1,0,0,1,.3-0.707l4.99-5a0.138,0.138,0,0,0,.04-0.026,0.746,0.746,0,0,1,.13-0.094,0.636,0.636,0,0,1,.12-0.072,0.138,0.138,0,0,1,.04-0.025,0.662,0.662,0,0,1,.1-0.025,0.756,0.756,0,0,1,.14-0.034,1.512,1.512,0,0,1,.28,0,0.815,0.815,0,0,1,.16.039,0.417,0.417,0,0,1,.08.021,0.141,0.141,0,0,1,.04.023,1.427,1.427,0,0,1,.14.08,0.641,0.641,0,0,1,.11.085c0.01,0.011.03,0.017,0.04,0.029l4.29,4.293,4.29-4.293a1.006,1.006,0,0,1,1.09-.217,0.994,0.994,0,0,1,.62.924v5h-2v-2.586Zm-10,0-3,3v12.171l3-3V119.365Zm5,3-3-3v12.171l3,3V122.365Z' transform='translate(-1035 -115.938)'/%3E%3C/svg%3E") center /cover no-repeat;
}
.footer .contacts .worktime {
  line-height: 1.2;
  font-size: 17px;
  padding: 5px 0 5px 40px;
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .footer .contacts .worktime {
    font-size: 14px;
  }
}
.footer .contacts .worktime:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='time.svg' class='cls-1' d='M1371,150.011A10.012,10.012,0,1,1,1381.01,140,10.022,10.022,0,0,1,1371,150.011Zm0-18.021a8.01,8.01,0,1,0,8.01,8.009A8.017,8.017,0,0,0,1371,131.99Zm-0.42,9.375a2.021,2.021,0,0,1-.58-1.416v-4.955h2v4.955l3.42,3.64-1.42,1.416Z' transform='translate(-1361 -130)'/%3E%3C/svg%3E") center /cover no-repeat;
}
.footer .map {
  width: calc(100% - 540px);
}
@media (max-width: 1023px) {
  .footer .map {
    width: 100%;
  }
}
.footer .map .widget-11 {
  width: 100% !important;
  margin: 0 !important;
  min-height: 300px !important;
  border: 10px solid #fff !important;
}
.footer__under {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__under {
    flex-direction: column;
  }
}
.footer__under > .text {
  width: 550px;
}
@media (max-width: 1023px) {
  .footer__under > .text {
    width: 100%;
  }
}
.footer__under > .text br {
  display: none;
}
.footer__under > .text p {
  margin: 0;
}
.footer__under .widget-14 {
  margin: 0 !important;
  text-align: left !important;
  padding-left: 0 !important;
  width: auto !important;
  padding-top: 0 !important;
}
.footer__under .editable_block-33 .text {
  text-align: left !important;
}
@media (max-width: 1023px) {
  .footer__under .editable_block-33 .text {
    text-align: center !important;
  }
}
.footer__under .copyright {
  color: #fff;
  text-align: right;
}
@media (max-width: 1023px) {
  .footer__under .copyright {
    text-align: center;
    margin-top: 20px;
  }
}
.footer__under .policy {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
.title-page .block-17 .layout_28_id_29, .block-17 .layout_28_id_29 {
  width: 1200px;
}
.title-page .form-22 .icon.img_name, .form-22 .icon.img_name {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.37' height='19.844' viewBox='0 0 17.37 19.844'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %238EB579; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='user.svg' class='cls-1' d='M1290.47,29.787a2.815,2.815,0,1,1-2.81-2.77A2.789,2.789,0,0,1,1290.47,29.787Zm1.86,0a4.675,4.675,0,1,1-4.67-4.631A4.65,4.65,0,0,1,1292.33,29.787Zm-6.58,7.815h3.81a5.062,5.062,0,0,1,4.92,5.2,0.416,0.416,0,0,1-.1.271,0.221,0.221,0,0,1-.16.074h-13.13a0.221,0.221,0,0,1-.16-0.074,0.416,0.416,0,0,1-.1-0.271A5.062,5.062,0,0,1,1285.75,37.6Zm-6.78,5.2a6.925,6.925,0,0,1,6.78-7.057h3.81a6.925,6.925,0,0,1,6.78,7.057A2.164,2.164,0,0,1,1294.22,45h-13.13A2.164,2.164,0,0,1,1278.97,42.8Z' transform='translate(-1278.97 -25.156)'/%3E%3C/svg%3E") center /20px no-repeat;
}
@media (min-width: 961px) {
  .top-menu .widget-333 {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .widget-333 {
    background: #FDF24B;
    padding: 20px;
  }
  .widget-333 a {
    color: #000 !important;
  }
  .widget-333 ul ul {
    margin-top: 0 !important;
  }
  .widget-3 {
    padding: 20px !important;
  }
  .title-page .side-panel-35 .side-panel-content, .side-panel-35 .side-panel-content {
    padding: 0;
  }
  .title-page .side-panel-35 .side-panel-close, .side-panel-35 .side-panel-close {
    background: url("../images/hrest_2.png") left 50% top 50% no-repeat;
  }
}
@media (max-width: 479px) {
  .site-worktime__body {
    font-size: 13px;
  }
}
.button-up {
  background: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.89 40.13' width='66.89' height='40.13' data-prefix='idbdf11fe'%3E%3Cg data-name='Слой 2'%3E%3Cpath d='M60.2 40.13a6.66 6.66 0 0 1-4.73-2l-22-22-22 22A6.69 6.69 0 0 1 2 28.71L28.71 2a6.69 6.69 0 0 1 9.46 0l26.76 26.71a6.69 6.69 0 0 1-4.73 11.42z' data-name='Layer 1' class='path-i49fwkhe7' fill='%23FDF24B'/%3E%3C/g%3E%3C/svg%3E") center /10px no-repeat, #000;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  z-index: 99;
  border: 2px solid #FDF24B;
}
