@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
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(11.1111111111%, #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(11.1111111111%, #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(11.1111111111%, #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: #000;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: linear-gradient( #fff, #fff);
  -pie-background: linear-gradient( #fff, #fff); }
  .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(11.1111111111%, #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: #333;
    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: #333;
    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: #fff;
  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: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  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: #fff; }

.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; }

.popover-body .s3_button_large {
  background: repeating-linear-gradient(to bottom right, #eb8b84 0%, #ed7caf 99.7%) !important;
  border-radius: 250px !important;
  padding: 0 20px !important;
  border: 4px solid rgba(255, 255, 255, 0.27) !important;
  display: inline-flex !important;
  justify-content: center !important;
  color: #fff;
  font-family: Andika, sans-serif !important; }

h1 {
  font-size: 30px;
  box-sizing: border-box;
  font-family: Underdog, serif;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  text-align: center; }

.about_text {
  box-sizing: border-box;
  position: relative;
  font-family: Andika, sans-serif;
  font-size: 15px;
  color: #919191;
  text-indent: 0;
  text-decoration: none; }

@media (max-width: 768px) {
  .site-name .sn-wrap {
    align-items: center; } }

.social {
  padding-left: 45px; }
  .social .soc_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 180px; }
    .social .soc_wrap a {
      display: block;
      width: 35px;
      height: 35px;
      margin: 5px; }
      .social .soc_wrap a img {
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
        min-width: 100%; }

@media (max-width: 768px) {
  .social {
    justify-content: center;
    display: flex;
    padding-left: 0; } }

.title-page .block-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/pip.svg?1566194613148") left calc(50% - 288px) bottom -3px / 284px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODc5IiBoZWlnaHQ9IjYyNiIgdmlld0JveD0iMCAwIDE4NzkgNjI2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYmdyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTY4Ni41OSwwYzUzLjgxLDM3LjQ4MS0xMS40NCwxOTcuODY0LTE4My44MywxNzkuODktMTg4Ljk4LTE5LjctMzYxLjA1LTE1LjMyOC0zNzguMDgsNDkuMjY2LTM3Ljk2LDE1My40NzEsMjMwLjUsNzguNDgxLDE5Mi4zMywxOTAuMS00My44OCwxMjguMzE0LDE2MS44NSwyNjAuMTI2LDUyMi40MiwxODQuNjUyLDI2MC44OS02My45NTYsMjM5LjE5LTIwMC41MSw1NDcuOTEtOTUuMjg4LDE4My45OSw2Mi43MTEsMzg2LjYxLDY2LjQ0Nyw0NDcuMjEtMzQuOTM3LDI1LjczLTQzLjAzOCw0NC4zNi02NS4yMDksMTY1LjQ1LTY1LjJWMEgxNjg2LjU5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMjEpIiBmaWxsPSIjODQ3NmU0IiBmaWxsLW9wYWNpdHk9IjAuMiIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") right 0px top 0px / contain no-repeat #3f3476;
  max-width: 100%;
  z-index: 8;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 10px; }
  .title-page .block-18:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: url('../images/poloski.png') 50%/cover no-repeat;
    background-color: rgba(38, 50, 76, 0.5); }

.title-page .block-17 {
  padding: 150px 140px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0; }

.title-page .widget-30 {
  margin: 0 0 -1px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 1210px;
  max-width: 100%; }

.title-page .popover-wrap-44 .popover-body {
  padding: 70px 50px 70px 300px;
  border: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/about.png?1566360894494") left -347px top calc(50% + 7px) / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(63, 52, 118, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: left;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #1f1b4b;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff; }

.title-page .popover-wrap-44 .popover-body .form_text input:hover, .title-page .popover-wrap-44 .popover-body .form_text input.hover, .title-page .popover-wrap-44 .popover-body .form_text input.active {
  background: #f9f2ff; }

.title-page .popover-wrap-44 .popover-body .form_text input:active, .title-page .popover-wrap-44 .popover-body .form_text input.active {
  border: 1px solid rgba(63, 52, 118, 0); }

.title-page .popover-wrap-44 .popover-body .form_calendar input {
  padding: 15px 20px;
  border: 1px solid rgba(63, 52, 118, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: left;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff; }

.title-page .popover-wrap-44 .popover-body .form_calendar input:hover, .title-page .popover-wrap-44 .popover-body .form_calendar input.hover, .title-page .popover-wrap-44 .popover-body .form_calendar input.active {
  background: #f9f2ff; }

.title-page .popover-wrap-44 .popover-body .form_calendar input:active, .title-page .popover-wrap-44 .popover-body .form_calendar input.active {
  border: 1px solid rgba(63, 52, 118, 0); }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval input {
  padding: 15px 10px;
  border: 1px solid rgba(63, 52, 118, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #fff; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-44 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-44 .popover-body .form_calendar_interval input.active {
  background: #f9f2ff; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval input:active, .title-page .popover-wrap-44 .popover-body .form_calendar_interval input.active {
  border: 1px solid rgba(63, 52, 118, 0); }

.title-page .popover-wrap-44 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(63, 52, 118, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #1f1b4b;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff; }

.title-page .popover-wrap-44 .popover-body textarea:hover, .title-page .popover-wrap-44 .popover-body textarea.hover, .title-page .popover-wrap-44 .popover-body textarea.active {
  background: #f9f2ff; }

.title-page .popover-wrap-44 .popover-body textarea:active, .title-page .popover-wrap-44 .popover-body textarea.active {
  border: 1px solid rgba(63, 52, 118, 0); }

.title-page .popover-wrap-44 .popover-body .s3_button_large {
  padding: 20px 40px 17px;
  border: none;
  background: #ca6598;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  font-size: 19px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px; }

.title-page .popover-wrap-44 .popover-body .s3_button_large:hover, .title-page .popover-wrap-44 .popover-body .s3_button_large.hover, .title-page .popover-wrap-44 .popover-body .s3_button_large.active {
  background: #e693a7;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3); }

.title-page .popover-wrap-44 .popover-body .s3_button_large:active, .title-page .popover-wrap-44 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent; }

.title-page .popover-wrap-44 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left; }

.title-page .popover-wrap-44 .popover-close {
  padding: 30px 0;
  margin: -15px -30px 0 0;
  border: none;
  position: absolute;
  top: -15px;
  right: 0;
  box-sizing: border-box;
  width: 60px;
  height: 30px;
  background: url("../images/close1.png?1566360894515") left 50% top 50% / 28px no-repeat #ca6598;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(31, 27, 75, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 60px;
  left: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none; }

.title-page .popover-wrap-44 .popover-close:hover, .title-page .popover-wrap-44 .popover-close.hover, .title-page .popover-wrap-44 .popover-close.active {
  background: url("../images/close1.png?1566360894515") left 50% top 50% / 28px no-repeat #e693a7;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3); }

.title-page .popover-wrap-44 .popover-close:active, .title-page .popover-wrap-44 .popover-close.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent; }

.title-page .editable_block-44 p:first-child {
  margin-top: 0; }

.title-page .editable_block-44 p:last-child {
  margin-bottom: 0; }

.title-page .editable_block-44 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left; }

.title-page .editable_block-44 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal; }

.title-page .editable_block-44 .title {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Underdog, serif;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none; }

.title-page .editable_block-44 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex; }

.title-page .editable_block-44 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex; }

.title-page .editable_block-44 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.title-page .editable_block-44 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }

.title-page .editable_block-44 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex; }

.title-page .editable_block-44 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 23px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 800px;
  margin-left: auto;
  margin-right: auto; }

.title-page .editable_block-44 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto; }

.title-page .editable_block-44 .price-inner {
  box-sizing: border-box;
  display: inline-block; }

.title-page .editable_block-44 .price-note {
  box-sizing: border-box;
  display: inline-block; }

.title-page .editable_block-44 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.title-page .editable_block-44 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex; }

.title-page .editable_block-44 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center; }

.title-page .editable_block-44 .more > a {
  padding: 30px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 66px;
  font-family: Underdog, serif;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
  margin-top: 30px;
  background: #ca6598;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-image: linear-gradient(-45deg, #ec7fa5 0%, #eb898a 100%);
  position: relative;
  min-width: 360px; }
  @media (max-width: 480px) {
  .title-page .editable_block-44 .more > a {
    min-width: 0; } }
  .title-page .editable_block-44 .more > a span {
    position: relative;
    z-index: 5; }
  .title-page .editable_block-44 .more > a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    pointer-events: none;
    border-radius: 250px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='375px' height='82px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='92.718%25' x2='0%25' y1='37.461%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(236,127,165)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(235,137,138)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' stroke-width='5px' stroke='rgb(255, 255, 255)' fill-opacity='0' fill='url(%23PSgrad_0)' d='M40.500,8.500 L334.500,8.500 C352.725,8.500 367.500,23.275 367.500,41.500 C367.500,59.725 352.725,74.500 334.500,74.500 L40.500,74.500 C22.275,74.500 7.500,59.725 7.500,41.500 C7.500,23.275 22.275,8.500 40.500,8.500 Z'/%3E%3C/svg%3E") 50% no-repeat; }

.title-page .editable_block-44 .more > a:hover, .title-page .editable_block-44 .more > a.hover, .title-page .editable_block-44 .more > a.active {
  background: #e693a7;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(202, 101, 152, 0.3); }

.title-page .editable_block-44 .more > a:active, .title-page .editable_block-44 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent; }

.title-page .editable_block-44 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit; }

.title-page .editable_block-44 .clear {
  clear: both; }

.title-page .popover-container-44 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed; }

.title-page .popover-container-44 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5; }

.title-page .popover-wrap-44 .popover-form-title {
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #303040;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none; }

.title-page .popover-wrap-44 .popover-body .s3_form {
  margin-top: 0; }

.title-page .popover-wrap-44 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left; }

.title-page .popover-wrap-44 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(31, 27, 75, 0.9);
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_div {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 12px; }

.title-page .popover-wrap-44 .popover-body .form_html_block p:first-of-type {
  margin-top: 0; }

.title-page .popover-wrap-44 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(31, 27, 75, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-transform: none;
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 12px; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_title {
  color: rgba(31, 27, 75, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-transform: none;
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }

.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0; }

.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 12px; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_select {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_title {
  color: rgba(31, 27, 75, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-transform: none;
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px; }

.title-page .popover-wrap-44 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1; }

.title-page .popover-wrap-44 .popover-body .form_select option {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(31, 27, 75, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-transform: none;
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
  text-align: left; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(31, 27, 75, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-transform: none;
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 12px; }

.title-page .popover-wrap-44 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box; }

.title-page .popover-wrap-44 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%; }

.title-page .popover-wrap-44 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #eceafe;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
  padding-left: 10px; }

.title-page .popover-wrap-44 .popover-body .s3_required {
  color: #f00; }

.title-page .popover-wrap-44 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left; }

.title-page .popover-wrap-44 ::-webkit-input-placeholder {
  color: #ababab; }

.title-page .popover-wrap-44 ::-moz-placeholder {
  color: #ababab; }

.title-page .popover-wrap-44 :-ms-input-placeholder {
  color: #ababab; }

.title-page .block-18 .block-17 {
  background: none; }

@media (max-width: 960px) {
  .title-page .editable_block-44 .title {
    line-height: 1;
    background: none;
    width: auto;
    margin-left: 0;
    margin-right: 0; }

  .title-page .block-17 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (max-width: 768px) {
  .title-page .editable_block-44 .title {
    font-size: 35px; } }

@media (max-width: 640px) {
  .title-page .block-17 {
    padding: 40px 30px; }

  .title-page .editable_block-44 .more > a {
    font-size: 19px; } }

@media (max-width: 480px) {
  .title-page .editable_block-44 .title {
    font-size: 25px; } }

.title-page .editable_block-44 .text {
  width: auto; }
