/* 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 !important;
  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-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 */

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

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

/*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 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cmsl_wrapper2 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cmsl_wrapper3 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.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;
  margin: 15px 0 25px 0;
}

.bread_crumb a {
  text-decoration: none;
}

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

.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: 42px;
  font-family: "actaywidebold";
  font-weight: inherit;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.cmsl_theme_breadrazd_wrap {
  background: transparent;
  position: relative;
}

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

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

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

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

p.h1 {
  color: #252525;
  font-size: 2.4rem;
  line-height: 1.1;
}

p.h2 {
  color: #252525;
  font-size: 1.9rem;
  line-height: 1.1;
}

p.h3 {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.1;
}

p.h4 {
  color: #252525;
  font-size: 1.5rem;
  line-height: 1.1;
}

p.h5 {
  color: #252525;
  font-size: 1.3rem;
  line-height: 1.1;
}

p.h5 {
  color: #252525;
  font-size: 1.1rem;
  line-height: 1.1;
}



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

/* default */


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

/* adaptive toggle */
.adaptivetoggle {
  margin-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: 2.4rem;
  }
}

@media (max-width: 1365px) {

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

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

  .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: 35px;
  top: 35px;
}

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

.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%;
  left: 50%;
  transform: translateX(-50%);
  /*-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;
}

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

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

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

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

@media (max-width: 1900px) {

  .container {
    max-width: 1550px;
  }
}

@media (max-width: 1599px) {

  .container {
    max-width: 1486px;
  }
}

@media (max-width: 1535px) {

  .container {
    max-width: 1390px;
  }
}

@media (max-width: 1439px) {

  .container {
    max-width: 1316px;
  }
}

@media (max-width: 1365px) {

  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1279px) {

  .container {
    max-width: 974px;
  }
}

.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: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

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

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: 0.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;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

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

.header-info {
  display: flex;
  padding-top: 15px;
}

.header-logo {
  flex: none;
  margin-right: 75px;
  padding-left: 15px;
  padding-top: 35px;
}

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

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

.header-nav>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-right: 0;
}

.header-nav>ul>li {
  position: relative;
  margin-right: 18px;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.562;
}

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

.header-nav>ul>li>a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
}

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

.header-nav>ul>li.active>a {
  font-family: 'Commissioner-Medium';
  color: #441209;
}

.header-nav>ul>li>ul>li.active>a {
  font-family: 'Commissioner-Medium';
  color: #441209;
}

.header-nav>ul>li>a .submenu-icon {
  flex: none;
  display: block;
  background: url(../images/header-nav-submenu-icon.svg) no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
}

.header-nav>ul>li>a:last-child {
  margin-right: 0;
}

.header-nav>ul>li:hover>ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.header-nav>ul>li>ul {
  position: absolute;
  z-index: 50;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 28px 10px 28px 40px;
  background-color: #e2c19e;
  border-radius: 30px;
  border-top-left-radius: 0;
  line-height: 1.3;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.2s;
  will-change: transform, visibility;

}

.header-nav>ul>li>ul>li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}

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

.header-nav>ul>li>ul>li>a {
  color: #000;
  text-decoration: none;
}

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

.header-nav__info {
  display: none;
  padding-top: 0px;
  margin-bottom: 50px;
}

.header-nav__info_phones {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: rgb(0, 0, 0);
  line-height: 1.32;
}

.header-nav__info_phones a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.header-nav__info_mail {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.32;
}

.header-nav__info_mail a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.header-nav__info_adress {
  font-size: 15px;
  margin-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}

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

.header-nav__info_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background: transparent;
  font-size: 12px;
  background: #45120a;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-nav__info_button a:hover {
  background: #57150a;
  text-decoration: none;
  color: #fff;
}

.header-contacts {
  flex: none;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 70px;
  max-width: 50%;
  width: 100%;
  margin-left: auto;
}

.header-phone {
  margin-right: 30px;
  font-size: 30px;
  color: rgb(69, 18, 10);
}

.header-phone a {
  color: rgb(69, 18, 10);
  text-decoration: none;
}

.header-phone a:hover {
  color: rgb(69, 18, 10);
  text-decoration: none;
}

.header-feedback {
  margin-left: auto;
  padding-top: 10px;
}

.header-feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 190px;
  height: 50px;
  background: #45120a;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Commissioner-Medium";
  color: rgb(242, 214, 178);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1.12px;
  text-decoration: none;
  transition: 0.2s;
}

.header-feedback a:hover {
  background: #57150a;
  text-decoration: none;
}


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


body[data-page="default"] .header {
  position: relative;
  z-index: 99;
  /* background: url(../images/main-bg.jpg) repeat; */
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eae0d6;
}

body[data-page="default"] .header-logo {
  max-width: 230px;
  padding: 0;
  padding-left: 40px;
  margin-right: 110px;
}

body[data-page="default"] .header:not(.header-fixed) .header-nav>ul>li {
  margin-right: 48px;
}



body[data-page="default"] .header-contacts {
  padding-right: 0;
}

.header-fixed {
  position: fixed !important;
  top: -200px;
  width: 100%;
  left: 0;
  right: 0;
  background: #fee3cb;
  background: url(../images/main-bg.jpg) repeat;
  transition: 0.2s;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
}

body[data-page="default"] .header-fixed {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-fixed .header-logo {
  max-width: 150px;
  padding: 0;
}


body[data-page="default"] .header-fixed .header-logo {
  max-width: 150px;
  padding: 0;
}

body[data-page="default"] .header-info,
.header-fixed .header-info {
  padding-top: 0;
}

body[data-page="default"] .header-nav,
.header-fixed .header-nav {
  display: flex;
  align-items: center;
}

body[data-page="default"] .header-contacts,
.header-fixed .header-contacts {
  padding-top: 0;
  align-self: center;
  max-width: max-content;
}

body[data-page="default"] .header-feedback,
.header-fixed .header-feedback {
  padding-top: 0;
}

@media (max-width: 1900px) {
  .header-logo {
    padding-left: 0;
  }

  body[data-page="default"] .header-logo {
    max-width: 180px;
    padding-left: 0;
  }

  .header-feedback {
    padding-top: 0;
  }

  .header-contacts {
    max-width: 40%;
    padding-right: 0;
  }

  .header-nav>ul>li {
    font-size: 15px;
    margin-right: 12px;
  }


}

@media (max-width: 1535px) {
  .header-logo {
    max-width: 200px;
    margin-right: 50px;
  }

  body[data-page="default"] .header-logo {
    max-width: 150px;
    margin-right: 50px;
  }

  .header-phone {
    font-size: 24px;
  }
}

@media(max-width: 1365px) {
  body[data-page="default"] .header-nav>ul>li {
    margin-right: 30px;
  }
}

@media (max-width: 1279px) {
  body.open-menu .header-nav {
    right: 0;
  }

  .header {
    position: fixed;
    background: #fee3cb;
    width: 100%;
    padding: 10px 0;
    /* background: url("../images/main-bg.jpg") repeat; */
    z-index: 999;
  }

  .header-space {
    height: 70px;
  }

  body[data-page="default"] .header {
    position: fixed;
    padding: 10px 0;
  }

  .header-block {
    padding-top: 0;
    align-items: center;
  }

  .header-logo {
    max-width: 100px !important;
    padding-top: 0;
  }

  .header-info {
    padding-top: 0;
    margin-right: 20px;
  }

  .header-contacts {
    justify-content: flex-end;
    max-width: 100%;
    flex: auto;
    font-size: 18px;
    padding-top: 0;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -320px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    height: 100%;
    margin-top: 0;
    background: #fee3cb;
    background: url("../images/main-bg.jpg") repeat;
    z-index: 10;
    padding: 80px 50px 0 50px;
    overflow-y: auto;
    transition: 0.4s ease-out;
  }

  .header-nav>ul {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .header-nav>ul>li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .header-nav>ul>li>a {
    padding: 0;
  }

  .header-nav>ul>li>ul {
    position: static;
    transform: scaleY(1);
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 0;
    width: auto;
    background: transparent;
  }

  .header-nav>ul>li>ul::before {
    content: none;
  }

  .header-nav>ul>li>ul>li>a {
    color: #000;
  }

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

  .header-nav__info {
    display: flex;
    flex-direction: column;
  }

  .header-feedback {
    margin-left: 0;
  }

  .header-feedback a {
    width: 150px;
    height: 40px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .header-phone {
    font-size: 18px;
  }

  .responsive-menu {
    display: flex;
  }

  .header-fixed {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-phone {
    display: none;
  }

  .header-feedback a {
    width: 130px;
    height: 35px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.main {
  display: flex;
  background: url("../images/main-bg.jpg") repeat;
  min-height: 970px;
}

.main-info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 390px;
  max-width: 860px;
  margin-left: auto;
  padding-left: 20px;
}

.main-info__title {
  padding-right: 30px;
  font-size: 55px;
  font-family: "actaywidebold";
  color: rgb(83, 39, 23);
  text-transform: uppercase;
  line-height: 1.201;
  margin-bottom: 55px;
}

.main-info__title h1 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.main-info__icons {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

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

.main-info__icons_arr {
  display: flex;
  align-items: center;
  margin-left: 42px;
  margin-right: 42px;
}

.main-photo {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1900px) {
  .main-info {
    width: 60%;
  }
}

@media (max-width: 1535px) {
  .main {
    min-height: 700px;
  }

  .main-info {
    padding-top: 270px;
  }

  .main-info__title {
    font-size: 45px;
  }

  .main-info__icons {
    max-width: 600px;
  }
}

@media (max-width: 1279px) {
  .main {
    min-height: 550px;
  }

  .main-info {
    width: 50%;
    padding-top: 150px;
  }

  .main-info__title {
    font-size: 37px;
  }

  .main-info__icons_arr {
    margin-left: 35px;
    margin-right: 35px;
  }
}

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

  .main-info {
    width: 50%;
    padding-top: 120px;
  }

  .main-info__title {
    font-size: 27px;
  }

  .main-info__icons_arr {
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-info__icons_item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .main {
    display: flex;
    flex-direction: column;
  }

  .main-info {
    width: 100%;
    order: 2;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-info__title {
    font-size: 21px;
    margin-bottom: 40px;
  }

  .main-info__icons {
    padding-right: 20px;
  }

  .main-info__icons_arr {
    margin-left: 30px;
    margin-right: 30px;
  }

  .main-photo {
    width: 100%;
    order: 1;
    min-height: 250px;
  }
}

.action {
  position: relative;
}

.action-slide {
  padding-top: 23.595%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.action-pag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.action-pag-inner {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  padding-bottom: 30px;
}

.action-pag-inner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-left: 2px;
  margin-right: 2px;
  background: #532717;
  opacity: 1;
}

.action-pag-inner .swiper-pagination-bullet-active {
  background: #b59c8c;
}

@media (max-width: 1023px) {
  .action-slide {
    padding-top: 28%;
  }

  .action-pag-inner {
    padding-right: 0;
    padding-bottom: 5px;
  }

  .action-pag-inner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}

.advantages {
  padding-top: 90px;
  padding-bottom: 90px;
}

.advantages-block {
  display: flex;
  align-items: flex-start;
}

.advantages-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 975px;
  padding-left: 70px;
  padding-top: 15px;
  padding-right: 15px;
}

.advantages-content__item {
  display: flex;
  margin-bottom: 60px;
  width: 100%;
}

.advantages-content__item_icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  width: 80px;
  margin-right: 40px;
  flex: none;
}

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

.advantages-content__item_info {
  display: flex;
  flex-direction: column;
  font-size: 15.5px;
  font-family: "Geometria";
  color: rgb(0, 0, 0);
  line-height: 1.25;
  padding-right: 10px;
}

.advantages-content__item_info span {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Geometria-Bold";
  color: rgb(83, 39, 23);
  text-transform: uppercase;
  line-height: 1.111;
}

.advantages-content__item:nth-child(2n+1) {
  max-width: 510px;
  width: 60%;
}

.advantages-content__item:nth-child(2n) {
  max-width: 350px;
  width: 40%;
}

.advantages-nums {
  display: flex;
  flex-direction: column;
  padding-left: 75px;
  max-width: 710px;
  width: 100%;
  border-left: 1px solid #ccc6c3;
}

.advantages-nums__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.advantages-nums__item_num {
  display: flex;
  max-width: 330px;
  width: 100%;
  margin-right: 25px;
  font-size: 85px;
  font-family: "Nextartbold";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 0.8;
}

.advantages-nums__item_num span {
  display: flex;
  align-items: flex-end;
  font-size: 35px;
}

.advantages-nums__item_info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Geometria";
  color: rgb(0, 0, 0);
  line-height: 1.25;
}

.advantages-nums__item_info span {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Geometria-Bold";
}

@media (max-width: 1900px) {
  .advantages-content {
    padding-left: 0;
  }

  .advantages-content__item {
    width: 50% !important;
    max-width: 100% !important;
  }

  .advantages-content__item_icon {
    width: 60px;
  }

  .advantages-content__item_info span {
    font-size: 16px;
  }

  .advantages-content__item_info {
    font-size: 14px;
  }

  .advantages-nums__item_num {
    font-size: 65px;
    max-width: 270px;
  }

  .advantages-nums {
    max-width: 650px;
  }
}

@media (max-width: 1535px) {
  .advantages {
    padding-bottom: 90px;
  }

  .advantages-nums {
    padding-left: 40px;
  }

  .advantages-nums__item_num {
    font-size: 45px;
  }

  .advantages-nums__item_num {
    max-width: 180px;
  }

  .advantages-content__item_icon {
    margin-right: 20px;
  }

  .advantages-content__item_icon img {
    max-width: 70%;
  }

  .advantages-nums {
    max-width: 550px;
  }

  .advantages-nums__item_info {
    font-size: 15px;
  }
}

@media (max-width: 1365px) {
  .advantages-block {
    align-items: normal;
  }

  .advantages-content {
    flex-direction: column;
    width: 50%;
  }

  .advantages-content__item {
    width: 100% !important;
  }

  .advantages-content__item_info br {
    display: none;
  }

  .advantages-nums {
    width: 50%;
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .advantages {
    padding-bottom: 60px;
  }

  .advantages-nums__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .advantages-nums__item {
    padding-top: 10px;
  }

  .advantages-nums__item_num {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .advantages-nums__item_info span {
    margin-bottom: 5px;
  }
}

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

  .advantages-block {
    flex-direction: column;
  }

  .advantages-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 80px;
  }

  .advantages-content__item {
    margin-bottom: 40px;
  }

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

  .advantages-content__item_info {
    padding-right: 0;
  }

  .advantages-content__item_info span {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .advantages-nums {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }

  .advantages-nums__item {
    align-items: center;
    padding-top: 0;
    margin-bottom: 60px;
  }

  .advantages-nums__item_num {
    margin-bottom: 10px;
    justify-content: center;
    margin-right: 0;
  }

  .advantages-nums__item_info {
    text-align: center;
  }
}

.category {
  margin-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.category-items {
  display: flex;
  flex-wrap: wrap;
}

.category-items__item {
  position: relative;
  width: 33.3333333%;
  padding-top: 45.9035%;
}

.category-items__item::before {
  content: "";
  position: absolute;
  bottom: 65px;
  left: calc(50% - 47.5px);
  width: 95px;
  height: 95px;
  background: url("../images/cat-hover.png") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.category-items__item_photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.category-items__item_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-bottom: 35px;
}

.category-items__item_title {
  font-size: 29px;
  font-family: "actaywidebold";
  color: rgb(83, 39, 23);
  text-transform: uppercase;
  text-align: center;
}

.category-items__item_text {
  font-size: 24px;
  font-family: "Commissioner-Light";
  color: rgb(83, 39, 23);
}

.category-items__item:hover::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1900px) {
  .category-items__item_title {
    font-size: 24px;
  }

  .category-items__item_text {
    font-size: 21px;
  }
}

@media (max-width: 1535px) {
  .category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-items__item_info {
    padding-top: 50px;
  }

  .category-items__item_title {
    font-size: 18px;
  }

  .category-items__item_text {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .category {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-items__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .category-items__item {
    width: 100%;
    padding-top: 125%;
  }

  .category-items__item_info {
    padding-top: 50px;
  }

  .category-items__item_title {
    font-size: 15px;
  }

  .category-items__item_text {
    font-size: 14px;
  }

  .category-items__item::before {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    bottom: 25px;
  }
}

.news {
  padding-left: 55px;
  padding-right: 55px;
}

.news-block {
  display: flex;
  flex-direction: column;
}

.news-title {
  margin-bottom: 40px;
  font-size: 27px;
  font-family: "Nextartbold";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 0.741;
}

.news-title a {
  text-decoration: none;
  color: #000;
}

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

.news-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.news-items__item {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}

.news-items__item_inner {
  display: flex;
  flex-direction: column;
}

.news-items__item_date {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Commissioner-Medium";
  color: rgb(69, 18, 10);
  text-transform: uppercase;
  line-height: 1.556;
}

.news-items__item_title {
  min-height: 95px;
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Commissioner-Bold";
  color: rgb(69, 18, 10);
  text-transform: uppercase;
  line-height: 1.217;
}

.news-items__item_title a {
  text-decoration: none;
  color: rgb(69, 18, 10);
}

.news-items__item_title a span {
  border-bottom: 1px solid rgb(69, 18, 10);
}

.news-items__item_title a:hover span {
  border-bottom: 1px solid transparent;
}

.news-items__item_text {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.389;
}

@media (max-width: 1535px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-title {
    font-size: 24px;
  }

  .news-items__item_title {
    min-height: 65px;
    font-size: 17px;
  }

  .news-items__item_text {
    font-size: 15px;
  }

  .news-items__item_date {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .news-title {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .news-items {
    flex-direction: column;
  }

  .news-items__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-items__item_title {
    min-height: auto;
    font-size: 15px;
  }

  .news-items__item_text {
    font-size: 14px;
  }

  .news-items__item_date {
    font-size: 14px;
  }
}

.footer {
  border-top: 1px solid #eae0d6;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.footer-header {
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  flex: none;
  margin-right: 150px;
}

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

.footer-nav {
  margin-right: 30px;
  padding-top: 45px;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul li {
  margin-right: 50px;
  font-size: 16px;
  font-family: "Geometria";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.562;
}

.footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #000;
}

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

.footer-buttons {
  flex: none;
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-left: auto;
}

.footer-buttons__icons {
  display: flex;
  align-items: center;
}

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

.footer-buttons__icons a {
  display: flex;
  margin-right: 10px;
}

.footer-buttons__feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  text-align: center;
  background: #abc922;
  padding: 5px;
  font-size: 14px;
  font-family: "Commissioner-Medium";
  color: rgb(39, 10, 7);
  text-transform: uppercase;
  letter-spacing: 1.12px;
  border-radius: 50px;
  transition: 0.2s;
  text-decoration: none;
}

.footer-buttons__feedback a:hover {
  background: #bcdf1f;
  text-decoration: none;
}

.footer-copy {
  display: flex;
  margin-top: 35px;
}

.footer-info {
  max-width: 1150px;
  width: 100%;
  margin-right: 30px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.footer-info p {
  margin-top: 0;
  margin-bottom: 5px;
}

.footer-personal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

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

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

@media (max-width: 1900px) {
  .footer-logo {
    margin-right: 80px;
  }

  .footer-nav ul li {
    margin-right: 30px;
  }

  .footer-info {
    max-width: 700px;
  }
}

@media (max-width: 1535px) {
  .footer-logo {
    width: 200px;
  }

  .footer-nav ul li {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  .footer-nav {
    display: none;
  }
}

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

  .footer-info {
    margin-right: 0;
    font-size: 13px;
  }

  .footer-personal {
    align-items: flex-start;
    max-width: 100%;
    margin-top: 30px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }

  .footer-header {
    flex-direction: column;
  }

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

  .footer-buttons {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .footer-buttons__feedback a {
    width: 170px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.category-catalog .category-items__item {
  animation: none;
}

/* catalog */
.catalog-page-bg {
  padding-top: 23%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.catalog-layout {
  display: flex;
  align-items: flex-start;
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.catalog-sidebar {
  position: sticky;
  top: 60px;
  max-width: 410px;
  width: 100%;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #dbd0c5;
  padding-bottom: 60px;
}

.catalog-sidebar-block {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-left: 15px;
  border-top: 1px solid #dbd0c5;
}

.catalog-sidebar-title {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Nextartbold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

.catalog-sidebar-title a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.catalog-sidebar-title a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.catalog-sidebar-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-sidebar-items li {
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(0, 0, 0);
}

.catalog-sidebar-items li a {
  color: #000;
  text-decoration: none;
}

.catalog-sidebar-items li a:hover {
  color: #c88e5d;
  text-decoration: none;
  font-family: 'Commissioner-SemiBold';
}

.catalog-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.catalog-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dbd0c5;
}

.catalog-section:last-child {
  border-bottom: 0;
}

.catalog-section-zag {
  margin-bottom: 25px;
  font-size: 23px;
  font-family: "Nextartbold";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

.catalog-section-zag a {
  text-decoration: none;
  color: #000;
}

.catalog-section-zag a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.catalog-section-title {
  font-size: 20px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  margin-bottom: 35px;
}

.catalog-section-title a {
  text-decoration: none;
  color: #000;
}

.catalog-section-title a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.catalog-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px;
}

.tovar-img {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.tovar-img-hover {
  opacity: 0;
  visibility: hidden;

}

.catalog-item-inner:hover .tovar-img-hover {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.catalog-item-inner:hover .tovar-img {
  opacity: 0;
  visibility: hidden;
}


.catalog-item {
  width: 33.3333%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 35px;
}

.catalog-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

/* 
.catalog-item-inner:hover .catalog-item-photo {
  background: #eee;
} */

.catalog-item-photo {
  position: relative;
  padding-top: 96%;
}

.catalog-item-photo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.catalog-item-photo img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.catalog-item-halal {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 5;
}

.catalog-item-title {
  font-size: 18px;
  font-family: "Nextartbold";
  color: rgb(69, 18, 10);
  line-height: 1.385;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 25px;
  text-decoration: none;
}

@media(max-width: 1535px) {
  .catalog-sidebar {
    max-width: 320px;
  }

  .catalog-sidebar-title,
  .catalog-section-zag {
    font-size: 20px;
  }

  .catalog-sidebar-items li {
    font-size: 16px;
  }

  .catalog-section-title {
    font-size: 17px;
  }

  .catalog-item-title {
    font-size: 16px;
  }
}

@media(max-width: 1023px) {
  .catalog-page-bg {
    padding-top: 33%;
    background-size: cover;
  }

  .catalog-layout {
    flex-direction: column;
  }

  .catalog-sidebar {
    top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    margin-right: 0;
    border: 0;
    border-bottom: 1px solid #dbd0c5;
  }

  .catalog-item-halal {
    top: 15px;
    right: 15px;
  }
  
  .catalog-item-halal img {
    width: 30px;
  }

  .catalog-sidebar-block {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    border: 0;
  }

  .catalog-sidebar-title,
  .catalog-section-zag {
    font-size: 17px;
  }

  .catalog-sidebar-items li {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .catalog-section-title {
    font-size: 15px;
  }

  .catalog-item-title {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 767px) {
  .catalog-item {
    width: 50%;
  }
}



.catalog-card {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.catalog-card-inner {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}

.catalog-card__slider {
  align-self: flex-start;
  position: relative;
  max-width: 805px;
  width: 50%;
  margin-right: 40px;
}

.catalog-card__photo {
  width: 100%;
  background: #eee;
}

.catalog-card__photo_slide {
  position: relative;
  padding-top: 85.715%;
}


.catalog-card__photo_slide_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.catalog-card__photo_slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.catalog-card__nav {
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  padding: 0 65px 65px 65px;
}

.catalog-card__prev,
.catalog-card__next {
  cursor: pointer;
  transition: 0.2s;
}

.catalog-card__prev img,
.catalog-card__next img {
  max-width: 100%;
  height: auto;
}

.catalog-card__prev:hover,
.catalog-card__next:hover {
  opacity: 0.85;
}

.catalog-card__info {
  width: 50%;
  max-width: 805px;
  margin-left: auto;
  padding-top: 10px;
}

.catalog-card__info_title {
  font-size: 43px;
  font-family: "Nextartbold";
  color: rgb(69, 18, 10);
  font-weight: bold;
  line-height: 1.2;
}

.catalog-card__info_title h1 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
}

.catalog-card__info_cat {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #9c5c27;
}

.catalog-card__info_cat span {
  margin-left: 10px;
  margin-right: 10px;
}

.catalog-card__info_cat a {
  color: #9c5c27;
  text-decoration: underline;
}

.catalog-card__info_cat a:hover {
  color: #9c5c27;
  text-decoration: none;
}

.catalog-card__info_text1 {
  margin-bottom: 70px;
  font-size: 18px;
  font-family: "Commissioner-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.609;
}

.catalog-card__info_block {
  display: flex;
  margin-bottom: 40px;
}

.catalog-card__info_block_chars {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  width: 100%;
  margin-right: 20px;
}

.catalog-card__info_block_chars_item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 7px;
  font-size: 16px;
  font-family: "Commissioner-Medium";
}

.catalog-card__info_block_chars_item span {
  width: 100%;
  height: 1px;
  background: #f0decf;
  margin: 0 10px 0px 10px;
  margin-bottom: 6px;
}

.catalog-card__info_block_chars_item_name {
  flex: none;
  color: rgb(196, 160, 125);
}

.catalog-card__info_block_chars_item_val {
  flex: none;
  max-width: 100px;
  width: 100px;
  color: #45120a;
}

.catalog-card__info_block_chars_srok {
  font-size: 18px;
  font-family: "Commissioner-Medium";
  color: rgb(69, 18, 10);
  line-height: 1.39;
  margin-top: 15px;
}

.catalog-card__info_block_sostav {
  max-width: 360px;
  margin-left: auto;
}

.catalog-card__info_block_sostav_title {
  font-size: 18px;
  font-family: "Commissioner-Medium";
  color: rgb(196, 160, 125);
  line-height: 1.396;
  margin-bottom: 15px;
}

.text-collapse {
  position: relative;
  font-size: 15.5px;
  color: rgb(0, 0, 0);
  line-height: 1.45;
}

.text-collapse__content {
  max-height: 8em;
  /* ~5 строк */
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

.text-collapse__content p {
  margin-top: 0;
}

/* градиент снизу */
.text-collapse__content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* раскрытое состояние */
.text-collapse.open .text-collapse__content {
  max-height: 3000px;
  /* достаточно большое */
}

.text-collapse.open .text-collapse__content::after {
  opacity: 0;
}

/* кнопка */
.text-collapse__toggle {
  margin-top: 8px;
  width: 32px;
  height: 19px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  background-image: url('/themes/images/cat-sostav-arr.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}


/* переворот стрелки */
.text-collapse.open .text-collapse__toggle {
  transform: rotate(-180deg);
}

.catalog-card__info_text3 {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.513;
  text-align: left;
}

.catalog-card__info_text3 p {
  display: inline;
  margin-top: 0;
}

.catalog-card-adv-block {
  margin-left: -3px;
  margin-right: -3px;
}

.catalog-card-adv-items {
  display: flex;
  flex-wrap: wrap;
}

.catalog-card-adv-items__item {
  font-size: 17.5px;
  color: rgb(69, 18, 10);
  width: 16.6666%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
  line-height: 1.1;
  text-align: center;
  height: auto;
}

.catalog-card-adv-items__item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  height: 100%;
  padding: 5px;
  background: #f7eee4;
  border-radius: 7px;
}

.catalog-card__halyal {
  position: absolute;
  top: 7.5%;
  left: 6.5%;
  z-index: 10;
}

.catalog-card__sostav {
  position: absolute;
  top: 12.5%;
  left: 9%;
  z-index: 9;
}

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

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

/* catalog */


@media(max-width: 1535px) {
  .catalog-card__info_title {
    font-size: 32px;
  }

  .catalog-card__info_text1 {
    font-size: 15px;
  }

  .catalog-card__info_block_chars_item {
    font-size: 14px;
  }

  .catalog-card__info_block_sostav {
    max-width: 280px;
  }

  .text-collapse {
    font-size: 14px;
  }

  .catalog-card-adv-items__item {
    font-size: 14px;
  }

  .catalog-card__info_block_chars_srok {
    font-size: 16px;
  }

  .catalog-card__info_block_chars_srok {
    font-size: 14px;
  }


  .catalog-card__prev,
  .catalog-card__next {
    width: 30px;
  }

  .catalog-card__nav {
    padding: 0 15px 15px 15px;
  }
}

@media(max-width: 1279px) {
  .catalog-card__info_block {
    flex-direction: column;
  }

  .catalog-card__info_block_chars {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .catalog-card__info_block_sostav {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-card-adv-items__item {
    width: 33.333%;
  }

  .catalog-card__halyal img {
    width: 60%;
  }

  .catalog-card__sostav img {
    width: 60%;
  }

  .catalog-card__halyal {
    top: 20px;
    left: 20px;
  }

  .catalog-card__sostav {
    top: 35px;
    left: 35px;
  }
}

@media(max-width: 767px) {
  .catalog-card-inner {
    flex-direction: column;
  }

  .catalog-card__slider {
    /* min-height: 90px; */
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .catalog-card__info {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .catalog-card__info_title {
    font-size: 24px;
  }

  .catalog-card__info_text1 {
    margin-bottom: 40px;
  }

  .catalog-card__info_text1 {
    font-size: 14px;
  }

  .catalog-card__info_text3 {
    font-size: 14px;
  }

  .catalog-card-adv-items__item {
    width: 50%;
  }
}




.dialogclass {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 auto;
}

.dialogclass_but {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.dialogclass_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 190px;
  height: 50px;
  background: #45120a;
  border-radius: 50px;
  font-size: 14px;
  font-family: "Commissioner-Medium";
  color: rgb(242, 214, 178);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1.12px;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
  border: 0;
}

.dialogclass_button:hover {
  background: #57150a;
  text-decoration: none;
}

.dialogclass_button:disabled {
  top: 0 !important;
  opacity: 0.5;
  cursor: default;
}

.dialogclass_button:disabled:hover {
  background: #45120a;
  opacity: 0.5;
  cursor: default;
}

.dialogclass_button_loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -21px;
  background-image: url(/plugin/zakazonline/img/loader2.gif);
  background-repeat: no-repeat;
  width: 43px;
  height: 11px;
}

.dialogclass.loading .dialogclass_button_tx {
  visibility: hidden;
}

.dialogclass.loading .dialogclass_button_loader {
  display: block;
}

.dialogclass input[type="text"],
.dialogclass textarea {
  outline-offset: 0;
  border: 0;
  border-style: none;
  text-align: left !important;
}

.dialogclass input[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 16.67px;
  line-height: normal;
  font-weight: normal;
  background: #fff;
  color: #441209;
  font-family: 'Commissioner-Medium';
  padding: 0 22px;
  border: 1px #e7ddd2 solid;
  text-align: left;
}

.dialogclass textarea {
  width: 100%;
  height: 220px;
  font-size: 16.67px;
  line-height: 1.3;
  padding: 22px;
  background: #fff;
  border: 1px #e7ddd2 solid;
  vertical-align: top;
  color: #441209;
  font-family: 'Commissioner-Medium';
  text-align: left;
}

.dialogclass ::-webkit-input-placeholder {
  color: rgba(68, 18, 9, 0.549);
}

.dialogclass ::-moz-placeholder {
  color: rgba(68, 18, 9, 0.549);
}

.dialogclass :-moz-placeholder {
  color: rgba(68, 18, 9, 0.549);
}

.dialogclass :-ms-input-placeholder {
  color: rgba(68, 18, 9, 0.549);
}

.dialogclass_selbox1 {
  background-color: #fff;
  background-image: url(/plugin/zakazonline/img/selbox_pip1.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.dialogclass_selbox1 select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: "";
  border: 0;
  outline: 0;
  margin: 0;

  /*for Iphone*/
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  color: #000;
  padding: 0 15px 0 15px;
  height: 47px;
  /*border:1px #d4d4d4 solid;*/
  cursor: pointer;
}

/*for IE 11 styling */
.dialogclass_selbox1 select::-ms-expand {
  display: none;
}

.dialogclass .err input,
.dialogclass .err textarea {
  border: 1px #b82e2e solid;
}

.dialogclass_header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dialogclass_zagol1 {
  font-size: 33px;
  line-height: 1.1;
  color: #441209;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
  font-family: "actaywidebold";
  color: rgb(68, 18, 9);
  text-transform: uppercase;
}

.dialogclass_zagol2 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #441209;
  text-align: center;
  font-family: "actaywidebold";
  color: rgb(68, 18, 9);
  text-transform: uppercase;
}

.dialogclass_text {
  font-size: 16.667px;
  font-family: "Commissioner-Regular";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  margin-top: 25px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}

.dialogclass .hr {
  line-height: 1px;
  height: 1px;
  background: #ccc;
  width: 180px;
  margin: 0 auto;
  margin-top: 18px;
}

.dialogclass_form {
  padding: 40px 20px 50px 20px;
  text-align: center;
}

.dialogclass_form_inner {
  max-width: 415px;
  margin: 0 auto;
}

.dialogclass_result {
  text-align: center;
  font-size: 27px;
  line-height: 1.3;
  color: #008e2a;
  margin-top: 60px;
  min-height: 120px;
}

.dialogclass_formcont1 {
  margin-top: 11px;
}

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

.dialogclass_inform {
  color: #535353;
  margin-top: 20px;
  text-align: center
}

.dialogclass_rules {
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.dialogclass_rules_cont_box2 {
  margin-left: 5px;
}

.dialogclass_rules a {
  color: #008bbe;
}

.dialogclass_rules2 {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
}

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

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

.dialogclass_cont1_box2 {
  margin-top: 11px;
}

.dialogclass_error {
  font-size: 14px;
  color: red;
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .dialogclass input[type="text"] {
    font-size: 15px;
    height: 40px;
  }

  .dialogclass_zagol1 {
    padding-top: 30px;
  }

  .dialogclass_formcont1 {
    margin-top: 9px;
  }

  .dialogclass_cont1_box2 {
    margin-top: 9px;
  }

  .dialogclass textarea {
    height: 150px;
    font-size: 15px;
  }

  .dialogclass_but {
    margin-top: 15px;
  }

  .dialogclass_button {
    width: 100%;
    max-width: 170px;
    height: 45px;
    font-size: 13px;
  }

  .dialogclass_result {
    font-size: 21px;
  }

  .dialogclass_rules2 {
    font-size: 11px;
    line-height: 1.2;
    color: #000;
  }
}

@media (max-width: 479px) {

  .dialogclass_button {
    height: 40px;
  }

  .dialogclass_zagol1 {
    font-size: 24px;
  }

  .dialogclass_zagol2 {
    font-size: 15px;
  }
}