body, html {
  background-color: #fff; }

.tt-container {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .tt-container {
      width: 730px; } }
  @media (min-width: 64em) {
    .tt-container {
      width: 985px; } }
  @media (min-width: 85.375em) {
    .tt-container {
      width: 1300px; } }

.corp-info__wrapper br 
{
  /*display: none; */
}
  @media (min-width: 48em) {
    .corp-info__wrapper br {
      display: block; } }

.corp-info__wrapper.corp-info__wrapper--tt {
  padding: 90px 20px 90px; }
  @media (min-width: 48em) {
    .corp-info__wrapper.corp-info__wrapper--tt {
      padding: 184px 0 184px; } }

.tt-menu {
  display: none;
  background: #FFF; }
  @media (min-width: 48em) {
    .tt-menu {
      z-index: 99999 !important;
      display: block;
      font-size: 16px;
      font-family: "Avenir Next Cyr W00 Bold", sans-serif;
      font-weight: 100;
      text-align: center;
      border-bottom: 1px solid #eceded; } }

.sticky-wrapper {
  display: none; }
  @media (min-width: 48em) {
    .sticky-wrapper {
      display: block; } }

.tt-menu__nav {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  max-width: 920px;
  margin: 0 auto; }
  .tt-menu__nav:after {
    content: "";
    width: 100%;
    height: 0;
    display: inline-block;
    visibility: hidden;
    overflow: hidden;
    position: relative; }

.tt-menu__item {
  display: inline-block;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ff000a;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: color, background .3s;
  transition: color, background .3s; }
  .tt-menu__item:hover {
    background: #ff000a;
    color: #fff; }

.tt-what {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .tt-what {
      padding-top: 60px;
      padding-bottom: 80px;
      max-width: 720px; } }

.tt-what__title {
  font-size: 26px;
  line-height: 1.38462;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-what__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100;
      margin-bottom: 40px; } }

.tt-what__caption {
  margin-bottom: 40px; }
  .tt-what__caption br {
    display: none; }
    @media (min-width: 48em) {
      .tt-what__caption br {
        display: block; } }

.tt-icons__item {
  margin-bottom: 40px; }
  @media (min-width: 48em) {
    .tt-icons__item {
      float: left;
      width: 33.33%; } }

.tt-icons__img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 10px; }

.tt-icons__img--i1 {
  background-image: url("../img/icon1.svg"); }

.tt-icons__img--i2 {
  background-image: url("../img/icon2.svg"); }

.tt-icons__img--i3 {
  background-image: url("../img/icon3.svg"); }

.tt-forever {
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #5a5d64;
  font-size: 16px;
  line-height: 1.625;
  background-size: cover; }
  @media (min-width: 48em) {
    .tt-forever {
      background-position: 50% -100px;
      background-size: auto;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 64em) {
    .tt-forever {
      padding-top: 80px;
      padding-bottom: 80px; } }

.tt-forever__title {
  font-size: 26px;
  line-height: 1.38462;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-forever__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100;
      margin-bottom: 40px; } }

.tt-forever__caption {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }
  .tt-forever__caption p {
    margin-bottom: 30px; }
  .tt-forever__caption p.p_last {
    margin-bottom: 0; }
  .tt-forever__caption br {
    display: none; }
    @media (min-width: 48em) {
      .tt-forever__caption br {
        display: block; } }

.tt-types {
  padding: 40px 20px;
  padding-bottom: 0;
  text-align: center; }
  @media (min-width: 48em) {
    .tt-types {
      padding-top: 60px;
      padding-bottom: 0px; } }

.tt-types__title {
  font-size: 26px;
  line-height: 1.38462;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-types__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100;
      margin-bottom: 40px; } }

.tt-types__caption {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.625; }
  @media (min-width: 48em) {
    .tt-types__caption {
      font-size: 20px;
      line-height: 1.3; } }
  .tt-types__caption br {
    display: none; }
    @media (min-width: 48em) {
      .tt-types__caption br {
        display: block; } }

.tt-table_wrap {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto; }
  @media (min-width: 48em) {
    .tt-table_wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.tt-table {
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  min-width: 500px; }
  .tt-table th {
    color: #7a7d84;
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #eceded;
    font-size: 14px;
    line-height: 1.42857; }
    @media (min-width: 48em) {
      .tt-table th {
        font-size: 16px;
        line-height: 1.25; } }
  .tt-table td {
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid #eceded; }

td.tt-table__name {
  text-align: left; }

.tt-types_block {
  padding: 40px 0 0; }
  @media (min-width: 48em) {
    .tt-types_block {
      padding-left: 20px;
      padding-right: 20px; } }

.tt-types_block__title {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px; }

.tt-types_block__wrap {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px; }

.tt-types_block__item {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 48em) {
    .tt-types_block__item {
      width: 33.33%;
      padding-left: 10px;
      padding-right: 10px;
      float: left; } }

.tt-types_block__bg {
  height: 308px;
  padding-top: 82px;
  padding-left: 8%;
  padding-right: 8%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  position: relative; }
  @media (min-width: 48em) and (max-width: 64em) {
    .tt-types_block__bg {
      height: 230px;
      font-size: 14px;
      line-height: 1.71429;
      padding-top: 30px; } }

.tt-types_block__img {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .tt-types_block__item:hover .tt-types_block__img {
    -webkit-filter: none;
            filter: none; }
  .tt-types_block__img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s; }
    .tt-types_block__item:hover .tt-types_block__img:after {
      opacity: .4; }

.tt-types_block__icon {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px; }
  @media (min-width: 48em) and (max-width: 64em) {
    .tt-types_block__icon {
      margin-bottom: 15px; } }

.tt-types_block__icon--1 {
  background: #fff url("../img/icon4.svg") no-repeat 50% 50%; }

.tt-types_block__icon--2 {
  background: #fff url("../img/icon5.svg") no-repeat 50% 50%; }

.tt-types_block__icon--3 {
  background: #fff url("../img/icon6.svg") no-repeat 50% 50%; }

.tt-need {
  padding-top: 40px; }
  @media (min-width: 48em) {
    .tt-need {
      padding-left: 20px;
      padding-right: 20px; } }

.tt-need__content {
  background: #f5f6f6;
  font-size: 15px;
  line-height: 1.46667;
  padding: 20px; }
  @media (min-width: 48em) {
    .tt-need__content {
      padding: 30px; } }
  .tt-need__content p {
    margin-bottom: 15px; }
  .tt-need__content ul {
    margin: 0;
    list-style: disc;
    list-style-position: outside;
    padding-left: 1em; }
  .tt-need__content li {
    margin-top: 15px; }
    .tt-need__content li:first-child {
      margin-top: 0; }
  .tt-need__content a {
    color: #ed1c24; }

.tt-need__wrap {
  overflow: hidden; }
  @media (min-width: 48em) {
    .tt-need__wrap {
      margin-left: -10px;
      margin-right: -10px; } }

.tt-need__item {
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-need__item {
      padding-left: 10px;
      padding-right: 10px;
      float: left; } }
  @media (min-width: 64em) {
    .tt-need__item {
      margin-bottom: 0px; } }

@media (min-width: 48em) {
  .tt-need__item--1 {
    width: 100%; } }

@media (min-width: 64em) {
  .tt-need__item--1 {
    width: 50%; }
    .tt-need__item--1 .tt-need__content {
      height: 500px; } }

@media (min-width: 85.375em) {
  .tt-need__item--1 .tt-need__content {
    height: 410px; } }

@media (min-width: 48em) {
  .tt-need__item--2 {
    width: 50%;
    margin-bottom: 0; }
    .tt-need__item--2 .tt-need__content {
      height: 336px;
      padding: 30px 20px; } }

@media (min-width: 64em) {
  .tt-need__item--2 {
    width: 25%; }
    .tt-need__item--2 .tt-need__content {
      height: 500px; } }

@media (min-width: 85.375em) {
  .tt-need__item--2 .tt-need__content {
    height: 410px; } }

.tt-need__item--3 {
  margin-bottom: 0; }
  @media (min-width: 48em) {
    .tt-need__item--3 {
      width: 50%; }
      .tt-need__item--3 .tt-need__content {
        height: 336px;
        padding: 30px 20px; } }
  @media (min-width: 64em) {
    .tt-need__item--3 {
      width: 25%; }
      .tt-need__item--3 .tt-need__content {
        height: 500px; } }
  @media (min-width: 85.375em) {
    .tt-need__item--3 .tt-need__content {
      height: 410px; } }

.tt-need__title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-need__title {
      font-size: 22px;
      line-height: 1.36364; } }

.i-button_white--tt {
  color: #ff0000;
  background-color: #fff; }

.tt-services {
  padding: 40px 20px; }
  @media (min-width: 48em) {
    .tt-services {
      padding-top: 60px;
      padding-bottom: 60px; } }

.tt-services__title {
  font-size: 26px;
  line-height: 1.38462;
  text-align: center; }
  @media (min-width: 48em) {
    .tt-services__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100; } }

.tt-row {
  overflow: hidden; }
  @media (min-width: 64em) {
    .tt-row {
      margin-left: -35px;
      margin-right: -35px; } }

.tt-services__col {
  font-size: 16px;
  line-height: 1.625; }
  @media (min-width: 64em) {
    .tt-services__col {
      float: left;
      width: 50%;
      padding-left: 35px;
      padding-right: 35px; } }
  .tt-services__col p {
    margin-bottom: 15px; }
  .tt-services__col ul {
    margin: 0;
    list-style: disc;
    list-style-position: outside;
    padding-left: 1em; }
  .tt-services__col li {
    margin-top: 15px; }
    .tt-services__col li:first-child {
      margin-top: 0; }
  .tt-services__col a {
    color: #ed1c24; }

.tt-services__col-title {
  font-family: "Avenir Next Cyr W00 Bold", sans-serif;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 20px; }
  @media (min-width: 48em) {
    .tt-services__col-title {
      margin-top: 40px; } }

.tt-now {
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #5a5d64;
  background-size: cover; }
  @media (min-width: 48em) {
    .tt-now {
      padding-top: 60px;
      padding-bottom: 80px; } }

.tt-now__title {
  font-size: 26px;
  line-height: 1.38462;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .tt-now__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100;
      margin-bottom: 40px; } }

.tt-now__caption {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.625; }
  @media (min-width: 48em) {
    .tt-now__caption {
      font-size: 20px;
      line-height: 1.5; } }
  .tt-now__caption p {
    margin-bottom: 30px; }
  .tt-now__caption p.p_last {
    margin-bottom: 0; }
  .tt-now__caption br {
    display: none; }
    @media (min-width: 48em) {
      .tt-now__caption br {
        display: block; } }

.tt-team {
  padding: 40px 20px;
  padding-bottom: 0; }
  @media (min-width: 48em) {
    .tt-team {
      padding-top: 60px;
      padding-bottom: 0; } }

.tt-team__title {
  font-size: 26px;
  line-height: 1.38462;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 48em) {
    .tt-team__title {
      font-size: 54px;
      line-height: 1.11111;
      font-family: "Avenir Next Cyr W00 Thin", sans-serif;
      font-weight: 100;
      margin-bottom: 40px; } }

.tt-team__slider {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px; }

.tt-team__item {
  padding: 20px;
  background: #f5f6f6;
  margin: 0 10px;
  width: 220px; }

.tt-team__img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%; }

.tt-team__name {
  color: #ff000a;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 10px;
  display: block; }

.tt-team__role {
  font-size: 15px;
  line-height: 1.46667; }


.slick-prev, .slick-next{
  background-color: #ed1c24;
  opacity: 1;
  visibility: visible;
  top: 100px;
}
.slick-next{
  right: 10px;
}
.slick-prev{
  left: 0px;
}
.mfp-wrap{
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-head{
  font-size: 22px;
  text-align: center!important;
  background: #f5f5f5;
}
p.t-title{
  margin-bottom: 5px;
}

table.tt-table.mobile
{
  min-width: 100%;
}

.tt-table{
  display: none;
}
.tt-table.active{
  display: inline-table;
}

.bg-img{
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% -100px;
  background-size: auto;
}

.fixed-page{
    overflow: hidden;
    position: fixed;
    width: 100%;
}