

/* Start:/bitrix/templates/mmkc/css/styles.css?1676277807110598*/
@charset "UTF-8";
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  width: 100%;
  overflow: hidden;
  margin: 0 auto !important;
  position: relative;
  background-color: #fff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.middleblock {
  max-width: 950px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .container {
  width: 100% !important;
  line-height: normal;
}

body .social-blocks-wrap {
  max-width: 950px;
  min-height: 470px;
  height: auto;
  margin: 0 auto;
}

.clearfix {
  width: 100%;
  position: relative;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

input.field-error,
textarea.field-error,
.error {
  border: 1px solid red !important;
}

.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}

.error::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}

.error:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}

.error:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}

.fancybox-button.disabled {
  display: none;
}

input {
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
by rmk 06.10.18
*/
.sp-form input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
/* --- */

input[type="tel"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  line-height: 12px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  color: #544024;
}

input.error {
  border: 1px solid red !important;
}

textarea {
  padding-top: 11px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  -webkit-appearance: none;
  font-size: 14px;
  color: #544024;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #544024;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #544024;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #544024;
}

.custom-check-wrap {
  position: relative;
}
.custom-check-wrap input[type="checkbox"] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  visibility: hidden;
  position: absolute;
  z-index: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.custom-check-wrap input[type="checkbox"]:checked + .custom-check {
  background-image: url(/bitrix/templates/mmkc/css/../img/checker.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-check-wrap .custom-check {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #544024;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3aa0fb;
  outline: none;
}

.custom-link {
  color: #f38f03;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #544024;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.01em;
  margin: 0;
}

body h1,
body .h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

body h2,
body .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

body h3,
body .h3 {
  font-size: 20px;
  line-height: 24px;
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4 {
  margin: 0;
}

.orange {
  color: #f16522;
}

body a.btn-custom,
.btn-custom {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #ee9201;
  /* Old browsers */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ee9201),
    to(#bc5800)
  );
  background: linear-gradient(#ee9201 1%, #bc5800 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9201', endColorstr='#bc5800',GradientType=0 );
  /* IE6-9 */
}
body a.btn-custom::before,
.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background: #ab5300;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
body a.btn-custom:hover,
.btn-custom:hover {
  color: #fff;
}
body a.btn-custom:hover:before,
.btn-custom:hover:before {
  opacity: 1;
}
body a.btn-custom span,
.btn-custom span {
  position: relative;
  z-index: 1;
}

body .custom-select + span.ui-button {
  width: 100%;
  height: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #fcb319;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}

body .custom-select + span.ui-button.ui-selectmenu-button-open {
  border-bottom: 0;
}
body
  .custom-select
  + span.ui-button.ui-selectmenu-button-open
  .ui-selectmenu-icon.ui-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .custom-select + .ui-button:active {
  color: #544024;
}

body .custom-select .ui-selectmenu-text {
  font-size: 14px;
  line-height: 22px;
}

body .ui-button .ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-select.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: 1px solid #fcb319;
  color: #544024;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  padding-left: 16px;
}

.ui-selectmenu-open .ui-widget.ui-widget-content {
  border-top: 0;
  color: #544024;
}

.slick-slide {
  outline: none;
}

.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 225px;
}
.social-block a {
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-block a:last-of-type {
  margin-right: 0;
}
/*.social-block .vk {
    background-image: url(/bitrix/templates/mmkc/css/../img/vk.png); }
    .social-block .vk:hover {
      background-image: url(/bitrix/templates/mmkc/css/../img/vk-hover.png); }
  .social-block .facebook {
    background-image: url(/bitrix/templates/mmkc/css/../img/facebook.png); }
    .social-block .facebook:hover {
      background-image: url(/bitrix/templates/mmkc/css/../img/facebook-hover.png); }
  .social-block .youtube {
    background-image: url(/bitrix/templates/mmkc/css/../img/youtube.png); }
    .social-block .youtube:hover {
      background-image: url(/bitrix/templates/mmkc/css/../img/youtube-hover.png); }
  .social-block .google {
    background-image: url(/bitrix/templates/mmkc/css/../img/google.png); }
    .social-block .google:hover {
      background-image: url(/bitrix/templates/mmkc/css/../img/google-hover.png); }*/

.social-block .vk {
  background-image: url(/bitrix/templates/mmkc/css/../img/Vk_icon.jpg);
}
.social-block .viber {
  background-image: url(/bitrix/templates/mmkc/css/../img/Viber_icon.jpg);
}
.social-block .whatsapp {
  background-image: url(/bitrix/templates/mmkc/css/../img/WhatsApp_icon.jpg);
}
.social-block .instagram {
  background-image: url(/bitrix/templates/mmkc/css/../img/Instagram_icon.jpg);
}
.social-block .telegram {
  background-image: url(/bitrix/templates/mmkc/css/../img/Telegram_icon.jpg);
}
.social-block .youtube {
  background-image: url(/bitrix/templates/mmkc/css/../img/YouTube_icon.jpg);
}
.social-block .facebook {
  background-image: url(/bitrix/templates/mmkc/css/../img/FB_icon.jpg);
}

hr.orange-line {
  height: 11px;
  background: url(/bitrix/templates/mmkc/css/../img/orange-sep.png) center center;
  border: none;
  width: 90%;
  margin: 20px auto;
  max-width: 950px;
}

.text-break {
  display: block;
}

.title-w-arrow {
  position: relative;
}
.title-w-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 27px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-big.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.title-w-bg {
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #feb400),
    to(#f28803)
  );
  background: linear-gradient(#feb400 1%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  outline: none;
  border: 1px solid #fcb319;
  border-radius: 5px;
  width: 100%;
  height: 43px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.star {
  color: #fcb319;
  font-size: 12px;
  line-height: 20px;
}

.required-text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.required-text .star {
  position: static;
  margin-right: 3px;
}

.upper-text {
  text-transform: uppercase;
}

.text-highlight {
  color: #e38b00;
}

.text-break {
  display: block;
}

ul.custom-list-w-arrow {
  list-style: none;
  padding-left: 0;
}
ul.custom-list-w-arrow li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
ul.custom-list-w-arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 16px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-list-item.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.custom-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
ul.custom-list li::before {
  content: ".";
  font-size: 32px;
  color: #fcba2f;
  position: absolute;
  left: 0;
  top: -10px;
}

ol.custom-list {
  counter-reset: list1;
  padding-left: 0;
}
ol.custom-list li {
  padding-left: 35px;
  list-style-type: none;
  position: relative;
  margin-bottom: 13px;
}
ol.custom-list li::before {
  position: absolute;
  left: 0;
  counter-increment: list1;
  content: counter(list1);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-right: 14px;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(to bottom, #feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}

html .compensate-for-scrollbar {
  margin-right: auto !important;
}

header {
  margin: 0 auto;
  max-width: 950px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .question-call-block {
  width: 100%;
  max-width: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header .question-call-block .icon {
  width: 33px;
  height: 33px;
}
header .question-call-block a {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
header .question-call-block a:last-of-type {
  margin-bottom: 0;
}
header .phone-block {
  font-size: 22px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 35px;
}
header .mob-menu-btn {
  display: none;
  width: 32px;
  height: 32px;
  background-image: url(/bitrix/templates/mmkc/css/../img/icon-mobile-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  cursor: pointer;
}
header .social-mob-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .social-block {
  min-width: 225px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-logo {
  width: 100%;
  max-width: 464px;
  height: 82px;
  margin-right: 30px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/bitrix/templates/mmkc/css/../img/logo-header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone-block a {
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

.question-call-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}
.question-call-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.question-call-block .icon {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 17px;
  border-bottom: 2px solid #fffaf1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom * {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-bottom .search-label {
  width: 100%;
  max-width: 464px;
  display: block;
  position: relative;
  margin-right: 30px;
}
.header-bottom .search-label input[type="search"] {
  max-width: 460px;
  display: block;
  height: 32px;
  border-radius: 5px;
  border: none;
  padding-left: 13px;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  background-color: #ebebeb;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-bottom .search-label button[type="submit"] {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 6px;
  right: 15px;
  background-color: transparent;
  background-image: url(/bitrix/templates/mmkc/css/../img/icon-search.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-bottom form {
  width: 100%;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-menu nav {
  width: 100%;
}
.header-menu .link-free {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #3aa0fb;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.header-menu .link-free::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #feb400),
    to(#f28803)
  );
  background: linear-gradient(#feb400 1%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}
.header-menu .link-free:hover::before {
  opacity: 1;
}
.header-menu .link-free span {
  position: relative;
  z-index: 1;
}
.header-menu .mob-close {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
}
.header-menu .close-title {
  font-size: 14px;
}
.header-menu .close-icon {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

.main-menu {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.main-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu > li {
  height: 100%;
}
.main-menu > li .arrow {
  cursor: pointer;
}
.main-menu > li > ul {
  top: 10px;
  left: 0;
}
.main-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.main-menu > li ul {
  visibility: hidden;
  opacity: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  background-color: #fff;
  top: 25px;
  z-index: 101;
  min-width: 190px;
  transform: translate(0, -10px);
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 2px -1px rgba(50, 50, 58, 0.94);
  box-shadow: 0 2px 2px -1px rgba(50, 50, 58, 0.94);
}
.main-menu > li ul .arrow {
  position: absolute;
  right: 10px;
}
.main-menu ul {
  list-style: none;
  padding-left: 0;
}
.main-menu ul li {
  padding: 4px 25px 4px 10px;
}
.main-menu ul ul {
  top: 0;
  left: 100%;
}
.main-menu a {
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-menu a:hover {
  color: #3aa0fb;
  text-decoration: underline;
}
.main-menu .arrow {
  width: 9px;
  height: 8px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-small.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 3px;
  position: relative;
  z-index: 3;
}
.main-menu .arrow.turn {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-menu > li > a {
  padding: 10px 0;
}

main {
  margin: 0 auto;
  max-width: 950px;
}

.main-slider {
  margin-bottom: 65px;
  padding-bottom: 30px;
}
.main-slider .main-slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slider .slider-image {
  width: 100%;
  max-width: 310px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.main-slider .slider-image img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-slider .slider-title {
  display: none !important;
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 43px;
  padding-left: 70px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-slide img {
  width: 100%;
}
.main-slider .slider-text {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-slider .slider-text img {
  width: 100%;
}
.main-slider .slide-list {
  margin-top: 15px;
  max-width: 500px;
}
.main-slider .slide-list-text {
  max-width: 475px;
}
.main-slider .slick-dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.main-slider .slick-dots li {
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  cursor: pointer;
}
.main-slider .slick-dots li.slick-active button {
  background-color: #fcb319;
}
.main-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  border: 2px solid #fcb319;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.main-slider .link-more {
  display: none !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  float: right;
  color: #f38f03;
}
.main-slider .slide-download-btn {
  line-height: 18px;
}
.main-slider .slide-list {
  padding-left: 15px;
}
.main-slider .slide-list ul {
  margin: 15px 0;
  padding-left: 75px;
}
.main-slider .slide-list ul li {
  margin-bottom: 12px;
}
.main-slider .slide-download {
  margin-left: 85px;
}
.main-slider .person-frame {
  margin-top: 12px;
}

.main-slide.slick-slide {
  width: 100%;
  background-image: url(/bitrix/templates/mmkc/css/../img/main-slider-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.main-slide[data-id="1976"] .slider-title {
  display: none;
}

.main-slide[data-id="1976"] .slider-text {
  padding-left: 0;
}

.promo-cards-container {
  margin-bottom: 30px;
}
.promo-cards-container h2,
.promo-cards-container .h2 {
  padding-top: 15px;
  padding-bottom: 35px;
}

.promo-business-solutions {
  margin-bottom: 50px;
}

.promo-cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo-cards-wrap .promo-card {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo-cards-wrap .promo-card-top {
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #feb400),
    to(#f28803)
  );
  background: linear-gradient(#feb400 1%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}
.promo-cards-wrap .promo-icon {
  margin-right: 16px;
}
.promo-cards-wrap .promo-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}
.promo-cards-wrap .promo-card-content {
  padding: 27px 60px;
  padding-left: 35px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  height: 100%;
  position: relative;
}
.promo-cards-wrap .promo-card-content ul {
  list-style: none;
}
.promo-cards-wrap .promo-card-content ul li {
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  position: relative;
}
.promo-cards-wrap .promo-card-content ul li::before {
  content: ".";
  font-size: 25px;
  position: absolute;
  left: -17px;
  top: -8px;
}
.promo-cards-wrap .promo-card-content .btn-custom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 165px;
  margin: 0 auto;
}

.schedule-block {
  margin-bottom: 30px;
}
.schedule-block table {
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 29px;
}
.schedule-block table td {
  width: 33%;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.schedule-block table tr {
  border-bottom: 1px solid #e1e1e1;
}
.schedule-block table thead {
  background-color: #e1e1e1;
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.schedule-block table thead td {
  padding: 22px 10px;
}
.schedule-block table .link-more {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.schedule-block table .event-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.schedule-block table .event-date-icon {
  width: 21px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.schedule-block table .event-date-text {
  max-width: 145px;
}
.schedule-block table .participation-block span {
  display: block;
  margin-bottom: 10px;
}
.schedule-block .btn-custom {
  max-width: 240px;
  margin: 0 auto;
}

.choose-direction-promo {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.choose-direction-promo .btn-custom {
  max-width: 340px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}

.choose-direction-promo-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 25px;
}

.books-container {
  margin-bottom: 40px;
}

.books-slider {
  padding: 0 20px;
}

.books-slider .slick-arrow {
  font-size: 0;
  background-color: transparent;
  width: 16px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-big.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.books-slider .slick-prev {
  left: 0;
}

.books-slider .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

/*.books-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }*/

.book-block {
  padding: 0 10px;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.book-block:nth-child(3n) {
  margin-right: 0;
}
.book-block:last-of-type {
  margin-bottom: 0;
}
.book-block .book-image {
  width: 100%;
  max-width: 302px;
  height: 345px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.book-block .book-desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333;
  text-align: center;
  min-height: 100px;
  margin-bottom: 23px;
}

.btn-buy-book {
  max-width: 305px;
  margin: 0 auto;
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
}

.our-clients-block {
  margin-bottom: 25px;
}

.our-clients-slider {
  padding: 0 20px;
}
.our-clients-slider .slick-arrow {
  font-size: 0;
  background-color: transparent;
  width: 16px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-big.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.our-clients-slider .slick-prev {
  left: 0;
}
.our-clients-slider .slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.our-clients-slide.slick-slide {
  height: 145px;
  background-position: center;
  background-repeat: no-repeat;
}

.dispatch-block {
  background-color: #ebebeb;
  padding: 40px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dispatch-block .btn-custom {
  max-width: 316px;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}

.dispatch-content {
  margin-right: 40px;
}
.dispatch-content .dispatch-title {
  text-transform: uppercase;
}
.dispatch-content .dispatch-title + span {
  display: block;
}
.dispatch-content span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.promo-banners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 25px;
}

.promo-banner {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebebeb;
}

.promo-banner-image {
  width: 100%;
  max-width: 140px;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.promo-banner-content {
  margin-top: 50px;
  margin-left: -10px;
  margin-bottom: 40px;
  width: 100%;
}

.promo-banner-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 12px 0;
  padding-left: 30px;
  padding-right: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promo-banner-text {
  padding-left: 15px;
  padding-right: 70px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promo-banner-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-right: 40px;
  float: right;
  color: #e48101;
}

.choose-direction-container {
  border-bottom: 1px solid #d7d7d7;
}

.choose-direction-wrap {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose-direction-main-title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose-direction-heading-text {
  font-size: 14px;
  line-height: 22px;
  padding-left: 25px;
  padding-right: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose-direction-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  padding-left: 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose-direction-content {
  padding-left: 25px;
  padding-right: 40px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose-direction-text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.choose-direction-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.send-solution-block {
  margin-bottom: 45px;
}

#send-solution-form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#send-solution-form input[type="text"],
#send-solution-form input[type="tel"],
#send-solution-form input[type="email"] {
  margin-bottom: 18px;
}
#send-solution-form select {
  margin-bottom: 28px;
}
#send-solution-form .agreement-check-wrap {
  margin-bottom: 30px;
  text-align: center;
}

.btn-send-documentation {
  max-width: 242px;
  margin: 0 auto;
}

.custom-select-wrap {
  margin-bottom: 25px;
}

.agreement-check-wrap {
  font-size: 12px;
  line-height: 18px;
  color: #544024;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.agreement-check-wrap input[type="checkbox"],
.agreement-check-wrap .custom-check {
  margin-right: 7px;
}
.agreement-check-wrap a {
  text-decoration: none;
}
.agreement-check-wrap a:hover {
  text-decoration: underline;
}

.catagory-page h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.training-heading {
  border-bottom: 1px solid #d7d7d7;
}
.training-heading button[type="submit"] {
  margin: 0 auto;
  max-width: 240px;
  margin-bottom: 32px;
}

.training-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
}
.training-heading-wrap .training-heading-block-left {
  width: 70%;
}
.training-heading-wrap .training-heading-block-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products-container {
  padding-top: 50px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-block {
  margin-bottom: 30px;
  width: 32%;
  margin-right: 2%;
}
.product-block:nth-child(3n) {
  margin-right: 0;
}
.product-block .product-image {
  width: 100%;
  height: 162px;
  margin: 0 auto;
  margin-bottom: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.product-block .product-content {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-block .product-link {
  font-size: 14px;
  line-height: 22px;
}
.product-block .product-link:hover {
  text-decoration: none;
}

body div.pagination {
  float: none;
}

body div.pagination ul {
  position: static !important;
}

body div.pagination ul li a,
body div.pagination ul li.active a {
  background-image: none;
  color: #000;
}

body div.pagination ul li,
body div.pagination ul li a {
  float: none;
  width: auto;
  height: auto;
  font-size: 14px;
}

.pagination {
  background-color: #ebebeb;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination > ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 708px;
  margin: 0 auto !important;
}
.pagination ul {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 0 !important;
}
.pagination li span {
  font-size: 14px;
  line-height: 22px;
}
.pagination li a {
  text-decoration: none;
  color: #444444;
}
.pagination .prev a,
.pagination .next a {
  display: inline-block;
  vertical-align: middle;
}
.pagination .prev a::before {
  content: "";
  width: 12px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pagination .next a::after {
  content: "";
  width: 12px;
  height: 20px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-black.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 330px;
  font-size: 16px !important;
  line-height: 22px !important;
  margin: 0 auto;
}
.pagination .active {
  font-weight: 700;
}

.ask-expert-block {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 70px;
}

#ask-expert {
  max-width: 710px;
  margin: 0 auto;
}
#ask-expert button[type="submit"] {
  max-width: 242px;
  margin: 0 auto;
}

.ask-expert-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ask-expert-icon {
  width: 49px;
  height: 36px;
  margin-right: 18px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ask-expert-top-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ask-expert-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #544024;
  margin-bottom: 10px;
}

.ask-expert-title-under {
  color: #544024;
}

.ask-expert-inner-block,
.ask-question-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ask-expert-inner-block .input-wrap,
.ask-question-inner-block .input-wrap {
  width: 48.5%;
  position: relative;
}
.ask-expert-inner-block .input-wrap .required-text .star,
.ask-question-inner-block .input-wrap .required-text .star {
  position: static;
}
.ask-expert-inner-block .input-wrap input,
.ask-question-inner-block .input-wrap input {
  margin-bottom: 10px;
}
.ask-expert-inner-block .input-wrap textarea,
.ask-question-inner-block .input-wrap textarea {
  height: 190px;
  resize: none;
}
.ask-expert-inner-block .input-wrap .star,
.ask-question-inner-block .input-wrap .star {
  position: absolute;
  top: -10px;
  right: -10px;
}
.ask-expert-inner-block .input-example,
.ask-question-inner-block .input-example {
  font-size: 14px;
  color: #8f8f8f;
  padding-left: 22px;
  margin-bottom: 20px;
}

.ask-expert-inner-wrap,
.ask-question-inner-wrap {
  padding: 0 40px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ask-question-inner-wrap .input-required-wrap {
  max-width: 48%;
  margin-top: -100px;
}

.ask-expert-inner-wrap .input-required-wrap {
  max-width: 48%;
  margin-top: 20px;
}
.ask-question-inner-wrap {
  padding: 0;
}

.trainings-and-seminars-heading {
  border-bottom: 0;
}
.trainings-and-seminars-heading h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.trainings-and-seminars-heading .trainigs-calendar.fleft {
  min-width: 225px;
}
.trainings-and-seminars-heading .training-filter-container {
  margin-bottom: 120px;
}
.trainings-and-seminars-heading .trainigs-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.trainings-and-seminars-heading .trainings-text.fright {
  display: none;
}
.trainings-and-seminars-heading .trainings-selects.fright {
  width: 70%;
}
.trainings-and-seminars-heading
  .trainings-selects.fright
  .jq-selectbox:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.trainings-and-seminars-heading .trainings-selects.fright > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 100px;
}
.trainings-and-seminars-heading
  .trainings-selects.fright
  button[type="submit"] {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.trainings-and-seminars-heading .training-heading-container {
  padding-right: 20px;
}

.trainings-custom-filter.trainings-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
.trainings-custom-filter.trainings-filter .trainings-text {
  width: 100%;
}
.trainings-custom-filter.trainings-filter .trainings-selects {
  margin-left: 0;
}
.trainings-custom-filter.trainings-filter
  .trainings-selects
  button[type="submit"] {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 240px;
}

h2.training-news-title {
  padding-top: 10px;
  padding-bottom: 0;
}

.training-news-container {
  margin-bottom: 40px;
}

.leaders-news-container {
  margin-bottom: 20px;
}

.training-news-wrap {
  width: 100%;
  margin-bottom: 25px;
}
.training-news-wrap .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444444;
}
.training-news-wrap .news-block:last-of-type {
  border-bottom: 0;
}
.training-news-wrap .news-block .news-block-left {
  width: 100%;
  max-width: 302px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 22px;
}
.training-news-wrap .news-block .news-block-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}
.training-news-wrap .news-block .news-block-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 302px;
  margin: 0 auto;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.training-news-wrap .news-block .news-block-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: inline;
}
.training-news-wrap .news-block .news-block-link:hover {
  border-bottom: #000 1px solid;
}
.training-news-wrap .news-block .date-block {
  margin-top: 20px;
}
.training-news-wrap .news-block .news-block-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 17px;
}
.training-news-wrap .news-block .date-block {
  margin-right: 65px;
}
.training-news-wrap .news-block .news-block-content {
  padding-top: 19px;
}
.training-news-wrap .news-block .news-block-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.training-news-wrap .news-block .news-block-text {
  padding-right: 35px;
}

.date-block,
.place-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-icon,
.place-icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
  display: block;
}

.date-icon {
  width: 21px;
  height: 20px;
}

.place-icon {
  width: 17px;
  height: 25px;
}

.contacts-heading {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
}

.contacts-heading-text {
  margin-bottom: 25px;
  padding-right: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacts-ways-wrap {
  width: 100%;
  max-width: 460px;
}

.contact-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contact-way-icon {
  width: 33px;
  height: 33px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-right: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-way-title {
  display: block;
  min-width: 95px;
}

.contact-way-content a {
  color: #444444;
  text-decoration: none;
}

.contact-way-title,
.contact-way-content {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-way-phone {
  margin-bottom: 10px;
}
.contact-way-phone .contact-way-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-way-phone .contact-way-content a {
  font-size: 16px;
  line-height: 30px;
}

.contacts-social-container {
  padding-top: 30px;
  margin-bottom: 60px;
}

.contacts-social-title {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 25px;
}

.contacts-page .map-container {
  margin-bottom: 85px;
}
.contacts-page .map-container .map-wrap {
  margin-bottom: 45px;
}

.contacts-confidential-link {
  font-size: 16px;
  line-height: 24px;
}

.reviews-container {
  margin-bottom: 35px;
}
.reviews-container .btn-all-reviews {
  max-width: 240px;
  margin: 0 auto;
}

.review-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.review-block:first-of-type {
  padding-top: 0;
}
.review-block:last-of-type {
  border-bottom: 0;
}

.review-block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  width: 100%;
  max-width: 625px;
}

.review-photo-block {
  width: 100%;
  max-width: 104px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}
.review-photo-block .review-photo {
  width: 104px;
  height: 104px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.review-content-block .review-author {
  font-size: 15px;
  line-height: 30px;
  color: #544024;
  font-weight: 700;
  margin-bottom: 15px;
}

.review-content-block .review-profession {
  font-weight: 400;
  padding-left: 5px;
}

.review-content-block .review-text {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  background: #ffefd8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffefd8),
    to(#ffd79b)
  );
  background: linear-gradient(#ffefd8 0%, #ffd79b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd8', endColorstr='#ffd79b',GradientType=0 );
  /* IE6-9 */
  color: #544024;
  padding: 20px;
  padding-right: 60px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.review-content-block .review-text::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -13px;
  display: block;
  width: 13px;
  height: 23px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-review-text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-status-block {
  margin-bottom: 25px;
}

.review-product-title {
  position: relative;
}
.review-product-title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 21px;
  margin-right: 8px;
  background-image: url(/bitrix/templates/mmkc/css/../img/arrow-small-orange.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review-product-link {
  margin-left: 22px;
}

.related-articles-container {
  margin-bottom: 10px;
}

.catagory-page .schedule-title {
  padding-bottom: 10px;
}

.schedule-table-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.schedule-table {
  text-align: left;
  border-collapse: collapse;
  display: table;
  width: 100%;
  overflow: auto;
}
.schedule-table thead {
  background-color: #e1e1e1;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.schedule-table thead td {
  padding-top: 25px;
  padding-bottom: 20px;
}
.schedule-table thead tr {
  border-bottom: 0;
}
.schedule-table td {
  vertical-align: top;
  padding: 30px 20px;
  padding-right: 15px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.schedule-table td:first-of-type {
  min-width: 200px;
}
.schedule-table td:first-of-type img {
  width: 100%;
  margin-bottom: 10px;
}
.schedule-table td:nth-child(2) {
  min-width: 237px;
}
.schedule-table td:nth-child(3) {
  min-width: 150px;
}
.schedule-table td:last-of-type {
  min-width: 190px;
}
.schedule-table tr {
  border-bottom: 1px solid #e1e1e1;
}
.schedule-table tr:last-of-type {
  border-bottom: 0;
}
.schedule-table .icon-hit {
  margin-bottom: 15px;
}
.schedule-table .schedule-event-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  max-width: 150px;
}
.schedule-table .schedule-event-block p {
  margin-top: 15px;
  margin-bottom: 25px;
}
.schedule-table td p:first-of-type {
  margin-top: 0;
}
.schedule-table .schedule-date:last-of-type {
  margin-bottom: 15px;
}
.schedule-table .schedule-event-block p:last-of-type {
  margin-bottom: 0;
}

.icon-hit {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(#feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.corporate-training-title {
  text-align: left;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.corporate-training-heading {
  margin-bottom: 30px;
}

.corporate-training-heading-text {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.corporate-title-w-bg {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  padding: 8px;
  padding-left: 25px;
  padding-right: 256px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 23px;
  background: #ffefd8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffefd8),
    to(#ffd79b)
  );
  background: linear-gradient(to bottom, #ffefd8 0%, #ffd79b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd8', endColorstr='#ffd79b',GradientType=0 );
  /* IE6-9 */
}

.corporate-training-block {
  margin-bottom: 35px;
}

.corporate-achieve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate-achieve-wrap {
  width: 50%;
}

.corporate-achieve-block {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  padding-right: 60px;
  margin-bottom: 14px;
  color: #444444;
}
.corporate-achieve-block:last-of-type {
  margin-bottom: 0;
}

.corporate-achieve-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.corporate-achieve-content {
  padding-top: 5px;
}
.corporate-achieve-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.corporate-achieve-content ul li {
  margin-bottom: 3px;
}

.corporate-report-block ul {
  max-width: 220px;
}

.corporate-achieve-icon {
  width: 34px;
  height: 34px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.corporate-attestation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corporate-attestation-content {
  padding-top: 10px;
  margin-right: 55px;
}
.corporate-attestation-content .corporate-attestation-text {
  margin-bottom: 14px;
  padding-left: 25px;
}

.corporate-attestation-image {
  width: 100%;
  max-width: 187px;
  height: 265px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.corporate-attestation-text {
  font-size: 16px;
}
.corporate-attestation-text .corporate-attestation-text-title {
  display: block;
  text-transform: uppercase;
}

.corporate-attestation-guarantee {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 30px;
  background: #feb400;
  /* Old browsers */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(to bottom, #feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}

.corporate-attestation-text-title {
  text-transform: uppercase;
  display: block;
}

.corporate-training-price-table {
  display: block;
  width: 100%;
  overflow: auto;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.corporate-training-price-table thead {
  background-color: #e1e1e1;
}
.corporate-training-price-table thead td {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 18px;
}
.corporate-training-price-table td {
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  padding-top: 25px;
}
.corporate-training-price-table td:nth-child(1) {
  min-width: 150px;
}
.corporate-training-price-table td:nth-child(3) {
  min-width: 190px;
}
.corporate-training-price-table td:nth-child(4) {
  min-width: 310px;
}
.corporate-training-price-table td:nth-child(5) {
  min-width: 140px;
}

.corporate-training-advantages-content-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.corporate-training-questions-block .corporate-block-content {
  padding-left: 25px;
  padding-right: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.corporate-block-content {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.corporate-training-price-text.text-w-bg {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(to bottom, #feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
  border-radius: 0 0 5px 5px;
}

.corporate-training-leave-request {
  padding-bottom: 15px;
}

#corporate-training-leave-request-form .h2 {
  padding-top: 15px;
  padding-bottom: 10px;
}

#corporate-training-leave-request-form .form-wrap {
  max-width: 302px;
  margin: 0 auto;
}
#corporate-training-leave-request-form .form-wrap input {
  margin-bottom: 18px;
}
#corporate-training-leave-request-form .form-wrap input:last-of-type {
  margin-bottom: 27px;
}
#corporate-training-leave-request-form .form-wrap .agreement-check-wrap {
  margin-bottom: 24px;
  text-align: center;
}
#corporate-training-leave-request-form .form-wrap button[type="submit"] {
  max-width: 240px;
  margin: 0 auto;
}

.corporate-training-form-heading-text {
  text-align: center;
  margin-bottom: 15px;
}

.text-w-bg.corporate-training-promo-complex {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  border-radius: 0 0 5px 5px;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(to bottom, #feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 50px;
}

.corporate-training-promo-complex {
  margin-top: 40px;
}
.corporate-training-promo-complex > div {
  margin-bottom: 10px;
}

.corporate-training-image-block-wrap {
  max-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corporate-training-image {
  display: block;
  max-height: 240px;
  margin-right: 16px;
  position: relative;
}
.corporate-training-image::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 52px;
  background-image: url(/bitrix/templates/mmkc/css/../img/icon-zoom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.corporate-training-image:last-of-type {
  margin-right: 0;
}
.corporate-training-image img {
  max-height: 240px;
}

.corporate-training-present-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.corporate-training-present-wrap ol.custom-list li:first-of-type {
  max-width: 240px;
}

.corporate-training-present-content {
  margin-right: 15px;
}

ul.corporate-training-program-list {
  counter-reset: list2;
  padding-left: 0;
}
ul.corporate-training-program-list li {
  padding-left: 85px;
  list-style-type: none;
  position: relative;
  margin-bottom: 13px;
}
ul.corporate-training-program-list li::before {
  position: absolute;
  left: 0;
  counter-increment: list2;
  content: "Блок " counter(list2);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  padding-left: 9px;
  padding-right: 8px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-right: 14px;
  border-radius: 3px;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#feb400),
    to(#f28803)
  );
  background: linear-gradient(to bottom, #feb400 0%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}

.leaders-training-heading {
  border-bottom: 0;
  margin-bottom: 40px;
}

.popup {
  margin: 0 auto;
  border-radius: 5px;
  color: #544024;
  position: relative;
}
.popup .popup-close {
  width: 27px;
  height: 27px;
  text-align: center;
  font-size: 27px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #484848;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: -12px;
  right: -12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.popup .mfp-close {
  display: none;
}

.popup-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  background: #feb400;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #feb400),
    to(#f28803)
  );
  background: linear-gradient(#feb400 1%, #f28803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#f28803',GradientType=0 );
  /* IE6-9 */
}

.popup-content {
  padding: 33px;
  padding-bottom: 23px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.popup-content-heading {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

#popup-callback-order {
  max-width: 453px;
}
#popup-callback-order .popup-top-title {
  max-width: 270px;
  margin: 0 auto;
  display: block;
}
#popup-callback-order .agreement-check-wrap {
  max-width: 314px;
  margin: 0 auto;
  display: block;
}

#callback-order-form {
  max-width: 314px;
  width: 100%;
  margin: 0 auto;
}
#callback-order-form input {
  max-width: 302px;
  margin-bottom: 12px;
}
#callback-order-form .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
#callback-order-form .input-wrap .input-example {
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  padding-left: 22px;
}
#callback-order-form .required-text .star {
  position: static;
}
#callback-order-form .star {
  position: absolute;
  top: -10px;
  right: 3px;
}
#callback-order-form button[type="submit"] {
  max-width: 242px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#popup-ask-question {
  width: 100%;
  max-width: 700px;
}
#popup-ask-question .popup-top .icon {
  display: block;
  width: 49px;
  height: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 28px;
}
#popup-ask-question .popup-content-heading {
  margin-bottom: 20px;
}

#ask-question-form button[type="submit"] {
  max-width: 242px;
  margin: 0 auto;
}

.popup-reminder,
.inner-reminder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  line-height: 29px;
  background-color: #fff;
  color: #544024;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-reminder .logo,
.inner-reminder .logo {
  width: 68px;
  height: 68px;
  display: block;
  background-image: url(/bitrix/templates/mmkc/css/../img/logo-reminder.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-reminder .mfp-close,
.inner-reminder .mfp-close {
  display: none;
}

.inner-reminder {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inner-reminder .logo {
  margin-right: 30px;
}
.inner-reminder.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ask-question-reminder {
  max-width: 700px;
  padding-left: 50px;
  padding-right: 50px;
}

#ask-question-reminder.popup-reminder .logo {
  margin-right: 45px;
}

#reminder {
  max-width: 455px;
  padding-left: 32px;
  padding-right: 32px;
}

#reminder.popup-reminder .logo {
  margin-right: 24px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.65;
  height: 100% !important;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

footer {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #d7d7d7;
}
footer .phone-block a {
  font-size: 16px;
  line-height: 30px;
}
footer .phone-block a:last-of-type {
  margin-left: 25px;
}
footer .question-call-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer .question-call-block .icon {
  width: 30px;
  height: 30px;
}
footer .question-call-block a {
  margin-right: 24px;
  font-size: 14px;
  line-height: 22px;
}
footer .question-call-block a:last-of-type {
  margin-right: 0;
}
footer .texterra-copy {
  color: #323232;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
}
footer .texterra-copy a,
footer .texterra-copy span {
  color: #323232;
  font-size: 14px;
}

.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer-logo {
  width: 100%;
  max-width: 357px;
  height: 63px;
  margin-right: 40px;
  display: block;
  background-image: url(/bitrix/templates/mmkc/css/../img/logo-footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

ul.footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  max-height: 65px;
  width: 100%;
}
ul.footer-menu li {
  width: 25%;
}
ul.footer-menu li a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #333333;
}

.footer-middle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-phone-question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-phone-question-wrap .phone-block {
  margin-right: 30px;
}

.footer-bottom {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.footer-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  padding: 16px;
  padding-right: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-info-content {
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  max-width: 585px;
  margin-right: 20px;
}
.footer-info-content a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}

body .sollutions-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 55px;
  border: 1px solid #f38f03;
  border-radius: 4px;
}

body .sollutions-submit > span {
  font-size: 18px;
  line-height: 20px;
}

body .sollutions-submit .sollutions-submit-btn button {
  margin-top: 0;
  margin-left: 10px;
  background: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #f38f03;
  white-space: nowrap;
  text-decoration: underline;
}

body .sollutions-submit .sollutions-submit-btn button:hover {
  background-image: none;
}

.free-page h1 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.eventprogramm-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.eventprogramm-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5em;
  display: block;
}

.lp-banner {
  min-height: 420px;
  width: 100%;
  background-color: transparent;
  display: block;
}

.lp-event-info-block {
  margin-bottom: 50px;
}
.lp-event-info-block ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.lp-event-info-block ul li {
  margin-bottom: 15px;
}

.lp-info-item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.btn-event {
  width: 260px;
  height: 50px;
  background-color: orange;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 5px #777;
  box-shadow: 0 3px 5px #777;
  margin: -55px auto 30px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn-event:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp-inner-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.lp-inner-menu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 950px;
  z-index: 3;
}

.lp-inner-menu .im-item {
  padding: 8px 11px;
  background-color: #920000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.lp-inner-menu .im-item:hover {
  color: orange;
}

.lp-inner ul li p {
  margin-top: 0;
}

.map {
  margin-top: 20px;
}

ul.num {
  counter-reset: li;
  list-style: none;
  padding-left: 70px;
}

ul.num li:before {
  content: counter(li);
  counter-increment: li;
  width: 40px;
  height: 40px;
  display: block;
  background-color: orange;
  text-align: center;
  line-height: 2.3em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  margin-left: -55px;
}

.event-application-block {
  margin-bottom: 50px;
}

#event-application-form .h2 {
  max-width: 470px;
  margin: 0 auto;
}

#event-application-form .form-wrap {
  max-width: 325px;
  margin: 0 auto;
}

#event-application-form input[type="text"],
#event-application-form input[type="email"],
#event-application-form input[type="tel"] {
  margin-bottom: 18px;
}

#event-application-form button[type="submit"] {
  max-width: 325px;
}

#event-application-form .agreement-check-wrap {
  margin-bottom: 30px;
  text-align: center;
}

#eventspeakers {
  margin-bottom: 40px;
}

.event-speakers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.event-speakers-item {
  width: 30%;
  margin: 15px;
  margin-bottom: 35px;
  text-align: center;
}

.event-speakers-item-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-speakers-item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-speakers-item-text {
  font-size: 14px;
  font-weight: 400;
  max-width: 350px;
  margin: 0 auto;
}

.event-price-block {
  margin-bottom: 40px;
}

.event-price {
  border: 1px solid grey;
  padding: 15px;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.event-price-value {
  font-size: 30px;
}

.event-price-text .star {
  font-size: 18px;
  color: #d00000;
}

.event-price-text .star-big {
  font-size: 30px;
  font-weight: 700;
}

.event-price-text-wrap {
  margin-bottom: 15px;
}

.training-oc-payment-block {
  margin-bottom: 40px;
}

.training-oc-payment-block-inner {
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.training-oc-payment-block-inner .h2 {
  padding-bottom: 10px;
}

.training-oc-order {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 381px;
  height: 125px;
  background-image: url(/bitrix/templates/mmkc/css/../img/training-oc-order.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body .trainigs-calendar.fleft img {
  display: none;
}

.main-news {
  padding-bottom: 35px;
}

.main-news .slide-title {
  color: #544024;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}

.main-news .triangle-line {
  display: none;
}

.main-news + .orange-line {
  display: none;
}

.main-news-list-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-news-list-entry .main-news-date {
  width: 100%;
  max-width: 120px;
}
.main-news-list-entry .main-news-content {
  width: 100%;
}

.main-news-list-entry:last-of-type + .grey-separator {
  display: none;
}

body .left_blog {
  margin-right: 60px;
}

.blog_inner_container .training-news-wrap .news-block:first-of-type {
  padding-top: 0;
}

/*.blog_inner_container .left_blog {
  display: none;
}*/

.footer-copy-lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .big-s-banner {
  width: 100%;
}

.sollutions-selecting {
  margin: 0 auto;
}

body .purport-content {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

body .purport-content ol {
  padding-right: 20px;
}

.about_articles.blog_text img {
  width: auto;
  /*height: auto;*/
  /*max-width: 100%;*/
}

body .cc {
  padding: 0 20px !important;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0px auto;
  max-width: 767px;
  width: 100%;
}

.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.consult-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consult-inner-wrap table,
.solution-inner-wrap table {
  width: 100%;
  overflow: auto;
}

.consult-inner-wrap .consulting-left {
  margin-right: 20px;
}

.solution-inner-wrap img {
  max-width: 100%;
  height: auto;
}

.solution-inner-wrap table img {
  max-width: none;
}

.innernav-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
}

.innernav-menu span:last-of-type {
  margin-right: 0;
}

.mob-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mob-full > div {
  width: 50%;
}

.map-responsive,
.map-responsive iframe {
  width: 100%;
}

body .innernav-menu span.pm06 {
  position: static;
  top: auto;
  right: auto;
}

.for-who-block,
.course-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.for-who-image,
.course-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-accordion-w-blocks .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
}

.video-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-responsive-wrapper > div {
  width: 49%;
  margin-bottom: 10px;
}

.content_training table {
  margin: 0 auto;
}

.responsive-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.responsive-block .row > .half {
  width: 49%;
}

.responsive-block .row > .w-30 {
  width: 29%;
}

.responsive-block .row > .w-70 {
  width: 69%;
}

.space-between,
.row.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around,
.row.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top,
.row.align-top {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.align-center,
.row.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.img-box {
  width: 100%;
  text-align: center;
}

.img-box img {
  max-width: 100%;
  margin-bottom: 10px;
}

.image-responsive {
  max-width: 100%;
  height: auto;
}

.image-responsive.text-center {
  margin: 0 auto;
  display: block;
}

a[data-fancybox],
a[data-fancybox] img {
  outline: none;
}

body .btn-responsive {
  max-width: 100%;
}

.btn-responsive img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

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

.sollution-slider-item-image {
  min-height: 150px;
  margin-bottom: 10px;
}

span.news-block-link {
  text-decoration: none;
}

.schedule-table .date-top,
.schedule-table .place-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-icon,
.place-icon {
  display: block;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 949px) {
  .middleblock {
    padding: 0 20px;
  }
  .content_training.middleblock {
    padding: 0;
  }
  header {
    padding-top: 10px;
  }
  .header-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-top-content {
    width: auto;
  }
  header .phone-block,
  header .question-call-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  header .phone-block a,
  header .question-call-block a {
    margin-right: 20px;
    margin-bottom: 0;
  }
  header .phone-block a:last-of-type,
  header .question-call-block a:last-of-type {
    margin-right: 0;
  }
  header .question-call-block {
    max-width: 100%;
  }
  footer {
    padding-top: 20px;
  }
  footer .social-block {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-phone-question-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-slider .slider-title {
    display: none;
    padding-right: 15px;
  }
  .main-slider .slider-content {
    padding-right: 50px;
    margin-left: -60px;
  }
  .promo-banner-title {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
  }
  .promo-banner-text {
    min-height: 100px;
  }
  .promo-banner-image {
    height: 75%;
  }
  .book-block .book-image {
    height: 300px;
  }
  .event-speakers-item {
    width: 45%;
  }
  .lp-banner {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .inner-menu .im-item {
    padding: 8px;
    font-size: 13px;
  }
  .lp-inner-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lp-inner-menu .im-item {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin-bottom: 7px;
  }
  .trainings-and-seminars-heading .trainings-selects.fright {
    padding-left: 0;
  }
  .trainings-and-seminars-heading
    .trainings-selects.fright
    .jq-selectbox:nth-child(-n + 2) {
    margin-bottom: 0;
  }
  .trainings-and-seminars-heading .trainings-selects.fright > form {
    padding-right: 0;
  }
  .main-slide[data-id="1"] .slider-image {
    display: none;
  }
  .main-slider .slider-content {
    margin-left: 0;
    padding-right: 0;
  }
  .main-slider .link-more {
    display: none;
    padding-right: 50px;
  }
  .main-slider .slider-text {
    padding-left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-slider .slide-list ul {
    padding-left: 0;
  }
  .main-slider .slide-download {
    margin-left: 0;
  }
  body .about_command article {
    width: 33%;
  }
  body .about_command article img {
    margin: 0 auto;
    display: block;
  }
  .about_command article > span {
    left: 50%;
    transform: translateX(-50%);
  }

  body .contacts-text {
    width: 100%;
  }

  .contacts-wrap .yandex-map-wrapper {
    float: none;
    text-align: center;
  }

  .contacts-wrap .yandex-map-wrapper iframe {
    width: 100%;
  }

  .consult-inner-wrap .sp_coach {
    width: 100%;
  }

  .consult-inner-wrap .sp_coach_left {
    width: 100%;
    max-width: none;
    float: none;
  }

  body .innernav-menu span {
    width: 23%;
  }

  .innernav-menu span {
    margin-right: 15px;
  }

  .mob-full-w-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-accordion .header table tr:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 55px;
  }

  .inner-accordion .header table td.first {
    width: auto;
  }

  .innernav-menu {
    overflow-x: scroll;
  }

  .innernav-menu .wrap {
    width: 949px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .innernav-menu span {
    padding: 5px;
  }

  .news_inside table,
  .content_training table,
  .news-detail table {
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
  }

  .consult-inner-wrap table,
  .solution-inner-wrap table {
    display: block;
    height: auto;
  }

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

  .table-responsive {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
  }

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

  .schedule-table .date-top,
  .schedule-table .place-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .schedule-table td:first-of-type,
  .schedule-table td:nth-child(2),
  .schedule-table td:nth-child(3),
  .schedule-table td:last-of-type {
    min-width: auto;
  }
}

@media screen and (max-width: 920px) {
  .main-menu > li > a {
    padding: 5px 0;
  }
  .main-menu > li ul {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
  }
  header .mob-menu-btn {
    display: block;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: -1050px;
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header-menu.show {
    left: 0;
  }
  .header-menu .mob-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu nav {
    max-height: 400px;
    overflow: auto;
  }
  .header-menu .link-free {
    margin-top: 20px;
  }
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .main-menu ul,
  .main-menu > li ul {
    position: static;
    display: none;
  }
  .main-menu > li ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-menu li {
    display: block;
    padding-right: 15px;
  }
  .main-menu > li {
    margin-bottom: 10px;
  }
  .main-menu .arrow {
    position: absolute;
    right: 0;
    width: 45px;
    height: 30px;
    top: 5px;
    background-size: 10px;
  }
  .main-menu .arrow:hover,
  .main-menu .arrow:active,
  .main-menu .arrow:focus {
    background-color: transparent;
    outline: none;
  }
  .main-slide[data-id="1976"] img {
    width: 100%;
  }
  body .social-blocks-wrap .first {
    margin-bottom: 15px;
  }
  body .social-blocks-wrap .first,
  body .social-blocks-wrap .second {
    margin: 0 auto;
    float: none;
  }
  .blog_article_container .left_blog {
    display: none;
  }
  body .about_articles.blog_text {
    max-width: 100%;
    margin-left: 0;
  }
  .main-menu {
    padding-left: 0;
    padding-right: 0;
  }

  body div.articles_cloud ul li {
    width: 46%;
  }
}

@media screen and (max-width: 860px) {
  header .social-block {
    margin-right: 0;
  }
  .main-slider .main-slide.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .main-slider .slider-image {
    display: none;
    width: 290px;
    height: 290px;
    left: 0;
    position: relative;
  }
  .main-slider .slider-content {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-right: 0;
  }
  .main-slider .slider-title {
    width: 100%;
    padding: 15px;
    padding-left: 15px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main-slider .slider-text {
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-slider .link-more {
    padding-right: 20px;
  }
  .promo-cards-wrap .promo-card-content {
    padding: 23px;
    padding-left: 10px;
    padding-bottom: 90px;
  }
  .promo-cards-wrap .promo-title {
    font-size: 16px;
  }
  /*  .books-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }*/
  .product-content {
    padding-right: 0;
  }
  .corporate-training-present-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .corporate-training-image-block-wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .corporate-training-present-content ol.custom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-training-present-content ol.custom-list li {
    margin-right: 15px;
  }
  .blog_inner_container .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog_inner_container .news-block .news-block-left {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .schedule-table thead,
  .table-adapt thead {
    display: none;
  }
  .schedule-table td {
    display: block;
  }
  .schedule-table .label,
  .table-adapt .label {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #e1e1e1;
    margin-bottom: 15px;
  }
  .schedule-table .icon-hit {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .schedule-table tr,
  .table-adapt tr {
    border: 4px solid #e1e1e1;
  }
  .schedule-table td,
  .table-adapt td {
    text-align: center;
  }

  body .table-adapt td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .catagory-page h1 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  h2,
  .h2,
  .free-page h1,
  .choose-direction-main-title,
  .ask-expert-title {
    font-size: 20px;
  }
  .header-top-content {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .phone-block,
  header .question-call-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: auto;
    min-width: 225px;
  }
  header .phone-block a,
  header .question-call-block a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  header .phone-block a:last-of-type,
  header .question-call-block a:last-of-type {
    margin-bottom: 0;
  }
  footer .social-block {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-phone-question-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-phone-question-wrap .phone-block {
    margin-bottom: 10px;
  }
  .footer-phone-question-wrap .phone-block {
    margin-right: 0;
  }
  .footer-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-info-content {
    margin-bottom: 12px;
  }
  .promo-cards-wrap .promo-card-top {
    min-height: 80px;
  }
  .promo-cards-wrap .promo-card-content ul li {
    font-size: 14px;
  }
  .dispatch-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dispatch-content {
    margin-bottom: 20px;
  }
  .promo-banners-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-banner {
    width: 100%;
    margin-bottom: 15px;
  }
  .promo-banner-image {
    max-height: 240px;
    height: auto;
  }
  .promo-banner-text {
    min-height: 60px;
    padding-right: 15px;
  }
  .training-heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .training-heading-wrap .training-heading-block-left,
  .training-heading-wrap .training-heading-block-right {
    width: 100%;
  }
  .pagination > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagination > ul li {
    padding: 7px 0;
  }
  .pagination .prev,
  .pagination .next {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .pagination .numbers {
    max-width: 400px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .ask-expert-block {
    margin-bottom: 40px;
  }
  .ask-expert-inner-wrap {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .ask-expert-inner-wrap .input-wrap textarea {
    height: 220px;
  }
  .ask-expert-inner-wrap .input-example {
    font-size: 13px;
  }
  .ask-expert-inner-wrap .input-required-wrap {
    margin-top: -135px;
  }
  .trainings-and-seminars-heading {
    margin-bottom: 45px;
  }
  .training-news-container {
    margin-bottom: 10px;
  }
  .training-news-wrap {
    margin-bottom: 10px;
  }
  .training-news-wrap .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
  }
  .training-news-wrap .news-block .news-block-left {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .training-news-wrap .news-block .news-block-left .news-block-image {
    width: 100%;
    height: 200px;
    background-position: center;
  }
  .contacts-heading-text {
    padding: 0;
  }
  .contacts-social-container {
    margin-bottom: 30px;
  }
  .contacts-page .map-container {
    margin-bottom: 30px;
  }
  .contacts-page .map-container .map-wrap {
    margin-bottom: 25px;
  }
  .books-container {
    margin-bottom: 0;
  }
  .book-block {
    width: 100%;
    margin: 0;
  }
  .book-block .book-desc {
    min-height: auto;
  }
  .review-content-block .review-text {
    padding-right: 25px;
  }
  .corporate-achieve-block {
    padding-right: 15px;
  }
  .corporate-achieve-block:last-of-type {
    margin-bottom: 15px;
  }
  .corporate-achieve-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .corporate-achieve-wrap {
    width: 100%;
  }
  .corporate-title-w-bg {
    padding-right: 25px;
  }
  .text-w-bg.corporate-training-promo-complex {
    margin-bottom: 10px;
  }
  .main-slide.slick-slide {
    min-height: auto;
  }
  body #my-subs-form {
    width: 100%;
  }
  body #my-subs-form input[type="text"] {
    width: 34%;
  }
  body #my-subs-form form input[type="submit"] {
    width: 29%;
  }
  body div.sp_bread ul {
    height: auto;
  }
  body div.sp_bread ul li {
    float: none;
    line-height: 28px;
  }
  .sollutions-selecting {
    width: 100%;
    padding-left: 20px;
  }
  .sollutions-form {
    padding-right: 20px;
  }
  body .sollutions-selecting {
    width: 100%;
    padding-left: 20px;
  }
  body .sollutions-form {
    padding-right: 0;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .about-wrap > .fleft.sp_coach_bigimg {
    float: none;
    margin: 0 auto;
  }
  .training-news-wrap {
    width: 100%;
  }
  .news-block-text {
    display: block;
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .solution-inner-wrap .hide {
    display: none;
  }
  .solution-inner-wrap li {
    margin-bottom: 10px;
  }
  .sp_coach_left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
  }
  .video-responsive-wrapper > div {
    width: 100%;
  }
  .responsive-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .responsive-block .row > .half,
  .responsive-block .row > .w-30,
  .responsive-block .row > .w-70 {
    width: 100%;
    margin-bottom: 20px;
  }
  .mob-order-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 640px) {
  .product-block {
    width: 49%;
  }
  .product-block:nth-child(3n) {
    margin-right: 2%;
  }
  .product-block:nth-child(2n) {
    margin-right: 0;
  }
  .review-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-block-left {
    margin-bottom: 20px;
  }
  .review-block-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .corporate-training-image {
    margin-bottom: 15px;
  }
  .corporate-training-image img {
    height: 150px;
  }
  .event-speakers-item {
    width: 100%;
  }
  .lp-banner {
    min-height: 320px;
  }
  body .sollutions-selecting {
    padding-left: 0;
  }
  body .sollutions-form {
    padding-right: 0;
  }
  body .sollutions-form-block {
    width: 100%;
    float: none;
  }
  body .sollutions-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
  }
  body .sollutions-submit .sollutions-submit-btn button {
    width: auto;
    height: 40px;
    margin-left: 0;
  }
  .incut {
    padding-left: 20px;
    padding-right: 20px;
  }
  .consult-inner-wrap img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
    float: none;
  }
  /*  .innernav-menu .wrap {
    width: 100%;
    }
  body .innernav-menu span {
    width: 50%;
    margin: 0;
    margin-bottom: 5px;
    padding: 2px;
    }
  .innernav-menu span br {
    display: none;
  }*/
  body .big-c {
    font-size: 32px;
  }
  .for-who-block,
  .course-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  body .about_command article {
    width: 50%;
    position: relative;
  }

  body .about_command article:hover {
    background-size: cover;
  }
}

@media screen and (max-width: 540px) {
  .header-logo {
    background-image: url(/bitrix/templates/mmkc/css/../img/logo-header-mob-full.png);
    height: 119px;
    max-width: 256px;
  }
  header .phone-block,
  header .question-call-block {
    min-width: auto;
  }
  header .phone-block a,
  header .question-call-block a {
    font-size: 16px;
  }
  header .phone-block a {
    margin-bottom: 0;
  }
  ul.footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  ul.footer-menu li {
    width: 100%;
  }
  .footer-logo {
    background-image: url(/bitrix/templates/mmkc/css/../img/logo-footer-mob.png);
    max-width: 187px;
    height: 63px;
  }
  .promo-cards-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-cards-wrap .promo-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .promo-cards-wrap .promo-card:last-of-type {
    margin-bottom: 0;
  }
  .schedule-block table thead {
    font-size: 16px;
  }
  .schedule-block table {
    width: 100%;
    display: block;
    overflow: auto;
    font-size: 14px;
  }
  /*  .books-wrap .book-block {
    width: 100%; }*/
  .dispatch-content span {
    font-size: 15px;
  }
  .books-container {
    margin-bottom: 25px;
  }
  .corporate-attestation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .corporate-attestation-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
  .corporate-attestation-content {
    margin-right: 0;
  }
  .ask-expert-inner-block .input-example,
  .ask-question-inner-block .input-example {
    padding-left: 10px;
  }
  .trainings-and-seminars-heading .trainings-selects.fright {
    width: 100%;
    margin: 0;
  }
  .trainings-and-seminars-heading .trainigs-calendar.fleft {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .trainings-and-seminars-heading .trainigs-filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trainings-custom-filter.trainings-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trainings-custom-filter.trainings-filter .trainings-text {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .main-slider .person-frame {
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #fdf5dc;
    border: 2px solid #ee8e2e;
    border-radius: 5px;
  }
  body .left_blog {
    display: none;
  }
  .marva-chat {
    width: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 300px !important;
    overflow: auto;
  }
  body div.articles_cloud ul li {
    width: 100%;
  }
  .sollution-slider-item {
    text-align: center;
  }
  .sollution-slider-item-image img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  body blockquote {
    margin: 1em 20px;
  }
  .header-top {
    margin-bottom: 0;
  }
  .header-top-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .question-call-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
  header .question-call-block a {
    font-size: 14px;
    margin-right: 15px;
  }
  header .question-call-block a:last-of-type {
    margin-right: 0;
  }
  header .question-call-block .link-title {
    display: none;
  }
  header .question-call-block .icon {
    margin-right: 0;
  }
  header .phone-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  header .phone-block a {
    font-size: 14px;
    margin-bottom: 0;
  }
  header .phone-block .link-title {
    display: none;
  }
  header .social-block {
    width: 100%;
    max-width: 100%;
  }
  .header-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-bottom .search-label {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0;
  }
  .header-bottom .search-label input {
    width: 100%;
    max-width: 100%;
  }
  .main-slider .slick-dots {
    bottom: -40px;
  }
  footer .phone-block a {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 14px;
    padding: 20px 0;
  }
  .promo-cards-wrap .promo-card-content ul li {
    line-height: 24px;
  }
  .choose-direction-content {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .choose-direction-link {
    font-size: 16px;
  }
  .product-block {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }
  .product-block:nth-child(2n) {
    margin-right: 0;
  }
  .product-block:nth-child(3n) {
    margin-right: 0;
  }
  .product-block .product-image {
    margin-bottom: 15px;
  }
  .ask-expert-inner-block,
  .ask-question-inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ask-expert-inner-block .input-wrap,
  .ask-question-inner-block .input-wrap {
    width: 100%;
  }
  .ask-expert-icon {
    display: none;
  }
  .ask-expert-inner-wrap .input-required-wrap,
  .ask-question-inner-wrap .input-required-wrap {
    margin: 0;
    margin-top: 10px;
    max-width: 100%;
  }
  .ask-expert-top {
    text-align: center;
  }
  .training-news-wrap .news-block .date-block {
    margin-right: 25px;
  }
  .training-news-wrap .news-block .news-block-text {
    padding-right: 0;
  }
  .contact-way-title {
    display: none;
  }
  .review-block-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-block-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-content-block .review-author {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 42px;
    left: 95px;
  }
  .review-content-block .review-text::before {
    display: none;
  }
  .review-block:first-of-type .review-content-block .review-author {
    top: 0;
  }
  .review-block .review-profession {
    padding-left: 0;
    display: block;
  }
  .review-photo-block {
    max-width: 80px;
    margin-bottom: 20px;
  }
  .review-photo-block .review-photo {
    width: 80px;
    height: 80px;
  }
  .corporate-title-w-bg {
    font-size: 16px;
  }
  .corporate-training-price-text.text-w-bg {
    font-size: 14px;
  }
  .choose-direction-heading-text {
    padding-right: 15px;
  }
  .related-articles-container {
    margin-bottom: 10px;
  }
  .text-w-bg.corporate-training-promo-complex {
    font-size: 16px;
  }
  .corporate-training-questions-block .corporate-block-content {
    padding-right: 15px;
  }
  .corporate-training-questions-block .corporate-block-content {
    padding-left: 15px;
  }
  .corporate-block-content {
    padding-left: 15px;
    padding-right: 10px;
  }
  .corporate-title-w-bg {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .corporate-training-present-content ol.custom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .corporate-training-image img {
    height: 100px;
  }
  .corporate-achieve-block,
  .corporate-attestation-text {
    font-size: 14px;
  }
  .main-slider .slider-title {
    line-height: 25px;
  }
  .main-slider .slider-text {
    line-height: 25px;
  }
  .promo-cards-wrap .promo-card-content {
    padding-top: 12px;
  }
  .ask-question-inner-block .input-wrap {
    width: 100%;
  }
  ul.num {
    padding-left: 60px;
  }
  .training-oc-order {
    background-size: contain;
  }
  .lp-banner {
    min-height: 230px;
  }
  .main-slider .slide-download {
    height: 85px;
    background-image: none;
    background-color: #fdcd67;
  }
  .main-news-list-entry .main-news-date {
    max-width: 80px;
  }
  body #my-subs-form .has-cbw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body #my-subs-form input[type="text"] {
    background-size: cover;
  }
  body #my-subs-form form input[type="submit"] {
    margin-top: 15px;
  }
  body #my-subs-form input[type="text"],
  body #my-subs-form form input[type="submit"] {
    width: 100%;
  }
  header .question-call-block a {
    margin-bottom: 0;
  }
  header .question-call-block {
    margin-bottom: 15px;
  }
  footer .texterra-copy {
    margin-right: 15px;
  }
  body .incut {
    padding-left: 10px;
    padding-right: 10px;
  }
  .incut blockquote {
    margin: 10px;
  }
  body .social-blocks-wrap .first,
  body .social-blocks-wrap .second,
  body .social-blocks-wrap .third,
  body .social-blocks-wrap .first > div,
  body .social-blocks-wrap .second > div,
  body .social-blocks-wrap .third > div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .cc .mc-attach-toggle svg path {
    display: none;
  }
  .schedule-table-title {
    font-size: 19px;
  }
  .fs-big {
    font-size: 28px;
  }
  .pm06.post.button.mt-40 {
    background-size: contain;
    width: 100%;
  }
  .about_command section.grey_sep,
  .about_command section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body div.btn-responsive,
  .btn-responsive {
    width: 100%;
    background-size: contain;
  }
  .inner-accordion .content {
    padding: 25px;
  }
  .fs-med {
    font-size: 22px;
  }
  body .about_command article {
    width: 100%;
  }
  body .about_command article:hover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #main-wrap {
    margin: 0 auto;
  }

  .mob-no-float {
    float: none !important;
    padding: 0;
    margin: 0;
  }

  .mob-float-left {
    float: left;
  }

  .video-responsive.w-password {
    min-height: 250px;
  }

  body div.news_inside ul {
    padding-left: 20px;
  }

  div.articles_cloud ul {
    margin: 0;
  }

  div.articles_cloud ul li {
    margin: 8px;
  }
}
.sendpulse-form {
  border: #544024 1px solid;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sendpulse-form input {
  text-align: center;
  border: #bababa 1px solid;
  margin-bottom: 10px;
  padding-left: 0;
  color: #000;
}
.sendpulse-form .header {
  font-weight: bold;
}
.sendpulse-form .dsc {
  font-size: 9px;
  margin-top: 5px;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.sendpulse-form .fnwsp {
  color: #1752fc;
  text-decoration: underline;
  cursor: pointer;
}
.sendpulse-form .fnwsp:hover {
  text-decoration: none;
}
.sendpulse-form .err-msg-out {
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 14px;
}
.sendpulse-form input[type="submit"] {
  color: #fff;
  background-color: #00a659;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  transition: all 0.2s ease 0s;
}
.sendpulse-form input[type="submit"]:hover {
  transform: scale(1.04);
}

.captcha-block {
  margin-top: 20px;
  justify-content: start;
}

.captcha-block #captcha_word {
  width: 50%;
  margin-right: 15px;
}

/* End */


/* Start:/rrr/slick.css?15377084441776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/mmkc/template_styles.css?16854281219272*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.trainings-selects{
	display: none;
}
.sp_partners article.md_wrap div.wrap_part_a{
	min-height:155px !important;
	text-align: center;
	line-height: 155px  !important;
}
.sp_partners article.md_wrap{
		height: auto !important;
	}
.sp_partners article.about_news.md_wrap div { height: auto !important;}

.sp_ask_expert .sp_inner input[type="text"].er_red{
	color:red !important;
}
.about_command a.wrap_img{
	text-align: left;
}
.slide_div {
    display: none;
    margin-top: 20px;
}
.sp_t3 a.social img{
	height:20px !important;
	width: 20px !important;
}
.mr_succ_mess{
	padding:20px 18px 18px  100px;
}
.alx_feed_back_form_error_block{
	margin-top:60px;
}
.NewsCalTable{
	width: 100%;
}
.event_box{
	position:absolute;
	z-index: 999;
	right: -90px;
	top: 22px;
	text-align: left;
	width: 193px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f6f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f6f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f6f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f6f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f6f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f6f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f6f1',GradientType=0 ); /* IE6-9 */
	padding:10px 13px 13px 10px;
	
	-webkit-box-shadow: 1px 1px 8px 0px rgba(111, 114, 110, 0.75);
	-moz-box-shadow:    1px 1px 8px 0px rgba(111, 114, 110, 0.75);
	box-shadow:         1px 1px 8px 0px rgba(111, 114, 110, 0.75);
	border-radius: #d8caba;
	border-radius: 8px 8px 8px 8px;
}
.NewsCalTable .NewsCalHeader{
	color: #989898;
	background: none !important;
	border-bottom: 1px solid #cdcdcd  !important;
	 text-align: center !important;
}
.NewsCalTable td{
	width: 30px;
	height: 20px;
}
.event_y{
	position: relative;
}
.NewsCalDefault{
	color: #323232;
	
}
.NewsCalOtherMonth{
	color: #bbbbbb;
	background: none !important;
}
.NewsCalTable td{

	font-family: Trebuchet MS;
	font-size: 13px;
}
.NewsCalWeekend{
	background: none !important;
}
.NewsCalTable, .NewsCalTable tr, .NewsCalTable td{
	border: none !important;
	text-align: center;
}
.NewsCalToday{
	background: none !important;
}
.tr_header{
	border-bottom: 1px solid red;
}
.event_y{
	background: #fcb319;
	border-radius: 3px 3px 3px 3px;
	width: 25px;
	height: 20px;
	 line-height: 20px;
}
.span_arr{
	position: relative;
}
.coord{
	float:left !important;
	width: 160px !important;
}
.coord span{
	width: 150px !important;
	margin-bottom:10px !important;
}
.span_arr img{
	position: absolute;
	right: -88px;
    top: -21px;
}
.date_link{
	text-decoration:none;
	color: #323232 !important;
	display: block;
}
.date_link:hover{
	text-decoration:none  !important;
}
.calend_date{
	color: #989898 !important;
}
.NewsCalNews a{
	color: #323232;
	text-decoration: none;
}
.NewsCalNews {padding-bottom:10px;}
.NewsCalNews a:hover{
	color: #323232 !important;
}
.separate_line{
	border-top: 1px solid #cccccc
}
#month_sel-styler .jq-selectbox__select{
	width: 102px !important;
}
#year_sel-styler .jq-selectbox__select{
	width: 80px !important;
}
#month_sel-styler  .jq-selectbox__select {
    background: url("/bitrix/templates/mmkc/img/month_bg_select.png") no-repeat center center;
    display: block;
    margin-bottom: 10px;
    width: 102px;
}
#year_sel-styler  .jq-selectbox__select {
    background: url("/bitrix/templates/mmkc/img/year_bg_select.png") no-repeat center center;
    display: block;
    margin-bottom: 10px;
    width: 80px;
}
.year_wrap{
	width: 110px;
	height: 30px;
	float:left;
}
.form_logo {
    background: url("/bitrix/templates/mmkc/img/form_logo.png") no-repeat left center;
    display: block;
	height: 100px;
	margin-left:-25px;
	padding-left: 100px;
	line-height: 55px;
}
.box_call{
	padding-left: 90px;
}
.sp_ask_expert .sp_inner_md form span{
	right: 206px !important;
}
.sp_ask_expert .sp_inner_md .sp_captcha p span{
	right: 10px !important;
}
.sp_inner_md {
	background: #fefaef !important;
	width: 630px !important;
	height: auto !important;
	padding: 20px 40px;
	overflow: hidden;
	border-radius:5px 5px 5px 5px;
}
.sp_inner_md h3{
	margin-top:30px !important;
	line-height: 23px !important;
}
.sp_inner_md .sp_refresh_capt{
	margin: 0 !important;
	width: 110px !important;
	margin-top: 23px !important;
	margin-left: 9px !important;
}
.sp_inner_md form input[type="submit"]{
	margin-left: 100px !important;
}
.form_text{
	margin:0;
}
.sp_ask_expert .sp_inner_md form div{
	width: 99%;
}
.sp_ask_expert .sp_inner_md form article span{
	right: -15px !important;
}

.review {
margin: 10px 0 25px 0;
border: 1px solid #777;
padding: 5px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

#top-my-subs-wrap {
 margin-top: 30px;
 margin-bottom: 30px
}

#my-subs-wrap {
 clear: both;
 margin-bottom: 30px;
 padding-top: 30px
}

#my-subs-form {
 background: url('/bitrix/templates/mmkc/img/sp_ask_expert.jpg') repeat scroll 0 0 rgba(0, 0, 0, 0);
 border-radius: 6px;
 /*height: 90px;*/
 margin: 0 auto;
 padding: 20px 35px;
 width: 100%;
}

#my-subs-form .field-wrap {
	text-align: center;
}

#my-subs-form h3 {
 margin: 0;
 color: #5a3e1d;
 font-size: 18px;
 line-height: 23px !important;
 text-align: center
}

#my-subs-form input[type="text"] {
 background: url('/bitrix/templates/mmkc/img/input_text.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
 border: 0 none;
 color: #5a3e1d;
 font-size: 13px;
 height: 27px;
 margin-top: 10px;
 padding: 0 10px;
 width: 230px
}


#my-subs-form form input[type="submit"] {
 background: url('/bitrix/templates/mmkc/img/sp_submit.png') no-repeat scroll center top rgba(0, 0, 0, 0);
 border: medium none;
 color: #fff;
 font-size: 13px;
 height: 27px;
 width: 154px;
 cursor: pointer
}
#my-subs-form form input[type="submit"]:hover {
 background: url('/bitrix/templates/mmkc/img/sp_submit.png') no-repeat scroll center -45px rgba(0, 0, 0, 0)
}


.logo-wrapper .logo-text span font {
  font-size: 12px !important
}

/*TOP MENU*/
.jqueryslidemenu {
 font-size: 14px
}
.jqueryslidemenu ul {
 margin: 0;
 padding: 0;
 list-style-type: none
}
.jqueryslidemenu ul li {
 position: relative;
 display: inline;
 float: left
}
.jqueryslidemenu ul li a {
 display: block;
 color: #0090ff;
 text-decoration: none;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s
}
* html .jqueryslidemenu ul li a {
 display: inline-block
}
.top-menu nav ul li ul a {
 border-bottom: 0 none !important
}
.jqueryslidemenu ul li a:hover{
 color: #f68c1f !important;
 border-bottom: #f68c1f 1px solid
}
.jqueryslidemenu ul li ul {
 background: #fff;
 position: absolute;
 display: block;
 visibility: hidden;
 padding: 10px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
 box-shadow: 0 2px 2px -1px rgba(50, 50, 58, 0.94);
 left: -10px;
 position: absolute;
 top: 24px;
 z-index: 500
}
.jqueryslidemenu ul li ul li {
 display: list-item;
 float: none;
 margin-left: 0;
  padding: 4px 25px 4px 10px;
}
.downarrowclass{
 position: absolute;
 top: 6px;
 right: -2px
}
.rightarrowclass{
 position: absolute;
 top: 50%;
 margin-top: -2px;
 right: 5px
}
.jqueryslidemenu ul li ul li {
 margin-right: 0 !important
}


/*
.top-menu nav ul li {
 margin-left: 16px
}
*/

.sitemap{display:block;text-align:center;margin-bottom:6px;}

.column{
	display: flex;
    align-items: center;
    justify-content: center;
}
.column img{
	max-width: 100%;
}
.column a{
	display: block;
	padding: 10px;
}
.column--wrap{
	flex-wrap: wrap;
}
.column__w33{
	width: 33%;
}
.column__w60{
	width: 60%;
}
.column__w40{
	width: 40%;
}
.column__w50{
	width: 50%;
}
@media screen and (max-width: 767px) {
	.column{
		flex-wrap: wrap;
	}
}
.main-slider {
    padding-top: 20px;
}
/* End */
/* /bitrix/templates/mmkc/css/styles.css?1676277807110598 */
/* /rrr/slick.css?15377084441776 */
/* /bitrix/templates/mmkc/template_styles.css?16854281219272 */
