

/* Start:/local/templates/rubin_corp/css/durable.css?177875516233518*/
@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/rubin_corp/css/../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/rubin_corp/css/../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/rubin_corp/css/../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/local/templates/rubin_corp/css/../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-Zsg.ttf") format("truetype");
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZsg.ttf") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

.durable {
  max-width: 1920px;
  margin: 0 auto;
}
.durable .wrap {
  margin: 0 auto;
  max-width: 1530px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .durable .wrap {
    padding: 0 16px;
  }
}
@media (min-width: 718px) {
  .durable .wrap {
    padding: 0 20px;
  }
}
@media (min-width: 980px) {
  .durable .wrap {
    padding: 0 30px;
  }
}
@media (min-width: 1920px) {
  .durable .wrap {
    padding: 0 40px;
  }
}
.durable .top {
  background: linear-gradient(to bottom, rgba(0, 49, 60, 0.3) 0%, rgb(0, 49, 60) 100%), url("/local/templates/rubin_corp/css/../img/durable/top-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 50px;
}
.durable .top .rubin-pari {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 4vw;
}
@media (min-width: 480px) {
  .durable .top .rubin-pari {
    font-size: 2.5vw;
  }
}
@media (min-width: 718px) {
  .durable .top .rubin-pari {
    font-size: 2vw;
  }
}
@media (min-width: 980px) {
  .durable .top .rubin-pari {
    font-size: 1vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .rubin-pari {
    font-size: 16px;
  }
}
.durable .top .title {
  font-family: Roboto;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  font-size: 12vw;
}
@media (min-width: 480px) {
  .durable .top .title {
    font-size: 10vw;
  }
}
@media (min-width: 718px) {
  .durable .top .title {
    font-size: 8vw;
  }
}
@media (min-width: 980px) {
  .durable .top .title {
    font-size: 6vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .title {
    font-size: 100px;
  }
}
.durable .top .description {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  line-height: 1.3;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-size: 4vw;
}
@media (min-width: 480px) {
  .durable .top .description {
    width: 80%;
    font-size: 3vw;
  }
}
@media (min-width: 718px) {
  .durable .top .description {
    width: 50%;
    font-size: 2.5vw;
  }
}
@media (min-width: 980px) {
  .durable .top .description {
    font-size: 1.8vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .description {
    font-size: 24px;
  }
}
.durable .top .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 4vw;
}
@media (min-width: 480px) {
  .durable .top .buttons {
    font-size: 3vw;
  }
}
@media (min-width: 718px) {
  .durable .top .buttons {
    font-size: 2vw;
  }
}
@media (min-width: 980px) {
  .durable .top .buttons {
    font-size: 1.1vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .buttons {
    margin-right: 40px;
    font-size: 16px;
  }
}
.durable .top .buttons .buy-button {
  background: #e04e39;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 4vw;
  border-radius: 9999px;
  padding: 14px 20px;
}
@media (min-width: 480px) {
  .durable .top .buttons .buy-button {
    padding: 20px 30px;
  }
}
@media (min-width: 1920px) {
  .durable .top .buttons .buy-button {
    padding: 20px 30px;
  }
}
.durable .top .buttons .buy-button:hover {
  background-color: #c0040f;
}
.durable .top .buttons .program-button {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
}
.durable .top .bottom-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
}
@media (min-width: 718px) {
  .durable .top .bottom-line {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .durable .top .bottom-line {
    margin-top: 200px;
  }
}
.durable .top .bottom-line .chemistry {
  width: 100%;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 4vw;
}
@media (min-width: 480px) {
  .durable .top .bottom-line .chemistry {
    font-size: 3vw;
  }
}
@media (min-width: 718px) {
  .durable .top .bottom-line .chemistry {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    width: 40%;
    margin-bottom: 0;
    font-size: 2vw;
  }
}
@media (min-width: 980px) {
  .durable .top .bottom-line .chemistry {
    font-size: 1.5vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .bottom-line .chemistry {
    font-size: 30px;
  }
}
.durable .top .bottom-line .sponsors {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10vw;
}
@media (min-width: 718px) {
  .durable .top .bottom-line .sponsors {
    width: 30%;
    margin-bottom: 0;
  }
}
.durable .top .bottom-line .sponsors img {
  display: block;
  width: auto;
  height: 14vw;
}
@media (min-width: 480px) {
  .durable .top .bottom-line .sponsors img {
    height: 10vw;
  }
}
@media (min-width: 718px) {
  .durable .top .bottom-line .sponsors img {
    height: 6vw;
  }
}
@media (min-width: 980px) {
  .durable .top .bottom-line .sponsors img {
    height: 4vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .bottom-line .sponsors img {
    height: 80px;
  }
}
.durable .top .bottom-line .sponsors img:first-child {
  margin-right: 20px;
}
.durable .top .bottom-line .location {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 718px) {
  .durable .top .bottom-line .location {
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: auto;
    width: 30%;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.durable .top .bottom-line .location .date-arena {
  font-family: Roboto;
  font-weight: 900;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 480px) {
  .durable .top .bottom-line .location .date-arena {
    font-size: 2vw;
  }
}
@media (min-width: 718px) {
  .durable .top .bottom-line .location .date-arena {
    font-size: 1.5vw;
  }
}
@media (min-width: 980px) {
  .durable .top .bottom-line .location .date-arena {
    font-size: 1vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .bottom-line .location .date-arena {
    font-size: 14px;
  }
}
.durable .top .bottom-line .location .coordinates {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 480px) {
  .durable .top .bottom-line .location .coordinates {
    font-size: 2vw;
  }
}
@media (min-width: 718px) {
  .durable .top .bottom-line .location .coordinates {
    font-size: 1.5vw;
  }
}
@media (min-width: 980px) {
  .durable .top .bottom-line .location .coordinates {
    font-size: 1vw;
  }
}
@media (min-width: 1920px) {
  .durable .top .bottom-line .location .coordinates {
    font-size: 14px;
  }
}
.durable .line {
  background: url("/local/templates/rubin_corp/css/../img/durable/line-bg.svg");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: repeat-x;
  height: 14vw;
}
@media (min-width: 480px) {
  .durable .line {
    height: 12vw;
  }
}
@media (min-width: 718px) {
  .durable .line {
    height: 8vw;
  }
}
@media (min-width: 980px) {
  .durable .line {
    height: 5vw;
  }
}
@media (min-width: 1920px) {
  .durable .line {
    height: 100px;
  }
}
.durable .anons {
  background: url("/local/templates/rubin_corp/css/../img/durable/anons-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 16px;
  margin-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.durable .anons::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: linear-gradient(to bottom, rgba(0, 49, 60, 0) 75%, rgb(0, 49, 60) 100%);
}
@media (min-width: 1530px) {
  .durable .anons::after {
    background: linear-gradient(to bottom, rgba(0, 49, 60, 0) 50%, rgb(0, 49, 60) 100%);
  }
}
.durable .anons .tukhvatullin {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 75%;
}
@media (min-width: 980px) {
  .durable .anons .tukhvatullin {
    right: 15%;
    width: 55%;
  }
}
@media (min-width: 1530px) {
  .durable .anons .tukhvatullin {
    right: 20%;
    bottom: 0;
    width: 36%;
  }
}
.durable .anons .content {
  position: relative;
  z-index: 3;
  padding: 30px 10px 60px;
  box-sizing: border-box;
}
@media (min-width: 980px) {
  .durable .anons .content {
    padding: 10vw 20px 70px;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content {
    padding: 60px 30px 80px;
  }
}
.durable .anons .content .left {
  text-align: center;
  width: 100%;
}
@media (min-width: 980px) {
  .durable .anons .content .left {
    width: 45%;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left {
    width: 50%;
  }
}
.durable .anons .content .left .orgsintez {
  width: 120px;
  height: auto;
}
@media (min-width: 980px) {
  .durable .anons .content .left .orgsintez {
    width: 40%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .orgsintez {
    width: 160px;
    height: auto;
    margin-bottom: 0;
  }
}
.durable .anons .content .left .title {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .durable .anons .content .left .title {
    margin-bottom: 3vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .title {
    margin-bottom: 30px;
  }
}
.durable .anons .content .left .title div:first-child {
  font-family: Roboto;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 8vw;
}
@media (min-width: 980px) {
  .durable .anons .content .left .title div:first-child {
    font-size: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .title div:first-child {
    font-size: 60px;
  }
}
.durable .anons .content .left .title div:last-child {
  font-family: Roboto;
  font-weight: 900;
  font-style: Black;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-size: 11vw;
}
@media (min-width: 980px) {
  .durable .anons .content .left .title div:last-child {
    font-size: 5vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .title div:last-child {
    font-size: 80px;
  }
}
.durable .anons .content .left .rubin-pari {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 6vw;
}
@media (min-width: 480px) {
  .durable .anons .content .left .rubin-pari {
    font-size: 4vw;
  }
}
@media (min-width: 980px) {
  .durable .anons .content .left .rubin-pari {
    font-size: 2vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .rubin-pari {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.durable .anons .content .left .team-logos {
  display: flex;
  justify-content: center;
  margin-bottom: 70vw;
}
@media (min-width: 980px) {
  .durable .anons .content .left .team-logos {
    margin-bottom: 10vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .team-logos {
    margin-bottom: 20px;
  }
}
.durable .anons .content .left .team-logos img {
  display: block;
  height: 80px;
  width: auto;
}
@media (min-width: 980px) {
  .durable .anons .content .left .team-logos img {
    height: 8vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .left .team-logos img {
    height: 140px;
  }
}
.durable .anons .content .left .team-logos img:first-child {
  margin-right: 20px;
}
.durable .anons .content .guest {
  position: absolute;
  left: 5%;
  top: 70%;
  transform: translateY(-70%);
}
@media (min-width: 480px) {
  .durable .anons .content .guest {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media (min-width: 980px) {
  .durable .anons .content .guest {
    right: 2%;
    left: auto;
    top: 45%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .guest {
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.durable .anons .content .guest .label {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 14px;
  font-size: 4vw;
}
@media (min-width: 480px) {
  .durable .anons .content .guest .label {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .durable .anons .content .guest .label {
    font-size: 1.6vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .guest .label {
    font-size: 24px;
  }
}
.durable .anons .content .guest .name {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  line-height: 1;
  color: #fff;
  font-size: 8vw;
}
@media (min-width: 480px) {
  .durable .anons .content .guest .name {
    font-size: 7vw;
  }
}
@media (min-width: 980px) {
  .durable .anons .content .guest .name {
    font-size: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .guest .name {
    font-size: 40px;
  }
}
.durable .anons .content .location {
  position: absolute;
  right: 5%;
  left: 5%;
  width: 90%;
  bottom: 2%;
}
@media (min-width: 980px) {
  .durable .anons .content .location {
    right: 2%;
    left: auto;
    bottom: 30px;
    width: 40%;
  }
}
@media (min-width: 1530px) {
  .durable .anons .content .location {
    right: 10%;
    left: auto;
    bottom: 30px;
    width: 30%;
  }
}
.durable .buy-full-button {
  margin: 10px auto 40px;
  display: block;
  width: 100%;
  padding: 15px 30px;
  background: #e04e39;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 99999px;
  border: none;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
  box-sizing: border-box;
}
.durable .buy-full-button:hover {
  background-color: #c0040f;
}
.durable .video-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.durable .video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.durable .video-bg .content {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  height: 100%;
  box-sizing: border-box;
}
.durable .video-bg .content .wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 718px) {
  .durable .video-bg .content .wrap {
    flex-direction: row;
  }
}
@media (min-width: 1530px) {
  .durable .video-bg .content .wrap {
    align-items: stretch;
    height: 100%;
  }
}
.durable .video-bg .content .left {
  width: 100%;
  margin-bottom: 40vw;
}
@media (min-width: 718px) {
  .durable .video-bg .content .left {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .durable .video-bg .content .left {
    margin-bottom: 30vw;
  }
}
@media (min-width: 1530px) {
  .durable .video-bg .content .left {
    margin-bottom: 400px;
  }
}
.durable .video-bg .content .left .title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  font-size: 8vw;
  text-align: center;
}
@media (min-width: 718px) {
  .durable .video-bg .content .left .title {
    font-size: 4vw;
    margin-bottom: 4vw;
    text-align: left;
  }
}
@media (min-width: 1530px) {
  .durable .video-bg .content .left .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.durable .video-bg .content .left .description {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  font-size: 4vw;
  text-align: center;
}
@media (min-width: 718px) {
  .durable .video-bg .content .left .description {
    font-size: 2vw;
    text-align: left;
  }
}
@media (min-width: 1530px) {
  .durable .video-bg .content .left .description {
    font-size: 24px;
  }
}
.durable .video-bg .content .right {
  width: 100%;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 7vw;
  text-align: center;
}
@media (min-width: 718px) {
  .durable .video-bg .content .right {
    align-self: self-end;
    margin-right: 0;
    margin-left: auto;
    width: 50%;
    font-size: 4vw;
    text-align: left;
  }
}
@media (min-width: 1530px) {
  .durable .video-bg .content .right {
    font-size: 60px;
  }
}
.durable .video-bg .content .right span {
  color: #e04e39;
}
.durable .uniform {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 718px) {
  .durable .uniform {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.durable .uniform .left {
  background: linear-gradient(208.54deg, #77e2c3 -57.83%, #008c95 54.68%);
  border-radius: 16px;
  width: 100%;
  padding: 4vw;
  box-sizing: border-box;
  aspect-ratio: 10/8;
  display: flex;
  flex-direction: column;
  margin-bottom: 4vw;
  box-sizing: border-box;
}
@media (min-width: 718px) {
  .durable .uniform .left {
    width: 49.8%;
    padding: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1530px) {
  .durable .uniform .left {
    padding: 40px;
  }
}
.durable .uniform .left .title {
  width: 100%;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 8vw;
  font-size: 8vw;
}
@media (min-width: 718px) {
  .durable .uniform .left .title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .uniform .left .title {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
.durable .uniform .left .description {
  width: 100%;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-size: 4vw;
  margin-bottom: 12vw;
}
@media (min-width: 718px) {
  .durable .uniform .left .description {
    font-size: 2vw;
    margin-bottom: 6vw;
  }
}
@media (min-width: 1530px) {
  .durable .uniform .left .description {
    font-size: 24px;
    margin-bottom: auto;
  }
}
.durable .uniform .left .metafor {
  font-family: Roboto;
  font-weight: 900;
  line-height: 1.9;
  text-transform: uppercase;
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 718px) {
  .durable .uniform .left .metafor {
    font-size: 1.5vw;
    margin-bottom: 0;
    margin-top: auto;
  }
}
@media (min-width: 1530px) {
  .durable .uniform .left .metafor {
    font-size: 16px;
  }
}
.durable .uniform .right {
  width: 100%;
  aspect-ratio: 722/697;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 718px) {
  .durable .uniform .right {
    width: 49.8%;
  }
}
.durable .uniform .right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.durable .poly-block {
  display: flex;
  flex-direction: column;
}
.durable .poly-block .poly-bg {
  margin-top: 10px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
  order: 1;
}
@media (min-width: 480px) {
  .durable .poly-block .poly-bg {
    order: 0;
  }
}
.durable .poly-block .poly-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.durable .poly-block .poly-bg .content {
  position: relative;
  z-index: 1;
  padding: 10px;
  height: 100%;
  box-sizing: border-box;
  display: none;
  align-items: flex-end;
}
@media (min-width: 980px) {
  .durable .poly-block .poly-bg .content {
    display: flex;
  }
}
.durable .poly-block .poly-bg .content .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.durable .poly-block .poly-bg .content .items .item {
  width: 24.5%;
  background: linear-gradient(179.71deg, rgba(255, 255, 255, 0.35) 0.25%, rgba(0, 208, 222, 0.35) 67.03%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
}
.durable .poly-block .poly-bg .content .items .item .title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.durable .poly-block .poly-bg .content .items .item .description {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1;
  color: #f0f0f0;
}
.durable .poly-block .poly-items {
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  order: 0;
}
@media (min-width: 480px) {
  .durable .poly-block .poly-items {
    flex-wrap: wrap;
    justify-content: space-between;
    order: 1;
  }
}
@media (min-width: 980px) {
  .durable .poly-block .poly-items {
    display: none;
  }
}
.durable .poly-block .poly-items .item {
  width: 80vw;
  min-width: 80vw;
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, #01323d 0%, #125d67 50%, #016975 100%);
}
@media (min-width: 480px) {
  .durable .poly-block .poly-items .item {
    width: calc(50% - 5px);
    min-width: auto;
    margin-right: auto;
  }
}
.durable .poly-block .poly-items .item .title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  color: white;
  font-size: 6vw;
  margin-bottom: 6vw;
}
.durable .poly-block .poly-items .item .description {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  color: white;
  font-size: 5vw;
}
@media (min-width: 480px) {
  .durable .poly-block .poly-items .item .description {
    font-size: 3vw;
  }
}
.durable .chemistry .chemistry-title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #00313c;
  font-size: 7vw;
  margin-top: 8vw;
  margin-bottom: 6vw;
}
@media (min-width: 480px) {
  .durable .chemistry .chemistry-title {
    font-size: 6vw;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .chemistry-title {
    font-size: 4vw;
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .chemistry-title {
    font-size: 54px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.durable .chemistry .chemistry-title span {
  color: #e04e39;
}
.durable .chemistry .chemistry-description {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #00313c;
  font-size: 5vw;
  margin-bottom: 10vw;
}
@media (min-width: 480px) {
  .durable .chemistry .chemistry-description {
    font-size: 4vw;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .chemistry-description {
    margin-bottom: 6vw;
    font-size: 2.5vw;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .chemistry-description {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.durable .chemistry .chemistry-description span {
  color: #e04e39;
}
.durable .chemistry .blocks {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .durable .chemistry .blocks {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 500px;
  }
}
.durable .chemistry .blocks .left {
  background: url("/local/templates/rubin_corp/css/../img/durable/chains.webp") center center/cover no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .durable .chemistry .blocks .left {
    padding: 20px;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .left {
    width: 49.8%;
    margin-bottom: 0;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .blocks .left {
    padding: 30px;
  }
}
.durable .chemistry .blocks .left .title {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-size: 5vw;
  margin-bottom: 4vw;
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .left .title {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .blocks .left .title {
    font-size: 40px;
  }
}
.durable .chemistry .blocks .left .description {
  margin: auto 0 0 auto;
  width: 100%;
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .left .description {
    width: 50%;
  }
}
.durable .chemistry .blocks .left .description p {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-size: 4vw;
  margin-bottom: 0.5vw;
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .left .description p {
    font-size: 1.5vw;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .blocks .left .description p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.durable .chemistry .blocks .left .description p:last-child {
  margin-bottom: 0;
}
.durable .chemistry .blocks .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .right {
    width: 49.8%;
  }
}
.durable .chemistry .blocks .right .item {
  flex-grow: 1;
  border-radius: 16px;
  background: linear-gradient(275.48deg, #018c95 3.23%, #00313c 102.44%);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 718px) {
  .durable .chemistry .blocks .right .item {
    flex-direction: row;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .right .item {
    flex-direction: column;
  }
}
.durable .chemistry .blocks .right .item:not(:last-child) {
  margin-bottom: 10px;
}
.durable .chemistry .blocks .right .item .title {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.2;
  color: #77e2c3;
  text-transform: uppercase;
  font-size: 6vw;
  margin-bottom: 4vw;
}
@media (min-width: 718px) {
  .durable .chemistry .blocks .right .item .title {
    font-size: 3vw;
    width: 50%;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .right .item .title {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    width: 100%;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .blocks .right .item .title {
    font-size: 20px;
  }
}
.durable .chemistry .blocks .right .item .description {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  font-size: 5vw;
}
@media (min-width: 718px) {
  .durable .chemistry .blocks .right .item .description {
    font-size: 2vw;
    width: 50%;
  }
}
@media (min-width: 980px) {
  .durable .chemistry .blocks .right .item .description {
    width: 100%;
    font-size: 1.5vw;
  }
}
@media (min-width: 1530px) {
  .durable .chemistry .blocks .right .item .description {
    font-size: 20px;
  }
}
.durable .chemistry .blocks .right .item .description span {
  color: #e04e39;
}
.durable .chemistry .blocks .right .item .description.uppercase {
  text-transform: uppercase;
}
.durable .more {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.durable .more h2 {
  font-family: Roboto;
  font-weight: 500;
  line-height: 1;
  color: #008c95;
  font-size: 8vw;
  margin-bottom: 8vw;
  text-align: center;
}
@media (min-width: 718px) {
  .durable .more h2 {
    text-align: left;
  }
}
@media (min-width: 980px) {
  .durable .more h2 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .more h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.durable .more .items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 718px) {
  .durable .more .items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 1530px) {
  .durable .more .items {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.durable .more .items .item {
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin-bottom: 4vw;
}
@media (min-width: 718px) {
  .durable .more .items .item {
    width: 49.5%;
  }
}
@media (min-width: 980px) {
  .durable .more .items .item {
    width: 24.5%;
  }
}
@media (min-width: 1530px) {
  .durable .more .items .item {
    width: 24.5%;
  }
}
.durable .more .items .item:nth-child(1) {
  background: linear-gradient(221.26deg, #018c95 -12.54%, #00313c 100%);
}
.durable .more .items .item:nth-child(2) {
  background: linear-gradient(0deg, #018c95, #018c95);
}
.durable .more .items .item:nth-child(3) {
  background: #00313c;
}
.durable .more .items .item:nth-child(4) {
  background: #e04e39;
}
.durable .more .items .item .logo {
  width: 36%;
  height: auto;
  margin-bottom: 8vw;
}
@media (min-width: 718px) {
  .durable .more .items .item .logo {
    width: 40%;
    margin-bottom: 8vw;
  }
}
@media (min-width: 980px) {
  .durable .more .items .item .logo {
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .more .items .item .logo {
    margin-bottom: 30px;
  }
}
.durable .more .items .item .title {
  font-family: Onest;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  font-size: 7vw;
}
@media (min-width: 718px) {
  .durable .more .items .item .title {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .durable .more .items .item .title {
    font-size: 2vw;
  }
}
@media (min-width: 1530px) {
  .durable .more .items .item .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.durable .more .items .item .description {
  font-family: Onest;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  margin-top: auto;
  font-size: 5vw;
}
@media (min-width: 718px) {
  .durable .more .items .item .description {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .durable .more .items .item .description {
    font-size: 1.5vw;
  }
}
@media (min-width: 1530px) {
  .durable .more .items .item .description {
    font-size: 24px;
  }
}
.durable .footer {
  background: linear-gradient(180deg, rgba(0, 49, 60, 0) 0%, #00313c 100%), url("/local/templates/rubin_corp/css/../img/durable/molecule.webp") center center/cover no-repeat;
  margin-top: -90px; 
  position: relative;
  z-index: 1; 
  padding: 210px 12px 40px;
  box-sizing: border-box;
}
@media (min-width: 1530px) {
  .durable .footer {
    padding: 210px 40px 40px;
  }
}
.durable .footer .title {
  margin: 0 auto;
  font-family: Roboto;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-size: 8vw;
  margin-bottom: 8vw;
}
@media (min-width: 718px) {
  .durable .footer .title {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}
@media (min-width: 980px) {
  .durable .footer .title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
@media (min-width: 1530px) {
  .durable .footer .title {
    width: 70%;
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.durable .footer .title span {
  color: #e04e39;
}
.durable .footer .description {
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 5vw;
}
@media (min-width: 718px) {
  .durable .footer .description {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .durable .footer .description {
    font-size: 2vw;
  }
}
@media (min-width: 1530px) {
  .durable .footer .description {
    font-size: 24px;
  }
}
.durable .footer .btn {
  display: block;
  max-width: 100%;
  background: #e04e39;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 99999px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: center;
  margin: 30px auto 0;
  padding: 4vw 8vw;
  font-size: 4vw;
  width: 70vw;
}
@media (min-width: 718px) {
  .durable .footer .btn {
    font-size: 3vw;
    padding: 3vw 6vw;
  }
}
@media (min-width: 980px) {
  .durable .footer .btn {
    font-size: 2vw;
    padding: 2vw 4vw;
    width: 40vw;
  }
}
@media (min-width: 1530px) {
  .durable .footer .btn {
    width: 250px;
    font-size: 16px;
    margin: 30px auto 0;
    padding: 15px 30px;
  }
}
.durable .footer .btn:hover {
  background-color: #c0040f;
}
.durable .footer .slogan {
  margin-top: 80px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 718px) {
  .durable .footer .slogan {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .durable .footer .slogan {
    font-size: 2vw;
  }
}
@media (min-width: 1530px) {
  .durable .footer .slogan {
    font-size: 20px;
  }
}
/* End */
/* /local/templates/rubin_corp/css/durable.css?177875516233518 */
