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;
  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;
}
/*/
.menu-49 .menu-scroll > ul > li.has-child{
	&.opened,&.active{
		&>a{
			background: none;
		}
	}
}/*/
.title-page .menu-14 .menu-scroll > ul > li.home-button, .menu-14 .menu-scroll > ul > li.home-button {
  display: none;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item:nth-child(3), .menu-14 .menu-scroll > ul > li.menu-item:nth-child(3) {
  background: #000;
}
@media (max-width: 960px) {
  .title-page .widgetsocial-37 .lj .wg-soc-icon, .widgetsocial-37 .lj .wg-soc-icon {
    background: url(../images/wm_social_links_lj.png) left 50% top 50% / cover no-repeat;
  }
}
.menu-col-27 ul.menu-columns-items ul a, .title-page .menu-col-27 ul.menu-columns-items ul a {
  background: none;
}
.menu-14 .menu-scroll > ul ul > li > a, .title-page .menu-14 .menu-scroll > ul ul > li > a {
  background: none;
  font-size: 13px;
}
.title-page .menu-14 .menu-scroll > ul ul > li .title-page .blocklist-16 .footer, .blocklist-16 .footer {
  justify-content: flex-end;
  padding-right: 15px;
}
.title-page .blocklist-21 .footer, .blocklist-21 .footer {
  justify-content: flex-end;
}
.title-page .block-9 .layout_22, .block-9 .layout_22 {
  margin-right: 15px;
}
@media (max-width: 960px) {
  .title-page .block-9 .layout_22, .block-9 .layout_22 {
    margin-right: 0;
  }
}
.title-page .widget-9, .widget-9 {
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .block-12, .block-12 {
  padding: 0.02px 15px 43px;
}
.menu-14 .menu-scroll > ul ul {
  max-width: max-content;
  width: max-content !important;
  text-align: left;
}
.title-page .menu-14 .menu-scroll > ul ul > li > a:hover, .menu-14 .menu-scroll > ul ul > li > a:hover {
  background: #2b2b2b;
}
.title-page .block-13, .block-13 {
  background: whitesmoke;
}
.title-page .menu-col-27 ul.menu-columns-items ul a:hover, .menu-col-27 ul.menu-columns-items ul a:hover {
  color: #fff;
  text-decoration: underline;
}
.title-page .menu-col-27 ul.menu-columns-items ul a, .menu-col-27 ul.menu-columns-items ul a {
  color: #fff;
  padding-left: 12px;
}
.title-page .menu-col-27 ul.menu-columns-items > li > a .menu-item-text:hover, .menu-col-27 ul.menu-columns-items > li > a .menu-item-text:hover {
  text-decoration: underline;
}
.title-page .blocklist-21 .header_text, .blocklist-21 .header_text {
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 500;
  margin-top: -120px;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: -15px;
}
.title-page .blocklist-16 .header_text, .blocklist-16 .header_text {
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 500;
  margin-top: -75px;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: -15px;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:hover, .menu-14 .menu-scroll > ul > li.menu-item > a:hover {
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*&:after {
	    	content:"";
	    	position: absolute;
	    	height: 2px;
	    	bottom: 0;
	    	left: 10px;
	    	right: 10px;
	    	background: #d3d3d3;
	    }*/
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:active, .menu-14 .menu-scroll > ul > li.menu-item > a:active {
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:active:after, .menu-14 .menu-scroll > ul > li.menu-item > a:active:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: #d3d3d3;
}
.blocklist-16 .img-convert {
  width: 110px;
  height: 110px;
}
@media (max-width: 480px) {
  .blocklist-16 .img-convert {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.blocklist-16 .image {
  margin-right: 25px;
}
.n-thumb {
  margin: 5px 30px 0 0 !important;
}
@media (max-width: 480px) {
  .blocklist-16 .text .align-elem p {
    margin-left: 0.6pt !important;
  }
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a, .menu-14 .menu-scroll > ul > li.menu-item > a {
  position: relative;
  text-transform: inherit;
  font-size: 16px;
  padding: 5px 6px 5px 5px;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:before, .menu-14 .menu-scroll > ul > li.menu-item > a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 25px;
  bottom: 15px;
  left: 25px;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:hover, .menu-14 .menu-scroll > ul > li.menu-item > a:hover {
  background: #eee;
  color: #fff;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a:hover:before, .menu-14 .menu-scroll > ul > li.menu-item > a:hover:before {
  background: #262626;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a .menu-item-text, .menu-14 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  z-index: 10;
  position: relative;
}
@media (max-width: 960px) {
  .side-panel .menu-14 .menu-scroll > ul > li.menu-item > a:hover, .side-panel .menu-14 .menu-scroll > ul > li.menu-item > a.hover, .side-panel .menu-14 .menu-scroll > ul > li.menu-item > a.active {
    color: #262626;
    box-shadow: none;
    background: none;
  }
}
@media (max-width: 960px) {
  .title-page .menu-14 .menu-scroll > ul > li.menu-item > a .menu-item-text, .menu-14 .menu-scroll > ul > li.menu-item > a .menu-item-text {
    color: #fff;
  }
}
@media (max-width: 960px) {
  .menu-14 .menu-scroll > ul ul {
    width: auto !important;
    max-width: -webkit-fill-available;
  }
}
.block-10 .layout_39 {
  overflow: inherit;
}
@media (max-width: 960px) {
  .block-10 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width: 960px) {
  .block-10 .layout_39 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.has-child-icon {
  display: none;
}
.has-child-icon_custom {
  height: 15px;
  border: none;
  position: absolute;
  top: 17px;
  right: auto;
  margin-top: -7px;
  margin-right: 0;
  width: 15px;
  background: url(../images/icon_510912.svg) left 50% top 50% / 11px no-repeat;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  left: 6px;
  margin-left: 0;
  align-self: auto;
  z-index: 50;
  cursor: pointer;
}
.has-child .opened {
  background: url(../images/icon_211864.svg) left 50% top 50% / 5px no-repeat;
}
li.has-child.opened.active.menu-item.first-level.linked .has-child-icon_custom, li.has-child.menu-item.first-level.linked .has-child-icon_custom {
  background: url(../images/icon_211864.svg) left 50% top 50% / 5px no-repeat;
}
.title-page .block-11, .block-11 {
  box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.1);
}
.title-page .widget-10, .widget-10 {
  box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.1);
}
.title-page .news-17 .item, .news-17 .item {
  padding-left: 10px;
  padding-right: 5px;
}
.title-page .news-17 .item, .news-17 .item {
  padding-top: 20px;
}
#toTop {
  background: url(/thumb/2/nIQh_kmRJS-VIhphIzYnrQ/r/d/button_up.png) 50% 50% no-repeat;
  height: 70px;
  width: 70px;
  bottom: 154px;
  right: 50px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}
.title-page .menu-14 .menu-scroll ul li.menu-item a:last-child {
  margin-left: -1px;
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item, .menu-14 .menu-scroll > ul > li.menu-item {
  margin: 0 0 0;
  background: repeating-linear-gradient(to bottom, #585a5e 0%, #232426 83.4%, #161617 85.3%, #323233 100%);
}
.title-page .menu-14 .menu-scroll > ul > li.menu-item > a {
  box-shadow: none;
}
.menu-14 .menu-scroll > ul ul > li, .title-page .menu-14 .menu-scroll > ul ul > li {
  border-top: 2px solid #d3d3d3;
  padding: 12.5px 0px 12.5px;
  margin-right: 10px;
  margin-left: 10px;
}
.title-page .menu-14 .menu-scroll > ul ul, .menu-14 .menu-scroll > ul ul {
  margin: 0;
  padding: 0 0px 0px 0px;
}
/*.menu-14 .menu-scroll > ul ul > li:first-child  {
	border: none;
	&:before {
    	content:"";
    	position: absolute;
    	height: 2px;
    	top: 0;
    	left: 0px;
    	width: 105px;
    	background: #d3d3d3;
    }
	
}*/
.menu-14 .menu-scroll ul li:nth-child(7) ul li:first-child {
  border: none;
}
.menu-14 .menu-scroll ul li:nth-child(7) ul li:first-child:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 0px;
  right: 0px;
  width: 102px;
  background: #d3d3d3;
}
.title-page .news-17 .item__more, .news-17 .item__more {
  background: none;
}
.title-page .news-17 .item__more_link, .news-17 .item__more_link {
  background: url(../images/arrow.png) right 0px top 50% / auto auto no-repeat;
  padding-right: 163px;
}
.title-page .widget-16 img, .widget-16 img {
  opacity: 0;
}
@media (max-width: 1360px) {
  #toTop {
    right: 10px;
  }
}
.blocklist-16 .title {
  margin-bottom: 0;
}
.blocklist-48 .img-convert {
  width: auto;
  height: auto;
}
.jfiles-item .jfiles-image {
  min-width: 180px;
  width: auto;
}
.blocklist-16 .text, .title-page .blocklist-21 .text {
  flex-direction: column;
}
.blocklist-16 .item-outer a, .title-page .blocklist-21 .item-outer a {
  float: right;
}
.title-page .editable_block-38 .body, .editable_block-38 .body {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.title-page .editable_block-38 .image, .editable_block-38 .image {
  float: none;
}
.title-page .block-10, .block-10 {
  padding-bottom: 0;
}
.title-page .block-22 {
  max-width: 633px;
}
.g-page-article__text .center {
  text-align: center;
}
.localtext {
  font-size: 16px !important;
}
.saleseopage_slider_wrap .slider_item_text {
  color: #fff !important;
}
@media (min-width: 1025px) {
  .decor-wrap.miniWidth .saleseopage_pictblock_body .saleseopage_pictblock_blocks {
    width: 32% !important;
  }
  .decor-wrap.miniWidth .saleseopage_pictblock_body .saleseopage_pictblock_blocks .saleseopage_pictblock_image {
    width: auto !important;
  }
  .decor-wrap.miniWidth .saleseopage_pictblock_body .saleseopage_pictblock_blocks .saleseopage_pictblock_blocksBot {
    width: auto !important;
  }
}
.video-wrapper {
  /*position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;*/
}
.video-wrapper video {
  /*position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;*/
  max-width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .decor-wrap.miniWidth .fastconst_productlist_product {
    width: 32% !important;
  }
}
.fastconst_productlist_pack .fastconst_productlist_image {
  height: auto !important;
  padding: 0px !important;
}
.decor-wrap.miniWidth .fastconst_productlist_product {
  padding: 15px 16px 15px !important;
}
.fastconst_productlist_pack .fastconst_productlist_prod_button {
  border: 1px solid transparent !important;
  padding: 0 !important;
  margin-top: 15px;
}
.fastconst_productlist_pack .fastconst_productlist_prod_button:hover {
  background: transparent !important;
  color: #15c !important;
}
.blocklist-16 .title {
  display: none;
}
.fastconst_productlist_pack .fastconst_productlist_prod_tit {
  display: none !important;
}
.address-6 .text_body a {
  text-decoration: none;
}
.address-6 .text_body a:hover {
  text-decoration: underline;
  color: red;
}
