

/* Start:/nn/markirovka-obuvi/sass/main.css?175518720530365*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.s-workflow p {
  margin-bottom: 12px;
}
.s-workflow h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
.s-workflow h3 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  margin: 5px 0;
  padding: 5px 0 10px;
}
.s-workflow b {
  font-weight: 600;
}
.s-workflow a.link-dotted {
  display: initial;
  color: #0066a4;
  border-bottom: 1px dashed #0066a4;
}
.s-workflow a.link-dotted:hover {
  color: #ff7700;
  text-decoration: none;
  border-bottom: 1px dashed #ff7700;
}
.s-workflow a.link-dotted .icon-angle-arrow-right {
  font-size: 10px;
  transform: rotate(90deg);
  transition: 0.5s;
}
.s-workflow a.link-dotted.collapsed .icon-angle-arrow-right {
  transform: rotate(0deg);
  transition: 0.5s;
}
.s-workflow ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .s-workflow ul {
    margin-bottom: 0;
  }
}
.s-workflow ul li {
  padding-left: 9px;
  margin-bottom: 6px;
  position: relative;
}
.s-workflow ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #e77817;
  overflow: hidden;
}
@media (min-width: 992px) {
  .s-workflow .descript_bottom {
    padding: 0 0 0 125px;
    font-size: 13px;
  }
}
.s-workflow .btn-warning-outline {
  background-color: transparent;
  border: 2px solid #ff7700;
  color: #fff;
}
.s-workflow .btn-warning-outline:hover {
  color: #fff;
  background-color: #ff9233;
  border-color: #ff9233;
}
.s-workflow .btn-orange-outline {
  background-color: transparent;
  border: 2px solid #ff7700;
  color: #ff7700;
}
.s-workflow .btn-orange-outline:hover {
  color: #fff;
  background-color: #ff9233;
  border-color: #ff9233;
}
.s-workflow .btn-info-outline {
  background-color: transparent;
  border: 2px solid #00a2d0;
  color: #fff;
}
.s-workflow .btn-info-outline:hover {
  color: #fff;
  background-color: #00a2d0;
  border: 2px solid #00a2d0;
  opacity: 0.9;
}
.s-workflow .btn-info {
  background-color: #0a75ab;
  border: 2px solid #0a75ab;
}
.s-workflow .btn-info:hover {
  background-color: #0a75ab;
  border: 2px solid #0a75ab;
  opacity: 0.9;
}
.s-workflow .btn-info-outline {
  background-color: transparent;
  border: 2px solid #0a75ab;
  color: #fff;
}
.s-workflow .btn-info-outline:hover {
  color: #fff;
  background-color: #0a75ab;
  border: 2px solid #0a75ab;
  opacity: 0.9;
}
.s-workflow .price-sistem {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .s-workflow .price-sistem {
    margin-bottom: 20px;
  }
}
.s-workflow .text--center {
  text-align: center;
  margin: 30px 0;
}
.s-workflow .orange {
  color: #f97825;
}
.s-workflow .ico {
  display: inline-block;
  background: url(/nn/markirovka-obuvi/sass/../images/sprite_markirova-obuvi.png) 0 -100px no-repeat;
}
.s-workflow .ico__1 {
  background-position: -58px -121px;
  position: relative;
  top: -8px;
}
.s-workflow .ico__2 {
  background-position: -58px 3px;
  position: relative;
  top: -8px;
}
.s-workflow .ico__3 {
  background-position: -2px 0px;
  position: relative;
  top: -7px;
}
.s-workflow .ico__4 {
  background-position: -2px -60px;
  position: relative;
  top: -9px;
}
.s-workflow .ico__5 {
  background-position: -90px -71px;
  position: relative;
  top: -10px;
}
.s-workflow .ico__6 {
  background-position: -13px -158px;
  position: relative;
  top: -7px;
}
.s-workflow .ico__7 {
  background-position: -89px -158px;
  position: relative;
  top: -8px;
}
.s-workflow .ico__8 {
  background-position: -3px -125px;
  position: relative;
  top: -2px;
}
.s-workflow .ico__9 {
  background-position: -1px -186px;
}
.s-workflow .ico__10 {
  background-position: -58px -182px;
  position: relative;
  top: -5px;
}
.s-workflow .ico__11 {
  background-position: -5px -246px;
  position: relative;
  top: -7px;
}
.s-workflow .ico__12 {
  background-position: -22px -718px;
}
.s-workflow .ico__13 {
  background-position: -21px -1329px;
  position: relative;
  top: -2px;
}
.s-workflow .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-workflow .light-data.content {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.s-workflow .light-data.content tr {
  height: 60px;
  background-color: #fff;
}
.s-workflow .light-data.content tr:hover {
  background-color: #f7f7f7;
}
.s-workflow .light-data.content th {
  font-family: Arial, sans-serif;
  font-weight: 600;
}
.s-workflow .light-data.content th,
.s-workflow .light-data.content td {
  padding: 15px;
  text-align: left;
}
.s-workflow .light-data.content th:first-child,
.s-workflow .light-data.content td:first-child {
  padding-left: 0;
}
.s-workflow .light-data.content th > *:first-child,
.s-workflow .light-data.content td > *:first-child {
  margin-top: 0;
}
.s-workflow .light-data.content th > *:last-child,
.s-workflow .light-data.content td > *:last-child {
  margin-bottom: 0;
}
.s-workflow .light-data.content th {
  font-weight: 600;
  border-bottom: 2px solid #ff6600;
}
.s-workflow .light-data.content td {
  border-bottom: 1px solid #eaeaea;
}
.s-workflow .indent {
  border-bottom: 0px !important;
  border-top: 0px;
  padding-bottom: 0px;
}
.s-workflow .rk-right-place-1 {
  border: 2px solid #ff7700;
  border-radius: 4px;
  padding: 48px 20px 20px;
  width: 100%;
  max-width: 360px;
  margin-bottom: 48px;
  position: relative;
}
.s-workflow .rk-right-place-1::before {
  content: "";
  position: absolute;
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png?128744) no-repeat 0 -1200px;
  width: 32px;
  height: 32px;
  top: 0;
  left: calc(50% - 16px);
}
@media (max-width: 1199px) {
  .s-workflow .rk-right-place-1 {
    max-width: 293px;
  }
}
.s-workflow .rk-right-place-1 .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
}
.s-workflow .rk-right-place-1 .btn {
  display: block;
}
.s-workflow .rk-right-place-1 .btn-danger {
  color: #fff;
  background-color: #ff7700;
  border: 2px solid #ff7700;
  margin-right: 0;
}
.s-workflow .rk-right-place-1 .btn-danger:hover {
  color: #fff;
  background-color: #ff9233;
  border-color: #ff9233;
}
.s-workflow .rk-right-place-1 .contact-list {
  display: inline-block;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.s-workflow .rk-right-place-1 .contact-list li {
  margin-bottom: 9px;
  text-align: left;
}
.s-workflow .rk-right-place-1 .contact-list li::before {
  background: transparent;
}
.s-workflow .rk-right-place-1 .contact-list li a.phone {
  color: #333;
}
.s-workflow .rk-right-place-1 .contact-list .fa {
  display: inline-block;
  width: 17px;
  height: 24px;
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png?12822744) no-repeat 0 -1700px;
}
.s-workflow .rk-right-place-1 .contact-list .fa-envelope {
  background-position: 0 -1688px;
  position: relative;
  left: -3px;
}
.s-workflow .rk-right-place-1 .contact-list .fa-phone {
  background-position: 0 -1790px;
}
.s-workflow .rk-right-place-1.affix {
  position: fixed !important;
  top: 35px;
}
.s-workflow .rk-right-place-2 {
  background: #ffd01d;
  padding: 25px;
  text-align: center;
}
.s-workflow .rk-right-place-2 img {
  margin: 0 auto;
}
.s-workflow .workflow__promo {
  padding: 58px 0 110px;
  margin-bottom: 40px;
  color: #ffffff;
  background: url("/nn/markirovka-obuvi/sass/../images/markirovka-obuvi-fon.png") top center no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo {
    background: url("/nn/markirovka-obuvi/sass/../images/markirovka-obuvi-fon-sm.png") center no-repeat;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 0 120px;
    background-size: cover;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .s-workflow .workflow__promo {
    padding-top: 25px;
  }
}
.s-workflow .workflow__promo h1 {
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__promo h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.s-workflow .workflow__promo--item {
  margin-bottom: 20px;
  font-size: 18px;
}
.s-workflow .workflow__promo--item .desc span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo .btn {
    display: block;
  }
}
.s-workflow .workflow__promo .btn-warning {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo .btn-warning {
    margin: 0 0 20px;
  }
}
.s-workflow .workflow__promo--detail {
  padding: 24px 0 54px 0;
  margin: 0 0 32px;
  background-color: #00a2d0;
  color: #fff;
}
.s-workflow .workflow__promo--detail h1 {
  color: #333333;
}
.s-workflow .workflow__promo .ico {
  height: 61px;
  width: 61px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo .ico {
    margin-bottom: 10px;
  }
  .s-workflow .workflow__promo .ico__1 {
    margin-bottom: 0;
  }
}
.s-workflow .workflow__promo__link {
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__promo__link {
    padding: 20px 0;
  }
}
.s-workflow .workflow__options {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__options {
    padding: 0 0 20px;
  }
}
.s-workflow .workflow__options .options__block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 30px;
  justify-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .options__block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin-bottom: 5px;
  }
}
.s-workflow .workflow__options .options__block img {
  margin: 10px 0 20px;
}
@media (max-width: 1199px) {
  .s-workflow .workflow__options .options__block h3 {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .options__block h3 {
    height: auto;
  }
}
.s-workflow .workflow__options .options__block__list {
  margin-bottom: 20px;
}
.s-workflow .workflow__options .options__block__list li {
  padding-left: 35px;
  margin-bottom: 9px;
  position: relative;
}
.s-workflow .workflow__options .options__block__list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 16px;
  content: "";
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png) no-repeat -53px 0;
}
.s-workflow .workflow__options .options__block__list li ul li {
  padding-left: 9px;
  margin-bottom: 6px;
  position: relative;
}
.s-workflow .workflow__options .options__block__list li ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #e77817;
}
.s-workflow .workflow__options .description__item {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .description__item:first-of-type {
    height: auto;
  }
}
.s-workflow .workflow__options .description__item:nth-of-type(2) {
  height: 215px;
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .description__item:nth-of-type(2) {
    height: auto;
  }
}
.s-workflow .workflow__options .description__item:nth-of-type(3) {
  height: 390px;
}
@media (max-width: 1199px) {
  .s-workflow .workflow__options .description__item:nth-of-type(3) {
    height: 510px;
  }
}
@media (max-width: 991px) {
  .s-workflow .workflow__options .description__item:nth-of-type(3) {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .description__item:nth-of-type(3) {
    height: auto;
  }
}
.s-workflow .workflow__options .description__item:nth-of-type(3):after {
  display: none;
}
.s-workflow .workflow__options .description__item:nth-of-type(4) {
  padding-top: 0;
}
@media (max-width: 768px) {
  .s-workflow .workflow__options .description__item:nth-of-type(4) {
    height: auto;
  }
}
.s-workflow .workflow__options .description__item:nth-of-type(4):after {
  display: none;
}
.s-workflow .workflow__options .description__item .price {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
.s-workflow .workflow__automation {
  margin-bottom: 50px;
}
.s-workflow .workflow__automation img {
  padding: 5px 0 10px;
}
.s-workflow .workflow__automation ul li {
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .s-workflow .workflow__automation .link-info {
    display: inline-block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__automation .btn {
    display: block;
  }
}
.s-workflow .workflow__advantages {
  margin-bottom: 20px;
}
.s-workflow .workflow__advantages--item {
  margin: 10px 0 30px;
}
.s-workflow .workflow__advantages .ico {
  width: 53px;
  height: 60px;
}
.s-workflow .workflow__advantages .descript b {
  margin-bottom: 10px;
  display: block;
}
.s-workflow .workflow__help {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 42px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #00a2d0;
  color: #fff;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__help {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__help {
    padding: 15px 0;
  }
}
.s-workflow .workflow__help--title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .s-workflow .workflow__help--title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__help--button .btn-info {
    margin-bottom: 20px;
  }
}
.s-workflow .workflow__help--button .btn-info-outline br {
  display: none;
}
@media (max-width: 767px) {
  .s-workflow .workflow__help--button .btn-info-outline br {
    display: block;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__help--button .btn {
    margin-right: 0;
    display: block;
  }
}
.s-workflow .workflow__excerpt {
  border-left: 4px solid #ff7700;
  display: flex;
  align-items: center;
  padding-left: 25px;
  min-height: 50px;
  margin-bottom: 20px;
}
.s-workflow .workflow__thesis .thesis__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 25px;
}
.s-workflow .workflow__thesis .thesis__block--item {
  text-align: center;
}
@media (max-width: 992px) {
  .s-workflow .workflow__thesis .thesis__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .s-workflow .workflow__thesis .thesis__block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.s-workflow .workflow__thesis .thesis__block img {
  margin: 15px 0 25px;
}
@media (max-width: 1199px) {
  .s-workflow .workflow__thesis .thesis__block h3 {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .s-workflow .workflow__thesis .thesis__block h3 {
    height: auto;
  }
}
.s-workflow .workflow__box__important {
  background: #fffeec;
  border: 1px solid #fae6be;
  border-radius: 4px;
  padding: 27px 32px;
  margin-bottom: 15px;
}
.s-workflow .workflow__box__important img {
  padding: 0px;
  margin: 0 auto;
}
.s-workflow .workflow__box__biznes h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .s-workflow .workflow__box__biznes h2 {
    padding: 10px 0 35px;
  }
}
.s-workflow .workflow__box__biznes img {
  padding: 0px;
  margin: 0 auto;
}
.s-workflow .workflow__quality {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__quality .btn-warning {
    margin: 20px 0;
  }
}
.s-workflow .workflow__quality h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
.s-workflow .workflow__quality .quality {
  margin: 40px 0;
  padding: 26px 30px 40px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .s-workflow .workflow__quality .quality {
    padding: 30px 20px 30px;
  }
}
.s-workflow .workflow__quality .quality__title {
  margin-bottom: 23px;
  line-height: 30px;
  font-size: 24px;
}
.s-workflow .workflow__quality .quality__descript {
  font-size: 18px;
  margin-bottom: 25px;
}
.s-workflow .workflow__quality .quality__list {
  margin-bottom: 20px;
}
.s-workflow .workflow__quality .quality__list li {
  padding-left: 35px;
  margin-bottom: 9px;
  position: relative;
}
.s-workflow .workflow__quality .quality__list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 16px;
  content: "";
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png) no-repeat -54px 0;
}
.s-workflow .workflow__quality .quality__list ul li {
  padding-left: 9px;
  margin-bottom: 6px;
  position: relative;
}
.s-workflow .workflow__quality .quality__list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #e77817;
}
.s-workflow .workflow__quality .quality img {
  padding: 0px 0 37px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__quality .quality img {
    padding: 0 20px 15px 0;
  }
}
.s-workflow .workflow__quality .quality .rk-zone_fgis {
  margin: 0 auto;
}
.s-workflow .workflow__quality .quality .rk-zone__img {
  position: absolute;
  right: 5%;
  bottom: -77px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .s-workflow .workflow__quality .quality .rk-zone__img {
    bottom: -45px;
  }
}
.s-workflow .workflow__quality .options__block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 30px;
  justify-items: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .s-workflow .workflow__quality .options__block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin-bottom: 5px;
  }
  .s-workflow .workflow__quality .options__block img {
    margin: 10px 0 20px;
  }
}
@media (max-width: 768px) and (max-width: 1199px) {
  .s-workflow .workflow__quality .options__block h3 {
    height: 55px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .s-workflow .workflow__quality .options__block h3 {
    height: auto;
  }
}
.s-workflow .workflow__add {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}
@media (min-width: 768px) {
  .s-workflow .workflow__add--item {
    width: 60%;
    padding-right: 15px;
  }
  .s-workflow .workflow__add--item-1 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__add {
    justify-content: flex-start;
    align-items: stretch;
  }
}
.s-workflow .workflow__legislation {
  margin: 40px 0px;
}
.s-workflow .workflow__legislation h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
@media (max-width: 767px) {
  .s-workflow .workflow__legislation h2 {
    padding: 10px 0 35px;
  }
}
.s-workflow .workflow__legislation h3 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  margin: 5px 0;
  padding: 5px 0 10px;
}
.s-workflow .workflow__legislation ul {
  margin-bottom: 0;
}
.s-workflow .workflow__legislation ul li::before {
  background: #069;
}
.s-workflow .workflow__legislation ul__list {
  margin-bottom: 20px;
}
.s-workflow .workflow__legislation ul__list li {
  padding-left: 35px;
  margin-bottom: 9px;
  position: relative;
}
.s-workflow .workflow__legislation ul__list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 16px;
  content: "";
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png) no-repeat -55px 0;
}
.s-workflow .workflow__legislation b {
  font-weight: 600;
}
@media (min-width: 992px) {
  .s-workflow .workflow__legislation .descript_bottom {
    padding: 0 0 0 125px;
    font-size: 13px;
  }
}
.s-workflow .workflow__legislation--item {
  margin-bottom: 30px;
}
.s-workflow .workflow__legislation .ico {
  width: 55px;
  height: 55px;
}
.s-workflow .workflow__legislation .descript b {
  margin-bottom: 10px;
  display: block;
}
.s-workflow .workflow__plan {
  margin-bottom: 18px;
}
.s-workflow .workflow__plan--item {
  margin: 10px 0 22px;
  display: flex;
}
.s-workflow .workflow__plan .num {
  font-size: 36px;
  line-height: 42px;
  color: #a8a8a8;
  margin-bottom: 10px;
}
.s-workflow .workflow__plan .num__note {
  color: #ff7700;
}
.s-workflow .workflow__plan .descript b {
  margin-bottom: 10px;
  display: block;
}
.s-workflow .workflow__sentence {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #f37d34;
  color: #fff;
  padding: 15px;
}
.s-workflow .workflow__sentence--title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__sentence--title {
    margin-bottom: 15px;
  }
}
.s-workflow .workflow__sentence--descript {
  font-size: 15px;
}
@media (max-width: 1199px) {
  .s-workflow .workflow__sentence--descript {
    margin-bottom: 15px;
  }
}
.s-workflow .workflow__sentence--button .btn-danger-outline {
  border: 2px solid #cc4b0c;
  background-color: transparent;
}
.s-workflow .workflow__sentence--button .btn-danger-outline:hover {
  background-color: #cc4b0c;
  border: 2px solid #cc4b0c;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .s-workflow .workflow__sentence--button .btn-danger {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .s-workflow .workflow__sentence--button .btn {
    display: block;
  }
}
.s-workflow .workflow__implementation h2 {
  padding: 10px 0 16px;
}
.s-workflow .workflow__review {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  position: relative;
  border-radius: 4px;
  min-height: 485px;
  margin-bottom: 30px;
  padding: 35px 20px 20px;
}
@media (max-width: 767px) {
  .s-workflow .workflow__review {
    max-width: inherit;
    min-height: inherit;
  }
}
.s-workflow .workflow__review::before {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  top: -2px;
  width: 32px;
  height: 30px;
  background: url("/nn/markirovka-obuvi/sass/../images/workflow__sprite.png?123456") 0 -50px no-repeat;
}
.s-workflow .workflow__review--type {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.s-workflow .workflow__review--foto {
  text-align: center;
  margin-bottom: 10px;
}
.s-workflow .workflow__review--name {
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.s-workflow .workflow__review--position {
  margin-bottom: 20px;
  text-align: center;
}
.s-workflow .workflow__review--description {
  line-height: 22px;
}
.s-workflow .workflow__note {
  background: #fffdda;
  border: 1px solid #fae4bb;
  padding: 20px 25px;
  margin: 15px 0;
  font-style: italic;
}
.s-workflow .workflow__quote {
  padding: 3px 0 5px 15px;
  border-left: 4px solid #ff7700;
  font-weight: 700;
  margin: 0 0 12px;
}
.s-workflow--detail h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
.s-workflow--detail ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .s-workflow--detail ul {
    margin-bottom: 0;
  }
}
.s-workflow--detail ul li {
  padding-left: 9px;
  margin-bottom: 6px;
  position: relative;
}
.s-workflow--detail ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #e77817;
}
.s-workflow--detail ul ul {
  margin-bottom: 0;
}
.s-workflow--detail ul ul li::before {
  background: #069;
}
.s-workflow--detail ul.list__check li {
  padding-left: 35px;
  margin-bottom: 9px;
  position: relative;
}
.s-workflow--detail ul.list__check li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 16px;
  content: "";
  background: url(/nn/markirovka-obuvi/sass/../images/workflow__sprite.png) 0 0 no-repeat;
}
.s-workflow--detail ol {
  margin-bottom: 15px;
}
.s-workflow--detail ol li {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .s-workflow--detail .btn-info {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .s-workflow--detail .btn {
    display: block;
  }
}
.s-workflow--detail .thumbnail-overlay {
  position: relative;
  display: inline-block;
}
.s-workflow--detail .thumbnail-overlay::after {
  display: block;
  position: absolute;
  content: "";
  background: url("/nn/markirovka-obuvi/sass/../images/i__loupe.png");
  width: 29px;
  height: 28px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  opacity: 0.35;
}
.s-workflow--detail .thumbnail-overlay::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  width: 72px;
  height: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  opacity: 0.35;
}
.s-workflow--detail .thumbnail-overlay:hover::before, .s-workflow--detail .thumbnail-overlay:hover::after {
  opacity: 1;
}

#image-modal .modal-img {
  max-width: 95%;
}
@media (max-width: 767px) {
  #image-modal .modal-img {
    max-width: 100%;
  }
}
#image-modal .modal-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#image-modal .modal-img .close::before {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/nn/markirovka-obuvi/sass/../images/close.png) no-repeat;
  right: -16px;
  top: -10px;
  z-index: 1;
  cursor: pointer;
}

.poultry__dev {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
@media (min-width: 768px) {
  .poultry__wrap {
    padding: 72px 0 75px;
  }
}
@media (max-width: 767px) {
  .poultry__wrap {
    padding: 30px 0;
  }
}
.poultry__container {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .poultry__nav {
    display: flex;
    justify-content: space-between;
  }
}
.poultry__nav--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #c8c8c8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.poultry__nav--arrow:focus, .poultry__nav--arrow:active, .poultry__nav--arrow:hover {
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .poultry__nav--arrow {
    position: absolute;
    top: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .poultry__nav--arrow__left {
    left: -15px;
  }
}
.poultry__nav--arrow__left .icon {
  transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .poultry__nav--arrow__right {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .poultry__nav--block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .poultry__nav--block {
    display: none;
  }
}
.poultry__nav--block li {
  width: 12px;
  height: 12px;
  background-color: #c8c8c8;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
.poultry__nav--block li.active {
  background-color: #fd7600;
}
.poultry__info__wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.poultry__info__wrap .carousel-inner img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .poultry__info__wrap .carousel-inner {
    margin-bottom: 46px;
  }
}
@media (max-width: 991px) {
  .poultry__info__wrap .carousel-inner {
    overflow: visible;
  }
}

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

/* End */
/* /nn/markirovka-obuvi/sass/main.css?175518720530365 */
