/* personal-links */

button:disabled {
  opacity: 0.5;
  cursor: default;
}

.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.personal-links label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  user-select: none;
  line-height: 1.4;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
  margin-left: 0;
}

.personal-links a {
  color: #000;
  text-align: left;
}

.personal-links.white label {
  color: #fff;
}

.personal-links.white label a {
  color: #fff;
}

/* personal-links */


/* cookie */

.cmsl_warning_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  min-height: 65px;
}

.cmsl_warning_cookie_section1 {
  display: flex;
  flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  font-family: regular;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding-top: 5px;
}

.cmsl_warning_cookie_close {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}

.cmsl_warning_cookie.cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.cmsl_warning_cookie2_inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}

.cmsl_warning_cookie2_text {
  margin-right: 30px;
  font-size: 16px;
}

.cmsl_warning_cookie2_button {
  margin-left: auto;
  flex: none;
}

.cmsl_warning_cookie_accept {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  background-color: rgb(230, 230, 231);
  color: rgb(45, 45, 45);
  font-size: 17px;
  width: 150px;
  height: 50px;
  border: 0;
  transition: 0.2s;
  cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
  opacity: 0.85;
}

.cmsl_warning_cookie_tx {
  color: inherit !important;
}

@media(max-width: 767px) {
  .cmsl_warning_cookie2 {
    bottom: 20px;
  }

  .cmsl_warning_cookie2_inner {
    flex-direction: column;
  }

  .cmsl_warning_cookie2_text {
    margin-right: 0;
    font-size: 11px;
  }

  .cmsl_warning_cookie2_button {
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_accept {
    width: 130px;
    height: 30px;
    font-size: 12px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmsl_warning_cookie_tx {
    font-size: 12px !important;
  }

  .cmsl_warning_cookie_section1 {
    flex-direction: column;
  }

  .cmsl_warning_cookie_section1_box2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* cookie */




/* core */
html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: proximanovaregular, robotolight, tahoma;
}

body {
  overflow-y: scroll;
  background: #fff;
}

input,
textarea,
select {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  /* -webkit-appearance: none; */
}

/*a,span{
    text-decoration-skip-ink:none;
}*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**{min-height:0;min-width:0;}*/

* {
  outline: 0;
}

img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

/*for FF*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

.cmsl_clearfix1:after {
  content: '';
  display: block;
  clear: both;
}

.cmsl_clearfix2:before,
.cmsl_clearfix2:after {
  display: table;
  content: '';
}

.cmsl_clearfix2:after {
  clear: both;
}

.cmsl_clearfix3 {
  display: table;
  width: 100%;
}

.cmsl_clearfix3:after {
  content: '. .';
  display: block;
  word-spacing: 9999px;
  height: 0;
  overflow: hidden;
}

.cmsl_clearfix4 {
  zoom: 1;
  display: block;
}

.cmsl_clearfix4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.cmsl_content {
  min-height: 300px;
}

.posmo {
  display: none;
}

a.posmo_link {
  text-decoration: none !important;
  border-bottom: 1px dashed;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

a.posmo_link:hover {
  text-decoration: none !important;
  border-bottom: 1px dashed;
}

.cmsl_wrapper0 {
  max-width: 1920px;
  margin: 0 auto;
}

.cmsl_wrapper1 {
  max-width: 1280px;
  margin: 0 auto;
}

.cmsl_wrapper2 {
  max-width: 1135px;
  margin: 0 auto;
}

.cmsl_wrapper3 {
  max-width: 990px;
  margin: 0 auto;
}

.cmsl_wrapper1_custom1 {
  max-width: 1505px;
  margin: 0 auto;
}

.cmsl_osntext ul,
.cmsl_osntext ol {
  padding-left: 25px;
}

.cmsl_osntext ul li {
  list-style-image: url(/file/i_pic/cmsl/4x4.png);
  margin-top: 10px;
}

.cmsl_osntext p:nth-of-type(1) {
  margin-top: 0;
}

.cmsl_osntext p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.cmsl_osntext img {
  max-width: 100%;
  height: auto;
}

.pagedis {
  padding-top: 15px;
}

.pagedis a {
  color: #8d8d8d;
  background: #e3e4e5;
  padding: 5px 9px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.pagedis a#act {
  background: #7f9abf;
  color: #fff;
}

.bread_crumb {
  font-size: 17px;
  line-height: 1.4;
  font-family: proximanovalight;
  margin: 15px 0 25px 0;
}

.bread_crumb a {
  color: #000;
}

.bread_crumb .img {
  margin: 0 4px 0 4px;
  width: 7px;
  height: 11px;
  vertical-align: middle;
}

.bread_crumb_arrow {
  margin: 0 5px;
  display: inline-block;
  background-image: url('../images/breadcrumb_arrow2_white.svg');
  background-repeat: no-repeat;
  width: 15px;
  text-align: center;
  background-size: 15px 15px;
}

.bread_crumb[data-template="white"] .bread_crumb_arrow {
  background-image: url(/file/i_pic/cmsl/breadcrumb_arrow2_white.svg);
}


.cmsl_razdsite {
  margin: 25px 0 35px 0;
}

.cmsl_razdsite .push {
  height: 1px;
  line-height: 1px;
}

.cmsl_razdsite h1 {
  font-size: 55px;
  line-height: 1;
  /* font-family: proximanovaregular; */
  font-family: 'ablation';
  font-weight: normal;
  margin: 0;
}

.cmsl_theme_breadrazd_wrap {
  background: transparent;
  position: relative;
  /* z-index: 100; */
}

.cmsl_theme_breadrazd_wrap_inner {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
}

.cmsl_theme_breadrazd_wrap_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite {
  margin: 0;
  order: 2;
  margin-top: 35px;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite.razdsite_no {
  margin-top: 25px;
}

.cmsl_theme_breadrazd_wrap .bread_crumb {
  order: 1;
  margin: 0;
  font-family: proximanovaregular;
}

.cmsl_theme_breadrazd_wrap_abs {
  display: none;
  position: absolute;
  top: 20px;
  right: 340px;
}

.cmsl_theme2_content {
  display: flex;
}

.cmsl_theme2_content_col1 {
  flex: 1;
}

.cmsl_theme2_content_col2 {
  width: 300px;
  flex: 0 1 300px;
  margin-left: 30px;
}

.cmsl_theme3_content {
  display: flex;
  width: 100%;
}

.cmsl_theme3_content_col1 {
  flex: 0 0 275px;
}

.cmsl_theme3_content_col2 {
  flex: 1;
  padding-left: 37px;
}

.leli {
  display: inline-flex;
  align-items: center;
}

.leli-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 4px;
  font-family: proximanovaregular;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

.leli-links a {
  color: #fff;
  text-decoration: none;
}

.leli-links a:hover {
  color: #fff;
  text-decoration: none;
}

.leli-img {
  width: 30px;
  height: 30px;
}

.leli-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.leli_derevotop {
  padding: 5px 15px;
}

.leli_derevotop ul,
.leli_derevotop ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.leli_derevotop>ul>li {
  padding: 8px 0;
  border-top: 1px #E2E0E0 solid;
  line-height: 1.3;
}

.leli_derevotop>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li a {
  font-size: 16px;
  color: #000;
}

.leli_derevotop>ul>li>ul {
  margin-left: 20px;
}

.leli_derevotop>ul>li>ul>li {
  padding: 5px 0;
  border-top: 1px #E2E0E0 solid;
}

.leli_derevotop>ul>li>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li>ul>li:last-child {
  padding: 0;
}

.leli_derevotop>ul>li>ul>li a {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}

.leli_derevotop li.act>a {
  color: #06579F;
  font-weight: bold;
}

.cmsl_pagenav {
  margin: 35px 0 35px 0;
  line-height: 1;
  font-family: proximanovalight;
}

.cmsl_pagenav_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: #606060;
}

.cmsl_pagenav_content {
  display: inline-block;
  vertical-align: middle;
}

.cmsl_pagenav ul,
.cmsl_pagenav ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

.cmsl_pagenav ul {
  padding-left: 0 !important;
}

.cmsl_pagenav ul li {
  display: inline-block;
  margin: 5px 4px 0 0 !important;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.cmsl_pagenav_insider {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  min-width: 25px;
  text-align: center;
  border: 1px transparent solid;
}

a.cmsl_pagenav_insider:hover {
  color: #000;
  text-decoration: none;
  border: 1px #85c3cc solid;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
  /*font-weight:bold;*/
  background: #85c3cc;
  color: #fff;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider:hover {
  color: #fff;
}

.cmsl_pagenav_move {
  display: inline-block;
  vertical-align: middle;
  font-family: proximanovaregular;
}

.cmsl_pagenav_move._next {
  margin-left: 15px;
}

.cmsl_pagenav_move a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}

.cmsl_pagenav_move a:nth-child(1) {
  margin-left: 0;
}

.site_dialog_theme {
  padding: 40px 75px 50px 75px;
}

.site_dialog_theme_title {
  font-size: 33px;
  line-height: 1.1;
}

.site_dialog_theme_content {
  margin-top: 30px;
}

.custom_toggle_header {
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 6px 10px 5px 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: #ece8dc;
}

.custom_toggle_header:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  width: 21px;
  height: 11px;
  background-image: url(/file/i_pic/cmsl/custom_toggle_icon.png);
  background-repeat: no-repeat;
  transition: all 0.1s ease-out 0s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom_toggle_header:hover {
  color: #000;
}

.custom_toggle_header:hover:after {
  opacity: 0.6;
}

.custom_toggle_content {
  display: none;
  margin: 10px 0 0 0;
  padding-bottom: 15px;
}

.custom_toggle.active .custom_toggle_header:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cmsl_currency_rub {
  font-family: proximanovaregular;
}

.cmsl_currency_rub_bold {
  font-family: proximanovaregular;
}

/* core */


body {
  line-height: 1.5;
  font-family: "proximanovaregular";
  font-size: 18px;
  background: #f9fbfd;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.responsive-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.ts-header-info__menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
  z-index: 5;
  user-select: none;
  cursor: pointer;
}

.ts-header-info__menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: .3s linear;
  user-select: none;
}

.ts-header-info__menu_inner span {
  width: 50px;
  height: 2px;
  background: #000;
  transition: .15s;
}

.ts-header-info__menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.ts-header-info__menu_inner span:nth-child(3) {
  margin-top: -2px;
}

.ts-header-info__menu_inner span:nth-child(4) {
  margin-top: 7px;
}

.ts-header {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  min-height: 145px;
  padding-top: 47px;
  padding-bottom: 43px;
  z-index: 101;
}

body[data-page="default"] .ts-header {
  position: relative;
  background: #eff6fa;
}

.ts-header-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ts-header-block {
  display: flex;
  align-items: center;
}

.ts-header-logo a {
  display: flex;
  align-items: center;
}

.ts-header-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.ts-header-info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.ts-header-info__search {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  margin-right: 150px;
}

.ts-header-info__search input {
  width: 208px !important;
  height: 100% !important;
  padding-left: 20px !important;
  padding-right: 40px !important;
  border: 1px solid #93979b !important;
  background: transparent !important;
  font-size: 16px !important;
  font-family: "proximanovaregular" !important;
  color: #93979b !important;
  transition: 0.3s !important;
}

.ts-header-info__search input:focus {
  width: 400px !important;
}

.ts-header-info__search .search-icon {
  position: absolute !important;
  right: 0px !important;
  width: 35px !important;
  height: 100% !important;
  background: url("../images/search-icon.png") 50% 50% no-repeat !important;
  background-size: 19px 19px !important;
  cursor: pointer !important;
  border: 0 !important;
}

.ts-header-info__search .search-icon:hover {
  opacity: 0.7;
}

.ts-header-info__phone {
  margin-right: 35px;
  font-size: 25px;
  font-family: "montserratregular";
  color: #000;
}

.ts-header-info__phone a {
  text-decoration: none;
  color: #000;
}

.ts-header-info__phone a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ts-header-info__feedback {
  margin-right: 30px;
}

.ts-header-info__icon {
  display: none;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  background: #d4d9dd;
  border-radius: 50%;
  margin-right: 7px;
}

.ts-header-info__icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts-header-info__feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #014c83;
  border-radius: 40px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  line-height: 0.842;
  transition: 0.3s;
  letter-spacing: 0.16px;
}

.ts-header-info__feedback a:hover {
  background: #085d9b;
}

.ts-header-menu {
  position: fixed;
  top: 0;
  right: -500px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-top: 0;
  z-index: 999;
  padding: 70px 70px 0 70px;
  overflow-x: auto;
  transition: 0.4s ease-out;
  background: #eff6fa;
}

.ts-header-menu-nav {
  padding-bottom: 50px;
}

.ts-header-menu-nav>ul {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ts-header-menu-nav>ul>li {
  display: flex;
  width: 100%;
  font-family: "montserratregular";
  margin-bottom: 15px;
  color: #000;
  font-size: 21px;
}

.ts-header-menu-nav>ul>li:last-child {
  margin-bottom: 0;
}

.ts-header-menu-nav>ul>li>a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #000;
}

.ts-header-menu-nav>ul>li>a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.ts-header-menu-nav>ul>li.active a {
  font-family: "montserratsemibold";
  color: #000;
}

.ts-header-menu-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999;
}

.ts-header-menu-close span {
  display: flex;
  align-items: center;
  width: 40px;
  height: 2px;
  background: #000;
  transition: .15s;
}

.ts-header-menu-close span:nth-child(1) {
  display: block;
  transform: rotate(-45deg);
  margin-top: 18px;
}

.ts-header-menu-close span:nth-child(2) {
  display: block;
  transform: rotate(45deg);
  margin-top: -2px;
}

.ts-header-menu-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.ts-header-menu-info__phone {
  font-size: 25px;
  font-family: "montserratregular";
  color: #000;
}

.ts-header-menu-info__phone a {
  text-decoration: none;
  color: #000;
}

.ts-header-menu-info__phone a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ts-header-menu-info__feedback {
  margin-top: 15px;
  margin-right: 30px;
}

.ts-header-menu-info__feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #014c83;
  border-radius: 40px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  line-height: 0.842;
  transition: 0.3s;
  letter-spacing: 0.16px;
}

.ts-header-menu-info__feedback a:hover {
  background: #085d9b;
}

.ts-header-menu-info__adress {
  margin-top: 15px;
  font-size: 18px;
  font-family: "montserratregular";
  color: #000;
}

.ts-header-msearch {
  position: fixed;
  min-height: 35px;
  background: #eff6fa;
  top: 54px;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.ts-header-msearch {
  display: none;
}

.ts-header-msearch__search {
  position: relative;
  align-items: center;
  height: 24px;
}

.ts-header-msearch.active {
  display: block;
}

.ts-header-msearch__search input {
  width: 100% !important;
  height: 100% !important;
  padding-left: 12px !important;
  padding-right: 40px !important;
  border: 1px solid #93979b !important;
  background: transparent !important;
  font-size: 12px !important;
  font-family: "proximanovaregular" !important;
  color: #93979b !important;
  transition: 0.3s !important;
}

.ts-header-msearch__search button {
  position: absolute !important;
  right: 0px !important;
  width: 25px !important;
  height: 100% !important;
  background: url(../images/search-icon.png) 50% 50% no-repeat !important;
  background-size: 10px 10px !important;
  cursor: pointer !important;
  border: 0 !important;
}

.ts-header-fixed {
  position: fixed;
  top: -200px;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eff6fa;
  z-index: 100;
  transition: 0.2s ease-out;
}

.ts-header-fixed-container {
  max-width: 1750px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ts-header-fixed-block {
  display: flex;
  align-items: center;
}

.ts-header-fixed-logo a {
  display: flex;
  align-items: center;
}

.ts-header-fixed-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.ts-header-fixed-info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.ts-header-fixed-info__search {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  margin-right: 150px;
}

.ts-header-fixed-info__search input {
  width: 208px;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
  border: 1px solid #93979b;
  background: transparent;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #93979b;
  transition: 0.3s;
}

.ts-header-fixed-info__search input:focus {
  width: 400px;
}

.ts-header-fixed-info__search .search-icon {
  position: absolute;
  right: 0px;
  width: 35px;
  height: 100%;
  background: url("../images/search-icon.png") 50% 50% no-repeat;
  background-size: 19px 19px;
  cursor: pointer;
  border: 0;
}

.ts-header-fixed-info__search .search-icon:hover {
  opacity: 0.7;
}

.ts-header-fixed-info__phone {
  margin-right: 35px;
  font-size: 25px;
  font-family: "montserratregular";
  color: #000;
}

.ts-header-fixed-info__phone a {
  text-decoration: none;
  color: #000;
}

.ts-header-fixed-info__phone a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ts-header-fixed-info__feedback {
  margin-right: 30px;
}

.ts-header-fixed-info__feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #014c83;
  border-radius: 40px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  line-height: 0.842;
  transition: 0.3s;
  letter-spacing: 0.16px;
}

.ts-header-fixed-info__feedback a:hover {
  background: #085d9b;
}

body.fixed-menu .ts-header-fixed {
  position: fixed;
  top: 0;
}

body.open-menu .ts-header-menu {
  right: 0;
}

body.open-menu .responsive-wrap {
  opacity: 1;
  visibility: visible;
}

.ts-main {
  display: flex;
  position: relative;
  min-height: 900px;
  padding-top: 145px;
  padding-bottom: 40px;
  background-color: #e1e2e3;
  background-image: url("../images/main-bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.ts-main-container {
  max-width: 1750px;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ts-main-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ts-main-title {
  max-width: 50%;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  font-size: 75px;
  font-family: "ablation";
  color: #000;
  line-height: 1.067;
}

.ts-main-text {
  margin-top: auto;
  font-size: 16px;
  font-family: "montserratregular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.75;
}

.ts-main-photo {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.ts-main-photo.main-photo-1 {
  width: 307px;
  height: 208px;
  top: 215px;
  left: 155px;
  background-image: url("../images/main-photo-1.png");
}

.ts-main-photo.main-photo-2 {
  width: 897px;
  height: 446px;
  top: 230px;
  left: 0px;
  background-image: url("../images/main-photo-2.png");
}

.ts-main-photo.main-photo-2 {
  width: 1103px;
  height: 446px;
  top: 225px;
  left: -205px;
  background-image: url("../images/main-photo-2-2.png");
}

.ts-main-photo.main-photo-3 {
  width: 426px;
  height: 310px;
  top: 200px;
  right: 0;
  background-image: url("../images/main-photo-3.png");
}

.ts-main-photo.main-photo-4 {
  width: 469px;
  height: 247px;
  top: 590px;
  /* right: 0; */
  right: -275px;
  /* background-image: url("../images/main-photo-4.png"); */
  background-image: url("../images/main-photo-4-2.png");
}

/* .ts-main-photo.main-photo-5 {
  width: 700px;
  height: 270px;
  bottom: 0px;
  right: 0;
  background-image: url("../images/main-photo-5.png");
} */

.ts-main-photo.main-photo-5 {
  width: 923px;
  height: 386px;
  bottom: -115px;
  right: -225px;
  background-image: url("../images/main-photo-5-2.png");
}

.ts-main-photo.main-photo-6 {
  width: 235px;
  height: 212px;
  bottom: 80px;
  left: 640px;
  background-image: url("../images/main-photo-6.png");
}

.ts-main-mouse {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 15.5px);
  width: 31px;
  height: 48px;
  background: url("../images/main-mouse.png") 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ts-catalog {
  margin-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.ts-catalog-items {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.ts-catalog__item {
  display: flex;
  flex-direction: column;
  width: calc(28.724% + 50px);
  padding-right: 50px;
  margin-bottom: 50px;
  order: 7;
}

.ts-catalog__item_inner {
  display: flex;
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ededed;
  text-decoration: none;
  border-radius: 20px;
}

.ts-catalog__item_inner:hover .ts-catalog__item_block_title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.ts-catalog__item.cat-info .ts-catalog__item_inner {
  background: #f9fbfd;
}

.ts-catalog__item.cat-link .ts-catalog__item_inner {
  background: #f9fbfd;
}

.ts-catalog__item_info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 70px;
}

.ts-catalog__item_info_title {
  font-size: 25px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.52;
}

.ts-catalog__item_info_text {
  margin-top: 30px;
  padding-right: 80px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.75;
}

.ts-catalog__item_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.ts-catalog__item_block_title {
  font-size: 50px;
  font-family: "ablation";
  color: #000;
  line-height: 1.2;
}

.ts-catalog__item_block_title span {
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.ts-catalog__item_link {
  position: absolute;
  width: 100%;
  min-height: 285px;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
}

.ts-catalog__item_link_text {
  font-size: 25px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.52;
}

.ts-catalog__item_link_text span {
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.ts-catalog__item_link_icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-image: url("../images/cat-link-icon.png");
  width: 37px;
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s;
}

.ts-catalog__item_link:hover .ts-catalog__item_link_text span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.ts-catalog__item_link:hover .ts-catalog__item_link_icon {
  right: 35px;
  bottom: 35px;
}

.ts-catalog__item:nth-child(1) {
  order: 3;
  padding-right: 0;
  width: 28.724%;
}

.ts-catalog__item:nth-child(2) {
  order: 4;
}

.ts-catalog__item:nth-child(3) {
  order: 1;
  padding-left: 7%;
  width: calc(28.724% + 9.66%);
}

.ts-catalog__item:nth-child(4) {
  order: 2;
}

.ts-catalog__item:nth-child(5) {
  order: 5;
}

.ts-catalog__item:nth-child(6) {
  order: 6;
}

.advantages {
  margin-top: 80px;
  overflow: hidden;
}

.advantages-container {
  max-width: 1630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.advantages-block {
  display: flex;
}

.advantages-left {
  display: flex;
  flex-direction: column;
  width: 985px;
  margin-right: 50px;
}

.advantages-left__title {
  font-size: 35px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.429;
}

.advantages-left__sert {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 925px;
  margin-top: 50px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.advantages-left__sert_item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.advantages-left__sert_item img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.advantages-left__link {
  font-size: 16px;
  font-family: "montserratregular";
  color: rgba(0, 0, 0, 0.502);
}

.advantages-left__link a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.502);
}

.advantages-left__link a span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.advantages-left__link a:hover span {
  background-image: none;
}

.advantages-right {
  width: 565px;
  margin-top: 15px;
}

.advantages-right__descr {
  position: relative;
  padding-bottom: 70px;
  font-size: 17px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.647;
}

.advantages-right__descr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #c9cdcf;
}

.advantages-right__items {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  padding-left: 10px;
}

.advantages-right__items_item {
  margin-bottom: 28px;
  font-size: 17px;
  font-family: "montserratregular";
  color: #000;
  line-height: 1.647;
}

.advantages-right__items_item:last-child {
  margin-bottom: 0;
}

.ts-footer {
  margin-top: 88px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #00477b;
  background-image: linear-gradient(180deg, #00477b 1%, #092034 100%);
}

.ts-footer-container {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ts-footer-feedback {
  display: flex;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 80px;
  border-bottom: 1px solid #81a1b8;
}

.ts-footer-feedback .upononline_form_wrap {
  margin-left: auto;
}


.upononline_label.err input {
  border-color: red;
  ;
}

.ts-footer-feedback__title {
  margin-right: 50px;
  font-size: 50px;
  font-family: "ablation";
  color: #fff;
  line-height: 1.2;
}

.ts-footer-feedback__block {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 50px;
}

.ts-footer-feedback__block form {
  display: flex;
  flex-direction: column;
}

.ts-footer-feedback__block_inner {
  display: flex;
}

.ts-footer-feedback__block_label {
  width: 400px;
  height: 58px;
  margin-right: 25px;
}

.ts-footer-feedback__block_label input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #81a1b8;
  padding: 10px 25px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
}

.ts-footer-feedback__block_label input::placeholder {
  color: #fff;
}

.ts-footer-feedback__block_button {
  margin-left: 90px;
}

.ts-footer-feedback__block_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  min-height: 58px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #f9f3e8;
  border-radius: 40px;
  font-size: 16px;
  font-family: "montserratregular";
  color: #000;
  line-height: 0.842;
  transition: 0.3s;
  letter-spacing: 0.16px;
  border: 0;
  cursor: pointer;
}

.ts-footer-feedback__block_button button:hover {
  background: #e8e8e8;
}

.ts-footer-info {
  display: flex;
  flex-direction: column;
  padding-top: 55px;
  padding-left: 55px;
  padding-right: 55px;
}

.ts-footer-info-top {
  display: flex;
}

.ts-footer-info-top__logo {
  margin-right: 50px;
}

.ts-footer-info-top__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.ts-footer-info-top__contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 265px;
}

.ts-footer-info-top__contacts a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "montserratlight";
  color: #fff;
  line-height: 0.913;
  text-decoration: none;
}

.ts-footer-info-top__contacts a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.ts-footer-info-top__adress {
  font-size: 20px;
  font-family: "montserratlight";
  color: #fff;
  line-height: 1.4;
}

.ts-footer-info-bottom {
  display: flex;
  margin-top: 55px;
}

.ts-footer-info-bottom__personal {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.ts-footer-info-bottom__personal_copy {
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  line-height: 1.75;
}

.ts-footer-info-bottom__personal_links {
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  line-height: 1.75;
}

.ts-footer-info-bottom__personal_links span {
  display: inline-flex;
  margin-right: 5px;
}

.ts-footer-info-bottom__personal_links a {
  color: #fff;
  text-decoration: underline;
}

.ts-footer-info-bottom__personal_links a:nth-child(1) {
  margin-right: 5px;
}

.ts-footer-info-bottom__personal_links a:hover {
  text-decoration: none;
}

.ts-footer-info-bottom__copy {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */



/* core */
/* adaptive toggle */
.adaptivetoggle {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: none;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  /*padding-bottom:10px;*/
}

.adaptivetoggle a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
}

.adaptivetoggle a:hover {
  color: #000;
  text-decoration: none;
}

a.adaptivetoggle_desctop {
  font-size: 35px;
}

/* style_union */
table.table_effect5 {
  border-collapse: collapse;
}

table.table_effect5 {
  border: 0;
}

table.table_effect5 p {
  margin: 0;
  padding: 0;
}

table.table_effect5 td {
  border: 0;
  padding: 10px 10px;
  border-bottom: 1px #ece8dc solid;
  border-right: 1px #ece8dc solid;
}

table.table_effect5 tr td:last-child {
  border-right: 0;
}

table.table_collapse {
  border-collapse: collapse;
}

table.table_collapse td {
  padding: 7px;
}


.catalog_text1 {
  font-size: 24px;
  line-height: 1.25;
}

.catalog_text2 {
  font-size: 21px;
  line-height: 1.3;
}

.catalog_text3 {
  font-size: 19px;
  line-height: 1.45;
}

.catalog_text4 {
  font-size: 16px;
  line-height: 1.5;
}

.catalog_text5 {
  font-size: 13px;
  line-height: 1.5;
}

.link_decoration_none_important {
  text-decoration: none !important;
}

.catalog_decor_cont1 {
  display: flex;
  flex-wrap: nowrap;
}

.catalog_decor_cont1_box:nth-child(1) {
  flex: 1;
}

.catalog_decor_cont1_box:nth-child(2) {
  margin-left: 30px;
  width: 410px;
}

@media (max-width: 1365px) {
  .catalog_text1 {
    font-size: 21px;
    line-height: 1.3;
  }

  .catalog_text2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .catalog_text3 {
    font-size: 17px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 15px;
  }

  .catalog_text5 {
    font-size: 13px;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-left: 25px;
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .catalog_decor_cont1 {
    flex-direction: column;
  }

  .catalog_decor_cont1_box {
    margin: 0 !important;
    padding: 0 !important;
  }

  .catalog_decor_cont1_box:nth-child(1) {
    width: 100% !important;
  }

  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 25px !important;
    width: auto;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .catalog_text1 {
    font-size: 18px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .catalog_text3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .catalog_text4 {
    font-size: 14px;
  }

  .catalog_text5 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .catalog_decor_cont1_box:nth-child(2) {
    margin-top: 20px !important;
  }
}

@media (max-width: 359px) {
  .catalog_text1 {
    font-size: 17px;
    line-height: 1.35;
  }

  .catalog_text2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .catalog_text3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .catalog_text4 {
    font-size: 13px;
  }

  .catalog_text5 {
    font-size: 11px;
  }
}

/* style_media */
@media (max-width: 1650px) {
  .cmsl_razdsite h1 {
    font-size: 2.4rem;
  }

  .cmsl_wrapper1_custom.cmsl_wrapper_padding_self {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1365px) {

  html,
  body {
    font-size: 17px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 2.1rem;
  }

  .cmsl_wrapper_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper_padding2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cmsl_wrapper1.cmsl_wrapper_padding_self {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_theme2_cont1_col1 {
    width: 242px;
    margin-right: 14px;
  }

  .cmsl_theme3_cont1_col2 {
    width: 242px;
    margin-left: 14px;
  }
}

@media (max-width: 1023px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  .cmsl_wrapper1 {
    max-width: 992px;
  }

  .cmsl_wrapper2 {
    max-width: 992px;
  }

  .cmsl_theme_breadrazd_wrap_inner {
    min-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cmsl_razdsite {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .zag1 {
    font-size: 1.7rem;
  }

  .cmsl_wrapper1 {
    max-width: 100%;
  }

  .cmsl_wrapper2 {
    max-width: 100%;
  }

  .cmsl_razdsite h1 {
    font-size: 1.9rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb_arrow {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cmsl_theme_away_razdsite {
    margin-top: 10px;
  }

  .cmsl_theme2_cont1 {
    flex-direction: column;
  }

  .cmsl_theme2_cont1_col1 {
    order: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }

  .cmsl_theme2_cont1_col1_inner {
    max-width: 220px;
    margin: 0 auto;
  }

  .cmsl_theme2_cont1_col2 {
    order: 1;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme2_cont1_col2_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1 {
    flex-direction: column;
  }

  .cmsl_theme3_cont1_col1 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cmsl_theme3_cont1_col1_inner {
    max-width: 738px;
    margin: 0 auto;
  }

  .cmsl_theme3_cont1_col2 {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 60px;
  }

  .cmsl_theme3_cont1_col2_inner {
    max-width: 220px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .cmsl_pagenav {
    margin: 15px 0 15px 0;
  }

  .cmsl_pagenav_move {
    display: none;
  }

  .cmsl_pagenav_title {
    font-size: 13px;
  }

  .cmsl_pagenav_list>* {
    min-height: 25px;
  }

  .cmsl_pagenav_list_item {
    font-size: 14px;
  }

  .cmsl_pagenav_insider {
    width: 25px;
    height: 25px;
  }

  .site_dialog_theme {
    padding: 40px 15px 30px 15px;
  }

  .site_dialog_theme_title {
    font-size: 23px;
  }

  .site_dialog_theme_content {
    margin-top: 20px;
  }

  .zag1 {
    font-size: 1.5rem;
  }

  .cmsl_content {
    min-height: 250px;
  }
}

@media (max-width: 479px) {

  html,
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  .cmsl_razdsite h1 {
    font-size: 1.5rem;
  }

  .bread_crumb {
    font-size: 12px;
  }

  .bread_crumb {
    line-height: 1.5;
  }

  .site_dialog_theme {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cmsl_pagenav {
    margin: 12px 0 12px 0;
  }
}

/* style_adaptive */
.cmsl_adaptive__adaptive_just_show {
  display: none !important;
}

.cmsl_adaptive_video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 900px;
  padding-top: 56%;
}

.cmsl_adaptive_video>iframe {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1023px) {
  .cmsl_adaptive_table1 {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: table !important;
  }

  .cmsl_adaptive_table1 tr,
  .cmsl_adaptive_table1 thead,
  .cmsl_adaptive_table1 tbody,
  .cmsl_adaptive_table1 tfoot {
    display: block;
  }

  .cmsl_adaptive_table1 td {
    display: block;
    width: 100% !important;
  }

  /*old
    .cmsl_adaptive_table_wrap_column_default table{
        border:0;
        width:100%!important;
        height:auto!important;
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default tr,
    .cmsl_adaptive_table_wrap_column_default thead,
    .cmsl_adaptive_table_wrap_column_default tbody,
    .cmsl_adaptive_table_wrap_column_default tfoot{
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default td{
        display:block!important;
        width:100%!important;
    }
    */

  .cmsl_adaptive_table_wrap_column_default>table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>thead,
  .cmsl_adaptive_table_wrap_column_default>table>tbody,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>tr .cmsl_adaptive_table_wrap_column_default>table>thead>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>td .cmsl_adaptive_table_wrap_column_default>table>thead>td,
  .cmsl_adaptive_table_wrap_column_default>table>thead>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr>td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_block1>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 25px;
  }

  .cmsl_adaptive_block_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_block_wrap1>div {
    min-width: 630px;
  }

  .cmsl_adaptive_table_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_table_wrap2 table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(9px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(10px + 0.5vw) !important;
  }

  .cmsl_adaptive_image1 {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_wrap_image img {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap_column_duo table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr,
  .cmsl_adaptive_table_wrap_column_duo thead,
  .cmsl_adaptive_table_wrap_column_duo tbody,
  .cmsl_adaptive_table_wrap_column_duo tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    width: 50% !important;
    margin-bottom: 20px !important;
    padding: 1% 2.5% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n+1) {
    padding-left: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n) {
    padding-right: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_0 table td {
    padding: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_5 table td {
    padding: 5px !important;
  }

  .cmsl_adaptive_table_wrap_min_width_700 table {
    min-width: 700px;
  }

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

  .cmsl_adaptive__adaptive_just_hide,
  table.cmsl_adaptive__adaptive_just_hide,
  td.cmsl_adaptive__adaptive_just_hide,
  tr.cmsl_adaptive__adaptive_just_hide,
  thead.cmsl_adaptive__adaptive_just_hide,
  tbody.cmsl_adaptive__adaptive_just_hide,
  tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_20 table tr {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_40 table tr {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_20 table td {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_40 table td {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_border_none table td {
    border: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_one table,
  .cmsl_adaptive_table_wrap_column_one tr,
  .cmsl_adaptive_table_wrap_column_one thead,
  .cmsl_adaptive_table_wrap_column_one tbody,
  .cmsl_adaptive_table_wrap_column_one tfoot,
  .cmsl_adaptive_table_wrap_column_one td {
    display: block;
    width: 100%;
  }

  .cmsl_adaptive_table_wrap_column_one tr {
    display: flex;
    flex-wrap: wrap;
  }

  .cmsl_adaptive_table_wrap_column_one td {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 1% 0 !important;
  }
}

@media (max-width: 767px) {
  .cmsl_adaptive_font_size_from_current_less0 {
    font-size: 0.9em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less1 {
    font-size: 0.8em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less2 {
    font-size: 0.6em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less3 {
    font-size: 0.4em;
    display: block;
  }
}

@media (max-width: 359px) {

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(7px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(9px + 0.5vw) !important;
  }
}

/* news */
.news_list1_item {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px #cbcbcb solid;
}

.news_list1_item:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.news_list1_item_section {
  display: flex;
  flex-wrap: nowrap;
}

.news_list1_item_section_box1 {
  width: 380px;
}

.news_list1_item_section_box2 {
  flex: 1;
  margin-left: 45px;
  padding-top: 15px;
}

.news_list1_item_photo {
  display: block;
  padding-top: 66%;
  position: relative;
}

.news_list1_item_photo_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*border-radius:15px;*/
}

.news_list1_item_photo img {
  display: none;
}

.news_list1_item_name {
  font-size: 25px;
  line-height: 1.3;
}

.news_list1_item_name a {
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #e3e0e0, #787876);
  background-position: 0 1.08em;
  /*background-position:bottom left;*/
  background-repeat: repeat-x;
  /*background-size:10% 20px;*/
  background-size: 50% 2px;
  transition: background-size 0.07s ease 0s;
}

.news_list1_item_name a:hover {
  color: #000;
  text-decoration: none;
  background-size: 0px 0px;
}

.news_list1_item_anons {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.3;
}

.news_list1_item_dop {
  margin-top: 40px;
}

.news_list1_item_dop_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.news_list1_item_dop_item:last-child {
  margin: 0;
}

.news_list1_item_date {
  padding-left: 27px;
  padding-top: 1px;
  position: relative;
  font-size: 15px;
  line-height: 1;
  color: #7d7d7d;
}

.news_list1_item_date:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  background-image: url(/modul/news/img/news_list1_date2.svg?rand=2);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

.news_list1_item_sea_count {
  padding-left: 32px;
  position: relative;
  font-size: 15px;
  line-height: 1;
  color: #7d7d7d;
}

.news_list1_item_sea_count:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/modul/news/img/news_list1_sea_count2.svg?rand=2);
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
}

.news__list2_photo {
  float: left;
  width: 200px;
  overflow: hidden;
  text-align: center;
}

.news__list2_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.news__list2_bl {
  margin-left: 200px;
  padding-left: 28px;
}

.news__list2_name a {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.news__list2_name a:hover {
  text-decoration: underline;
}

.news__list2_textma {
  margin-top: 8px;
}

.news__list2_textma a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #414040;
  text-decoration: none;
}

.news__list2_date {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}

.news__list2_hr {
  line-height: 1px;
  height: 1px;
  background: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news__list2_block.photo_no .news__list2_bl {
  margin-left: 0;
}

.news__list3_item {
  float: left;
  text-decoration: none !important;
  vertical-align: top;
  width: 31%;
  padding: 0;
  color: #000;
  margin-right: 3%;
  margin-bottom: 35px;
}

.news__list3_item:nth-child(3n) {
  margin-right: 0;
}

.news__list3_item:nth-child(3n+1) {
  clear: left;
}

.news__list3_photo {
  text-decoration: none;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.news__list3_photo:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.25s ease-out 0.1s;
}

.news__list3_date {
  font-size: 16px;
  line-height: 1;
  color: #6c6c6c;
  margin: 33px 0 0 0;
}

.news__list3_name {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  min-height: 75px;
}

.news__list3_gorline {
  line-height: 1px;
  height: 1px;
  background: #b7b7b7;
  margin: 12px 0 15px 0;
}

.news__list3_textma {
  font-size: 16px;
  line-height: 1.4;
  color: #4f4f4f;
}

.news__list3_item:hover .news__list3_name {
  text-decoration: underline;
}

.news__list3_item:hover .news__list3_photo:after {
  opacity: 0.3;
}

.news__news_view__action_title_span {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: proximanovabold;
}

.news__news_view__action_anons {
  margin-top: 23px;
  font-size: 20px;
  line-height: 1.3;
  font-family: proximanovaregular;
}

.news__view_action_photo-basic {
  margin-top: 33px;
  text-align: center;
}

.news__view_action_photo-basic img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  /*border-radius:15px;*/
}

.news__news_view__action_description {
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: justify;
}

.news__news_view__action_photo_preview {
  margin-top: 50px;
}

.news__otherlist1 {
  margin-top: 80px;
  font-size: 15px;
  line-height: 1.4;
}

.news__otherlist1 table {
  width: 100%;
}

.news__otherlist1 table td {
  vertical-align: top;
  padding: 3px;
}

.news__otherlist1 .td1 {
  width: 130px;
  text-align: right;
  color: #666;
}

.news__otherlist1.td1 .date {
  white-space: nowrap;
}

.news__otherlist1 .td2 {
  padding-left: 20px;
}

.news__otherlist1 .hr {
  background: #bdbdbd;
  line-height: 1px;
  height: 1px;
  margin-bottom: 30px;
}

.news__otherlist1_name {
  font-size: 16px;
  line-height: 1.2;
}

.news__otherlist1_name a {
  text-decoration: underline;
  color: #000;
}

.news__otherlist1_name a:hover {
  text-decoration: none;
  color: #000;
}

.news__otherlist1_item.active .news__otherlist1_name {
  opacity: 0.9;
}

.news__otherlist1_item.active .news__otherlist1_name a {
  text-decoration: none !important;
  color: #333;
}

.news__news_view__action_theme_column {
  display: flex;
  flex-wrap: nowrap;
  min-height: 300px;
  position: relative;
}

.news__news_view__action_theme_column_box1 {
  width: 275px;
  position: relative;
  padding-right: 50px;
}

.news__news_view__action_theme_column_box1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  max-height: 350px;
  background: #c7c7c7;
}

.news__news_view__action_theme_column_box2 {
  flex: 1;
  padding-left: 50px;
  max-width: 720px;
}

.news__news_view__action_date {
  padding-left: 27px;
  position: relative;
  font-size: 17px;
  line-height: 1;
  color: #000;
}

.news__news_view__action_date:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  background-image: url(/modul/news/img/news_list1_date2.svg?rand=2);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

.news__news_view__action_sea_count {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  line-height: 1;
  color: #000;
}

.news__news_view__action_sea_count:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/modul/news/img/news_list1_sea_count2.svg?rand=2);
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
}

.news__news_view__action_category {
  margin-top: 20px;
}

.news__news_view__action_category_title {
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.news__news_view__action_category_content {
  margin-top: 4px;
  line-height: 1.3;
}

.news__news_view__action_category_content a {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  text-decoration: underline;
}

.news__list_route_union {
  max-width: 1075px;
}

.news_photo_album_list1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.news_photo_album_list1_item {
  width: 33.33%;
  padding: 11px;
}

.news_photo_album_list1_item_inner {
  display: block;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

.news_photo_album_list1_item_photo {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news_photo_album_list1_item_bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in 0s;
  border-radius: 10px;
  background: rgba(117, 66, 144, 0.9);
  background: -moz-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(9%, rgba(117, 66, 144, 0.9)), color-stop(20%, rgba(117, 66, 144, 0.81)), color-stop(27%, rgba(117, 66, 144, 0.75)), color-stop(100%, rgba(117, 66, 144, 0.2)));
  background: -webkit-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -o-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -ms-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754290', endColorstr='#754290', GradientType=1);
}

.news_photo_album_list1_item_zoom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 47px;
  height: 47px;
  background-image: url(/file/i_pic/news_photo_album_list1_zoom.svg?rand=2);
  background-repeat: no-repeat;
  transition: all 0.1s ease-in 0s;
  -webkit-transform: translateX(-51%) translateY(-50%);
  -moz-transform: translateX(-51%) translateY(-50%);
  -ms-transform: translateX(-51%) translateY(-50%);
  -o-transform: translateX(-51%) translateY(-50%);
  transform: translateX(-51%) translateY(-50%);
}

/* .news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_bg {
  visibility: visible;
  opacity: 1;
}

.news_photo_album_list1_item_inner:hover .news_photo_album_list1_item_zoom {
  visibility: visible;
  opacity: 1;
} */

@media (max-width: 1365px) {
  .news_list1_item {
    margin-top: 15px;
    padding-top: 25px;
  }

  .news_list1_item_name {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .news_list1_item_section_box1 {
    width: 250px;
  }

  .news_list1_item_section_box2 {
    margin-left: 30px;
    padding: 0;
  }

  .news_list1_item_anons {
    margin-top: 20px;
  }

  .news_list1_item_dop {
    margin-top: 20px;
  }

  .news__news_view__action {
    max-width: 720px;
    margin: 0 auto;
  }

  .news__news_view__action_theme_column_box1 {
    width: 220px;
    padding-right: 25px;
  }

  .news__news_view__action_theme_column_box2 {
    padding-left: 25px;
    padding-right: 10px;
  }

  .news__news_view__action_theme_column {
    display: block;
  }

  .news__news_view__action_theme_column_box1 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news__news_view__action_theme_column_box2 {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }

  .news__news_view__action_theme_column_box1:after {
    display: none;
  }

  .news__news_view__action_description {
    text-align: left;
  }

  .news__news_view__action_theme_column_box1 {
    display: none;
  }

  .news__news_view__action_theme_column_box2 {
    margin-top: 0;
  }

  .news__news_view__action_param_dbl {
    margin-top: 20px;
    display: block !important;
  }

  .news_list1_item_name {
    font-size: 19px;
  }

  .news__list3_item {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    margin-top: 25px;
  }

  .news__list3_item:nth-child(1) {
    margin: 0;
  }

  .news__list3_date {
    margin-top: 15px;
  }

  .news__list3_name {
    margin-top: 15px;
  }

  .news__list3_name {
    min-height: auto;
  }

  .news__list3_gorline {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .news_list1 {
    max-width: 500px;
    margin: 0 auto;
  }

  .news_list1_item_section {
    display: block;
  }

  .news_list1_item_section_box1 {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
  }

  .news_list1_item_section_box2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news_list1_item {
    margin-top: 15px;
    padding-top: 20px;
  }

  .news_list1_item_dop {
    margin-top: 10px;
  }

  .news_list1_item_date {
    font-size: 13px;
  }

  .news_list1_item_sea_count {
    font-size: 13px;
  }

  .news_list1_item_name {
    font-size: 19px;
  }

  .news__otherlist1 {
    font-size: 14px;
  }

  .news_photo_album_list1 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .news_photo_album_list1_item {
    padding: 6px;
  }

  .news__otherlist1 table tr {
    display: block;
    margin-bottom: 12px;
  }

  .news__otherlist1 table td {
    display: block;
  }

  .news__otherlist1 table .td1,
  .news__otherlist1 table .td2 {
    padding: 0;
  }

  .news__otherlist1 table .td1 {
    text-align: left;
    font-size: 11px;
  }

  .news__otherlist1_name {
    font-size: 14px;
    padding-top: 2px;
  }

  .news__otherlist1 .hr {
    margin-bottom: 15px;
  }

  .news_list1_item_dop_item {
    margin-right: 25px;
  }
}

@media (max-width: 479px) {
  .news__list2_photo {
    float: none;
    width: auto;
  }

  .news__list2_bl {
    overflow: visible;
    padding: 0;
    margin-top: 10px;
  }

  .news__list2_name {
    text-align: center;
  }

  .news__list2_name a {
    font-size: 17px;
  }

  .news__list2_date {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    padding: 0;
  }

  .news__list2_textma a {
    font-size: 15px;
  }

  .news__news_view__action_title_span {
    font-size: 23px;
    line-height: 1.2;
  }

  .news__news_view__action_anons {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .news__news_view__action_description {
    margin-top: 30px;
  }

  .news__otherlist1 {
    margin-top: 100px;
  }

  .news__view_action_photo-basic {
    margin-top: 25px;
  }

  .news__news_view__action_date {
    font-size: 14px;
    padding-left: 24px;
  }

  .news__news_view__action_sea_count {
    margin-top: 10px;
    font-size: 14px;
    padding-left: 24px;
  }

  .news__news_view__action_category {
    margin-top: 10px;
    line-height: 1.2;
  }

  .news__news_view__action_category_title {
    font-size: 14px;
    display: inline;
  }

  .news__news_view__action_category_content {
    display: inline;
    margin: 0;
    margin-left: 3px;
    line-height: 1.2;
  }

  .news__news_view__action_category_content a {
    font-size: 14px;
    line-height: 1.2;
  }

  .news_list1_item_photo {
    padding-top: 55%;
  }

  .news_list1_item_name {
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  .news_list1_item_name {
    font-size: 16px;
  }
}


/* dialogred */
.dialogred_modal {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  overflow: hidden;
}

.dialogred_modal:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dialogred_wall {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 890px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}

.dialogred_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.dialogred_wall2 {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 12;
  width: 100%;
  height: 1px;
  max-width: 890px;
  transform: translateX(-50%);
}

.dialogred_inner {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 0px 50px 0;
  padding-bottom: 30px;
  /*background:#fff;*/
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 8;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  /*transform:translateY(900px);*/
  top: -500px;
}

.dialogred_inner2 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  background: #fff;
}

.dialogred_inner_show {
  opacity: 1;
  top: 0;
  /*transform:translateY(0);*/
}

.dialogred_close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 15;
  line-height: 1;
  font-size: 0;
  user-select: none;
}

.dialogred_close_img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/option/js/dialogred/img/close3.png);
  background-size: 15px 15px;
  background-position: center center;
  opacity: 1;
  transition: opacity 0.07s linear 0s, transform 0.20s linear 0s;
  will-change: opacity, transform;
  transform: rotate(0);
}

.dialogred_close_img:hover {
  opacity: 0.8;
}

.dialogred_modal[data-close_template="2"] .dialogred_close {
  right: 15px;
  top: 15px;
}

.dialogred_modal[data-close_template="2"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close13.svg);
  background-size: 20px 20px;
  filter: invert(1);
}

.dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
  width: 20px;
  height: 20px;
  background-image: url(/option/js/dialogred/img/close_emil1.png);
  background-size: 20px 20px;
  transform: rotate(0);
  filter: invert(1);
}

.dialogred_modal .dialogred_close_img:hover {
  transform: rotate(180deg);
}

.dialogred_loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%) translateY(-50%);
}

.dialogred_loader1 {
  width: 55px;
  height: 32px;
  text-align: center;
  font-size: 10px;
}

.dialogred_loader1>div {
  background-color: #333;
  height: 100%;
  width: 7px;
  display: inline-block;
  -webkit-animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  animation: dialogred_sk-stretchdelay 0.6s infinite ease-in-out;
  margin-left: 2px;
  border: 1px #858585 solid;
  opacity: 0.9;
}

.dialogred_loader1 .rect2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.dialogred_loader1 .rect3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.dialogred_loader1 .rect4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.dialogred_loader1 .rect5 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.50);
  }

  20% {
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

@keyframes dialogred_sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.50);
    -webkit-transform: scaleY(0.50);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    background-color: #e8e8e8;
  }
}

.dialogred_modal.loading .dialogred_loader {
  display: block;
}

.body_dialogred_open {
  overflow-y: scroll;
}

.body_dialogred_open .cmsl_outer {
  position: fixed;
  width: 100%;
  /*-webkit-filter:blur(3px);
  filter:blur(3px);*/
  /*transition:opacity .5s ease-out;
  opacity:1;
  overflow:hidden;
  min-height:100%;*/
}

.body_dialogred_open .dialogred_modal {
  overflow: visible;
  display: block;
}

.body_dialogred_inner_show .dialogred_close {
  display: block;
}

.dialogred_data {
  /* min-height:400px; */
  position: relative;
  z-index: 10;
}

@media (max-width: 1365px) {
  .dialogred_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .dialogred_data {
    min-height: 300px;
  }

  .dialogred_modal[data-close_template="emil1"] .dialogred_close_img {
    width: 25px;
    height: 25px;
    background-size: 20px 20px;
  }
}

@media (max-width: 767px) {
  .dialogred_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.dialogred_inner{
      width:calc(100% - 20px);
  }*/

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .dialogred_data {
    min-height: 250px;
  }

  .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close {
    top: 10px;
    right: 10px;
  }

  .dialogred_modal[data-close_template="2"] .dialogred_close_img {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}


/* zakazonline */
.sendparamunion {
  display: none;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.zakazonline_button0 {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: #4b2e13;
  padding: 7px 10px;
  border-radius: 3px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  text-decoration: none !important;

  /* http://colorzilla.com/gradient-editor/#ffd200+0,ffb400+100 */
  background: #ffd200;
  background: -moz-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd200), color-stop(100%, #ffb400));
  background: -webkit-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -o-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: -ms-linear-gradient(top, #ffd200 0%, #ffb400 100%);
  background: linear-gradient(to bottom, #ffd200 0%, #ffb400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd200', endColorstr='#ffb400', GradientType=0);
}

.zakazonline_button0:hover {
  color: #000;
  background: #ffb400;
  background: -moz-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(100%, #ffd200));
  background: -webkit-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -o-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: -ms-linear-gradient(top, #ffb400 0%, #ffd200 100%);
  background: linear-gradient(to bottom, #ffb400 0%, #ffd200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ffd200', GradientType=0);

  animation-name: pulse_animation;
  animation-duration: 300ms;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.zakazonline_button0:active {
  top: 1px;
}


.zakazonline_button {
  position: relative;
  background: #ff9908;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  max-width: 300px;
  text-decoration: none;
}

.zakazonline_button:hover {
  color: #fff;
  text-decoration: none;
  background: #ffa526;
}

.zakazonline_button:active {
  top: 1px;
}

/* photopic */
.photopic_photo_list4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.photopic_photo_list4_item {
  width: 33.333%;
  padding: 12px;
}

.photopic_photo_list4_item_inner {
  display: block;
  text-decoration: none !important;
  position: relative;
  /*border-radius:10px;*/
  overflow: hidden;
}

.photopic_photo_list4_item_photo {
  padding-top: 72%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.photopic_photo_list4_item_bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in 0s;
  border-radius: 10px;
  background: rgba(117, 66, 144, 0.9);
  background: -moz-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(9%, rgba(117, 66, 144, 0.9)), color-stop(20%, rgba(117, 66, 144, 0.81)), color-stop(27%, rgba(117, 66, 144, 0.75)), color-stop(100%, rgba(117, 66, 144, 0.2)));
  background: -webkit-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -o-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: -ms-linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  background: linear-gradient(45deg, rgba(117, 66, 144, 0.9) 9%, rgba(117, 66, 144, 0.81) 20%, rgba(117, 66, 144, 0.75) 27%, rgba(117, 66, 144, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754290', endColorstr='#754290', GradientType=1);
}

.photopic_photo_list4_item_zoom {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 47px;
  height: 47px;
  background-image: url(img/photo_list4_zoom.svg);
  background-repeat: no-repeat;
  transition: all 0.1s ease-in 0s;
  -webkit-transform: translateX(-51%) translateY(-50%);
  -moz-transform: translateX(-51%) translateY(-50%);
  -ms-transform: translateX(-51%) translateY(-50%);
  -o-transform: translateX(-51%) translateY(-50%);
  transform: translateX(-51%) translateY(-50%);
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_bg {
  visibility: visible;
  opacity: 1;
}

.photopic_photo_list4_item_inner:hover .photopic_photo_list4_item_zoom {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1365px) {
  .photopic_photo_list4_item_zoom {
    display: none;
  }

  .photopic_photo_list4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  .photopic_photo_list4_item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .photopic_photo_list4 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .photopic_photo_list4_item {
    padding: 5px;
  }
}


/* upononline */
.upononline {
  position: relative;
}

.upononline_inner {
  position: relative;
  z-index: 20;
}

.upononline_result {
  display: none;
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  /*color:green;*/
  color: #00d800;
}

.upononline_error {
  display: none;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

/* .upononline.error .upononline_error{
  display:block;
} */

.upononline_form_wrap {
  position: relative;
}

.upononline,
.upononline_form_wrap_inner {
  transition: all 0s linear 0s !important;
}

.upononline.result .upononline_form_wrap_inner,
.upononline.result .upononline_form_wrap_inner * {
  visibility: hidden !important;
}

.upononline.result .upononline_result {
  display: block;
}

.upononline.result,
.upononline.result * {
  transition: all 0s linear 0s !important;
}


/* spacehub */
.spacehub {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .spacehub:not([data-spacehub-adaptive_bool="1"]) {
    position: static !important;
    width: 100% !important;
    left: 0 !important;
  }
}

/* youtube */
.own_youtube_sizer {
  position: relative;
}

.own_youtube_sizer>* {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.own_youtube_sizer:after {
  content: '';
  padding-top: 56%;
  display: block;
}

/* core */