@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;
}
/*---СТИЛИЗАЦИЯ ЖОЛТЫЙ---*/
input, select, textarea {
  outline: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.g-button {
  /*background: repeating-linear-gradient(to bottom right,#68b33c 0%,#068958 100%) !important;*/
}
.g-button:hover {
  -webkit-box-shadow: 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
  background: #08090b !important;
}
.g-panel__head a {
  /*color: #68b33c !important;*/
}
.g-vote-status__label {
  /*
    color: #68b33c !important;
    border: 1px solid #68b33c !important;
    */
}
.g-button.g-button--invert:hover {
  border-color: transparent !important;
}
.g-button.g-button--invert {
  border-color: transparent !important;
}
input[type=text][name=_cn]:focus, .g-form-control-text:focus, .g-form-control-textarea:focus {
  border: 1px solid rgba(17, 85, 204, 0) !important;
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0) !important;
}
.g-img__count {
  /*background: #68b33c !important;*/
}
.content-55 a {
  text-align: center;
}
.g-img--gallery-album .g-img__link:hover {
  /*
    border-color: rgba(17,85,204,0.0) !important;
    box-shadow: 0 0 3px rgba(17,85,204,0.0) !important;
    */
}
.g-img--gallery-image:hover .g-img__link {
  /*
    border-color: rgba(17,85,204,0.0) !important;
    box-shadow: 0 0 3px rgba(17,85,204,0.0) !important;
    */
}
.title-page .menu-49 .menu-scroll > ul, .menu-49 .menu-scroll > ul {
  width: 80%;
  height: 33px;
}
iframe {
  border: transparent !important;
}
.g-img--gallery-image .g-img__caption {
  text-align: center;
}
.content-73 a {
  text-align: center;
}
/*
.title-page .menu-6 .menu-scroll > ul, .menu-6 .menu-scroll > ul {
    width: 85%;
    flex-wrap: wrap;
}

.title-page .menu-154 .menu-scroll > ul, .menu-154 .menu-scroll > ul {
    width: 95%;
    flex-wrap: wrap;
}
*/
.highslide-image-name {
  font-size: 14px !important;
}
.content-165 a {
  text-align: center;
}
.highslide:hover img {
  border: 1px solid #0b1cb5 !important;
}
.content-307 a:hover {
  text-decoration: underline;
}
.g-button {
  background: #0b1cb5 !important;
}
.title-page .menu-167 .menu-scroll > ul ul, .menu-167 .menu-scroll > ul ul {
  z-index: 999;
}
.title-page .block-170, .block-170 {
  z-index: -1;
}
.title-page .block-169, .block-169 {
  z-index: -1;
}
.g-panel__head a {
  color: #ffaa00 !important;
}
.g-vote-status__label {
  color: #0b1cb5 !important;
  border: 1px solid #0b1cb5 !important;
}
.g-form-control-radio input[type=radio]:checked ~ .g-form-control-radio__input {
  border-color: #02a0fe !important;
  background-color: #02a0fe !important;
}
.g-vote-visualize__progress {
  background-color: #0b1cb5 !important;
}
.g-vote-visualize__bar {
  background: #dedede !important;
}
.g-gallery2-album-list a {
  text-align: center;
}
/*
.g-img__count {
    background: #e6a4b4 !important;
}
*/
.g-img--gallery-album .g-img__link:hover {
  border-color: #0b1cb5 !important;
  box-shadow: 0 0 3px rgba(17, 85, 204, 0) !important;
}
.g-img--gallery-image:hover .g-img__link {
  border-color: #0b1cb5 !important;
  box-shadow: 0 0 3px rgba(17, 85, 204, 0) !important;
}
.highslide img {
  border: 1px solid transparent !important;
}
.wrapper {
  color: #1c1c1c !important;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button.disabled, .menu-12 .menu-scroll > ul > li.more-button.disabled {
  display: block;
  margin: 0;
}
.title-page .menu-12 .menu-scroll > ul, .menu-12 .menu-scroll > ul {
  width: 90%;
  flex-wrap: wrap;
  align-items: center;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button, .menu-12 .menu-scroll > ul > li.more-button {
  margin: 0;
}
.content-47 a {
  color: #008edb !important;
}
.content-47 a:hover {
  text-decoration: none;
}
.g-article {
  border: 0.06667em solid #0b1cb5 !important;
}
.title-page .menu-49 .menu-scroll > ul, .menu-49 .menu-scroll > ul {
  width: 70%;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
}
.content-67 a:hover {
  text-decoration: none;
}
.g-gallery2-album-list a:hover {
  text-decoration: none !important;
}
.title-page .menu-188 .menu-scroll > ul > li.more-button > a, .menu-188 .menu-scroll > ul > li.more-button > a {
  background: #2ad1f1 !important;
  padding: 15px 20px;
}
.title-page .menu-188 .menu-scroll > ul, .menu-188 .menu-scroll > ul {
  width: 90%;
  flex-wrap: wrap;
  align-items: center;
}
.title-page .menu-188 .menu-scroll > ul > li.more-button, .menu-188 .menu-scroll > ul > li.more-button {
  margin: 0;
}
.title-page .menu-169 .menu-scroll > ul, .menu-169 .menu-scroll > ul {
  width: 75%;
  flex-wrap: wrap;
}
.menu-188 .menu-scroll > ul > li.more-button > ul {
  z-index: 999;
  background: #35383f;
}
.menu-188 .menu-scroll > ul ul > li > a {
  background: #35383f;
  border-radius: 0px;
  padding: 10px;
}
.menu-188 .menu-scroll > ul ul > li > a:hover {
  -webkit-box-shadow: inset 3px 0px 0px #2ad1f1;
  -moz-box-shadow: inset 3px 0px 0px #2ad1f1;
  box-shadow: inset 3px 0px 0px #2ad1f1;
}
.block-120 {
  z-index: 1;
}
.content-193 a:hover {
  text-decoration: none;
}
.g-form-control-checkbox:hover .g-form-control-checkbox__input, .g-form-control-checkbox:hover .g-form-control-radio__input, .g-form-control-radio:hover .g-form-control-checkbox__input, .g-form-control-radio:hover .g-form-control-radio__input {
  border-color: #0b1cb5 !important;
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0) !important;
}
.g-form-control-radio input[type=radio]:checked ~ .g-form-control-radio__input {
  border-color: #0b1cb5 !important;
  background-color: #0b1cb5 !important;
}
.g-panel {
  border: 1px solid #0b1cb5 !important;
}
.g-img__count {
  background: #0b1cb5 !important;
}
.block-107 {
  z-index: 1;
}
.title-page .menu-14 .menu-scroll > ul > li.more-button, .menu-14 .menu-scroll > ul > li.more-button {
  display: block !important;
  margin: 0;
}
.title-page .menu-14 .menu-scroll > ul, .menu-14 .menu-scroll > ul {
  align-items: center;
  width: 85%;
  flex-wrap: wrap;
}
.title-page .menu-96 .menu-scroll > ul, .menu-96 .menu-scroll > ul {
  width: 85%;
  flex-wrap: wrap;
}
.title-page .menu-14 .menu-scroll > ul > li.more-button > a, .menu-14 .menu-scroll > ul > li.more-button > a {
  background: #09dbdc !important;
}
.g-vote .g-button.g-button--invert {
  color: #fff !important;
}
.g-vote .g-button--invert.g-button--arr-left::after {
  background: url(../arrow.svg) 0 0 no-repeat;
}
.g-auth__right-container .g-button.g-button--invert {
  color: #fff !important;
  font-size: 14px;
}
.title-page .menu-52 .menu-scroll > ul ul, .menu-52 .menu-scroll > ul ul {
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 400px;
  width: 310px;
}
.title-page .side-panel-14 .side-panel-content, .side-panel-14 .side-panel-content {
  width: 300px;
}
.title-page .side-panel-14 .side-panel-content-inner, .side-panel-14 .side-panel-content-inner {
  overflow-y: hidden;
}
.title-page .side-panel .widget-7, .side-panel .widget-7 {
  margin: 20px 25px;
}
.title-page .side-panel-13 .side-panel-content, .side-panel-13 .side-panel-content {
  width: 320px;
}
.content-147 a {
  color: #feb463 !important;
  text-decoration: underline;
}
.content-147 a:hover {
  text-decoration: none;
}
.g-page .g-page-gallery2 .g-button a {
  color: #fff !important;
}
.content-194 a {
  text-decoration: underline !important;
  color: #03e0ec !important;
}
.content-194 a:hover {
  text-decoration: none !important;
}
.title-page .menu-52 .menu-scroll > ul, .menu-52 .menu-scroll > ul {
  width: 80%;
  flex-wrap: wrap;
}
.title-page .site-name-5 img, .site-name-5 img {
  width: auto;
}
.title-page .site-name-5 .sn-wrap, .site-name-5 .sn-wrap {
  flex-flow: row;
}
.title-page .site-name-5 .sn-logo, .site-name-5 .sn-logo {
  margin-right: 10px;
}
.title-page .widget-2, .widget-2 {
  width: 500px;
}
.site-activity {
  font-weight: normal;
  font-size: 14px;
}
.site-tagline {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 480px) {
  .title-page .site-name-5 .sn-wrap, .site-name-5 .sn-wrap {
    flex-flow: column;
  }
  .title-page .widget-2, .widget-2 {
    width: auto;
  }
  .title-page .site-name-5 .sn-logo, .site-name-5 .sn-logo {
    margin: 0 auto 10px;
  }
}
@media (max-width: 960px) {
  .widget-125 {
    display: block;
    padding: 10px 0;
  }
}
.title-page h1 {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: 35px;
  color: #333333;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 0;
  font-weight: bold;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  min-height: 0;
}
@media (max-width: 960px) {
  .title-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .title-page h1 {
    font-size: 25px;
  }
}
.title-page .menu-52 .menu-scroll > ul ul ul, .menu-52 .menu-scroll > ul ul ul {
  left: auto;
  height: auto;
  width: 100%;
}
.title-page .popover-wrap-171 .popover-body .s3_button_large, .popover-wrap-171 .popover-body .s3_button_large {
  margin-top: 10px;
}
.title-page .popover-wrap-175 .popover-body .s3_button_large {
  margin-top: 10px;
}
.title-page .popover-wrap-115 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-115 .popover-body textarea {
  padding: 10px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  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: 13.3333px;
  background: #f5f5f5;
}
.title-page .popover-wrap-115 .popover-body .s3_button_large {
  border: none;
  background: #0b1cb5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
  min-height: 55px;
}
.title-page .popover-wrap-115 .popover-body .s3_button_large:hover, .title-page .popover-wrap-115 .popover-body .s3_button_large.hover, .title-page .popover-wrap-115 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #0b1cb5;
}
.title-page .popover-wrap-115 .popover-body .s3_button_large:active, .title-page .popover-wrap-115 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.title-page .popover-wrap-115 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-115 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/if_x_2561505.svg") left 50% top 50% / 29px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 30px;
  margin-right: 30px;
}
.title-page .popover-wrap-115 .popover-close:hover, .title-page .popover-wrap-115 .popover-close.hover, .title-page .popover-wrap-115 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4IiBpZD0ibGluZS0yIj48L2xpbmU+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIgaWQ9ImxpbmUtMyI+PC9saW5lPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  opacity: 0.5;
}
.title-page .horizontal_block-115 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_block-115 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_block-115 .body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-115 .figure {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_block-115 .image {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_block-115 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_block-115 .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;
  text-align: left;
}
.title-page .horizontal_block-115 .image img {
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .horizontal_block-115 .detail {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  flex-basis: auto;
  margin-right: 20px;
}
.title-page .horizontal_block-115 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -webkit-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background: url("../images/Rectangle 20.png?15631711331153") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 20px;
  padding-left: 0;
  width: 850px;
}
.title-page .horizontal_block-115 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  width: 850px;
  padding-left: 0;
  -webkit-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_block-115 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_block-115 .more {
  box-sizing: border-box;
  margin-top: 5px;
}
.title-page .horizontal_block-115 .more > a {
  padding: 15px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  min-height: 70px;
  width: 250px;
}
.title-page .horizontal_block-115 .more > a:hover, .title-page .horizontal_block-115 .more > a.hover, .title-page .horizontal_block-115 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  background: transparent;
}
.title-page .horizontal_block-115 .more > a:active, .title-page .horizontal_block-115 .more > a.active {
  opacity: 0.5;
}
.title-page .popover-container-115 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-115 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-115 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-115 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item {
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.title-page .popover-wrap-115 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-115 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-115 .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-115 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-115 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-115 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-115 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-115 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-115 .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-115 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-115 .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-115 .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-115 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-115 .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-115 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-115 .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-115 .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-115 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-115 .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-115 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-115 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-115 .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-115 .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-115 .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;
}
.title-page .popover-wrap-115 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-115 .popover-body .form_text input {
  padding: 7px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-115 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-115 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-115 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
}
.title-page .popover-wrap-115 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-115 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-115 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-171 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-171 .popover-body textarea {
  padding: 10px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  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: 13.3333px;
  background: #f5f5f5;
}
.title-page .popover-wrap-171 .popover-body .s3_button_large {
  border: none;
  background: #0b1cb5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
  min-height: 55px;
}
.title-page .popover-wrap-171 .popover-body .s3_button_large:hover, .title-page .popover-wrap-171 .popover-body .s3_button_large.hover, .title-page .popover-wrap-171 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #0b1cb5;
}
.title-page .popover-wrap-171 .popover-body .s3_button_large:active, .title-page .popover-wrap-171 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.title-page .popover-wrap-171 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-171 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/if_x_2561505.svg") left 50% top 50% / 29px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 30px;
  margin-right: 30px;
}
.title-page .popover-wrap-171 .popover-close:hover, .title-page .popover-wrap-171 .popover-close.hover, .title-page .popover-wrap-171 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4IiBpZD0ibGluZS0yIj48L2xpbmU+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIgaWQ9ImxpbmUtMyI+PC9saW5lPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  opacity: 0.5;
}
.title-page .horizontal_block-171 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_block-171 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_block-171 .body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-171 .figure {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_block-171 .image {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_block-171 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_block-171 .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;
  text-align: left;
}
.title-page .horizontal_block-171 .image img {
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .horizontal_block-171 .detail {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  flex-basis: auto;
  margin-right: 20px;
}
.title-page .horizontal_block-171 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -webkit-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background: url("../images/Rectangle 20.png?15631711331713") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 20px;
  padding-left: 0;
  width: 850px;
}
.title-page .horizontal_block-171 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  width: 850px;
  padding-left: 0;
  -webkit-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_block-171 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_block-171 .more {
  box-sizing: border-box;
  margin-top: 5px;
}
.title-page .horizontal_block-171 .more > a {
  padding: 15px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  min-height: 70px;
  width: 250px;
}
.title-page .horizontal_block-171 .more > a:hover, .title-page .horizontal_block-171 .more > a.hover, .title-page .horizontal_block-171 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  background: transparent;
}
.title-page .horizontal_block-171 .more > a:active, .title-page .horizontal_block-171 .more > a.active {
  opacity: 0.5;
}
.title-page .popover-container-171 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-171 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-171 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-171 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item {
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.title-page .popover-wrap-171 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-171 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-171 .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-171 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-171 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-171 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-171 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-171 .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-171 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-171 .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-171 .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-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-171 .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-171 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-171 .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-171 .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-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-171 .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-171 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-171 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-171 .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-171 .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-171 .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;
}
.title-page .popover-wrap-171 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-171 .popover-body .form_text input {
  padding: 7px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-171 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-171 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-171 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
}
.title-page .popover-wrap-171 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-171 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-171 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-175 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-175 .popover-body textarea {
  padding: 10px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  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: 13.3333px;
  background: #f5f5f5;
}
.title-page .popover-wrap-175 .popover-body .s3_button_large {
  border: none;
  background: #0b1cb5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
  min-height: 55px;
}
.title-page .popover-wrap-175 .popover-body .s3_button_large:hover, .title-page .popover-wrap-175 .popover-body .s3_button_large.hover, .title-page .popover-wrap-175 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #0b1cb5;
}
.title-page .popover-wrap-175 .popover-body .s3_button_large:active, .title-page .popover-wrap-175 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.title-page .popover-wrap-175 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-175 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/if_x_2561505.svg") left 50% top 50% / 29px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 30px;
  margin-right: 30px;
}
.title-page .popover-wrap-175 .popover-close:hover, .title-page .popover-wrap-175 .popover-close.hover, .title-page .popover-wrap-175 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4IiBpZD0ibGluZS0yIj48L2xpbmU+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIgaWQ9ImxpbmUtMyI+PC9saW5lPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  opacity: 0.5;
}
.title-page .horizontal_block-175 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_block-175 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_block-175 .body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_block-175 .figure {
  display: block;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .horizontal_block-175 .image {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_block-175 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_block-175 .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;
  text-align: left;
}
.title-page .horizontal_block-175 .image img {
  vertical-align: middle;
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.title-page .horizontal_block-175 .detail {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  flex-basis: auto;
  margin-right: 20px;
}
.title-page .horizontal_block-175 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -webkit-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  background: url("../images/Rectangle 20.png?15631751331753") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 20px;
  padding-left: 0;
  width: 850px;
}
.title-page .horizontal_block-175 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
  width: 850px;
  padding-left: 0;
  -webkit-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_block-175 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_block-175 .more {
  box-sizing: border-box;
  margin-top: 5px;
}
.title-page .horizontal_block-175 .more > a {
  padding: 15px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 transparent, 0px 3px 15px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
  min-height: 70px;
  width: 250px;
}
.title-page .horizontal_block-175 .more > a:hover, .title-page .horizontal_block-175 .more > a.hover, .title-page .horizontal_block-175 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  background: transparent;
}
.title-page .horizontal_block-175 .more > a:active, .title-page .horizontal_block-175 .more > a.active {
  opacity: 0.5;
}
.title-page .popover-container-175 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-175 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-175 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-175 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item {
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.title-page .popover-wrap-175 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-175 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-175 .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-175 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-175 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-175 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-175 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-175 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-175 .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-175 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-175 .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-175 .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-175 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-175 .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-175 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-175 .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-175 .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-175 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-175 .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-175 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-175 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-175 .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-175 .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-175 .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;
}
.title-page .popover-wrap-175 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-175 .popover-body .form_text input {
  padding: 7px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-175 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-175 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-175 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
}
.title-page .popover-wrap-175 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-175 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-175 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-87 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-87 .popover-body textarea {
  padding: 10px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  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: 13.3333px;
  background: #f5f5f5;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large {
  border: none;
  background: #0b1cb5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
  min-height: 55px;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large:hover, .title-page .popover-wrap-87 .popover-body .s3_button_large.hover, .title-page .popover-wrap-87 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #0b1cb5;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large:active, .title-page .popover-wrap-87 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.title-page .popover-wrap-87 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-87 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/if_x_2561505.svg") left 50% top 50% / 29px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 30px;
  margin-right: 30px;
}
.title-page .popover-wrap-87 .popover-close:hover, .title-page .popover-wrap-87 .popover-close.hover, .title-page .popover-wrap-87 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4IiBpZD0ibGluZS0yIj48L2xpbmU+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIgaWQ9ImxpbmUtMyI+PC9saW5lPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  opacity: 0.5;
}
.title-page .popover-container-87 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-87 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-87 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-87 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item {
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.title-page .popover-wrap-87 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-87 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-87 .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-87 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-87 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-87 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-87 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-87 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-87 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-87 .popover-body .form_text input {
  padding: 7px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-87 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
}
.title-page .popover-wrap-87 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-87 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-87 :-ms-input-placeholder {
  color: #ababab;
}
.popover-wrap-171 .popover-body {
  padding: 60px 40px 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.popover-wrap-171 .popover-body textarea {
  padding: 10px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  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: 13.3333px;
  background: #f5f5f5;
}
.popover-wrap-171 .popover-body .s3_button_large {
  border: none;
  background: #0b1cb5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
  min-height: 55px;
}
.popover-wrap-171 .popover-body .s3_button_large:hover, .popover-wrap-171 .popover-body .s3_button_large.hover, .popover-wrap-171 .popover-body .s3_button_large.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #0b1cb5;
}
.popover-wrap-171 .popover-body .s3_button_large:active, .popover-wrap-171 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.popover-wrap-171 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.popover-wrap-171 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/if_x_2561505.svg") left 50% top 50% / 29px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 30px;
  margin-right: 30px;
}
.popover-wrap-171 .popover-close:hover, .popover-wrap-171 .popover-close.hover, .popover-wrap-171 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48bGluZSB4MT0iMTgiIHgyPSI2IiB5MT0iNiIgeTI9IjE4IiBpZD0ibGluZS0yIj48L2xpbmU+PGxpbmUgeDE9IjYiIHgyPSIxOCIgeTE9IjYiIHkyPSIxOCIgaWQ9ImxpbmUtMyI+PC9saW5lPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat;
  opacity: 0.5;
}
.popover-container-171 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.popover-container-171 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.popover-wrap-171 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.popover-wrap-171 .popover-body .s3_form {
  margin-top: 0;
}
.popover-wrap-171 .popover-body .s3_form_item {
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.popover-wrap-171 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.popover-wrap-171 .popover-body .s3_required {
  color: #f00;
}
.popover-wrap-171 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.popover-wrap-171 .popover-body .s3_form_item.form_div {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_html_block {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_checkbox {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_radio {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_select option {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_calendar {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_select {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.popover-wrap-171 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.popover-wrap-171 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.popover-wrap-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.popover-wrap-171 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.popover-wrap-171 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.popover-wrap-171 .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%;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.popover-wrap-171 .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%;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .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-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.popover-wrap-171 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .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;
}
.popover-wrap-171 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.popover-wrap-171 .popover-body .form_text input {
  padding: 7px 8px 7px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f5f5f5;
}
.popover-wrap-171 .popover-body .s3_form_item.form_upload {
  padding-top: 0.02px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popover-wrap-171 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.popover-wrap-171 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
}
.popover-wrap-171 ::-webkit-input-placeholder {
  color: #ababab;
}
.popover-wrap-171 ::-moz-placeholder {
  color: #ababab;
}
.popover-wrap-171 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-93, .widget-93 {
  margin: 0;
  width: 100%;
  color: #fff;
}
.title-page .schedule-124 .text_body, .schedule-124 .text_body {
  color: #fff;
  font-size: 13px;
  padding-top: 3px;
  text-align: left;
}
.title-page .block-96, .block-96 {
  background: url(/t/images/images/remiks4.jpg) left 50% top 50% / cover no-repeat fixed;
}
.title-page .widget-5, .widget-5 {
  width: 273px;
}
@media (max-width: 960px) {
  .title-page .widget-5, .widget-5 {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .title-page .blocklist-120 .item-outer {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .title-page .horizontal_block-84 .title, .horizontal_block-84 .title {
    font-size: 49px;
  }
  .title-page .horizontal_block-84 .more, .horizontal_block-84 .more {
    width: 850px;
    margin-left: auto;
  }
}
.title-page .horizontal_block-84 .title, .horizontal_block-84 .title {
  margin-left: auto;
}
.title-page .horizontal_block-84 .text, .horizontal_block-84 .text {
  margin-left: auto;
}
.title-page .block-2, .block-2 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.title-page .menu-52 .menu-scroll > ul > li.menu-item > a, .menu-52 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 15px;
}
.title-page .menu-52 .menu-scroll > ul > li.more-button > a, .menu-52 .menu-scroll > ul > li.more-button > a {
  margin: 2px 0 2px 2px;
}
.title-page .widget-35, .widget-35 {
  margin: 5px 0 auto 30px;
}
.f_email {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.lp-header-text-2 {
  text-align: left;
}
.lp-header-title-2 {
  display: none !important;
}
.lpc-text-6[data-media-source="tablet"] {
  padding: 10px 12px !important;
}
.lpc-carousels-1__item img {
  object-fit: contain !important;
}
.g-submenu__item a {
  font-size: 19px;
}
.title-page .block-45, .block-45 {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  .block-45 {
    padding-top: 150px;
  }
}
.title-page .block-81:after, .block-81:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/t/images/left_bg.png) top left no-repeat;
}
.title-page .block-81:before, .block-81:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/t/images/right_bg.png) top right no-repeat;
}
.localcontacts2 {
  margin-bottom: 10px;
}
.g-img--gallery-image .g-img__caption {
  display: none !important;
}
.block-114 {
  padding-left: 0;
}
@media (min-width: 961px) {
  .layout_191 {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  body .lpc-features-8 .lpc-features-8__features-item {
    flex-direction: column;
  }
  body .lpc-features-8 .lpc-features-8__features-item .lpc-features-8__features-header {
    margin-top: 8px;
  }
}
@media (max-width: 959px) {
  body .lpc-features-8__title {
    font-size: calc(26px + (35 - 26) * ((100vw - 320px) / (960 - 320))) !important;
    margin-bottom: 0 !important;
  }
}
body .lpc-features-8[data-media-source="mobile"] .lpc-features-8__main {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 599px) {
  body .lpc-text-6 {
    padding-top: 0 !important;
  }
}
@media (max-width: 959px) {
  body .lpc-text-6__title, body .lpc-steps-2__title, body .lpc-carousels-1__title, body .lpc-form-2__title {
    font-size: calc(26px + (35 - 26) * ((100vw - 320px) / (960 - 320))) !important;
  }
}
@media (max-width: 480px) {
  body .block-97 {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  body .lpc-form-2 .lpc-form-2__row {
    padding-left: 0;
    padding-right: 0;
  }
}
.g-page-gallery2 .g-button.g-button--invert {
  color: #fff !important;
  text-decoration: none !important;
}
