@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-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;
}
.content-307 a:hover {
  text-decoration: underline;
}
.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-vote-visualize__bar {
  background: #dedede !important;
}
.g-gallery2-album-list a {
  text-align: center;
}
/*
.g-img__count {
    background: #e6a4b4 !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;
}
.title-page .menu-49 .menu-scroll > ul, .menu-49 .menu-scroll > ul {
  width: 70%;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
}
.g-article--simple-view {
  background: transparent !important;
}
.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;
}
.block-107 {
  z-index: 1;
}
.title-page .menu-67 .menu-scroll > ul > li.more-button, .menu-67 .menu-scroll > ul > li.more-button {
  display: block !important;
  margin: 0;
  margin-left: 10px;
  background: repeating-linear-gradient(to right, #ed1e79 0%, #662d8c 100%) #ed1e79;
  border-radius: 50%;
}
.title-page .menu-66 .menu-scroll > ul > li.more-button > a, .menu-66 .menu-scroll > ul > li.more-button > a {
  margin: 0;
}
.title-page .menu-12 .menu-scroll > ul > li.more-button > a, .menu-12 .menu-scroll > ul > li.more-button > a {
  background: transparent;
  margin: 2px 2px 2px 2px;
}
.title-page .menu-10 .menu-scroll > ul > li.menu-item, .menu-10 .menu-scroll > ul > li.menu-item {
  margin-right: 90px;
}
.title-page .menu-57 .menu-scroll > ul > li.menu-item, .menu-57 .menu-scroll > ul > li.menu-item {
  margin-right: 90px;
}
.title-page .menu-57 .menu-scroll > ul, .menu-57 .menu-scroll > ul {
  flex-wrap: wrap;
  align-items: center;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button > a, .menu-10 .menu-scroll > ul > li.more-button > a {
  margin: 2px 2px 2px 2px;
}
.title-page .menu-10 .menu-scroll > ul > li.more-button > a, .menu-10 .menu-scroll > ul > li.more-button > a {
  background: transparent !important;
}
.title-page .menu-3 .menu-scroll > ul > li.more-button > a, .menu-3 .menu-scroll > ul > li.more-button > a {
  margin: 0;
}
.title-page .menu-10 .menu-scroll > ul, .menu-10 .menu-scroll > ul {
  align-items: center;
  /*width: 55%;*/
  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-3 .menu-scroll > ul, .menu-3 .menu-scroll > ul {
  align-items: center;
}
.title-page .menu-67 .menu-scroll > ul > li.more-button > ul, .menu-67 .menu-scroll > ul > li.more-button > ul {
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 333px;
  width: 265px;
}
.title-page .side-panel-36 .side-panel-close, .side-panel-36 .side-panel-close {
  left: -25px;
  box-shadow: 0 0 10px 0 rgba(255, 25, 25, 0.9);
}
.title-page .side-panel-36 .side-panel-close:hover, .side-panel-36 .side-panel-close:hover {
  box-shadow: 0 0 10px 0 rgba(255, 25, 25, 0.5);
}
.title-page .side-panel-36 .side-panel-content-inner, .side-panel-36 .side-panel-content-inner {
  overflow-y: hidden;
}
.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;
}
.title-page .menu-67 .menu-scroll > ul, .menu-67 .menu-scroll > ul {
  width: 47%;
  flex-wrap: wrap;
  align-items: center;
}
.title-page .menu-5 .menu-scroll > ul > li.more-button, .menu-5 .menu-scroll > ul > li.more-button {
  /*background: #de768a;*/
}
.title-page .menu-5 .menu-scroll > ul > li.more-button > a, .menu-5 .menu-scroll > ul > li.more-button > a {
  /*margin: 0px 5px 10px 5px;*/
}
.title-page .menu-39 .menu-scroll > ul ul > li, .menu-39 .menu-scroll > ul ul > li {
  background: #fff !important;
  border-radius: 0;
}
.title-page .menu-39 .menu-scroll > ul ul > li > a, .menu-39 .menu-scroll > ul ul > li > a {
  background: #1c1c1c !important;
  border-radius: 0;
}
.title-page .menu-39 .menu-scroll > ul ul > li > a:hover, .menu-39 .menu-scroll > ul ul > li > a:hover {
  background: #0057ff !important;
  border-radius: 0;
}
.content-69 a:hover {
  text-decoration: none;
}
.title-page .side-panel .widget-6, .side-panel .widget-6 {
  margin: 40px 20px 20px;
}
.title-page .menu-12 .menu-scroll > ul ul > li > a, .menu-12 .menu-scroll > ul ul > li > a {
  border-radius: 0;
  /*background: #1c1c1c !important;*/
}
.title-page .menu-12 .menu-scroll > ul ul > li > a:hover {
  /*background: #0057ff !important;*/
}
.menu-12 .menu-scroll > ul ul > li > a:hover {
  /*background: #0057ff !important;*/
}
.title-page .menu-12 .menu-scroll > ul ul > li, .menu-12 .menu-scroll > ul ul > li {
  background: #fff !important;
  border-radius: 0;
}
.content-76 a:hover {
  /*text-decoration: none !important;*/
}
.content-76 a {
  /*text-decoration: underline !important;*/
  color: #662d8c;
}
/*
.content-61 a:hover {
    text-decoration: none !important;
}
*/
.title-page .side-panel .widget-5, .side-panel .widget-5 {
  padding: 0;
}
.g-img--gallery-image .g-img__caption {
  margin: 6px auto;
}
.content-69 h2 {
  text-align: left;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
  min-height: 25px;
  /*border-radius: 250px;*/
  border: transparent;
  font-size: 16px;
  /*padding: 3px 16px;*/
  color: #fff;
  /*line-height: 30px;*/
}
button, html input[type="button"], input[type="reset"], input[type="submit"]:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to right, #ff7e00 0%, #ff2f00 100%);
}
input {
  outline: none;
  border-radius: 250px;
  border: 1px solid #bebebe;
  line-height: 25px;
  padding: 5px 15px;
}
.art-tpl__title a {
  font-size: 22px;
}
/*
.widget-273 form {
    display: flex;
    align-items: center;
}
*/
/*_____________________________________________________________________________________________________________________*/
.highslide:hover img {
  border: 1px solid #707070 !important;
}
/*_____________________________________________________________________________________________________________________*/
.g-article {
  border: 0.06667em solid #707070 !important;
}
/*_____________________________________________________________________________________________________________________*/
.g-button {
  background: repeating-linear-gradient(to right, #707070 0%, #ffbf1c 100%) #707070 !important;
}
.g-button:hover {
  background: repeating-linear-gradient(to right, #ffbf1c 0%, #707070 100%) #ffbf1c !important;
}
/*______________________________________________________________________________________________________________________*/
.g-panel__head a {
  color: #707070 !important;
}
.g-vote-status__label {
  color: #707070 !important;
  border: 1px solid #707070 !important;
  background: transparent !important;
}
.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: #707070 !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: #ffbf1c !important;
  background-color: #ffbf1c !important;
}
.g-panel {
  border: 1px solid #707070 !important;
  background: transparent !important;
}
.g-img__count {
  background: #707070 !important;
}
.g-vote-visualize__progress {
  background-color: #ffbf1c !important;
}
/*_____________________________________________________________________________________________________________________________*/
.g-img--gallery-album .g-img__link:hover {
  border-color: #707070 !important;
  box-shadow: 0 0 3px rgba(17, 85, 204, 0) !important;
}
/*_____________________________________________________________________________________________________________________________*/
.g-img--gallery-image:hover .g-img__link {
  border-color: #707070 !important;
  box-shadow: 0 0 3px rgba(17, 85, 204, 0) !important;
}
/*______________________________________________________________________________________________________________________________*/
.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: #707070 !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: #ffbf1c !important;
  background-color: #ffbf1c !important;
}
.g-panel {
  border: 1px solid #707070 !important;
  background: transparent !important;
}
.g-img__count {
  background: #707070 !important;
}
.title-page .block-3, .block-3 {
  width: auto;
  max-width: 635px;
}
.title-page .site-name-3 .sn-wrap, .site-name-3 .sn-wrap {
  flex-flow: row wrap;
  align-items: center;
}
.title-page .site-name-3 .sn-text, .site-name-3 .sn-text {
  flex-direction: column;
}
.title-page .blocklist-50 .item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.title-page .blocklist-50 .text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.title-page .phones-13 .icon, .phones-13 .icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='svg-1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23DB231B;%7D%0A%3C/style%3E%3Cpath id='Shape_1.svg' class='st0' d='M11.7,16L11.7,16c-1.3,0-2.5-0.3-3.6-0.8c-0.3-0.1-0.5-0.5-0.3-0.8C7.9,14,8.2,13.9,8.6,14 c1,0.4,2,0.7,3.1,0.7h0c1,0,2-0.3,2.8-1l0,0c0.4-0.5,0.4-1.1-0.1-1.6c-1.7-1.6-2.5-1.5-3.2-0.8L10,12.5c-0.2,0.2-0.5,0.2-0.7,0.1 c-1.3-0.6-2.4-1.5-3.4-2.5l-0.1-0.1c-1-1-1.9-2.1-2.5-3.4C3.2,6.4,3.3,6.2,3.5,6l1.2-1.2c0.7-0.7,0.8-1.5-0.8-3.2 C3.4,1.2,2.7,1.1,2.3,1.5h0c-0.7,0.8-1.1,1.8-1,2.8c0.2,2.7,1.4,5.2,3.4,7v0c0.4,0.4,0.9,0.8,1.4,1.2c0.3,0.2,0.3,0.6,0.1,0.9 c-0.2,0.3-0.6,0.3-0.9,0.1c0,0,0,0,0,0c-0.5-0.4-1-0.8-1.5-1.3v0c-2.2-2-3.6-4.9-3.8-7.9C-0.1,3,0.4,1.6,1.4,0.6c0,0,0,0,0,0l0,0 C1.9,0.2,2.5,0,3.1,0c0.6,0,1.2,0.3,1.6,0.7C5.4,1.4,5.9,2.1,6.3,3c0.3,1,0,2-0.8,2.6l0,0L4.7,6.5c0.6,1,1.3,1.9,2.1,2.7l0.1,0.1 c0.8,0.8,1.7,1.5,2.7,2.1l0.8-0.8c0,0,0,0,0,0C11,9.7,12,9.5,13,9.7c0.9,0.3,1.7,0.8,2.3,1.5c0.4,0.4,0.7,1,0.7,1.6 c0,0.6-0.2,1.2-0.6,1.7l0,0l0,0C14.4,15.5,13,16.1,11.7,16z M12.1,6.8c0.3-0.1,0.5-0.4,0.4-0.8l0,0c-0.2-0.6-0.5-1.1-0.9-1.6 c-0.4-0.5-1-0.8-1.6-0.9c-0.3-0.1-0.7,0-0.8,0.4s0,0.7,0.4,0.8c0,0,0.1,0,0.1,0C10,4.8,10.4,5,10.7,5.3C11,5.6,11.2,6,11.3,6.4l0,0 c0.1,0.3,0.3,0.4,0.6,0.4C11.9,6.9,12,6.9,12.1,6.8z M15.3,7.6c0-3.8-3.1-6.9-6.9-7c0,0,0,0-0.1,0h0C8,0.7,7.7,0.9,7.7,1.3 S8,1.9,8.4,1.9h0c3.1,0,5.7,2.5,5.7,5.7c0,0,0,0,0,0.1c0,0.3,0.3,0.6,0.6,0.6h0C15.1,8.2,15.3,8,15.3,7.6L15.3,7.6z'/%3E%3C/svg%3E") left 50% top 50% / 18px no-repeat #fff;
}
.title-page .phones-44 .icon, .phones-44 .icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='svg-1' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23DB231B;%7D%0A%3C/style%3E%3Cpath id='Shape_1.svg' class='st0' d='M11.7,16L11.7,16c-1.3,0-2.5-0.3-3.6-0.8c-0.3-0.1-0.5-0.5-0.3-0.8C7.9,14,8.2,13.9,8.6,14 c1,0.4,2,0.7,3.1,0.7h0c1,0,2-0.3,2.8-1l0,0c0.4-0.5,0.4-1.1-0.1-1.6c-1.7-1.6-2.5-1.5-3.2-0.8L10,12.5c-0.2,0.2-0.5,0.2-0.7,0.1 c-1.3-0.6-2.4-1.5-3.4-2.5l-0.1-0.1c-1-1-1.9-2.1-2.5-3.4C3.2,6.4,3.3,6.2,3.5,6l1.2-1.2c0.7-0.7,0.8-1.5-0.8-3.2 C3.4,1.2,2.7,1.1,2.3,1.5h0c-0.7,0.8-1.1,1.8-1,2.8c0.2,2.7,1.4,5.2,3.4,7v0c0.4,0.4,0.9,0.8,1.4,1.2c0.3,0.2,0.3,0.6,0.1,0.9 c-0.2,0.3-0.6,0.3-0.9,0.1c0,0,0,0,0,0c-0.5-0.4-1-0.8-1.5-1.3v0c-2.2-2-3.6-4.9-3.8-7.9C-0.1,3,0.4,1.6,1.4,0.6c0,0,0,0,0,0l0,0 C1.9,0.2,2.5,0,3.1,0c0.6,0,1.2,0.3,1.6,0.7C5.4,1.4,5.9,2.1,6.3,3c0.3,1,0,2-0.8,2.6l0,0L4.7,6.5c0.6,1,1.3,1.9,2.1,2.7l0.1,0.1 c0.8,0.8,1.7,1.5,2.7,2.1l0.8-0.8c0,0,0,0,0,0C11,9.7,12,9.5,13,9.7c0.9,0.3,1.7,0.8,2.3,1.5c0.4,0.4,0.7,1,0.7,1.6 c0,0.6-0.2,1.2-0.6,1.7l0,0l0,0C14.4,15.5,13,16.1,11.7,16z M12.1,6.8c0.3-0.1,0.5-0.4,0.4-0.8l0,0c-0.2-0.6-0.5-1.1-0.9-1.6 c-0.4-0.5-1-0.8-1.6-0.9c-0.3-0.1-0.7,0-0.8,0.4s0,0.7,0.4,0.8c0,0,0.1,0,0.1,0C10,4.8,10.4,5,10.7,5.3C11,5.6,11.2,6,11.3,6.4l0,0 c0.1,0.3,0.3,0.4,0.6,0.4C11.9,6.9,12,6.9,12.1,6.8z M15.3,7.6c0-3.8-3.1-6.9-6.9-7c0,0,0,0-0.1,0h0C8,0.7,7.7,0.9,7.7,1.3 S8,1.9,8.4,1.9h0c3.1,0,5.7,2.5,5.7,5.7c0,0,0,0,0,0.1c0,0.3,0.3,0.6,0.6,0.6h0C15.1,8.2,15.3,8,15.3,7.6L15.3,7.6z'/%3E%3C/svg%3E") left 50% top 50% / 18px no-repeat #fff;
}
.title-page .blocklist-50 .price-value {
  font-size: 24px;
}
.title-page .blocklist-26 .item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.title-page .blocklist-26 .text {
  flex: 1 1 auto;
}
.title-page .blocklist-50 .more {
  justify-content: center;
}
.title-page .blocklist-50 .title {
  text-align: center;
}
.title-page h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #400a0a;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .title-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .title-page h1 {
    font-size: 28px;
  }
}
.intro-text {
  margin-bottom: 0;
  display: flex;
  box-sizing: border-box;
  pointer-events: auto;
  color: rgba(64, 10, 10, 0.7);
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}
@media (min-width: 961px) {
  .title-page .site-name-3 .sn-logo, .site-name-3 .sn-logo {
    margin: 0px 15px 0px 0px;
  }
  .title-page .site-name-3 .sn-text, .site-name-3 .sn-text {
    font-size: 42px;
  }
  .title-page .widget-121, .widget-121 {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .title-page .block-3, .block-3 {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .title-page .block-2, .block-2 {
    padding-right: 0px;
  }
  .title-page .site-name-3 .sn-wrap, .site-name-3 .sn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .title-page .site-name-3 .sn-text, .site-name-3 .sn-text {
    align-items: center;
    text-align: center;
  }
  .title-page .site-name-3 .sn-logo, .site-name-3 .sn-logo {
    margin: 0px 0px 15px 0px;
  }
}
