@font-face {
    font-family: 'Roboto-Bold';
    src: url('/design/images/img_for_design/fonts/Roboto-Bold.ttf')  format('truetype')
}
.rb__wrapp {
    background: url(/design/images/img_for_action/2019/relax_13_years_on_air/main-bg.jpg) no-repeat;
    background-position: top -40px center;
    background-size: cover;
    padding: 30px 55px;
    min-height: 100vh;
}
.top-side__link {
    font-family: 'Roboto-Bold';
    position: relative;
    z-index: 5;
    color: #F95A3D;
    background: transparent;
    font-size: 18px;
    padding: 9px 20px;
    border: 1px solid #F95A3D;
    border-radius: 40px;
    margin: 0 20px 0 0;
}
.top-side__link:last-child {
    margin-right: 0;
}
.top-side__link:hover {
    color: #F95A3D;
    text-decoration: none;
}
.rb__main-contant {
    display: grid;
    grid-template-columns: 750px auto;
    margin-bottom: 90px;
}
.main-contant__left-side {
    text-align: center;
    position: relative;
    z-index: 1;
}
.left-side__img {
    max-width: 100%;
    object-fit: contain;
}
.main-contant__left-side:before {
    content: '';
    position: absolute;
    width: calc(100% + 55px);
    height: calc(100% + 147px);
    left: -55px;
    top: -80px;
    background: url(/design/images/img_for_action/2019/relax_13_years_on_air/left-side__bg3.png) no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 0;
}
.main-contant__left-side:after {
    content: '';
    position: absolute;
    width: calc(100% + 75px);
    height: calc(100% + 147px);
    left: -55px;
    top: -58px;
    background: rgba(255, 255, 255, .4);
    z-index: -1;
}
.left-side__container {
    padding-top: 130px;
}
.rb__header {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(45deg, #009BAB, #36D6AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #009BAB;
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
}
.rb__paragraph {
    font-size: 26px;
    color: #084A51;
    font-weight: 900;
    font-family: 'Segoe UI', sans-serif;
}
.br__paragraph-small {
    font-size: 19px;
    color: #084A51;
    font-weight: 600;
    text-align: center;
}
.br__paragraph-small_itogi {
    font-size: 19px;
    color: #f73e32;
    font-weight: 600;
    text-align: center;
    margin-top:30px;
    position: relative;
    z-index:10;
}
.br__paragraph-small_itogi a {
    color: #f73e32;
    border-bottom: solid 1px #f73e32;
}
.br__paragraph-small_itogi a:hover {
    text-decoration:none;
    border-bottom: none;
}
.rb__button {
    margin-top: 20px;
}
.rb__button,
.rb__link {
    border: none;
    background: linear-gradient(180deg, #FF9152 0%, #F52C2C 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 5;
    transition: transform .3s linear;
    transform: scale3d(1, 1, 1);
}
.rb__button:hover {
    transition: transform .3s linear;
    transform: scale3d(1.1, 1.1, 1.1);
} 
.rb__link {
    display: block;
    max-width: 300px;
    text-transform: uppercase;
    text-align: center;
    margin: 25px auto;
}
.rb__link:hover {
    color: #fff;
    text-decoration: none;
    transition: transform .3s linear;
    transform: scale3d(1.1, 1.1, 1.1);
}
.rb__bottom-side {
    display: none;
}
.rb__conditions-list {
    padding: 0;
    margin: 0 0 30px 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 285px);
    grid-template-rows: minmax(auto, 285px);
    grid-column-gap: 35px;
    text-align: center;
    justify-content: center;
}
.rb__conditions-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 47px 10px 0 10px;
}
.conditions-item__img {
    max-width: 58px;
}
.conditions-item__img-container {
    margin-bottom: 17px;
}
.conditions-item__paragraph {
    color: #000;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.main-contant__paragraph {
    font-size: 16px;
    font-family: 'Segot UI', sans-serif;
    margin: 0;
}
.bottom-side__link-wrapp {
    max-width: 1245px;
    margin: auto;
}
#rbRulesModal .modal-dialog {
    max-width: 700px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_slow {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite,
.animated_slow.infinite,
.animated_mega_slow.animated_mega_slow{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.counters,
.instreamatic-pixel {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

@media screen and (max-width: 1300px) {
    .rb__conditions-list {
        grid-template-columns: repeat(2, 285px);
        grid-gap: 35px;
    }
}
@media screen and (max-width: 1075px) {
    .rb__wrapp {
        background-position: top center;
    }
}
@media screen and (max-width: 825px) {
    .rb__main-contant {
        grid-template-columns: auto;
    }
    .left-side__container {
        padding-top: 30px;
    }
    .rb__header {
        font-size: 50px;
    }
}
@media screen and (max-width: 625px) {
    .rb__conditions-list {
        grid-template-columns: auto;
        grid-template-rows: minmax(auto, 245px);
    }
}
@media screen and (max-width: 465px) {
    .rb__wrapp {
        padding: 20px;
    }
    .rb__header {
        font-size: 30px;
    }
    .top-side__link {
        margin-right: 10px;
        display: inline-block;
        font-size: 16px;
        padding: 5px 15px;
    }
    .top-side__link:last-child {
        margin-right: 0;
    }
    .rb__paragraph {
        font-size: 18px;
    }
    .br__paragraph-small {
        font-size: 16px;
    }
}