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;
}
/* staff_id = 1640*/
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 725px) {
  .adaptive-table td {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  button, input, optgroup, select, textarea {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .block-96 .layout_138_id_140 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 2;
  }
}
.title-page .blocklist-76 .more > a:hover, .title-page .blocklist-76 .more > a.hover, .title-page .blocklist-76 .more > a.active, .blocklist-76 .more > a:hover, .blocklist-76 .more > a.hover, .blocklist-76 .more > a.active {
  background: none;
  background: url("../images/domiccccc (1).png") right 33px top 50% / auto auto no-repeat, repeating-linear-gradient(to top, #ffd500 0%, #ff9d00 100%);
}
.title-page .form-86 .form-submit button:hover, .title-page .form-86 .form-submit button.hover, .title-page .form-86 .form-submit button.active, .form-86 .form-submit button:hover, .form-86 .form-submit button.hover, .form-86 .form-submit button.active {
  background: none;
  background: repeating-linear-gradient(to top, #ffd500 0%, #ff9d00 100%);
}
.title-page .menu-col-65 ul.menu-columns-items > li > a:hover, .title-page .menu-col-65 ul.menu-columns-items > li > a.hover, .title-page .menu-col-65 ul.menu-columns-items > li > a.active, .menu-col-65 ul.menu-columns-items > li > a:hover, .menu-col-65 ul.menu-columns-items > li > a.hover, .menu-col-65 ul.menu-columns-items > li > a.active, .title-page .menu-col-65 ul.menu-columns-items ul a:hover, .title-page .menu-col-65 ul.menu-columns-items ul a.hover, .title-page .menu-col-65 ul.menu-columns-items ul a.active, .menu-col-65 ul.menu-columns-items ul a:hover, .menu-col-65 ul.menu-columns-items ul a.hover, .menu-col-65 ul.menu-columns-items ul a.active {
  color: #ff9d00;
}
.title-page .widget-107:hover, .title-page .widget-107.hover, .title-page .widget-107.active, .widget-107:hover, .widget-107.hover, .widget-107.active {
  color: #ff9d00;
}
.title-page .widget-105:hover, .title-page .widget-105.hover, .title-page .widget-105.active, .widget-105:hover, .widget-105.hover, .widget-105.active {
  color: #ff9d00;
}
.title-page .widget-106:hover, .title-page .widget-106.hover, .title-page .widget-106.active, .widget-106:hover, .widget-106.hover, .widget-106.active {
  color: #ff9d00;
}
.title-page .widget-109:hover, .title-page .widget-109.hover, .title-page .widget-109.active, .widget-109:hover, .widget-109.hover, .widget-109.active {
  color: #ff9d00;
}
.yashare-auto-init {
  text-align: right;
  margin-bottom: 20px;
}
.widget-103 {
  padding-left: 0;
}
.title-page .blocklist-135 .item-label, .blocklist-135 .item-label, .title-page .blocklist-118 .item-label:hover, .title-page .blocklist-118 .item-label.hover, .title-page .blocklist-118 .item-label.active, .blocklist-118 .item-label:hover, .blocklist-118 .item-label.hover, .blocklist-118 .item-label.active, .title-page .blocklist-131 .item-label:hover, .title-page .blocklist-131 .item-label.hover, .title-page .blocklist-131 .item-label.active, .blocklist-131 .item-label:hover, .blocklist-131 .item-label.hover, .blocklist-131 .item-label.active {
  font-size: 18px;
}
.g-gallery2-photo-list, .g-gallery2-album-list {
  text-align: center;
}
.site-footer--wrap .site-footer--box .site-footer--contacts-wrap .site-footer--contacts-box {
  background: none !important;
  padding: 25px 0 !important;
  width: auto !important;
  max-width: 410px;
}
.site-footer--wrap .site-footer--box .site-footer--contacts-wrap .site-footer--contacts-box > div .inner .block-body-drop .cell-text .text_body {
  font-size: 18px !important;
  font-family: Montserrat Alternates, sans-serif !important;
  color: #ffc800 !important;
  -webkit-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
  text-shadow: 2px 2px 2px #000;
}
.site-footer--wrap .site-footer--box .site-footer--contacts-wrap .site-footer--contacts-box > div .inner .block-body-drop .cell-text .title {
  font-size: 18px !important;
  font-family: Montserrat Alternates, sans-serif !important;
  color: #ffc800 !important;
  -webkit-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
  text-shadow: 2px 2px 2px #000;
}
.title-page .search-114 input, .search-114 input, .title-page .phones-77 .text_body, .phones-77 .text_body {
  color: #ffc800;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.title-page .search-114 input::-webkit-input-placeholder, .search-114 input::-webkit-input-placeholder, .title-page .phones-77 .text_body::-webkit-input-placeholder, .phones-77 .text_body::-webkit-input-placeholder {
  color: #ffc800;
}
.title-page .search-114 input::-moz-placeholder, .search-114 input::-moz-placeholder, .title-page .phones-77 .text_body::-moz-placeholder, .phones-77 .text_body::-moz-placeholder {
  color: #ffc800;
}
.title-page .search-114 input:-moz-placeholder, .search-114 input:-moz-placeholder, .title-page .phones-77 .text_body:-moz-placeholder, .phones-77 .text_body:-moz-placeholder {
  color: #ffc800;
}
.title-page .search-114 input:-ms-input-placeholder, .search-114 input:-ms-input-placeholder, .title-page .phones-77 .text_body:-ms-input-placeholder, .phones-77 .text_body:-ms-input-placeholder {
  color: #ffc800;
}
.g-file__col--title {
  width: auto !important;
}
.title-page .block-41-1 {
  display: none;
}
.pluso {
  display: block !important;
  width: 100% !important;
  text-align: right !important;
}
.title-page .widget-43, .widget-43 {
  width: auto;
}
@media (max-width: 767px) {
  .title-page .block-5, .block-5 {
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .title-page .widget-103, .widget-103 {
    position: absolute;
    width: 100%;
    top: 110px;
  }
}
.title-page .phones-77 .text_body div:nth-child(1) a, .phones-77 .text_body div:nth-child(1) a {
  pointer-events: none;
}
.title-page .phones-77 .text_body div:nth-child(3) a, .phones-77 .text_body div:nth-child(3) a {
  pointer-events: all;
}
.title-page .phones-77 .text_body, .phones-77 .text_body {
  margin-left: 0;
}
.title-page .phones-77 .text_body .align-elem div, .phones-77 .text_body .align-elem div {
  padding-left: 51px;
}
.title-page .widget-49 {
  width: auto;
}
.title-page .widgetsocial-120 .soc-item, .widgetsocial-120 .soc-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-page .block-39 h1 {
  margin: 20px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  box-sizing: border-box;
  font-weight: bold;
  width: auto;
  right: 0;
  max-width: 100%;
  padding-bottom: 20px;
  border-top: 0px dashed rgba(50, 50, 50, 0.1);
  border-right: 0px dashed rgba(50, 50, 50, 0.1);
  border-bottom: 1px dashed rgba(50, 50, 50, 0.1);
  border-left: 0px dashed rgba(50, 50, 50, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-left: 0;
  min-height: 0;
}
@media (max-width: 960px) {
  .title-page .block-39 h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .title-page .block-39 h1 {
    font-size: 24px;
  }
}
.title-page .phones-77 .text_body, .phones-77 .text_body {
  font-size: 20px;
}
.title-page .phones-77 .text_body .align-elem div, .phones-77 .text_body .align-elem div {
  padding-left: 0px;
}
@media (max-width: 1060px) and (min-width: 961px) {
  .title-page .widget-49, .widget-49 {
    margin: 0 0 auto 33px;
  }
  .title-page .phones-77 .text_body, .phones-77 .text_body {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .title-page .widget-103, .widget-103 {
    top: 144px;
  }
  .title-page .widget-49, .widget-49 {
    margin-top: 53px;
  }
}
@media (max-width: 959px) {
  .title-page .widget-103, .widget-103 {
    top: 0px;
  }
  .title-page .widget-49, .widget-49 {
    margin-top: 0px;
  }
}
.title-page .block-26, .block-26 {
  padding: 0px 20px 20px 20px;
}
.title-page .block-4 {
  padding-bottom: 10px;
}
.title-page .block-9 {
  padding-left: 30px;
  padding-right: 30px;
}
/*1640 slider*/
body .block_n {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .block_n__item {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .block_n__title {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
  color: #000;
  text-align: center;
}
body .block_n__subtitle {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  font-family: "Montserrat Alternates", sans-serif;
}
body .block_n__blocks {
  margin-top: 10px;
}
body .block_n__block {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
body .block_n__block:hover .block_n__text {
  color: #ff9d00;
}
body .block_n__img {
  margin-bottom: 20px;
}
body .block_n__text {
  color: #000;
  font-size: 18px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  transition: 0.3s ease-out;
}
body .block_n .owl-nav {
  top: 50%;
  position: absolute;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  margin-top: -46px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
body .block_n .owl-nav button {
  background-image: url("/t/images/slider-left.png") !important;
  width: 19px;
  height: 32px;
  pointer-events: auto;
}
body .block_n .owl-nav button span {
  display: none;
}
body .block_n .owl-nav button.owl-next {
  background-image: url("/t/images/slider-right.png") !important;
  width: 19px;
  height: 32px;
}
.title-page .block-9 {
  padding-left: 20px;
  padding-right: 20px;
}
.block-87 {
  margin: 7px 0 auto 15px;
}
.block-4 {
  padding-bottom: 10px;
}
/*1640 slider end*/
.widget-100 button {
  transition: ease 0.4s;
  opacity: 0;
}
.widget-100 button.active {
  opacity: 1;
}
.title-page .phones-77 .text_body a, .phones-77 .text_body a, .title-page .phones-77 .text_body div:nth-child(1) a, .phones-77 .text_body div:nth-child(1) a {
  pointer-events: auto;
}
.title-page .block-4, .block-4 {
  padding-top: 25px;
}
.block-40 {
  background: none;
}
.widget-100 button {
  opacity: 1;
}
.shop2-product .shop2-product-btn {
  display: none;
}
@media (max-width: 768px) {
  .content-142 iframe {
    width: 100% !important;
    height: auto !important;
  }
}
