.investmoscow-container {
  max-width: 1280px !important;
}

.sc-header-background {
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}

.cs-content-header-title {
  font-size: 56px;
  line-height: 120%;
  margin-top: 65px;
  margin-bottom: 10px;
  color: #3A3A3A;
}

.cs-content-header-description {
  width: 705px;
  margin-bottom: 75px;
  line-height: 150%;
  color: #3A3A3A;
}

.cs-content-header-description > p {
   margin-top: 25px;
  }

.cs-content-header-icon {
  margin-top: 95px !important;
}

.bt-content-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 28px;
}

.breadcrumbs {
  margin-top: 23px !important;
  margin-bottom: 45px !important;
}

.sc-title {
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
  font-size: 35px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.sc-keytasck-block {
    margin-bottom: 80px;
}

.sc-keytasck-list {
  list-style: none;
  padding-left: 0px;
  padding-right: 45px;
}

.sc-keytasck-list li {
  line-height: 140%;
  margin: 0 0 24px 0;
  padding-left: 40px;
  background-image: url(/block/industries-support-center/img/tick.png);
  background-size: 12px 8px;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  border: 1px solid #ebebeb;
  padding: 32px;
  z-index: 5;
  max-width: 406px;
  right: 1rem;
}

.sidebar-menu_fixed {
  position: fixed;
  height: unset;
  width: 298px;
}

.sidebar-menu-link {
  display: block;
  font-family: "Bebas Neue", serif;
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 28px 0;
}

.sidebar-menu-link:last-child {
    padding: 0;
  }

.sidebar-menu-link_activated {
  color: #ef0f33 !important;
}

.sidebar-menu-list {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
}

.sidebar-menu-list__item {
  margin-bottom: 1rem;
}

.sidebar-menu-list__item:last-child {
    margin-bottom: 0;
  }

.sidebar-menu-list__item a {
    width: 100%;
    padding: 0.5rem 0;
  }

.special__wrapper .sidebar-menu-link_activated {
  color: black !important;
  text-decoration: underline;
}

.tamt-info {
  margin-bottom: 7rem;
  position: relative;
}

.tamt-services-slider-conteiner {
  position: relative;
  width: 100%;
  height: 14rem;
}

.tamt-services-slider-arrow-left {
  left: -1.7rem;
  top: 40%;
  position: absolute;
  z-index: 1;
  font-size: 1.125rem;
  transition: .3s;
}

.tamt-services-slider-arrow-right {
  right: 0.8rem;
  top: 40%;
  position: absolute;
  z-index: 1;
  font-size: 1.125rem;
  transition: .3s;
}

.tamt-services-slider-item {
  border: 1px solid var(--color-grey);
  height: 14rem;
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.tamt-services-slider-item-title {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tamt-services-slider-item-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1rem;
}

.tamt-services-slider-item-block-number {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  background: #EF0F33;
  text-align: center;
  padding: 10px;
}

.tamt-services-slider-item-number {
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tamt-services-slider-item {
  margin-right: 40px;
}

.tamt-slider-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  padding: 0;
}

  .tamt-slider-dots button {
    background-color: var(--color-grey);
    border: none;
    width: 7px;
    height: 7px;
    margin: 0 .4rem;
    padding: 0;
    font-size: 0;
    outline: none;
  }

  .tamt-slider-dots .slick-active button {
    background-color: var(--color-red);
    width: 11px;
    height: 11px;
  }

.special__wrapper .tamt-slider-dots button {
  background-color: black;
  width: 7px;
  height: 7px;
}



@media (min-width: 576px) and (max-width: 1449px) {
  .tamt-services-slider-arrow-left {
    left: -1rem;
  }

  .tamt-services-slider-arrow-right {
    right: 1.5rem;
  }
}

@media (max-width: 575px) {
  .tamt-services-slider-arrow-left {
    display: none !important;
  }

  .tamt-services-slider-arrow-right {
    display: none !important;
  }
}


.sc-contacts {
  padding: 48px 5px;
  background: #3A3A3A;
}

.sc-contacts-block {
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-contacts-block-left {
  display: flex;
  flex-direction: column;
  margin: 24px 0 32px 32px;
}

.sc-contacts-block-left-line {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sc-contacts-block-left-line1 {
  max-width: 255px;
  margin-right: 44px;
}

.sc-contacts-block-left-line2 {
  max-width: 300px;
}

.sc-contacts-block-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 16px 16px 16px 0;
  text-align: right;
}

.sc-contacts-block-right-line {
  max-width: 215px;
  margin-right: 40px;
}

.sc-contacts-block-title {
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}

.sc-contacts-block-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin: 28px 0 12px 0;
}

.sc-contacts-block-fio {
  font-family: 'Bebas Neue';
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
}

.sc-contacts-block-phone {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #EF0F33 !important;
}

.sc-contacts-block-mail {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #EF0F33 !important;
}

.sc-contacts-block-icon {
  vertical-align: baseline;
  margin: 19px 12px 0 0;

}



@media (max-width: 1024px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar-menu_fixed {
    width: 300px;
  }
}


@media (max-width: 991px) {
  .sidebar-menu {
    display: none;
  }

  .cs-content-header-description{
      width: 100%;
  }
}

@media (max-width: 575px) {
  .tamt-services-slider-item {
    margin-right: 0;
  }

  .cs-content-header-title {
    font-size: 45px;
  }
}

@media ( max-width: 400px) {
  .sc-contacts-block-left {
    margin: 24px 15px;
  }

  .sc-contacts-block-right {
    margin: 16px 15px;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .sc-contacts-block-right-line{
      margin: 0;
  }

}
