@charset "UTF-8";
@font-face {
  font-family: "stufdis";
  /* Гарнитура шрифта */
  src: url(../fonts/783902-2352.woff);
  /* Путь к файлу со шрифтом */
}
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;
}
/***********1727**********/
.title-page .form-22 .form-text input, .title-page .form-22 .form-textarea textarea, .title-page .form-22 .form-success, .form-22 .form-text input, .form-22 .form-textarea textarea, .form-22 .form-success {
  color: #fff;
}
.title-page .phones-28 .inner .text_body .align-elem, .phones-28 .inner .text_body .align-elem {
  display: flex;
}
.title-page .phones-28 .inner .text_body .align-elem div:not(:last-child):after, .phones-28 .inner .text_body .align-elem div:not(:last-child):after {
  content: ",";
  margin-right: 7px;
}
@media (max-width: 960px) {
  .title-page .blocklist-21 .image, .blocklist-21 .image {
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .widget-21 form input, .widget-21 form textarea {
    width: 100%;
  }
  .content .highslide img {
    float: unset !important;
  }
}
/**
* staff_id: 1603
* комментарий: 
**/
@media (min-width: 961px) {
  .title-page .horizontal_blocklist-12 .item_figure, .horizontal_blocklist-12 .item_figure, .title-page .horizontal_blocklist-13 .item_figure, .horizontal_blocklist-13 .item_figure {
    max-width: 50%;
  }
  .title-page .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .item_body, .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .item_body {
    flex-direction: row-reverse;
  }
  .title-page .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .img-convert, .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .img-convert {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .item_detail, .horizontal_blocklist-13 .item-outer:nth-child(2n+1) .item_detail {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-13 .img-convert, .horizontal_blocklist-13 .img-convert {
    margin-right: 0 !important;
  }
  .title-page .horizontal_blocklist-13 .header_text, .horizontal_blocklist-13 .header_text {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .title-page .horizontal_blocklist-13 .item-outer:nth-child(2n) .img-convert, .horizontal_blocklist-13 .item-outer:nth-child(2n) .img-convert {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-13 .description, .horizontal_blocklist-13 .description {
    max-width: 80.5%;
  }
}
@media (min-width: 1601px) {
  .title-page .horizontal_blocklist-12 .img-convert, .title-page .horizontal_blocklist-13 .img-convert {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1920px) {
  .title-page .horizontal_blocklist-13 .description, .horizontal_blocklist-13 .description {
    max-width: 79.9%;
  }
}
.title-page .horizontal_blocklist-13 .price-wrap, .horizontal_blocklist-13 .price-wrap {
  border: none;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 21px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-13 .price-wrap .more, .horizontal_blocklist-13 .price-wrap .more {
  margin-top: 0;
  width: auto;
}
.title-page .horizontal_blocklist-13 .price-wrap .more a, .horizontal_blocklist-13 .price-wrap .more a {
  color: #f00;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 0, 0, 0.3);
  font-weight: bold;
  font-style: italic;
}
.title-page .horizontal_blocklist-13 .description, .horizontal_blocklist-13 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  font-family: sfuid;
  letter-spacing: 1.28px;
  font-family: "stufdis";
  transform: scale(1.3, 0.8);
  letter-spacing: 0px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .title-page .horizontal_blocklist-13 .description, .horizontal_blocklist-13 .description {
    max-width: 72%;
  }
}
.title-page .widget-8, .widget-8 {
  margin-top: 0;
}
.title-page .widget-8, .widget-8, .title-page .widget-9, .widget-9, .title-page .widget-11, .widget-11, .title-page .widget-13, .widget-13 {
  background: url(../images/Layer51.png) left 0px top 0px / auto auto no-repeat;
}
.title-page .horizontal_blocklist-13 .title .align-elem, .horizontal_blocklist-13 .title .align-elem {
  flex-basis: auto;
  margin-right: 8px;
  width: auto;
  max-width: inherit;
  flex-grow: 0;
}
.title-page .horizontal_blocklist-13 .price-wrap, .horizontal_blocklist-13 .price-wrap {
  background: none;
  width: auto;
}
.title-page .horizontal_blocklist-13 .item, .horizontal_blocklist-13 .item {
  margin: 10px 0 50px;
}
.title-page .horizontal_blocklist-13 .text, .horizontal_blocklist-13 .text {
  padding-bottom: 30px;
  background: url(../images/line.jpg) left 0px bottom 0px / auto auto no-repeat;
}
.title-page .horizontal_blocklist-13 p:first-child, .horizontal_blocklist-13 p:first-child {
  margin-bottom: 1px;
}
.title-page .horizontal_blocklist-13 p, .horizontal_blocklist-13 p {
  margin: 2px 0;
}
.title-page .horizontal_blocklist-13 .header_text, .horizontal_blocklist-13 .header_text, .title-page .horizontal_blocklist-14 .header_text, .horizontal_blocklist-14 .header_text, .title-page .blocklist-17 .header_text, .blocklist-17 .header_text, .title-page .blocklist-21 .header_text, .blocklist-21 .header_text {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
@media (max-width: 1366px) {
  .title-page .horizontal_blocklist-13 .item_body, .horizontal_blocklist-13 .item_body {
    align-items: flex-start;
  }
}
.title-page .footer .all, .footer .all {
  font-weight: bold;
}
.title-page .horizontal_blocklist-14 .price-wrap, .horizontal_blocklist-14 .price-wrap {
  background: none;
}
@media (min-width: 1920px) {
  /*.title-page .blocklist-21 .description,
	.blocklist-21 .description{
		margin-left: 0 !important;
		padding-left: 0 !important;
	}*/
  .title-page .horizontal_blocklist-12 .description, .horizontal_blocklist-12 .description, .title-page .horizontal_blocklist-14 .description, .horizontal_blocklist-14 .description, .title-page .blocklist-17 .description, .blocklist-17 .description {
    margin-left: 47px !important;
  }
}
@media (min-width: 1024px) {
  .horizontal_blocklist-13 .item_detail {
    width: 90% !important;
  }
  .title-page .horizontal_blocklist-13 .text, .horizontal_blocklist-13 .text {
    width: 90%;
  }
}
.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 0 0 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  align-items: baseline;
}
@media (max-width: 640px) {
  .site-versions-wrap {
    /*justify-content: center;*/
    margin-bottom: 20px;
  }
}
.site-versions-title {
  color: #ff0006;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  font-weight: 500;
  border: 2px solid #ff0006;
}
.site-versions-title em, .site-versions-title i {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.site-versions-title em svg, .site-versions-title i svg {
  fill: #ff0006;
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 105%;
  width: 100%;
  margin: 2px 0 0;
  background: #fff;
  border: 2px solid #ff0006;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 0px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.site-versions-list a:hover {
  text-decoration: underline;
  color: #ff0006;
}
