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;
}
/*2343*/
.title-page .widget-2, .widget-2 {
  width: auto;
  min-height: unset;
}
.title-page .block-10.block-10_new {
  padding-bottom: 100px;
}
.title-page .block-5, .block-5 {
  z-index: 4;
}
.title-page .widget-25, .widget-25 {
  min-height: 400px;
}
/*2343*/
.menu-65 .menu-scroll > ul, .title-page .menu-65 .menu-scroll > ul {
  justify-content: center;
}
.title-page .address-41 .text_body br:first-of-type {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .title-page .block-6 {
    margin: 100px 0 0;
  }
  .title-page .block-8 {
    margin: 200px 30px 0;
  }
  .title-page .block-3 {
    width: 350px;
  }
  .title-page .site-name-4 .sn-text {
    font-size: 25px;
    font-weight: 800;
  }
  .title-page .block-10, .title-page .block-12, .title-page .block-30, .title-page .block-19, .title-page .block-22, .title-page .block-24 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .blocklist-19 .title {
    font-size: 17px;
  }
  .title-page .widget-39 {
    width: 350px;
  }
  .title-page .form-71 .form__header {
    font-size: 30px;
  }
  .title-page .editable_block-69 .header, .title-page .blocklist .header_text, .title-page .editable_block-36 .header, .title-page .text-2 {
    font-size: 30px;
  }
  .title-page .widget-37 {
    background: url("../images/percent.png") left calc(50% + 0px) bottom 0px / auto auto no-repeat;
  }
  .title-page .block-26 {
    width: 800px;
  }
  .title-page .block-22 {
    background: url("../images/operator.png") left calc(50% - 310px) bottom -16px / auto auto no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .title-page .block-12 {
    background: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .title-page .block-10, .title-page .block-12, .title-page .block-30, .title-page .block-19, .title-page .block-22, .title-page .block-24, .title-page .block-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .widget-36 {
    display: none;
  }
  .title-page .editable_block-69 .header, .title-page .blocklist .header_text, .title-page .editable_block-36 .header, .title-page .text-2 {
    font-size: 30px;
  }
  .title-page .block-3, .block-3 {
    width: 300px;
  }
  .title-page .site-name-4 .sn-text, .site-name-4 .sn-text {
    font-size: 20px;
    font-weight: 800;
  }
  .title-page .block-5, .block-5 {
    flex-wrap: wrap;
    align-items: center;
  }
  .title-page .block-5 .layout_10, .block-5 .layout_10 {
    width: 100%;
  }
  .title-page .block-4, .block-4 {
    margin: 30px 0 auto auto;
  }
  .title-page .widget-35, .widget-35 {
    margin: 0 0 0 50px;
  }
  .title-page .menu-65 .menu-scroll > ul > li.menu-item > a, .menu-65 .menu-scroll > ul > li.menu-item > a {
    font-size: 14px;
    font-weight: 500;
  }
  .title-page .block-6 .layout_14_id_13 {
    width: 100%;
    max-width: 1200px;
  }
  .title-page .block-6 {
    margin: 70px 0 0;
  }
  .title-page .block-7 {
    background: url("../images/image_elem.png?1568394019643") left 50% bottom 0px / auto auto no-repeat, url("../images/bg_gradient.png") left 50% top 50% / cover no-repeat, url("../images/buble.jpg") left 50% top 50% / cover no-repeat;
  }
  .title-page .block-8 .layout_17_id_15 {
    width: auto;
  }
  .title-page .block-8 {
    margin: 70px 30px 0;
  }
  .title-page .blocklist-19 .item-outer {
    width: 33%;
  }
  .title-page .blocklist-19 .list {
    justify-content: center;
  }
  .title-page .blocklist-19 .title {
    font-size: 18px;
  }
  .title-page .blocklist-22 .body-outer {
    margin-right: 0;
  }
  .title-page .widget-12 {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
  }
  .title-page .blocklist-22 .header, .title-page .blocklist-22 .description, .title-page .blocklist-22 .title {
    text-align: center;
    justify-content: center;
  }
  .title-page .blocklist-22 .image {
    margin: 0 auto 20px;
  }
  .title-page .block-30 {
    background: url("../images/elem_bootom.png") left 50% bottom 0px / auto auto no-repeat, url("../images/elem_top.png") left 50% top 0px / auto auto no-repeat, url("../images/bg_gradient.png") left 50% top 50% / cover no-repeat, url("../images/buble2.jpg") left 50% top 50% / cover no-repeat fixed;
  }
  .title-page .block-31 {
    flex-direction: column;
  }
  .title-page .widget-39 {
    width: 100%;
    min-height: 300px;
    margin: 0;
    margin-top: 50px;
  }
  .title-page .form-71 .group-text {
    display: flex;
    flex-direction: row;
  }
  .title-page .form-71 .form-text {
    width: 33%;
    margin-right: 10px;
  }
  .title-page .form-71 .form-textarea .form-item__body {
    margin-right: 10px;
  }
  .title-page .block-19 {
    background: url("../images/elem_bootom.png") left 50% bottom 0px / auto auto no-repeat, url("../images/elem_top.png") left 50% top 0px / auto auto no-repeat, url("../images/bg_gradient.png") left 50% top 50% / cover no-repeat, url("../images/buble3.jpg") left 50% top 50% / cover no-repeat fixed;
  }
  .title-page .block-18 {
    flex-direction: column;
  }
  .title-page .widget-20 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
  }
  .title-page .block-26 {
    width: 500px;
  }
}
.title-page .widget-9 {
  background: url(../images/zapis.png) left 50% top 30px / 41px no-repeat, repeating-linear-gradient(to bottom right, rgba(180, 255, 0, 0.5) 0%, rgba(255, 165, 0, 0.86) 100%) #ff5e00;
  box-shadow: 0px 0px 24px 5px rgba(255, 106, 0, 0.55), 0 0 0 transparent;
}
.title-page .blocklist-19 .all, .title-page .widget-18, .title-page .popover-wrap-15 .popover-body .s3_button_large, .title-page .widget-39 {
  background: repeating-linear-gradient(to bottom right, rgba(180, 255, 0, 0.5) 0%, rgba(255, 165, 0, 0.86) 100%) #ff5e00;
}
.title-page .editable_block-69 .item-label, .title-page .widget-30:hover {
  background: #ffc800;
}
.title-page .blocklist-39 .item-label {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MDAgNTAwIiBoZWlnaHQ9IjUwMHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgd2lkdGg9IjUwMHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNi45OTIsNDE2LjU2OWMwLDIwLjA3OCwxNi4yNjIsMzYuMzQ0LDM2LjM0LDM2LjM0NGgxMTguMTExICBjMjAuMDc5LDAsMzYuMzQzLTE2LjI2NiwzNi4zNDMtMzYuMzQ0VjI3MS4yMDJjMC0yMC4wNzktMTYuMjY0LTM2LjM0Mi0zNi4zNDMtMzYuMzQyaC01OC4zMjhjLTEwLjA4OSwwLTE4LjE3LTguMTc3LTE4LjE3LTE4LjE3ICBjMC0zLjI3MSwwLjgxNS01LjU0MiwwLjgxNS01LjU0MmMxMy4yNjQtNDMuOTc3LDQ2Ljc4NS03OS4yMjcsODkuNzYyLTk0Ljg1MmwwLjE4LTAuMTgyYzEyLjk5Ny01LjU0LDIyLjA4My0xOC40NDUsMjIuMDgzLTMzLjQzNyAgYzAtMjAuMDc3LTE2LjI2NC0zNi4zNDEtMzYuMzQzLTM2LjM0MWMtNC45MDYsMC05LjUzNiwwLjk5OC0xMy44MDQsMi43MjNsLTEuNjQ0LDAuNjRDOTQuNjgsODEuNDA1LDM2Ljk5MiwxNjAuNDUsMzYuOTkyLDI1My4wMyAgVjQxNi41Njl6IE0yNzMuMjE1LDQxNi41NjljMCwyMC4wNzgsMTYuMjYyLDM2LjM0NCwzNi4zNDEsMzYuMzQ0aDExOC4xMTJjMjAuMDc4LDAsMzYuMzQtMTYuMjY2LDM2LjM0LTM2LjM0NFYyNzEuMjAyICBjMC0yMC4wNzktMTYuMjYyLTM2LjM0Mi0zNi4zNC0zNi4zNDJoLTU4LjMzYy0xMC4wODgsMC0xOC4xNjktOC4xNzctMTguMTY5LTE4LjE3YzAtMy4zNjIsMC44MTMtNS41NDIsMC44MTMtNS41NDIgIGMxMy4yNjctNDMuOTc3LDQ2Ljc4Ny03OS4yMjcsODkuNzY1LTk0Ljg1MmwwLjE4LTAuMTgyYzEyLjk5NS01LjU0LDIyLjA4MS0xOC40NDUsMjIuMDgxLTMzLjQzNyAgYzAtMjAuMDc3LTE2LjI2Mi0zNi4zNDEtMzYuMzQtMzYuMzQxYy00LjkwNiwwLTkuNTM4LDAuOTk4LTEzLjgwNSwyLjcyM2wtMS42NDQsMC42NEMzMzAuOTAzLDgxLjQwNSwyNzMuMjE1LDE2MC40NSwyNzMuMjE1LDI1My4wMyAgVjQxNi41Njl6IiBmaWxsPSIjZmZmZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtMiIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #ffc800;
}
.title-page .editable_block-69 .more > a:hover, .title-page .form-71 .form-submit button:hover, .title-page .editable_block-36 .more > a:hover, .title-page .blocklist-39 .all:hover {
  background: repeating-linear-gradient(to bottom right, rgba(180, 255, 0, 0.5) 0%, rgba(255, 165, 0, 0.86) 100%) #ff5e00;
  box-shadow: 0px 0px 24px 5px rgba(255, 106, 0, 0.55), 0 0 0 transparent;
}
.title-page .form-71 .form-submit button {
  background: #e96c00;
}
.title-page .blocklist-73 .image {
  box-shadow: inset 0px 0px 0px 5px #eaa700;
  background: rgba(235, 166, 0, 0.33);
  border-radius: 10px;
}
.title-page .widget-9 {
  position: relative;
}
.title-page .widget-9:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  animation: pulse1 1s ease infinite;
  border: 2px solid #ffc800;
}
.title-page .widget-9:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 25px;
  border-radius: 50%;
  border: 1px solid #ffc800;
  animation: pulse2 1.2s ease infinite;
}
.title-page .widget-9:hover:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  animation: pulse1 1s ease infinite;
  border: 2px solid #4bcc76;
}
.title-page .widget-9:hover:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 25px;
  border-radius: 50%;
  border: 1px solid #4bcc76;
  animation: pulse2 1.2s ease infinite;
}
.title-page .editable_block-69 .item-label:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  border-radius: 250px;
  animation: pulse1 1s ease infinite;
  border: 2px solid #ffc800;
}
.title-page .editable_block-69 .item-label:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  top: 25px;
  border-radius: 250px;
  border: 1px solid #ffc800;
  animation: pulse2 1.2s ease infinite;
}
@keyframes pulse1 {
  from {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 1;
  }
  to {
    bottom: -20px;
    left: -20px;
    right: -20px;
    top: -20px;
    opacity: 0;
  }
}
@keyframes pulse2 {
  from {
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    opacity: 1;
  }
  to {
    bottom: -25px;
    left: -25px;
    right: -25px;
    top: -25px;
    opacity: 0;
  }
}
.title-page .block-7 {
  background: url("../images/button_elem.png") left 50% bottom -60px / 516px no-repeat, url("../images/image_elem.png?1568394019643") left 50% bottom 0px / auto auto no-repeat, url("../images/bg_gradient.png") left 50% top 50% / cover no-repeat, url("../images/buble.jpg") left 50% top 50% / cover no-repeat fixed;
}
.title-page .blocklist-19 .item {
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
.title-page .blocklist-19 .item .img-convert {
  border-radius: 10px 10px 0 0;
}
.title-page .blocklist-19 .item .more {
  bottom: -100px;
}
.title-page .blocklist-19 .item:hover .more {
  bottom: 0;
}
.title-page .blocklist-19 .item:hover .image img {
  -webkit-filter: grayscale(100%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.title-page .blocklist-19 .more, .title-page .blocklist-19 .image img {
  transition: all 0.4s ease;
}
.title-page .editable_block-69 .img-convert {
  transition: filter 0.4s ease;
}
.title-page .editable_block-69 .img-convert:hover {
  filter: blur(1px) grayscale(100%);
}
.title-page .blocklist-39 .item {
  cursor: pointer;
}
.title-page .blocklist-39 .item .image .img-convert {
  transition: all 0.4s ease;
  filter: none;
}
.title-page .blocklist-39 .item:hover .image .img-convert {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.block-7 {
  z-index: 1;
}
.block-33 {
  z-index: 2;
}
.title-page .editable_block-69 .more > span, .editable_block-69 .more > span {
  padding: 30px 40px;
  border: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 0 0 transparent;
  background: none #4bcc76;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  cursor: pointer;
}
.title-page .editable_block-69 .more > span:hover, .editable_block-69 .more > span:hover {
  background: repeating-linear-gradient(to bottom right, rgba(180, 255, 0, 0.5) 0%, rgba(255, 165, 0, 0.86) 100%) #ff5e00;
  box-shadow: 0px 0px 24px 5px rgba(255, 106, 0, 0.55), 0 0 0 transparent;
}
.widget-41 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .title-page .block-19 {
    background-size: 0 0, 0 0, cover, cover !important;
  }
}
@media (max-width: 480px) {
  .block-7 {
    padding: 30px 20px 200px;
  }
  .block-3 {
    align-items: center;
  }
  .block-33 {
    margin-top: -100px;
  }
  .block-3 .layout_3 {
    flex: 0 0 auto;
  }
  .block-2 {
    margin-left: 20px;
  }
}
