/* cookie */
.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 */


/* 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 */


/* warning_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 {
  width: 29px;
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  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(/themes/images/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}

/* warning_cookie */

/* core */

#recaptchaError {
  font-size: 13px;
  color: red;
}

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

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

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

* {
  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;
  border-radius: 0;
}

/*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: 70px;
  line-height: 1;
  font-family: 'gilroybold';
  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: 10px;
  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: #000;
  text-decoration: none;
}

.leli-links a:hover {
  color: #5d5856;
  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: tahoma;
}

.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: PTSansRegular;
}

.cmsl_currency_rub_bold {
  font-family: PTSansBold;
}

/* core */


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

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

.container {
  max-width: 1310px;
  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;
}

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  user-select: none;
  cursor: pointer;
}

.responsive-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: .15s;
}

.responsive-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.responsive-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.responsive-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

body.open-menu .responsive-menu span {
  display: none;
}

body.open-menu .responsive-menu span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
}

body.open-menu .responsive-menu span:nth-child(3) {
  display: block;
  transform: rotate(45deg);
}

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

.main-line {
  max-width: 1410px;
  margin: 60px auto;
}

.main-line-inner {
  height: 5px;
  margin: 0 15px;
  background: #484848;
}

.header {
  display: flex;
  align-items: center;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 20px;
}

body[data-page="default"] .header {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
}

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

.header-left__logo {
  display: none;
  width: 60px;
}

.header-left__logo a {
  display: flex;
}

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

.header-left__default-logo {
  display: none;
  width: 115px;
  margin-right: 25px;
}

body[data-page="default"] .header-left__default-logo {
  display: flex;
}

body[data-page="default"] .header-left__default-logo a {
  display: flex;
}

.header-left__text {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.5;
}

.header-right {
  display: flex;
  margin-left: auto;
}

.header-right__nav {
  display: flex;
}

.header-right__nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-right: 35px;
  list-style: none;
}

.header-right__nav ul li {
  margin-right: 40px;
  font-size: 16px;
}

.header-right__nav ul li:last-child {
  margin-right: 0;
}

.header-right__nav ul li a {
  position: relative;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 0.525;
  text-decoration: none;
}

.header-right__nav ul li a::before {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #c91e14;
  transition: 0.5s;
}

.header-right__nav ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.header-right__nav ul li.active a::before {
  visibility: visible;
  opacity: 1;
}

.header-right__nav_info {
  display: none;
}

.header-right__nav_info_phone {
  font-size: 20px;
  font-family: "proximanovabold";
}

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

.header-right__nav_info_adress {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-family: "proximanovaregular";
  color: #000;
}

.header-right__nav_info_mail {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-family: "proximanovabold";
  color: #000;
}

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

.header-right__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 225px;
  height: 60px;
  background: #e5e5e5;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  font-family: "proximanovabold";
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.header-right__btn a:hover {
  background: #d8d8d8;
}

.header-fixed {
  position: fixed;
  top: -120px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  /* padding-left: 60px; */
  padding-right: 50px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  transition: 0.3s;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 100;
}

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

.header-fixed-left__logo {
  width: 90px;
  margin-right: 25px;
}

.header-fixed-left__logo a {
  display: flex;
}

.header-fixed-left__logo img {
  max-width: 100%;
  height: auto;
}

.header-fixed-left__text {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.5;
}

.header-fixed-right {
  display: flex;
  margin-left: auto;
}

.header-fixed-right__nav {
  display: flex;
}

.header-fixed-right__nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-right: 35px;
  list-style: none;
}

.header-fixed-right__nav ul li {
  margin-right: 40px;
  font-size: 16px;
}

.header-fixed-right__nav ul li:last-child {
  margin-right: 0;
}

.header-fixed-right__nav ul li a {
  position: relative;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 0.525;
  text-decoration: none;
}

.header-fixed-right__nav ul li a::before {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #c91e14;
  transition: 0.5s;
}

.header-fixed-right__nav ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.header-fixed-right__nav ul li.active a::before {
  visibility: visible;
  opacity: 1;
}

.header-fixed-right__nav_info {
  display: none;
}

.header-fixed-right__nav_info_phone {
  font-size: 20px;
  font-family: "proximanovabold";
}

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

.header-fixed-right__nav_info_adress {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-family: "proximanovaregular";
  color: #000;
}

.header-fixed-right__nav_info_mail {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.2;
  font-family: "proximanovabold";
  color: #000;
}

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

.header-fixed-right__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 225px;
  height: 60px;
  background: #e5e5e5;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
  font-family: "proximanovabold";
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.header-fixed-right__btn a:hover {
  background: #d8d8d8;
}

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

.leli-content {
  padding-top: 150px;
}

.leli-content-block {
  display: flex;
  flex-direction: column;
}

.leli-content-title {
  font-size: 117px;
  font-family: "gilroybold";
  color: #000;
  line-height: 0.8;
  overflow: hidden;
}

@keyframes content-title-left {
  0% {
    transform: translateX(-100%);
    transition: 3s;
  }

  100% {
    transform: translateX(0%);
    transition: 3s;
  }
}

@keyframes content-title-right {
  0% {
    transform: translateX(100%);
    transition: 3s;
  }

  100% {
    transform: translateX(0%);
    transition: 3s;
  }
}

.leli-content-title-top {
  display: flex;
  align-items: center;
  margin-left: 65px;
  animation: content-title-left 1s ease-in-out;
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}

.leli-content-title-top .line {
  margin-top: 40px;
}

.leli-content-title-middle {
  display: flex;
  align-items: center;
  margin-left: 215px;
  margin-top: 35px;
  animation: content-title-right 1s ease-in-out;
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
  transform: translateX(100%);
}

.leli-content-title-middle .line {
  margin-top: 10px;
}

.leli-content-title-bot {
  display: flex;
  align-items: center;
  margin-left: 160px;
  margin-top: 35px;
  animation: content-title-left 1s ease-in-out;
  /* animation-delay: 1s; */
  animation-fill-mode: forwards;
  transform: translateX(-10%);
}

.leli-content-title .line {
  display: inline-flex;
  margin-right: 60px;
  margin-left: 60px;
  width: 125px;
  height: 13px;
  background: #000;
}

.leli-content-info {
  display: flex;
  margin-left: auto;
  margin-right: 25px;
  margin-top: -70px;
}

.leli-content-info__text {
  margin-right: 60px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.75;
  text-align: right;
  align-self: flex-end;
}

.leli-content-info__text span {
  visibility: hidden;
}

.leli-content-info__text span.visible {
  visibility: visible;
}

.leli-content-info__logo {
  flex: none;
}

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

.leli-about {
  display: flex;
  margin-top: 130px;
  overflow: hidden;
}

.leli-about-left {
  width: 50%;
}

.leli-about-left-slider {
  display: flex;
  width: 100%;
  height: 100%;
}

.leli-about-left-slider-next.swiper-button-next,
.leli-about-left-slider-prev.swiper-button-prev {
  color: #ccc !important;
}

.leli-about-left__photo {
  display: flex;
  width: 100%;
  height: 100%;
  /*  background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center right;
}

.leli-about-right {
  width: 50%;
  padding-top: 110px;
  padding-left: 80px;
  padding-bottom: 20px;
  padding-right: 15px;
}

.leli-about-right-block {
  display: flex;
  flex-direction: column;
  max-width: 620px;
}

.leli-about-right__title {
  font-size: 60px;
  font-family: "gilroyregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.083;
}

.leli-about-right__text {
  display: flex;
  margin-top: 75px;
}

.leli-about-right__text_block {
  width: 50%;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.75;
}

.leli-about-right__text_block p {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.leli-services {
  overflow: hidden;
}

.leli-services-container {
  position: relative;
  display: flex;
  max-width: 1530px;
  margin: 0 auto;
  padding-top: 125px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 75px;
  background: #f0f0f0;
  z-index: 0;
}

.leli-services-left {
  flex: none;
  max-width: 675px;
  width: 100%;
  margin-right: 50px;
}

.leli-services-left-items {
  display: flex;
  flex-direction: column;
}

.leli-services-left-items__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "gilroyregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.19;
  cursor: pointer;
  overflow: hidden;
}

.leli-services-left-items__item .item-text {
  flex: none;
  position: relative;
  padding-right: 70px;
  background: #f0f0f0;
  z-index: 1;
  transition: 0.5s;
  font-family: "gilroyregular";
}

.leli-services-left-items__item .item-line {
  width: 0;
  transition: 1.5s;
}

.leli-services-left-items__item.line .item-text {
  font-family: "gilroybold";
  font-weight: normal;
}

.leli-services-left-items__item.line .item-line {
  width: 100%;
  right: 0;
  top: calc(50% - 3px);
  height: 6px;
  background: #c91e14;
}

/* .leli-services-left-items__item.line::after {
  content: '';
  position: absolute;
  
  z-index: 0;
} */

.leli-services-right {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.leli-services-right__text {
  position: absolute;
  font-size: 16px;
  font-family: "gilroyregular";
  color: #000;
  line-height: 1.8;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.leli-services-right__text.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: 0.3s;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.leli-services-right__text p {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.projects-container {
  max-width: 1840px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.leli-projects {
  background: #17181a;
}

.leli-projects-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.leli-projects-block {
  padding-top: 125px;
  padding-bottom: 90px;
}

.leli-projects-header {
  display: flex;
}

.leli-projects-header__title {
  margin-right: 5px;
  font-size: 115px;
  font-family: "gilroysemibold";
  color: #fff;
  font-weight: bold;
  line-height: 0.725;
}

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

.leli-projects-header__title a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.leli-projects-header__small-title {
  align-self: flex-end;
  font-size: 18px;
  font-family: "proximanovalight";
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.leli-projects-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 95px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}

.leli-projects-items__item {
  padding-left: 20px;
  padding-right: 20px;
  width: 26.5%;
  margin-bottom: 55px;
}

.leli-projects-items__item_photo {
  position: relative;
  padding-top: 72%;
}

.leli-projects-items__item_photo_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.leli-projects-items__item_title {
  font-size: 30px;
  font-family: "proximanovaregular";
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 30px;
  padding-left: 10px;
}

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

.leli-projects-items__item_link {
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.75;
  margin-top: 10px;
  padding-left: 10px;
}

.leli-projects-items__item_link a {
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

.leli-projects-items__item_link a:hover {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.leli-projects-items__item:nth-child(2) {
  width: 47%;
}

.leli-projects-items__item:nth-child(3) {
  align-self: flex-end;
}

.leli-projects-items__item:nth-child(4) {
  width: 73.5%;
}

.leli-projects-items__item:nth-child(5) {
  width: 26.5%;
  align-self: flex-end;
}

.leli-projects-items__item:nth-child(6) {
  align-self: flex-end;
}

.leli-projects-items__item:nth-child(7) {
  width: 47%;
}

body[data-page="default"] .leli-projects-items {
  margin-top: 0 !important;
}

body[data-page="default"] .leli-projects-items__item {
  width: 33.333% !important;
  align-self: start !important;
}

body[data-page="default"] .leli-projects-items__item_title {
  color: #000 !important;
  font-size: 25px;
}

body[data-page="default"] .leli-projects-items__item_title a {
  color: #000 !important;
}

body[data-page="default"] .leli-projects-items__item_link {
  color: rgba(0, 0, 0, 0.8) !important;
}

body[data-page="default"] .leli-projects-items__item_link a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.leli-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}

.leli-projects-footer__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  padding: 5px;
  border-top: 3px solid #c91e14;
  font-size: 14px;
  font-family: "proximanovabold";
  color: #f7f9fc;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 0.3s;
}

.leli-projects-footer__btn a span {
  position: relative;
  z-index: 1;
}

.leli-projects-footer__btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #e63128;
  transition: 0.3s;
}

.leli-projects-footer__btn a:hover {
  border-top: 3px solid #e63128;
  color: #fff;
}

.leli-projects-footer__btn a:hover::after {
  height: 100%;
}

.leli-clients {
  background: #f0f0f0;
  padding-top: 140px;
  padding-bottom: 180px;
}

.leli-clients-header__title {
  font-size: 60px;
  font-family: "gilroyregular";
  color: #010000;
  text-transform: uppercase;
  line-height: 1.083;
}

.leli-clients-slider {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1664px;
  margin: 0 auto;
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.leli-clients-slider__prev {
  flex: none;
  width: 76px;
  margin-right: 15px;
  cursor: pointer;
}

.leli-clients-slider__prev:hover {
  opacity: 0.7;
}

.leli-clients-slider__prev.swiper-button-disabled {
  opacity: 0.5;
}

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

.leli-clients-slider__next {
  flex: none;
  width: 76px;
  margin-left: 15px;
  cursor: pointer;
}

.leli-clients-slider__next:hover {
  opacity: 0.7;
}

.leli-clients-slider__next.swiper-button-disabled {
  opacity: 0.5;
}

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

.leli-clients-slider__container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.leli-clients-slider__slide_items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.leli-clients-slider__slide_items_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 140px;
}

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

@keyframes lineInBottom {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 1000px;
  }
}

.leli-feedback {
  position: relative;
  max-height: 0;
  padding-top: 85px;
  margin-bottom: 55px;
  overflow: hidden;
  transition: max-height 3s;
  transform-origin: top;
  animation: lineInBottom 5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes lineInBottom2 {
  0% {
    top: 0;
    height: 0;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    height: 5px;
    top: calc(100% - 5px);
  }
}

.leli-feedback-line {
  position: absolute;
  left: 50%;
  top: 0%;
  bottom: 0;
  background: #17181a;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 1380px;
  transition: 0.3s;
  animation: lineInBottom2 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 2;
}

/* .leli-feedback-line.animated {
  
}  */

.leli-feedback-line-inner {
  height: 5px;
  margin: 0 0px;
  background: #484848;
}

.leli-feedback-block {
  display: flex;
  padding-bottom: 115px;
}

.leli-feedback-left {
  flex: none;
  width: 100%;
  max-width: 475px;
  margin-right: 25px;
}

.leli-feedback-left__title {
  font-size: 60px;
  font-family: "gilroyregular";
  color: #000;
  text-transform: uppercase;
  line-height: 1.083;
}

.leli-feedback-left__text {
  margin-top: 50px;
  font-size: 16px;
  font-family: "gilroyregular";
  color: black;
  line-height: 1.5;
}

.leli-feedback-right {
  width: 100%;
  margin-top: 10px;
}

.leli-feedback-right__form {
  display: flex;
  flex-direction: column;
}

.leli-feedback-right__form_label {
  position: relative;
  display: flex;
  width: 100%;
  height: 53px;
  margin-bottom: 15px;
}

.leli-feedback-right__form_label input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.702);
  line-height: 2.231;
}

.leli-feedback-right__form_label.err input {
  border-color: red;
}

.leli-feedback-right__form_label.req::after {
  position: absolute;
  content: '*';
  top: 5px;
  right: 7px;
}

.leli-feedback-right__form_button {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 25px;
}

.leli-feedback-right__form_button_btn {
  margin-right: 30px;
}

.leli-feedback-right__form_button_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 60px;
  padding: 5px;
  background: #c91e14;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  font-family: "proximanovabold";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.leli-feedback-right__form_button_btn button:hover {
  background: #e63128;
}

.leli-feedback-right__form_button_personal {
  font-size: 14px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.289;
}

.leli-feedback-right__form_button_personal a {
  color: rgba(0, 0, 0, 0.502);
}

.leli-feedback-right__form_button_personal a:hover {
  text-decoration: none;
}

.footer {
  margin-top: 60px;
  padding-bottom: 90px;
}

.footer .footer-block {
  display: flex;
}

.footer-left {
  display: flex;
  margin-right: 30px;
}

.footer-left__logo {
  display: flex;
  margin-right: 50px;
}

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

.footer-left__info {
  display: flex;
  flex-direction: column;
}

.footer-left__info_phone {
  font-size: 50px;
  font-family: "gilroyregular";
  color: #000;
  line-height: 1.423;
}

.footer-left__info_phone a {
  text-decoration: none;
  color: #000;
}

.footer-left__info_phone a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.footer-left__info_adress {
  margin-top: 10px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.222;
}

.footer-left__info_adress a {
  text-decoration: none;
  color: #000;
}

.footer-left__info_adress a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.footer-left__info_mail {
  margin-top: 10px;
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.222;
}

.footer-left__info_mail a {
  text-decoration: none;
  color: #000;
}

.footer-left__info_mail a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.footer-left__info_footer {
  margin-top: 15px;
  font-size: 14px;
  font-family: "proximanovaregular";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.714;
}

.footer-left__info_footer a {
  color: rgba(0, 0, 0, 0.502);
}

.footer-left__info_footer a:hover {
  text-decoration: none;
}

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

.footer-right__review {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.footer-right__review a {
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "gilroybold";
  color: #000;
  line-height: 1.333;
  text-decoration: none;
}

.footer-right__review a:hover {
  color: rgba(0, 0, 0, 0.7);
}





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

.adaptivetoggle a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  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: 3.8rem;
  }

  .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;
  }
}




/* 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;
}