.u-clearfix:after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
.u-buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .u-buttons {
    gap: 50px;
    flex-direction: row;
  }
}
.u-buttons--centered {
  align-items: center;
  justify-content: center;
}
.u-buttons--mt75 {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .u-buttons--mt75 {
    margin-top: 30px;
  }
}
.u-buttons--mb25 {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .u-buttons--mb25 {
    margin-bottom: 15px;
  }
}
.u-font-size-2xsmall {
  font-size: 0.625rem;
}
.u-font-size-xsmall {
  font-size: 0.75rem;
}
.u-font-size-small,
small {
  font-size: 0.875rem;
}
.u-font-size-regular {
  font-size: 1rem;
}
.u-font-size-medium {
  font-size: 1.125rem;
}
.u-font-size-large {
  font-size: 1.25rem;
}
.u-font-size-xlarge {
  font-size: 1.5rem;
}
.u-h1 {
  font-size: 2.5rem;
}
.u-h2 {
  font-size: 2rem;
}
.u-h3 {
  font-size: 1.75rem;
}
.u-h4 {
  font-size: 1.5rem;
}
.u-h5 {
  font-size: 1.25rem;
}
.u-h6 {
  font-size: 1rem;
}
@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.u-hidden {
  display: none !important;
}
.u-visible {
  display: block !important;
}
.u-flexible {
  display: flex !important;
}
.u-is-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .u-is-desktop {
    display: block;
  }
}
.u-float-left {
  float: left;
}
.u-float-right {
  float: right;
}
.u-float-none {
  float: none;
}
.u-gap-top {
  margin-top: 3.3125rem;
}
@media (min-width: 1200px) {
  .u-gap-top {
    margin-top: 4.6875rem;
  }
}
.u-gap-top-medium {
  margin-top: 2.875rem;
}
@media (min-width: 1200px) {
  .u-gap-top-medium {
    margin-top: 3.375rem;
  }
}
.u-gap-bottom {
  margin-bottom: 4.6875rem;
}
.u-gap-left {
  margin-left: 4.6875rem;
}
.u-gap-right {
  margin-right: 4.6875rem;
}
.u-gap-top-small {
  margin-top: 2.1875rem;
}
.u-responsive-img {
  max-width: 100%;
}
.u-noscroll,
.u-noscroll body {
  height: 100% !important;
  overflow: hidden !important;
}
.u-icon {
  fill: #fff;
}
.u-icon--black {
  fill: #252525;
}
.u-icon--gray {
  fill: #3d3d3d;
}
.u-icon--red {
  fill: #d9000d;
}
.u-icon--logo {
  width: 200.83px;
  height: 100.05px;
}
.u-icon--search {
  width: 14.95px;
  height: 15px;
  stroke: #fff;
}
.u-icon--accordion-arrow {
  width: 12px;
  height: 12px;
}
.u-icon--social {
  width: 24px;
  height: 22.14px;
}
.u-flex {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .u-flex {
    flex-direction: row;
    gap: 135px;
    margin: 15px 0;
  }
}
.u-flex--social {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  gap: 30px;
  margin: 0;
}
@media (min-width: 1200px) {
  .u-flex--social {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .u-flex--social .c-share {
    flex: 1;
  }
  .u-flex--social .c-title--date {
    flex: 1;
  }
}
.u-flex--gap-100 {
  gap: 10px;
}
.u-flex--gap-100 p {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .u-flex--gap-100 {
    gap: 100px;
  }
}
.u-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.u-full-width:is(img) {
  min-height: 200px;
  max-height: 300px;
}
@media (min-width: 1200px) {
  .u-full-width:is(img) {
    min-height: 415px;
    max-height: 515px;
  }
}
.u-logo {
  width: 275px;
  height: 85px;
  min-height: auto;
  margin: 0;
}
.u-iframe {
  width: 100%;
}
.u-iframe--calculator {
  border: none;
  height: 2000px;
}
@media (min-width: 1200px) {
  .u-iframe--calculator {
    padding: 50px 85px;
    border: 1px solid rgba(112, 112, 112, 0.15);
    height: 1230px;
  }
}
.u-iframe--chart {
  height: 800px;
  border: none;
}
@media (min-width: 1200px) {
  .u-iframe--chart {
    height: 625px;
  }
}
article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article > *:last-child {
  margin-bottom: 0 !important;
}
article > :first-child {
  margin-top: 0;
}
article strong {
  font-weight: bold;
}
article a {
  color: #d9000d;
}
article p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  article p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 33px;
    margin-bottom: 35px;
  }
}
article p:has(+ img) {
  margin-bottom: 0;
}
article p:has(+ .c-table) {
  margin-bottom: 0;
}
article ul {
  padding: 0 0 0 20px;
  margin: 0;
}
article ul > *:last-child {
  margin-bottom: 0;
}
article ul li {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  article ul li {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 33px;
    margin-bottom: 35px;
  }
}
article video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 300px;
  max-height: 350px;
}
article video:has(+ *) {
  margin: 35px 0;
}
@media (min-width: 1200px) {
  article video {
    min-height: 500px;
    max-height: 550px;
  }
  article video:has(+ *) {
    margin: 50px 0;
  }
}
article .c-table:has(+ *) {
  margin: 35px 0;
}
@media (min-width: 1200px) {
  article .c-table {
    min-height: auto;
  }
  article .c-table:has(+ *) {
    margin: 50px 0;
  }
}
article > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 300px;
}
article > img:has(+ *) {
  margin: 35px 0;
}
@media (min-width: 1200px) {
  article > img {
    margin: 50px 0;
    min-height: auto;
  }
  article > img:has(+ *) {
    margin: 50px 0;
  }
}
article > img.logo {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 200px;
}
article .c-accordion,
article .c-cross-box {
  width: 100%;
}
article .c-accordion:has(+ *),
article .c-cross-box:has(+ *) {
  margin: 35px 0;
}
@media (min-width: 1200px) {
  article .c-accordion:has(+ *),
  article .c-cross-box:has(+ *) {
    margin: 50px 0;
  }
}
article .c-accordion .c-cross-box img,
article .c-cross-box .c-cross-box img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: normal;
  color: #272727;
  margin-bottom: 20px;
}
article h1 {
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  article h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
article h2 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  article h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
article h3 {
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  article h3 {
    font-size: 40px;
    line-height: 56px;
  }
}
article h4 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  article h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
article h5 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  article h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
article h6 {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  article h6 {
    font-size: 19px;
    line-height: 32px;
  }
}
article .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  article .text-wrapper {
    margin-bottom: 35px;
    flex-direction: row;
    justify-content: space-between;
  }
}
article .text-wrapper:has(+ img) {
  margin-bottom: 0;
}
article .text-wrapper.hidden {
  display: none;
  margin-top: 15px;
}
article .text-wrapper.hidden h5 {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  article .text-wrapper--two-item {
    gap: 25px;
  }
}
article .text-wrapper--two-item p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  article .text-wrapper--two-item p {
    width: calc(50% - 25px);
    letter-spacing: -0.02em;
    line-height: 28px;
    margin-bottom: 0;
  }
}
article .text-wrapper--two-item div {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  article .text-wrapper--two-item div {
    width: calc(50% - 25px);
    letter-spacing: -0.02em;
    line-height: 28px;
    margin-bottom: 0;
  }
}
article .text-wrapper--two-item div p {
  width: 100%;
}
@media (min-width: 1200px) {
  article .text-wrapper--two-item div p {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  article .text-wrapper--two-item div {
    margin-bottom: 20px;
  }
  article .text-wrapper--two-item div:last-child {
    margin-bottom: 40px;
  }
  article .text-wrapper--two-item div p {
    margin: 0px;
  }
  article .text-wrapper--two-item div a {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
article .text-wrapper--two-item div div {
  width: 100%;
  flex-direction: row;
}
article .text-wrapper--two-item div div svg {
  width: 20px;
  height: 40px;
}
article .text-wrapper--two-item-challange {
  padding-top: 20px;
  padding-bottom: 20px;
}
article .text-wrapper--two-item-challange p {
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  article .text-wrapper--three-item {
    gap: 25px;
  }
}
article .text-wrapper--three-item p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  article .text-wrapper--three-item p {
    width: calc(33.3333333333% - 25px);
    letter-spacing: -0.02em;
    line-height: 28px;
    margin-bottom: 0;
  }
}
article .text-wrapper--complexboxes {
  gap: 40px;
}
article .text-wrapper--complexboxes h5 {
  margin-bottom: 0px;
}
article .min-item-hidden {
  gap: 40px;
}
article .min-item-hidden p {
  min-height: 110px;
}
article.bottom-space {
  margin-bottom: 35px;
}
article.less-margin p {
  margin-bottom: 15px;
}
article.less-margin .u-flex {
  gap: 20px;
}
@media (min-width: 1200px) {
  article.less-margin .u-flex {
    gap: 35px;
  }
}
article.less-margin .u-flex .c-classic-button:hover::before {
  width: 27px;
}
article.less-margin ul li {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  article.press-bulletin h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  article.press-bulletin h1 {
    font-size: 24px;
    line-height: 30px;
  }
  article.press-bulletin h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
.different-list-type {
  word-break: break-word;
}
.different-list-type ul {
  list-style-image: url("https://www.tupras.com.tr/assets/img/sprite-svg/circle-check-regular.svg");
}
.different-list-type ul li {
  list-style-position: inside;
}
.different-list-type ul li::marker {
  font-size: 1.6em;
}
hr {
  margin: 40px 0;
  opacity: 0.1;
  background-color: #707070;
}
:root {
  --space: calc((100vw - 1200px) / 2);
}
@media (min-width: 1600px) {
  :root {
    --space: calc((100vw - 1300px) / 2);
  }
}
.o-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 32px;
}
@media (min-width: 1200px) {
  .o-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .o-container {
    max-width: 1330px;
  }
}
.o-container--large {
  max-width: 1530px;
}
.o-container:after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
.o-container-right {
  padding: 0 32px;
}
@media (min-width: 1200px) {
  .o-container-right {
    padding-right: 0;
    padding-left: 0.9375rem;
    margin-left: var(--space);
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .o-container-right {
    padding-left: 0;
  }
}
.o-container-right--custom {
  margin-left: var(--space);
  margin-right: 5%;
}
@media (max-width: 1200px) {
  .o-container-right--custom {
    margin: 0;
  }
}
.o-container-left {
  padding: 0 32px;
}
@media (min-width: 1200px) {
  .o-container-left {
    padding-right: 0.9375rem;
    padding-left: 0;
    margin-left: auto;
    margin-right: var(--space);
  }
}
@media (min-width: 1600px) {
  .o-container-left {
    padding-left: 0;
  }
}
.o-container-left--custom {
  margin-left: var(--space);
  margin-right: 5%;
}
@media (max-width: 1200px) {
  .o-container-left--custom {
    margin: 0;
  }
}
.o-container-subpage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .o-container-subpage {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .o-container-subpage--pull-right {
    padding-right: 0;
    padding-left: 1.875rem;
    margin-left: calc((100vw - 1200px) / 2);
    margin-right: auto;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .o-container-subpage--pull-left {
    padding-right: 1.875rem;
    padding-left: 0;
    margin-left: auto;
    margin-right: calc((100vw - 1200px) / 2);
    max-width: none;
  }
}
.o-container-subpage--has-iframe {
  padding: 0 2px;
}
@media (min-width: 1200px) {
  .o-container-subpage--has-iframe {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.o-container-subpage--large {
  max-width: 1450px;
}
.o-container-subpage--small {
  max-width: 1090px;
}
@media (min-width: 1200px) {
  .o-container-subpage--custom-large {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .o-container-subpage--custom-large {
    max-width: 1450px;
  }
}
.o-container-subpage-right {
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .o-container-subpage-right {
    padding-right: 0;
    margin-left: calc((100vw - 1200px) / 2 * 1);
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .o-container-subpage-right--large {
    margin-left: calc((100vw - 1200px) / 2 * 1);
  }
}
@media (min-width: 1600px) {
  .o-container-subpage-right--large {
    margin-left: calc((100vw - 1450px) / 2 * 1);
  }
}
.o-header {
  background-color: rgba(0, 0, 0, 0);
  height: 100px;
  width: 100%;
  transition: all ease-in-out 0.3s;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (min-width: 1200px) {
  .o-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.o-header.bg-white {
  background-color: #fff;
  border-color: rgba(37, 37, 37, 0.1);
}
.o-header.bg-white .o-header__link {
  color: #252525;
}
.o-header.bg-white .o-header__logo {
  border-color: rgba(37, 37, 37, 0.1);
}
.o-header.bg-white .o-header__logo svg {
  fill: #252525;
}
.o-header.bg-white .o-header__actions-item {
  border-color: rgba(37, 37, 37, 0.1);
}
.o-header.bg-white .o-header__actions-item .o-header__language {
  color: #252525;
}
.o-header.bg-white .o-header__actions-item.o-header__hamburger span {
  background-color: #252525;
}
.o-header.bg-white .o-header__actions-item svg {
  stroke: #252525;
}
.o-header.open {
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.o-header.open .o-header__logo svg {
  fill: #252525;
}
.o-header.open .o-header__language {
  display: block;
}
.o-header.open .o-header__hamburger {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.o-header.open .o-header__hamburger span {
  background-color: #272727;
}
.o-header.open .o-header__hamburger span:nth-child(2) {
  width: 0;
}
.o-header.open .o-header__hamburger span:nth-child(1) {
  transform: translateY(6px);
}
.o-header.open .o-header__hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
.o-header.open .o-header__hamburger span:nth-child(1),
.o-header.open .o-header__hamburger span:nth-child(3) {
  transition-delay: 0.3s;
}
.o-header.open .o-hamburger-menu {
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all ease 0.6s;
}
.o-header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .o-header__container {
    padding: 0 !important;
    max-width: none !important;
  }
}
.o-header__container.o-container::after {
  content: none !important;
}
.o-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .o-header__logo {
    width: 16%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.o-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media (min-width: 1200px) {
  .o-header__actions {
    width: 11%;
    gap: 0;
  }
}
.o-header__actions-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex: 1;
}
@media (min-width: 1200px) {
  .o-header__actions-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.o-header__actions-item--search {
  display: none;
}
.o-header__actions-item--search:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .o-header__actions-item--search {
    display: flex;
  }
}
.o-header__language {
  display: none;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: left;
  color: #252525;
}
@media (min-width: 1200px) {
  .o-header__language {
    display: flex;
    color: #fff;
  }
}
.o-header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 1200px) {
  .o-header__hamburger {
    display: none;
  }
}
.o-header__hamburger span {
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
.o-header__nav {
  display: none;
  flex: 1;
  height: 100%;
}
@media (min-width: 1200px) {
  .o-header__nav {
    display: flex;
  }
}
.o-header__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0 3%;
}
.o-header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.o-header__nav-item::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -1px;
  transition: all ease 0.3s;
  height: 2px;
  background-color: #d9000d;
}
.o-header__nav-item:hover {
  cursor: pointer;
}
.o-header__nav-item:hover .o-header__link {
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  mask-size: 200%;
  animation: shine 2s infinite;
}
.o-header__nav-item:hover .o-header__menu {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
.o-header__nav-item:hover::after {
  width: 100%;
  transition: all ease 0.3s;
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.o-header__link {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .o-header__link {
    font-size: 17px;
    line-height: 28px;
  }
}
.o-header__menu {
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: 100px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  visibility: hidden;
  opacity: 0;
}
.o-header__menu::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: -2px;
}
.o-header__menu:hover {
  cursor: initial;
}
.o-header__info {
  max-width: 380px;
}
.o-header__info-image {
  display: flex;
  width: 309px;
  height: 195px;
  margin-bottom: 25px;
}
.o-header__info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.o-header__info-title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #252525;
  margin-bottom: 13px;
}
.o-header__info p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
}
.o-header__item {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(112, 112, 112, 0.1);
  padding: 0 20px;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .o-header__item {
    padding: 0 32px;
  }
}
.o-header__item:last-child {
  padding-right: 0;
}
.o-header__item-title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #d9000d;
  margin-bottom: 20px;
}
.o-header__item ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 240px;
}
.o-header__item ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  width: 100%;
}
.o-header__item ul li a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #252525;
  transition: all ease 0.3s;
}
.o-header__item ul li a:hover {
  color: #d9000d;
  transition: all ease 0.3s;
}
.o-header__item ul li:first-child {
  padding-top: 0;
}
.o-header__item ul li:last-child {
  padding-bottom: 0;
  border: none;
}
.o-header__links {
  display: flex;
}
.o-header__search {
  display: none;
}
@media (min-width: 1200px) {
  .o-header__search {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    padding: 0 45px 0 25px;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    width: 0;
  }
  .o-header__search.active {
    transition: all ease 0.6s;
    opacity: 1;
    visibility: visible;
    width: 84%;
  }
  .o-header__search input {
    border: none;
    flex: 1;
    outline: none;
    border: none;
  }
  .o-header__search .u-icon--search {
    width: 19.39px;
    height: 20.04px;
    stroke: #484848;
    cursor: pointer;
  }
  .o-header__search-close {
    width: 15px;
    height: 15px;
  }
  .o-header__search-close:hover {
    cursor: pointer;
  }
  .o-header__search button {
    background: none;
    border: none;
  }
  .o-header__search-menu {
    position: absolute;
    left: 0;
    top: 100px;
    background-color: #fff;
    padding: 35px 50px 20px 85px;
    width: 55%;
    visibility: hidden;
    opacity: 0;
  }
  .o-header__search-menu.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.3s;
  }
  .o-header__search-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    max-height: 465px;
    overflow: auto;
    padding-right: 50px;
  }
  .o-header__search-list::-webkit-scrollbar {
    width: 8px;
  }
  .o-header__search-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
    margin: 5px 0;
  }
  .o-header__search-list::-webkit-scrollbar-thumb {
    background: #272727;
    border-radius: 4px;
  }
  .o-header__search-list::-webkit-scrollbar-thumb:hover {
    background: #272727;
  }
  .o-header__search-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
  }
  .o-header__search-item .u-icon {
    transform: rotate(180deg);
    width: 14.49px;
    height: 9.74px;
    fill: #4b4b4b;
    position: absolute;
    right: 0;
  }
  .o-header__search-item a {
    font-weight: 300;
    font-size: 18px;
    color: #272727;
    flex: 1;
    width: 100%;
  }
  .o-header__search-item:hover {
    transition: all ease-in-out 0.3s;
    cursor: pointer;
  }
  .o-header__search-item:hover a {
    color: #d9000d;
  }
  .o-header__search-item:hover .u-icon {
    fill: #d9000d;
  }
}
.o-hamburger-menu {
  background-color: #fff;
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 100px;
  left: -100%;
  height: calc(100% - 100px);
}
.o-hamburger-menu__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: auto;
  padding: 25px 30px !important;
}
.o-hamburger-menu__container.o-container::after {
  display: none !important;
}
.o-hamburger-menu__search {
  margin-bottom: 40px;
}
.o-hamburger-menu__social {
  display: flex;
  align-items: center;
}
.o-hamburger-menu__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.o-hamburger-menu__social-item svg {
  width: 30px;
  height: 20px;
}
.o-hamburger-menu__menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 25px;
}
.o-hamburger-menu__item:first-child .o-hamburger-menu__item-head {
  border-width: 1px 0;
  padding-top: 18px;
}
.o-hamburger-menu__item-head {
  border: 1px solid rgba(112, 112, 112, 0.13);
  border-width: 0 0 1px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 18px 20px;
}
.o-hamburger-menu__item-head span {
  transition: all ease-in-out 0.3s;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #252525;
}
.o-hamburger-menu__item-head svg {
  transition: all ease-in-out 0.3s;
}
.o-hamburger-menu__item.js-active > .o-hamburger-menu__item-head span {
  color: #d9000d;
}
.o-hamburger-menu__item.js-active > .o-hamburger-menu__item-head svg {
  transform: rotate(180deg);
  fill: #d9000d;
}
.o-hamburger-menu__item.js-active > .o-hamburger-menu__submenu {
  display: flex;
  transition: all ease 0.3s;
}
.o-hamburger-menu__submenu {
  list-style: none;
  margin-bottom: 0;
  flex-direction: column;
  border-bottom: 1px solid rgba(112, 112, 112, 0.13);
  padding: 0;
  display: none;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item {
  padding: 0 20px 20px 30px;
  position: relative;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item:first-child {
  padding-top: 20px;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item::before {
  content: "";
  padding: 20px 20px 20px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item-head {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  border: none;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item-head span {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #252525;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item.js-active {
  margin-bottom: 25px;
}
.o-hamburger-menu__submenu
  .o-hamburger-menu__item.js-active
  > .o-hamburger-menu__item-head
  span {
  color: #d9000d;
}
.o-hamburger-menu__submenu
  .o-hamburger-menu__item.js-active
  > .o-hamburger-menu__item-head
  svg {
  transform: rotate(180deg);
  fill: #d9000d;
}
.o-hamburger-menu__submenu .o-hamburger-menu__item.js-active::before {
  background-color: rgba(229, 229, 229, 0.2);
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
}
.o-hamburger-menu__submenu .o-hamburger-menu__submenu {
  gap: 18px;
  border: none;
  padding: 0 !important;
}
.o-hamburger-menu__submenu .o-hamburger-menu__submenu .o-hamburger-menu__item {
  padding: 0;
}
.o-section {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .o-section {
    margin-bottom: 80px;
  }
}
.o-section--nomargin {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .o-section#kit-boxes .o-container-subpage {
    padding: 0;
  }
}
.o-section--digitalizationbottomproperty {
  position: relative;
  padding-top: 50px;
}
.o-section--calendar {
  background-color: rgba(249, 66, 58, 0.8196078431);
  padding: 60px 0px;
}
.o-section--colorful {
  position: relative;
  padding: 50px 0;
}
.o-section--colorful::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(#d2fffc 0%, #ffe9e2 100%);
  opacity: 0.5;
  z-index: -1;
}
.o-section--colorful .c-head .c-custom-select {
  background-color: rgba(0, 0, 0, 0);
}
.o-section--colorful .c-head .c-custom-select.ss-open-below {
  background-color: #fff;
}
.o-section--has-border::after {
  content: "";
  display: block;
  width: 1200px;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(112, 112, 112, 0.15);
  margin-top: 60px;
}
.o-section--has-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.o-section--gray {
  background-color: #f9f9f9;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .o-section--gray {
    padding: 80px 0;
  }
}
.o-section:last-child {
  margin-bottom: 0;
}
.o-section__head {
  width: 100%;
  margin-bottom: 25px;
}
.o-section__head .c-title {
  margin-bottom: 0;
}
.o-section__head .o-container-subpage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-section__head-arrows {
  display: none;
}
@media (min-width: 1200px) {
  .o-section__head-arrows {
    display: flex;
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .o-section__head {
    margin-bottom: 50px;
  }
}
.o-page {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .o-page {
    padding: 90px 0 85px 0;
  }
}
.o-page--no-banner {
  padding: 125px 0 50px 0;
}
@media (min-width: 1200px) {
  .o-page--no-banner {
    padding: 190px 0 85px 0;
  }
}
@media (min-width: 1200px) {
  .o-page--investor-relations {
    padding-top: 0;
    margin-top: -60px;
  }
}
.o-footer {
  background: linear-gradient(
    rgba(235, 231, 231, 0.4) 0%,
    rgba(233, 190, 190, 0.03) 100%
  );
}
.o-footer__container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 1200px) {
  .o-footer__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.o-footer__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 40px;
  flex: 1;
}
@media (min-width: 1200px) {
  .o-footer__top {
    padding: 85px 30px 55px 30px;
  }
}
@media (min-width: 1600px) {
  .o-footer__top {
    padding-right: 90px;
    padding-left: 90px;
  }
}
.o-footer__bottom {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 35px 0;
}
@media (min-width: 1200px) {
  .o-footer__bottom {
    padding: 40px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.o-footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 33px;
}
@media (min-width: 768px) {
  .o-footer__nav {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
  }
}
@media (min-width: 1200px) {
  .o-footer__nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
  }
}
.o-footer__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .o-footer__item {
    width: calc(14.2857142857% - 13px);
  }
}
.o-footer__item-title {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #252525;
  text-decoration: none;
}
.o-footer__item-list {
  padding: 0;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .o-footer__item-list {
    display: flex;
  }
}
.o-footer__item-list a {
  color: #252525;
  opacity: 0.8;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}
.o-footer__item-list a:hover {
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
.o-footer__contact {
  display: none;
  flex-direction: column;
  gap: 21px;
}
@media (min-width: 1200px) {
  .o-footer__contact {
    display: flex;
  }
}
.o-footer__contact svg {
  fill: #252525;
  width: 14.61px;
  height: 18.91px;
}
.o-footer__contact p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
  margin-bottom: 0;
}
.o-footer__contact a {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #252525;
  text-decoration: none;
}
.o-footer__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .o-footer__info {
    gap: 40px;
    flex-direction: row;
  }
}
.o-footer__privacy {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 38px;
  color: #030303;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .o-footer__privacy {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 49px;
    color: #676b74;
  }
}
@media (min-width: 1600px) {
  .o-footer__privacy {
    font-size: 14px;
  }
}
.o-footer__link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .o-footer__link {
    margin-bottom: 0;
  }
}
.o-footer__link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 5px 25px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .o-footer__link ul {
    gap: 17px;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .o-footer__link ul {
    gap: 25px;
  }
}
.o-footer__link-item {
  list-style: none;
  transition: all ease 0.3s;
}
.o-footer__link-item a {
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 38px;
  color: #030303;
}
@media (min-width: 1200px) {
  .o-footer__link-item a {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 49px;
    color: #676b74;
  }
}
@media (min-width: 1600px) {
  .o-footer__link-item a {
    font-size: 14px;
  }
}
.o-footer__link-item:hover {
  transition: all ease 0.3s;
  opacity: 0.8;
}
.o-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .o-footer__social {
    gap: 5px;
    margin-bottom: 0;
  }
}
.o-footer__social-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  padding: 19px;
  background-color: #e4e4e4;
}
@media (min-width: 1200px) {
  .o-footer__social-item {
    width: 47px;
    height: 47px;
    padding: 13px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #677181;
  }
}
.o-footer__social-item svg {
  width: 100%;
  height: 100%;
  fill: #3d3d3d;
}
@media (min-width: 1200px) {
  .o-footer__social-item svg {
    fill: #677181;
  }
}
.o-footer__social-item:hover {
  transition: all ease 0.3s;
}
.o-footer__social-item--facebook:hover {
  border-color: #3b5998;
  background-color: #3b5998;
}
.o-footer__social-item--facebook:hover svg {
  fill: #fff;
}
.o-footer__social-item--twitter:hover {
  border-color: #000;
  background-color: #000;
}
.o-footer__social-item--twitter:hover svg {
  fill: #fff;
}
.o-footer__social-item--instagram {
  position: relative;
}
.o-footer__social-item--instagram::before {
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all ease 0.3s;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  z-index: -1;
  border-radius: 50%;
}
.o-footer__social-item--instagram:hover {
  border-color: rgba(0, 0, 0, 0);
}
.o-footer__social-item--instagram:hover::before {
  opacity: 1;
  visibility: visible;
}
.o-footer__social-item--instagram:hover svg {
  fill: #fff;
}
.o-footer__social-item--youtube:hover svg {
  fill: red;
}
.o-footer__social-item--linkedin:hover {
  background-color: #0077b5;
}
.o-footer__social-item--linkedin:hover svg {
  fill: #fff;
}
.o-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
}
.o-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.o-footer__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.o-footer__up {
  width: 75px;
  height: 75px;
  background: #d9000d;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9000d;
  transition: all ease-in-out 0.3s;
}
.o-footer__up svg {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.o-footer__up:hover {
  cursor: pointer;
  background-color: #fff;
}
.o-footer__up:hover svg {
  fill: #d9000d;
}
@media (max-width: 992px) {
  .o-footer__up {
    display: none;
  }
}
.o-breadcrumb {
  z-index: 3;
  position: relative;
}
.o-breadcrumb__list {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .o-breadcrumb__list {
    overflow-x: scroll;
  }
}
@media (min-width: 1200px) {
  .o-breadcrumb__list {
    gap: 15px;
  }
}
.o-breadcrumb__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.o-breadcrumb__list-item svg {
  width: 17px;
  height: 17px;
  transition: all ease 0.3s;
}
.o-breadcrumb__list-item a {
  font-weight: normal;
  color: #fff;
  opacity: 0.9;
  transition: all ease 0.3s;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .o-breadcrumb__list-item a {
    font-size: 13px;
  }
}
.o-breadcrumb__list-item a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}
.o-breadcrumb__list-item a:hover svg {
  opacity: 0.65;
  transition: all ease 0.3s;
}
.o-breadcrumb__list-item::after {
  content: ">";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}
.o-breadcrumb__list-item:last-child::after {
  content: none;
}
.o-sticky-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 1200px) {
  .o-sticky-menu {
    display: block;
  }
}
.o-sticky-menu__wrapper {
  display: flex;
  flex-direction: column;
}
.o-sticky-menu__item {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.o-sticky-menu__item:nth-child(1) {
  background-color: #d9000d;
}
.o-sticky-menu__item:nth-child(2) {
  background-color: #c3000c;
}
.o-sticky-menu__item:nth-child(3) {
  background-color: #ae000a;
}
.o-sticky-menu__item:nth-child(4) {
  background-color: #980009;
}
.o-sticky-menu__item:nth-child(5) {
  background-color: #830008;
}
.o-sticky-menu__item:hover {
  opacity: 0.75;
}
.o-form__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .o-form__form {
    gap: 50px;
  }
}
.o-form__form.step-form {
  display: none;
}
.o-form__form.active-step {
  display: flex;
}
.o-form__form .c-head {
  margin-bottom: 0;
}
.o-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .o-form__wrapper {
    flex-direction: row;
    gap: 100px;
  }
}
.o-form__group {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media (min-width: 1200px) {
  .o-form__group {
    gap: 50px;
  }
}
.o-form__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.o-form__head p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.o-form__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.o-form__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
@media (min-width: 1200px) {
  .o-form__row {
    flex-direction: row;
    gap: 100px;
  }
}
.o-form__item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1200px) {
  .o-form__item {
    flex-direction: row;
    gap: 100px;
  }
}
.o-form__item[data-note] {
  position: relative;
}
@media (min-width: 1200px) {
  .o-form__item[data-note] {
    padding-bottom: 45px;
  }
}
.o-form__item[data-note]::after {
  content: attr(data-note);
  width: 100%;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #2c2c2c;
}
@media (min-width: 1200px) {
  .o-form__item[data-note]::after {
    position: absolute;
    bottom: 0;
  }
}
.o-form__item label {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  height: 100%;
  line-height: 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .o-form__item label {
    flex: 1;
    gap: 15px;
  }
  .o-form__item label::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
}
.o-form__item.has-error .o-form__input::after,
.o-form__item.has-error .o-form__select::after {
  background: #d9000d;
}
.o-form__item.has-error input::-moz-placeholder {
  color: #d9000d !important;
}
.o-form__item.has-error input,
.o-form__item.has-error .ss-placeholder,
.o-form__item.has-error input::placeholder {
  color: #d9000d !important;
}
@media (min-width: 1200px) {
  .o-form__item--half {
    width: calc(50% - 50px);
    flex: none;
  }
}
.o-form__input {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 5px;
  position: relative;
}
@media (min-width: 1200px) {
  .o-form__input {
    gap: 15px;
    flex: 1;
  }
}
.o-form__input::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.o-form__input input {
  border: none;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
}
.o-form__input input:is(:focus, :hover, :focus-visible, :focus) {
  border: none;
  outline: none;
}
.o-form__input input::-moz-placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
}
.o-form__input input::placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
}
.o-form__input input:-moz-read-only {
  cursor: initial;
}
.o-form__input input:read-only {
  cursor: initial;
}
.o-form__input .messages {
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.o-form__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px 5px;
  border-bottom: 1px solid #d9d9d9;
  flex: 1;
}
@media (min-width: 1200px) {
  .o-form__checkbox {
    gap: 50px 5px;
  }
}
.o-form__checkbox label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  position: relative;
  padding-right: 30px;
  height: 38px;
  width: auto;
  flex: none;
}
@media (min-width: 768px) {
  .o-form__checkbox label {
    padding-right: 35px;
    font-size: 16px;
  }
}
.o-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.o-form__checkbox input:checked ~ .checkmark {
  color: #363636 !important;
  border-color: #363636;
}
.o-form__checkbox input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 40%;
  width: 7px;
  height: 12px;
  border: solid #e20613;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translateY(-50%);
}
.o-form__checkbox .checkmark {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  height: 23px;
  width: 23px;
  border: 1px solid #707070;
  background: 0 0;
  border-radius: 7px;
}
.o-form__checkbox .checkmark:hover {
  background-color: #f0f0f0;
}
.o-form__select {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 5px;
}
@media (min-width: 1200px) {
  .o-form__select {
    gap: 15px;
    flex: 1;
  }
}
.o-form__select::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.o-form__select .ss-main {
  padding: 0 !important;
  border: none;
}
.o-form__select .ss-main:is(:focus, :hover, :focus-visible, :focus) {
  border: none;
  outline: none;
  box-shadow: none;
}
.o-form__select .ss-placeholder {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2c2c2c !important;
}
.o-form__select .ss-content {
  border: none;
}
.o-form__select .ss-list {
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.o-form__select .ss-list .ss-option {
  padding: 10px 20px !important;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  width: 100%;
}
.o-form__select .ss-list .ss-option:hover {
  color: #fff;
  background-color: #d9000d !important;
}
.o-form__select .ss-list .ss-option.ss-selected {
  color: #fff;
  background-color: #d9000d !important;
  padding: 15px 20px;
}
.o-form__select .ss-open-below .ss-list {
  margin-top: 15px;
}
.o-form__select .ss-open-above .ss-list {
  margin-bottom: 15px;
}
.o-form__select--has-search#bankKeySelect::after {
  content: none;
}
.o-form__select--has-search#bankKeySelect #bankKeySearch {
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px 0;
  outline: none;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2c2c2c !important;
  padding-bottom: 15px;
  margin-top: -85px;
  height: 45px;
}
.o-form__select--has-search#bankKeySelect #bankKeySearch::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2c2c2c !important;
}
.o-form__select--has-search#bankKeySelect #bankKeySearch::placeholder {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #2c2c2c !important;
}
.o-form__select--has-search#bankKeySelect .ss-arrow,
.o-form__select--has-search#bankKeySelect .ss-placeholder {
  display: none;
}
.o-form__select--has-search#bankKeySelect .ss-main {
  margin-top: 40px;
  z-index: -1;
}
.o-form__select--has-search#bankKeySelect .ss-main.ss-open-above {
  margin-top: 0;
  margin-bottom: 40px;
}
.o-form__select--has-search#bankKeySelect .ss-values {
  display: none;
}
.o-form__select--has-search#bankKeySelect .ss-content.ss-open-below {
  margin-top: -35px !important;
}
.o-form__select--has-search#bankKeySelect .ss-content.ss-open-above {
  margin-top: 0;
  margin-bottom: 35px !important;
}
.o-form__select .messages {
  display: none;
}
.o-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5px;
}
@media (min-width: 1200px) {
  .o-form__checkboxes {
    gap: 50px 5px;
  }
}
.o-form__checkboxes label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  position: relative;
  padding-left: 50px;
  height: 38px;
  width: calc(50% - 4px);
}
@media (min-width: 768px) {
  .o-form__checkboxes label {
    padding-left: 55px;
    font-size: 16px;
    width: calc(33.3333333333% - 4px);
  }
}
@media (min-width: 1200px) {
  .o-form__checkboxes label {
    width: calc(20% - 4px);
  }
}
.o-form__checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.o-form__checkboxes input:checked ~ .checkmark {
  color: #363636 !important;
  border-color: #363636;
}
.o-form__checkboxes input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 7px;
  width: 10px;
  height: 15px;
  border: solid #e20613;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.o-form__checkboxes .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px;
  border: 1px solid #9ca0aa;
  background: 0 0;
  border-radius: 4px;
}
.o-form__checkboxes .checkmark:hover {
  background-color: #f0f0f0;
}
.o-form__checkboxes-item {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .o-form__checkboxes-item {
    flex: 1;
    width: auto;
  }
}
.o-form__checkboxes-item span {
  color: #e20613;
}
.o-form__checkboxes-item label {
  width: 100%;
}
.o-form__checkboxes-item--full {
  width: 100%;
  flex: none;
}
.o-form__checkboxes--column {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .o-form__checkboxes--column {
    gap: 25px 5px;
  }
}
.o-form__checkboxes--column label {
  width: 100%;
}
.o-form .checkboxes-msg {
  display: none;
  color: #d9000d;
  font-size: 14px;
  margin-bottom: 0;
}
.o-form .error-message {
  display: none;
  color: #d9000d;
  font-size: 18px;
  margin: 0 auto;
}
.o-form__agree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.o-form__agree label {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  position: relative;
  padding-left: 50px;
  height: 38px;
}
.o-form__agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.o-form__agree input:checked ~ .checkmark {
  color: #363636 !important;
  border-color: #363636;
}
.o-form__agree input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 7px;
  width: 10px;
  height: 15px;
  border: solid #e20613;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.o-form__agree .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px;
  border: 1px solid #9ca0aa;
  background: 0 0;
  border-radius: 4px;
}
.o-form__agree .checkmark:hover {
  background-color: #f0f0f0;
}
.o-form__info hr {
  margin: 20px 0;
}
.o-form__info p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.o-form__pdf {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .o-form__pdf {
    gap: 50px;
  }
}
.o-form__pdf.has-data {
  display: none;
}
.o-form__box {
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .o-form__box {
    gap: 60px;
    padding: 80px 170px;
  }
}
.o-form__box p {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .o-form__box p {
    font-size: 16px;
    line-height: 30px;
  }
}
.o-form__box-icon svg {
  width: 28.96px;
  height: 23.13px;
}
.o-form__box-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.o-form__box-actions .c-button {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .o-form__box-actions {
    gap: 75px;
    flex-direction: row;
  }
}
.o-form__box-actions .c-button {
  flex: 1;
  width: auto;
  min-width: auto;
}
.o-form__buttons {
  gap: 25px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  flex-direction: column;
  display: none;
}
.o-form__buttons .c-button {
  width: 100%;
}
@media (min-width: 1200px) {
  .o-form__buttons .c-button {
    width: auto;
  }
}
.o-form__buttons .c-button.complete-btn {
  display: none;
}
@media (min-width: 1200px) {
  .o-form__buttons {
    margin-top: 50px;
    gap: 70px;
    flex-direction: row;
  }
}
.o-form .create-pdf {
  margin: 20px auto 0 auto;
}
.o-form__upload {
  display: flex;
  height: 70px;
  outline: 1px solid rgba(112, 112, 112, 0.1);
  padding-left: 25px;
}
.o-form__upload-input {
  display: none;
}
.o-form__upload label:not(.o-form__upload-btn) {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  height: 100%;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  gap: 20px;
}
.o-form__upload label:not(.o-form__upload-btn) svg {
  width: 24px;
  height: 26px;
}
.o-form__upload label:not(.o-form__upload-btn):hover {
  cursor: pointer;
}
.o-form__upload-btn {
  height: 100%;
  padding: 0;
  transition: all ease-in-out 0.3s;
  background-color: #d5d5d5;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40%;
}
@media (min-width: 1200px) {
  .o-form__upload-btn {
    width: 25%;
  }
}
.o-form__upload-btn:hover {
  background-color: rgba(213, 213, 213, 0.7);
  cursor: pointer;
}
.o-form__upload.upload-error {
  position: relative;
}
.o-form__upload.upload-error::after {
  content: "Bu alan zorunludur";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.o-form__upload.upload-error:lang(en-US)::after {
  content: "This field is required";
}
.o-sticky-top-button {
  width: 75px;
  height: 75px;
  background: rgba(217, 0, 13, 0.568627451);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 0, 13, 0.568627451);
  border-radius: 50px;
  transition: all ease-in-out 0.3s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 15;
}
.o-sticky-top-button svg {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
.o-sticky-top-button:hover {
  cursor: pointer;
  background-color: #fff;
}
.o-sticky-top-button:hover svg {
  fill: #d9000d;
}
.o-cookie {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  border-radius: 24px 24px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  transition: all ease-in-out 0.3s;
  flex-direction: column;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .o-cookie {
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .o-cookie {
    gap: 15px;
    padding: 35px 0;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .o-cookie {
    padding: 55px 0;
  }
}
.o-cookie.close {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1200px) {
  .o-cookie__description {
    width: 63%;
  }
}
.o-cookie__description p,
.o-cookie__description a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #2c2c2c;
}
@media (min-width: 1200px) {
  .o-cookie__description p,
  .o-cookie__description a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.o-cookie__description p:last-child,
.o-cookie__description a:last-child {
  margin-bottom: 0;
}
.o-cookie__description a {
  text-decoration: underline;
}
.o-cookie__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.o-cookie__actions .c-button {
  min-width: 100%;
}
@media (min-width: 768px) {
  .o-cookie__actions .c-button {
    min-width: 190px;
  }
}
.o-cookie__close {
  position: absolute;
  top: 10px;
  right: 25px;
}
@media (min-width: 1200px) {
  .o-cookie__close {
    top: 20px;
    right: 30px;
  }
}
.o-cookie__close svg {
  width: 12px;
  height: 12px;
  fill: #4d4d4d;
}
.o-cookie__close:hover {
  cursor: pointer;
}
.flatpickr-calendar {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: rgba(0, 0, 0, 0);
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.o-form-classic {
  display: flex;
  position: relative;
}
.o-form-classic--has-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #267fb9;
  opacity: 0.05;
  border-radius: 10px;
  inset: 0;
  z-index: -1;
}
.o-form-classic--has-bg .o-form-classic__container {
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .o-form-classic--has-bg .o-form-classic__container {
    max-width: 70%;
    padding: 85px 40px 60px;
  }
}
.o-form-classic--center {
  align-items: center;
  justify-content: center;
}
.o-form-classic__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.o-form-classic__group {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}
.o-form-classic__group--radio {
  gap: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding-bottom: 20px;
}
.o-form-classic__question {
  color: #161616;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.009em;
  font-weight: normal;
  margin-bottom: 0;
}
.o-form-classic__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.o-form-classic__item--row {
  flex-direction: row;
}
.o-form-classic__item input {
  outline: none;
}
.o-form-classic__item input[type="text"],
.o-form-classic__item input[type="tel"],
.o-form-classic__item input[type="email"] {
  border-radius: 15px;
  height: 55px;
  border: 1px solid #a5eccb;
  background-color: #fdfdfd;
  padding: 0 25px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.85);
}
.o-form-classic__item input[type="text"]::-moz-placeholder,
.o-form-classic__item input[type="tel"]::-moz-placeholder,
.o-form-classic__item input[type="email"]::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.85);
}
.o-form-classic__item input[type="text"]::placeholder,
.o-form-classic__item input[type="tel"]::placeholder,
.o-form-classic__item input[type="email"]::placeholder {
  font-weight: normal;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.85);
}
.o-form-classic__item .ss-main {
  padding: 10px 20px;
  min-height: 55px;
  border: 1px solid #a5eccb;
  background-color: #fdfdfd !important;
  outline: none;
  border-radius: 15px;
  box-shadow: none !important;
  font-weight: normal;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.85);
  align-items: center;
  justify-content: center;
}
.o-form-classic__item .ss-main .ss-arrow path {
  stroke-width: 12px !important;
}
.o-form-classic__item .ss-main .ss-value {
  height: 30px;
  background-color: #fdfdfd !important;
  border: 1px solid rgba(217, 0, 13, 0.55);
}
.o-form-classic__item .ss-main .ss-value-text {
  font-weight: normal;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.85) !important;
}
.o-form-classic__item .ss-main .ss-value-delete {
  border-color: rgba(217, 0, 13, 0.55) !important;
}
.o-form-classic__item .ss-main .ss-value-delete svg path {
  stroke: rgba(65, 65, 65, 0.85) !important;
}
.o-form-classic__item .ss-main .ss-placeholder {
  padding: 0 !important;
}
.o-form-classic__item .ss-content {
  border: none;
  height: 0 !important;
  visibility: hidden;
  opacity: 0;
}
.o-form-classic__item .ss-content.ss-open-below {
  height: auto !important;
  visibility: visible;
  opacity: 1;
}
.o-form-classic__item .ss-content .ss-list {
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.o-form-classic__item .ss-content .ss-list .ss-option {
  padding: 10px 20px !important;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  width: 100%;
}
.o-form-classic__item .ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: #d9000d !important;
}
.o-form-classic__item .ss-content .ss-list .ss-option.ss-selected {
  color: #fff;
  background-color: #d9000d !important;
  padding: 15px 20px;
}
.o-form-classic__item .intl-tel {
  width: 100% !important;
}
.o-form-classic__item--file input[type="file"] {
  display: none;
}
.o-form-classic__item--file label {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d9000d;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
  cursor: pointer;
}
.o-form-classic__item--file label span {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #414141;
  flex: 1;
}
.o-form-classic__item--file label::after {
  content: url("https://www.tupras.com.tr/assets/img/sprite-svg/circle-arrow-up-solid.svg");
  width: 23px;
  height: 23px;
}
.o-form-classic__radios {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}
.o-form-classic__radios .o-form-classic__radio-hidden ~ .form-error {
  margin-top: -10px;
}
.o-form-classic__radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
.o-form-classic__radio input[type="text"] {
  border: 1px solid #707070;
  border-width: 0 0 1px 0;
  border-radius: 0;
  height: 45px;
}
.o-form-classic__radio-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.o-form-classic__radio-wrapper input {
  accent-color: #d9000d;
}
.o-form-classic__radio-wrapper label {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  opacity: 0.88;
}
.o-form-classic__radio-hidden {
  outline: none;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: normal;
  color: rgba(65, 65, 65, 0.85);
  display: none;
  border: 1px solid rgba(112, 112, 112, 0.3764705882);
  background-color: rgba(255, 255, 255, 0.8823529412);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.o-form-classic__radio-hidden::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: rgba(22, 22, 22, 0.7882352941);
}
.o-form-classic__radio-hidden::placeholder {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: rgba(22, 22, 22, 0.7882352941);
}
.o-form-classic__checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.o-form-classic__checkbox label {
  font-weight: normal;
  font-size: 15px;
  color: #414141;
  opacity: 0.88;
}
.o-form-classic__checkbox label a {
  font-size: 15px;
  color: #414141;
  opacity: 0.88;
  text-decoration: underline;
}
.o-form-classic__checkbox input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #707070;
}
.o-form-classic__checkbox input[type="checkbox"]:checked {
  accent-color: #d9000d;
  background-color: #d9000d;
}
.o-form-classic__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}
.o-form-classic__submit-button {
  background-color: #d9000d;
  border: 1px solid #d9000d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  height: 50px;
  padding: 0 75px;
  cursor: pointer;
}
.o-form-classic__submit-button span {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.o-form-classic__submit-button:hover {
  background-color: rgba(0, 0, 0, 0);
}
.o-form-classic__submit-button:hover span {
  color: #d9000d;
}
.o-form-classic .form-error {
  color: #d9000d;
  font-size: 14px;
  margin-top: 15px;
  order: 2;
  width: 100%;
}
.c-title {
  font-weight: normal;
  color: #252525;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .c-title {
    font-size: 50px;
    line-height: 72px;
  }
}
.c-title--small {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.c-title--md {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-title--md {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-title--big {
  font-size: 33px;
  line-height: 41px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-title--big {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 35px;
  }
}
.c-title--middle {
  font-size: 31px;
  line-height: 45px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-title--middle {
    margin-bottom: 35px;
  }
}
.c-title--page-title {
  margin: 20px 0 40px 0;
}
@media (min-width: 1200px) {
  .c-title--page-title {
    margin: 40px 0 80px 0;
  }
}
.c-title--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-title--mw70 {
  max-width: 70%;
}
.c-title--date {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #414141;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-title--date {
    font-size: 23px;
    line-height: 32px;
  }
}
.c-title--red {
  color: #d9000d;
}
.c-title--white {
  color: #fff;
}
.c-button {
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  height: 50px;
  min-width: 215px;
  padding: 0 10px;
}
.c-button span {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
.c-button:hover {
  transition: all ease 0.3s;
  background-color: #d9000d;
  border-color: #d9000d;
  cursor: pointer;
}
.c-button:hover span {
  color: #fff;
}
.c-button--br-gray {
  border-color: rgba(39, 39, 39, 0.3);
}
.c-button--br-gray span {
  color: #272727;
}
.c-button--index {
  z-index: 1;
}
.c-button--red {
  border-width: 1px;
  border-color: #d9000d;
  background-color: #fff;
}
.c-button--red span {
  color: #d9000d;
}
.c-button--red:hover {
  background-color: #d9000d;
}
.c-button--red:hover span {
  color: #fff;
}
.c-button--disabled {
  background-color: #9e9e9e;
  border-color: #6b6565;
}
.c-button--disabled span {
  color: #848181;
}
.c-button--disabled:hover {
  border-color: #6b6565;
  background-color: #6b6565;
}
.c-button--disabled:hover span {
  color: #848181;
}
.c-button--gray {
  border-width: 1px;
  border-color: #d5d5d5;
  background-color: #d5d5d5;
}
.c-button--gray span {
  color: #343434;
}
.c-button--gray:hover {
  opacity: 0.85;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.c-button--gray:hover span {
  color: #343434;
}
.c-button--gray-bg {
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: #fff;
}
.c-button--gray-bg span {
  color: #b8b8b8;
}
.c-button--gray-bg:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.c-button--gray-bg:hover span {
  color: #343434;
}
.c-button--transparent {
  border-width: 1px;
  border-color: #fff;
}
.c-button--transparent span {
  color: #fff;
}
.c-button--transparent:hover {
  background-color: #fff !important;
  border-color: #fff;
}
.c-button--transparent:hover span {
  color: gray !important;
}
.c-button--white {
  border-color: #fff;
  background-color: #fff;
  border-width: 1px;
}
.c-button--white span {
  color: #d9000d;
}
.c-button--white:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.c-button--red-bg {
  background-color: #d9000d;
  border-color: #d9000d;
}
.c-button--red-bg span {
  color: #fff;
}
.c-button--red-bg:hover {
  background-color: #fff;
}
.c-button--red-bg:hover span {
  color: #d9000d;
}
.c-button--large {
  min-width: 100%;
}
@media (min-width: 768px) {
  .c-button--large {
    min-width: 215px;
  }
}
.c-button--download {
  position: relative;
  min-width: 100px;
  height: 40px;
  padding: 0;
  gap: 10px;
}
.c-button--download span {
  font-size: 13px;
}
.c-button--download svg {
  fill: #d9000d;
  width: 16.69px;
  height: 18.39px;
  stroke: #fff;
}
@media (min-width: 768px) {
  .c-button--download {
    height: 53px;
    min-width: 218px;
  }
  .c-button--download svg {
    position: absolute;
    right: 50px;
  }
}
.c-button--download:hover svg {
  stroke: #d9000d;
  fill: #fff;
}
.c-button--relative svg {
  position: relative;
  right: auto;
}
.c-button--center {
  margin: 0 auto;
}
.c-classic-button {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (min-width: 1200px) {
  .c-classic-button {
    gap: 16px;
  }
}
.c-classic-button--mb20 {
  margin-bottom: 20px !important;
}
.c-classic-button::before {
  content: "";
  width: 20.57px;
  height: 1.52px;
  background-color: #252525;
  transition: all ease 0.3s;
}
@media (min-width: 1200px) {
  .c-classic-button::before {
    background-color: #d9000d;
    height: 2px;
    width: 27px;
  }
}
.c-classic-button span {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-classic-button span {
    color: #d9000d;
    font-size: 16px;
  }
}
.c-classic-button:hover {
  cursor: pointer;
}
.c-classic-button:hover::before {
  width: 40px;
  transition: all ease 0.3s;
}
.c-classic-button--white::before {
  background-color: #fff;
}
.c-classic-button--white span {
  color: #fff;
}
.c-classic-button--gray::before {
  background-color: #414141;
}
.c-classic-button--gray span {
  color: #414141;
}
.c-classic-button--red::before {
  background-color: #d9000d;
}
.c-classic-button--red span {
  color: #d9000d;
}
.c-classic-button--black::before {
  background-color: #252525;
}
.c-classic-button--black span {
  color: #252525;
}
.c-download-button {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all ease-in-out 0.3s;
}
.c-download-button svg {
  fill: #d9000d;
  width: 16.69px;
  height: 18.39px;
  stroke: #fff;
}
.c-download-button span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #d9000d;
}
@media (min-width: 1200px) {
  .c-download-button span {
    font-size: 16px;
  }
}
.c-download-button:hover {
  opacity: 0.65;
}
.c-normal-button {
  display: flex;
  gap: 10px;
}
.c-normal-button span {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #d9000d;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .c-normal-button span {
    font-size: 16px;
  }
}
.c-search {
  width: 100%;
}
.c-search__input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.3px solid #d9000d;
  border-radius: 50px;
  padding: 23px 30px;
}
.c-search__input input {
  outline: none;
  border: none;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #252525;
  flex: 1;
}
.c-search__input input::-moz-placeholder {
  color: #252525;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.c-search__input input::placeholder {
  color: #252525;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.c-search__input button {
  background: none;
  border: none;
}
.c-search__input svg {
  stroke: #252525;
}
.c-accordion {
  padding-bottom: 10px;
  width: 100%;
}
.c-accordion__item.active {
  transition: all ease 0.3s;
}
.c-accordion__item.active .c-accordion__head span {
  color: #d9000d;
}
.c-accordion__item.active .c-accordion__head .u-icon--accordion-arrow {
  transform: rotate(180deg);
  fill: #d9000d;
}
.c-accordion__item.active .c-accordion__content {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.c-accordion__item.active .c-accordion__content-wrapper {
  display: block;
}
.c-accordion__item--bgbeige .c-accordion__head {
  background-color: #7b996c;
}
.c-accordion__item--bgbeige .c-accordion__content {
  background-color: #7b996c;
}
.c-accordion__item--darkblue {
  position: relative;
}
.c-accordion__item--darkblue .c-accordion__head {
  background-color: #255569;
}
.c-accordion__item--darkblue .c-accordion__content {
  background-color: #255569;
}
.c-accordion__item--darkblue::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #255569;
}
.c-accordion__item--darkgreen {
  position: relative;
}
.c-accordion__item--darkgreen .c-accordion__head {
  background-color: #24736e;
}
.c-accordion__item--darkgreen .c-accordion__content {
  background-color: #24736e;
}
.c-accordion__item--darkgreen::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #24736e;
}
.c-accordion__item--aliceblue {
  position: relative;
}
.c-accordion__item--aliceblue .c-accordion__head {
  background-color: #53adbd;
}
.c-accordion__item--aliceblue .c-accordion__content {
  background-color: #53adbd;
}
.c-accordion__item--aliceblue::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #53adbd;
}
.c-accordion__item--green {
  position: relative;
}
.c-accordion__item--green .c-accordion__head {
  background-color: #3e7c3d;
}
.c-accordion__item--green .c-accordion__content {
  background-color: #3e7c3d;
}
.c-accordion__item--green::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #3e7c3d;
}
.c-accordion__item--cactus .c-accordion__head {
  background-color: #25736e;
}
.c-accordion__item--cactus .c-accordion__content {
  background-color: #25736e;
}
.c-accordion__item--lightcactus .c-accordion__head {
  background-color: #009e8c;
}
.c-accordion__item--lightcactus .c-accordion__content {
  background-color: #009e8c;
}
.c-accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-in-out 0.3s;
}
.c-accordion__head:hover {
  cursor: pointer;
}
.c-accordion__head svg {
  transition: all ease-in-out 0.3s;
}
.c-accordion__head--spanhead {
  position: relative;
  padding: 0px !important;
}
.c-accordion__head--spanhead i {
  position: absolute;
  right: 3.5%;
}
@media (max-width: 1200px) {
  .c-accordion__head--spanhead {
    padding: 0px !important;
  }
}
.c-accordion__head--spanhead span {
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  .c-accordion__head--spanhead span {
    padding: 20px 10px;
  }
}
.c-accordion__head--spanhead span:first-child {
  background-color: #839b69;
}
.c-accordion__head--spanhead span:first-child::after {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0) #839b69;
  border-style: solid;
  border-width: 1em 0 1em 1.2em;
  display: block;
  height: 0;
  width: 0;
  right: -10px;
  top: 25%;
  z-index: 9;
}
.c-accordion__head--spanhead span:nth-child(2) {
  background-color: #d0df84;
  color: #606937;
}
.c-accordion__head--spanhead span:nth-child(3) {
  background-color: #7dc4bc;
}
.c-accordion__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all ease-in-out 0.3s;
}
.c-accordion--custom .c-accordion__item.active .c-accordion__head {
  background-color: #d9000d !important;
}
.c-accordion--custom .c-accordion__item.active .c-accordion__head span {
  color: #fff;
  flex: 1;
}
.c-accordion--custom .c-accordion__item.active .c-accordion__content {
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  transition: all ease 0.6s !important;
}
.c-accordion--custom .c-accordion__item:nth-child(3n + 2) .c-accordion__head {
  background-color: #f6f6f6;
}
.c-accordion--custom .c-accordion__item:nth-child(2n + 2) .c-accordion__head {
  background-color: #fcfcfc;
}
.c-accordion--custom
  .c-accordion__item.active
  + .c-accordion__item
  .c-accordion__head {
  background-color: #e9e8e8;
}
.c-accordion--custom .c-accordion__head {
  padding: 20px;
  background-color: #f6f6f6;
}
@media (min-width: 1200px) {
  .c-accordion--custom .c-accordion__head {
    padding: 20px 60px;
  }
}
.c-accordion--custom .c-accordion__head span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-accordion--custom .c-accordion__head span {
    font-size: 16px;
  }
}
.c-accordion--custom .c-accordion__head svg {
  width: 40px;
  height: 40px;
  border-radius: 26.5px;
  background-color: #fff;
  padding: 14px;
}
@media (min-width: 1200px) {
  .c-accordion--custom .c-accordion__head svg {
    width: 53px;
    height: 53px;
    padding: 20px;
  }
}
.c-accordion--custom .c-accordion__head-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-accordion--custom .c-accordion__content {
  transform: translate3d(0, -100px, 0);
  transition: none !important;
}
.c-accordion--custom .c-accordion__content-wrapper {
  padding: 20px;
}
@media (min-width: 1200px) {
  .c-accordion--custom .c-accordion__content-wrapper {
    padding: 50px 60px 70px 60px;
  }
}
.c-accordion--middletitle .c-accordion__head span {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .c-accordion--middletitle .c-accordion__head span {
    font-size: 20px;
  }
}
.c-accordion--sustainabilityaccordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-accordion--sustainabilityaccordion
  .c-accordion__item.active
  .c-accordion__head
  span {
  color: #fff;
  flex: 1;
}
.c-accordion--sustainabilityaccordion
  .c-accordion__item.active
  .c-accordion__head
  .fa-minus {
  display: block;
}
.c-accordion--sustainabilityaccordion
  .c-accordion__item.active
  .c-accordion__head
  .fa-plus {
  display: none;
}
.c-accordion--sustainabilityaccordion
  .c-accordion__item.active
  .c-accordion__content {
  transform: translateZ(0);
  transition: all ease 0.6s !important;
}
.c-accordion--sustainabilityaccordion .c-accordion__head {
  padding: 20px;
}
@media (min-width: 1200px) {
  .c-accordion--sustainabilityaccordion .c-accordion__head {
    padding: 20px 40px;
  }
}
.c-accordion--sustainabilityaccordion .c-accordion__head span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-accordion--sustainabilityaccordion .c-accordion__head span {
    font-size: 18px;
  }
}
.c-accordion--sustainabilityaccordion .c-accordion__head .fa-minus {
  display: none;
}
.c-accordion--sustainabilityaccordion .c-accordion__head i::before {
  color: #fff;
}
.c-accordion--sustainabilityaccordion .c-accordion__head svg {
  width: 40px;
  height: 40px;
  border-radius: 26.5px;
  background-color: #fff;
  padding: 14px;
}
@media (min-width: 1200px) {
  .c-accordion--sustainabilityaccordion .c-accordion__head svg {
    width: 53px;
    height: 53px;
    padding: 20px;
  }
}
.c-accordion--sustainabilityaccordion .c-accordion__content {
  transform: translate3d(0, -100px, 0);
  transition: none !important;
}
.c-accordion--sustainabilityaccordion .c-accordion__content-wrapper {
  padding: 20px;
}
@media (min-width: 1200px) {
  .c-accordion--sustainabilityaccordion .c-accordion__content-wrapper {
    padding: 50px 60px 70px 60px;
  }
}
.c-accordion--ourvaluecreationmodel {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 70px;
}
.c-accordion--ourvaluecreationmodel
  .c-accordion__item.active
  .c-accordion__head
  span {
  color: #fff;
  flex: 1;
}
.c-accordion--ourvaluecreationmodel
  .c-accordion__item.active
  .c-accordion__head
  .fa-minus {
  display: block;
}
.c-accordion--ourvaluecreationmodel
  .c-accordion__item.active
  .c-accordion__head
  .fa-plus {
  display: none;
}
.c-accordion--ourvaluecreationmodel
  .c-accordion__item.active
  .c-accordion__content {
  transform: translateZ(0);
  transition: all ease 0.6s !important;
}
.c-accordion--ourvaluecreationmodel .c-accordion__head {
  padding: 20px;
}
@media (max-width: 1200px) {
  .c-accordion--ourvaluecreationmodel .c-accordion__head {
    padding: 20px 10px;
  }
}
.c-accordion--ourvaluecreationmodel .c-accordion__head span {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-accordion--ourvaluecreationmodel .c-accordion__head span {
    font-size: 16px;
  }
}
.c-accordion--ourvaluecreationmodel .c-accordion__head .fa-minus {
  display: none;
}
.c-accordion--ourvaluecreationmodel .c-accordion__head i::before {
  color: #fff;
}
.c-accordion--ourvaluecreationmodel .c-accordion__head svg {
  width: 40px;
  height: 40px;
  border-radius: 26.5px;
  background-color: #fff;
  padding: 14px;
}
@media (min-width: 1200px) {
  .c-accordion--ourvaluecreationmodel .c-accordion__head svg {
    width: 53px;
    height: 53px;
    padding: 20px;
  }
}
.c-accordion--ourvaluecreationmodel .c-accordion__content {
  transform: translate3d(0, -100px, 0);
  transition: none !important;
}
.c-accordion--ourvaluecreationmodel .c-accordion__content-wrapper {
  padding: 20px;
}
@media (min-width: 1200px) {
  .c-accordion--ourvaluecreationmodel .c-accordion__content-wrapper {
    padding: 50px 60px 70px 60px;
  }
}
.c-accordion--classic .c-accordion__head {
  border-bottom: 1px solid rgba(112, 112, 112, 0.13);
  padding: 18px 10px;
}
.c-accordion--classic .c-accordion__head span {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #252525;
}
.c-accordion--classic .c-accordion__head .u-icon--accordion-arrow {
  transition: all ease 0.3s;
}
.c-accordion--classic .c-accordion__content-wrapper {
  display: none;
  padding: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.13);
}
.c-accordion--classic .c-accordion__content-wrapper ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.c-accordion--classic .c-accordion__content-wrapper ul li {
  list-style: none;
}
.c-accordion--classic .c-accordion__content-wrapper ul li a {
  font-weight: normal;
  font-size: 12px;
  color: #252525;
}
.c-accordion--classic .c-accordion__item:first-child .c-accordion__head {
  border-top: 1px solid rgba(112, 112, 112, 0.13);
}
.c-accordion__info {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}
@media (min-width: 1200px) {
  .c-accordion__info {
    justify-content: space-between;
    flex-direction: row;
    gap: 0 70px;
  }
}
.c-accordion__info-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-accordion__info-item {
    flex-direction: row;
    gap: 35px;
  }
}
.c-accordion__info-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .c-accordion__info-title {
    gap: 27px;
    width: 185px;
  }
}
.c-accordion__info-title svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1200px) {
  .c-accordion__info-title svg {
    width: 20px;
    height: 20px;
  }
}
.c-accordion__info-title span {
  font-weight: normal;
  font-size: 14px;
  color: #272727;
  opacity: 0.8;
}
.c-accordion__info-title span::after {
  content: " :";
}
@media (min-width: 1200px) {
  .c-accordion__info-title span {
    font-size: 18px;
  }
}
.c-accordion__info-desc {
  flex: 1;
}
.c-accordion__info-desc p {
  margin-bottom: 0;
  font-weight: normal;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-accordion__info-desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
.c-accordion__info-desc a {
  margin-bottom: 0;
  font-weight: normal;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-accordion__info-desc a {
    font-size: 18px;
    line-height: 30px;
  }
}
.c-accordion__column {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.c-accordion__description > *:first-child {
  margin-top: 0;
}
.c-accordion__description > *:last-child {
  margin-bottom: 0;
}
.c-accordion__description p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-accordion__description p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.02em;
  }
}
.c-accordion__description p a {
  color: #d9000d;
}
.c-accordion__description ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .c-accordion__description ul {
    padding: 0;
  }
}
.c-accordion__description ul li {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .c-accordion__description ul li {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.02em;
  }
}
.c-accordion__description h1,
.c-accordion__description h2,
.c-accordion__description h3,
.c-accordion__description h4,
.c-accordion__description h5,
.c-accordion__description h6 {
  font-weight: normal;
  color: #272727;
  margin: 20px 0;
}
.c-accordion__description h1 {
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  .c-accordion__description h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
.c-accordion__description h2 {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .c-accordion__description h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
.c-accordion__description h3 {
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .c-accordion__description h3 {
    font-size: 40px;
    line-height: 56px;
  }
}
.c-accordion__description h4 {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-accordion__description h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-accordion__description h5 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-accordion__description h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.c-accordion__description h6 {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-accordion__description h6 {
    font-size: 19px;
    line-height: 32px;
  }
}
.c-accordion__map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.c-accordion__map-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
}
.c-accordion__map-content-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #414141;
}
.c-accordion__map-desc {
  display: flex;
  gap: 7px;
}
.c-accordion__map-desc span {
  position: relative;
  width: 60px;
}
.c-accordion__map-desc span::after {
  content: ": ";
  position: absolute;
  right: 0;
}
.c-accordion__map-desc p {
  flex: 1;
}
.c-accordion__map-desc span,
.c-accordion__map-desc p {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  margin-bottom: 0;
}
.c-accordion__map .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .c-accordion__map .c-button {
    width: auto;
  }
}
.c-accordion__committees {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .c-accordion__committees {
    gap: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-accordion__committees-persons {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-accordion__committees-persons {
    width: auto;
    flex: 1;
  }
}
.c-accordion__committees-persons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-accordion__committees-persons ul {
    width: auto;
    gap: 35px;
  }
}
.c-accordion__committees-persons ul li {
  list-style: none;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #252525;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .c-accordion__committees-persons ul li {
    font-size: 18px;
  }
}
.c-accordion__committees-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
  padding: 30px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .c-accordion__committees-pdf {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .c-accordion__committees-pdf {
    height: 175px;
    width: auto;
    padding: 0 60px;
    flex: 1;
  }
}
.c-accordion__committees-pdf span {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #252525;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .c-accordion__committees-pdf span {
    font-size: 20px;
  }
}
.c-accordion__committees-pdf .c-download-button {
  gap: 10px;
}
.c-accordion__committees-pdf .c-download-button span {
  font-size: 16px;
  color: #d9000d;
}
.c-accordion__committees-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-accordion__committees-info {
    gap: 45px;
  }
}
.c-accordion__committees-info-item {
  display: flex;
}
.c-accordion__committees-info-item-left {
  width: 185px;
  display: flex;
  align-items: center;
}
.c-accordion__committees-info-item-left::after {
  content: ":";
}
.c-accordion__committees-info-item-left span,
.c-accordion__committees-info-item-left ::after {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  opacity: 0.8;
}
.c-accordion__committees-info-item-left svg {
  width: 26.88px;
  height: 17.06px;
  margin-right: 22px;
}
.c-accordion__committees-info-item-right span,
.c-accordion__committees-info-item-right a {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
}
.c-main-slider {
  height: 100vh;
}
.c-main-slider .swiper {
  height: 100%;
}
.c-main-slider .c-custom-slider__bullet {
  position: absolute;
  bottom: 55px;
}
.c-main-slider__item {
  height: 100%;
  width: 100%;
  position: relative;
}
.c-main-slider__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6839110644) 0%,
    rgba(0, 0, 0, 0.1965161064) 35%
  );
  z-index: 1;
}
.c-main-slider__video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.c-main-slider__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-main-slider__image {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.c-main-slider__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-main-slider__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-main-slider__container {
  position: relative;
  width: auto !important;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-main-slider__container {
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  .c-main-slider__container {
    justify-content: flex-start;
  }
}
.c-main-slider__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 50%;
  max-height: 60%;
  max-width: 90%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .c-main-slider__content {
    min-height: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .c-main-slider__content {
    max-width: 75%;
    margin: initial;
  }
}
@media (min-width: 1600px) {
  .c-main-slider__content {
    max-width: 90%;
  }
}
.c-main-slider__info-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .c-main-slider__info-title {
    line-height: 72px;
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .c-main-slider__info-title {
    font-size: 65px;
    line-height: 75px;
  }
}
.c-main-slider__info p {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #fff;
  opacity: 0.98;
}
@media (min-width: 1200px) {
  .c-main-slider__info p {
    font-size: 16px;
    line-height: 32px;
    max-width: 65%;
  }
}
.c-main-slider__info p:last-child {
  margin-bottom: 0;
}
.c-slider {
  overflow: hidden;
}
.c-slider__head {
  display: flex;
  margin-bottom: 30px;
}
.c-slider__head .c-title {
  margin-bottom: 0;
}
.c-slider__head p {
  margin-bottom: 0;
}
.c-slider__head .c-slider__content {
  gap: 10px;
}
@media (min-width: 1200px) {
  .c-slider__head .c-slider__content {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .c-slider__head {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .c-slider__head--mobilenone {
    display: none;
  }
}
.c-slider__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-slider__content p {
  color: #676b74;
}
.c-slider__content .c-slider__arrows {
  margin-top: 20px;
}
.c-slider__content a {
  color: #d9000d;
}
.c-slider__title {
  font-weight: normal;
  color: #272727;
  font-size: 30px;
  line-height: 47px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-slider__title {
    line-height: 72px;
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .c-slider__title {
    font-size: 65px;
    line-height: 75px;
  }
}
.c-slider__title--small {
  font-weight: normal;
  color: #2c2c2c;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-slider__title--small {
    font-size: 32px;
    line-height: 42px;
  }
}
.c-slider__arrows {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .c-slider__arrows {
    display: flex;
  }
}
.c-slider__thumbs {
  display: flex;
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .c-slider__thumbs {
    justify-content: space-between;
    width: 100%;
    margin-top: 75px;
  }
  .c-slider__thumbs .swiper {
    margin: 0;
    width: 100%;
  }
}
.c-slider__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  transition: all ease 0.3s;
}
.c-slider__thumb-icon {
  width: 50px;
  height: 50px;
  border: 1.2px solid #656565;
  border-radius: 50%;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-slider__thumb-icon svg {
  width: 25px;
  height: 25px;
  fill: #707070;
}
@media (min-width: 1200px) {
  .c-slider__thumb-icon svg {
    width: 33px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .c-slider__thumb-icon {
    width: 74px;
    height: 74px;
  }
}
.c-slider__thumb-title {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #272727;
}
.c-slider__thumb:hover {
  cursor: pointer;
  transition: all ease 0.3s;
}
.c-slider__thumb:hover .c-slider__thumb-icon {
  transition: all ease 0.3s;
  background-color: #5f9f51;
  border-color: #5f9f51;
}
.c-slider__thumb:hover svg {
  fill: #fff;
}
.c-slider__slides {
  display: flex;
}
.c-slider--row .c-slider__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-slider--row .c-slider__container {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .c-slider--row .c-slider__container {
    gap: 100px;
  }
}
.c-slider--row .c-slider__item {
  cursor: pointer;
}
.c-slider--row .c-slider__item img {
  width: 100%;
}
.c-slider--row .c-custom-slider__bullet {
  position: absolute;
  bottom: 25px;
}
@media (min-width: 768px) {
  .c-slider--row .c-custom-slider__bullet {
    position: initial;
    margin-top: 20px;
  }
  .c-slider--row .c-custom-slider__bullet .swiper-pagination-bullet {
    background-color: #272727;
  }
  .c-slider--row .c-custom-slider__bullet .swiper-pagination-bullet-active {
    border-color: #d9000d;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .c-slider--row .c-custom-slider__bullet {
    display: none;
  }
}
.c-slider--row .c-slider__content {
  flex: 1;
}
@media (min-width: 1200px) {
  .c-slider--row .c-slider__content .c-classic-button {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .c-slider--row .c-slider__slides {
    width: 65%;
  }
}
.c-slider--strategic-transformation .c-slider__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .c-slider--strategic-transformation .c-slider__container {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .c-slider--strategic-transformation .c-slider__container {
    gap: 100px;
  }
}
.c-slider--strategic-transformation .c-slider__item {
  height: 320px;
}
@media (min-width: 1200px) {
  .c-slider--strategic-transformation .c-slider__item {
    height: 625px;
  }
}
.c-slider--strategic-transformation .c-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-slider--strategic-transformation .c-custom-slider__bullet {
  position: absolute;
  bottom: 25px;
}
@media (min-width: 768px) {
  .c-slider--strategic-transformation .c-custom-slider__bullet {
    position: initial;
  }
  .c-slider--strategic-transformation
    .c-custom-slider__bullet
    .swiper-pagination-bullet {
    background-color: #272727;
    margin-top: 20px;
  }
  .c-slider--strategic-transformation
    .c-custom-slider__bullet
    .swiper-pagination-bullet-active {
    border-color: #d9000d;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .c-slider--strategic-transformation .c-custom-slider__bullet {
    display: none;
  }
}
.c-slider--strategic-transformation .c-slider__content {
  flex: 1;
}
@media (min-width: 1200px) {
  .c-slider--strategic-transformation .c-slider__content .c-classic-button {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .c-slider--strategic-transformation .c-slider__slides {
    width: 62%;
  }
}
.c-slider--refineries .c-slider__container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__container {
    height: 625px;
  }
  .c-slider--refineries .c-slider__container img {
    border-radius: 0;
  }
  .c-slider--refineries .c-slider__container:hover {
    cursor: pointer;
  }
}
.c-slider--refineries .c-slider__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__wrapper {
    justify-content: space-between;
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__content .c-button {
    margin-top: 50px;
  }
}
.c-slider--refineries .swiper {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__slides {
    width: 62%;
  }
}
.c-slider--refineries .c-slider__item {
  height: 304px;
}
@media (min-width: 768px) {
  .c-slider--refineries .c-slider__item {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-slider__item {
    height: 100%;
  }
}
.c-slider--refineries .c-slider__item img {
  width: 100%;
  height: 100%;
}
.c-slider--refineries .c-custom-slider__bullet {
  position: absolute;
  bottom: 25px;
}
@media (min-width: 768px) {
  .c-slider--refineries .c-custom-slider__bullet {
    position: initial;
  }
  .c-slider--refineries .c-custom-slider__bullet .swiper-pagination-bullet {
    background-color: #272727;
    margin-top: 20px;
  }
  .c-slider--refineries
    .c-custom-slider__bullet
    .swiper-pagination-bullet-active {
    border-color: #d9000d;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .c-slider--refineries .c-custom-slider__bullet {
    display: none;
  }
}
.c-info__box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 520px;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.c-info__box .swiper {
  height: 100%;
}
.c-info__box .swiper-wrapper {
  height: 100%;
}
.c-info__box .swiper-slide {
  height: 100%;
}
@media (min-width: 1200px) {
  .c-info__box .swiper-slide:nth-child(2n) .c-info__item {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .c-info__box .swiper-slide:nth-child(4) .c-info__item {
    border-right: none;
  }
}
.c-info__box .swiper-slide-shadow-left,
.c-info__box .swiper-slide-shadow-right {
  background-image: none !important;
}
.c-info__box .c-custom-slider__bullet {
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1200px) {
  .c-info__box .swiper-slide {
    flex: 1;
  }
  .c-info__box .c-custom-slider__bullet {
    display: none;
  }
}
.c-info__box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 27, 27, 0.221);
  z-index: 1;
}
.c-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
  height: 100%;
}
@media (min-width: 1200px) {
  .c-info__item {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.c-info__item p {
  font-weight: normal;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 44px;
}
.c-info__item p span {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  -webkit-mask-image: linear-gradient(
    -75deg,
    #ffffff 30%,
    rgba(255, 255, 255, 0.4) 50%,
    #ffffff 70%
  );
  mask-image: linear-gradient(
    -75deg,
    #ffffff 30%,
    rgba(255, 255, 255, 0.4) 50%,
    #ffffff 70%
  );
  -webkit-mask-size: 200%;
  mask-size: 200%;
  animation: shine 3s infinite;
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.c-info__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-info__content-title {
  min-height: 100px;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: #2c2c2c;
}
.c-info__content p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 30px;
  text-align: left;
  color: #2c2c2c;
}
.c-info__content p:has(+ .c-button) {
  margin-bottom: 50px;
}
.c-info--custom .c-info__box {
  border: 1px solid #dfdfdf;
}
.c-info--custom .c-info__box::before {
  content: none;
}
.c-info--custom .c-info__item {
  border-right: 1px solid #dfdfdf !important;
  position: relative;
}
.c-info--custom .c-info__item--has-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: none !important;
}
.c-info--custom .c-info__item--has-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  border: 1px solid #dfdfdf;
  opacity: 0.45;
  z-index: 1;
}
.c-info--custom .c-info__item--has-bg .c-info__content {
  z-index: 2;
}
.c-info--custom .c-info__item--has-bg .c-info__content-title {
  color: #fff;
}
.c-info--custom .c-info__item--has-bg .c-info__content p {
  color: #fff;
}
.c-info--custom .c-custom-slider__bullet {
  bottom: 30px !important;
}
.c-box--has-slider .swiper .c-custom-slider__bullet {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .c-box--has-slider .swiper-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .c-box--has-slider .swiper-wrapper {
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .c-box--has-slider .swiper-slide {
    flex: 1;
  }
}
.c-box__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 10px 0 25px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
  border: 1px solid #d8d8d8;
}
@media (min-width: 1200px) {
  .c-box__item {
    height: 640px;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .c-box__item {
    padding-left: 40px;
    padding-right: 18px;
  }
}
@media (max-width: 992px) {
  .c-box__item--no-bg-desktop .c-title {
    color: #fff !important;
  }
  .c-box__item--no-bg-desktop .c-classic-button span {
    color: #fff !important;
  }
  .c-box__item--no-bg-desktop .c-classic-button::before {
    background-color: #fff !important;
  }
  .c-box__item--no-bg-desktop p {
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .c-box__item--no-bg-desktop {
    background-image: none !important;
  }
}
.c-box__item--has-bg p {
  color: #fff !important;
}
.c-box__item--has-filter {
  position: relative;
}
.c-box__item--has-filter::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.15;
  z-index: 0;
}
@media (min-width: 1200px) {
  .c-box__item--has-filter::after {
    opacity: 0.35;
  }
}
.c-box__item--has-filter .c-box__content {
  z-index: 1;
}
.c-box__item--has-filter .c-classic-button {
  z-index: 1;
}
.c-box__content {
  overflow: hidden;
  height: 75%;
}
.c-box__content .c-title--big {
  font-size: 31px;
  letter-spacing: -0.02em;
  line-height: 48px;
}
@media (min-width: 768px) {
  .c-box__content .c-title--big {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .c-box__content .c-title--big {
    max-width: 95%;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    height: 115px;
  }
}
@media (min-width: 1600px) {
  .c-box__content .c-title--big {
    font-size: 36px;
    line-height: 40px;
  }
}
.c-box__content p {
  letter-spacing: 0em;
  line-height: 24px;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-box__content p {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 36px;
  }
}
.c-box__description {
  overflow: hidden;
  height: 250px;
}
@media (min-width: 1200px) {
  .c-box__description {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .c-card__slider .swiper-wrapper {
    display: flex;
    gap: 40px;
  }
  .c-card__slider .swiper-slide {
    width: calc(33.3333333333% - 25px);
  }
}
@media (min-width: 1200px) {
  .c-card__slider--two-item {
    gap: 0;
  }
  .c-card__slider--two-item .swiper-wrapper {
    justify-content: space-between;
  }
  .c-card__slider--two-item .swiper-slide {
    width: calc(50% - 75px);
  }
  .c-card__slider--two-item .c-card__image {
    height: 270px;
  }
}
.c-card .swiper .c-custom-slider__bullet {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .c-card .swiper .c-custom-slider__bullet {
    margin-top: 20px;
    position: initial;
  }
}
@media (min-width: 1200px) {
  .c-card .swiper .c-custom-slider__bullet {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-card .swiper .c-custom-slider__bullet .swiper-pagination-bullet {
    background-color: #272727;
  }
  .c-card .swiper .c-custom-slider__bullet .swiper-pagination-bullet-active {
    border-color: #d9000d;
    background-color: rgba(0, 0, 0, 0);
  }
}
.c-card .swiper-slide {
  display: flex;
}
.c-card__item {
  width: 100%;
  height: 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .c-card__item {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .c-card__item--limited .c-card__title {
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
  }
  .c-card__item--limited p {
    height: 125px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
.c-card__image {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.45;
}
@media (min-width: 1200px) {
  .c-card__image--challange {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .c-card__image {
    height: 470px;
    position: initial;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .c-card__image img {
    transition: all ease 0.3s;
  }
  .c-card__image::before {
    content: none;
  }
  .c-card__image:hover {
    cursor: pointer;
  }
  .c-card__image:hover img {
    transform: scale(1.1);
    transition: all ease 0.3s;
  }
}
.c-card__content {
  padding: 40px 32px 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.c-card__content--textheight p {
  height: 160px;
}
.c-card__content p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .c-card__content .c-classic-button span {
    color: #fff;
  }
  .c-card__content .c-classic-button::before {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .c-card__content {
    padding: 0;
  }
  .c-card__content p {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 32px;
    color: #676b74;
  }
}
.c-card__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-card__title {
    color: #272727;
    margin-bottom: 12px;
  }
}
.c-card__title--big {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-card__title--big {
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.c-card__button {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .c-card__button {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .c-card__button .c-classic-button span {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #fff;
  }
  .c-card__button .c-classic-button::before {
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  .c-card__button .c-button {
    border-color: #fff;
  }
  .c-card__button .c-button span {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #fff;
  }
}
.c-card--custom {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-card--custom .c-card__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-card--custom .c-card__item {
    width: calc(25% - 30px);
  }
}
.c-card--custom .c-card__item ul {
  color: #2c2c2c;
  font-weight: 300;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0px 0px 20px 20px;
}
.c-card--custom .c-card__image {
  height: 360px;
  position: relative;
}
.c-card--custom .c-card__image span {
  position: absolute;
  bottom: 30px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 160px;
  left: calc(50% - 80px);
  text-align: center;
}
@media (max-width: 768px) {
  .c-card--custom .c-card__content {
    padding: 20px 15px;
  }
}
.c-card--custom .c-card__content p {
  color: #2c2c2c;
}
.c-card--sustainabilitycards .c-card__item .c-card__image {
  position: relative;
}
.c-card--sustainabilitycards .c-card__item .c-card__image::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.259);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.c-card--sustainabilitycards .c-card__item .c-card__image img {
  position: relative;
}
.c-card--sustainabilitycards .c-card__item .c-card__image span {
  z-index: 2;
  height: 50px;
  color: #fff;
}
.c-card--sustainabilitycards .c-card__item .c-card__content {
  position: relative;
}
.c-card--sustainabilitycards
  .c-card__item
  .c-card__content
  .c-classic-button::before {
  background-color: red;
}
.c-card--sustainabilitycards
  .c-card__item
  .c-card__content
  .c-classic-button
  span {
  color: red;
}
.c-card--sustainabilitycards .c-card__item .c-card__content p {
  margin-bottom: 30px;
  line-height: 24px;
  min-height: 150px;
}
@media (max-width: 1200px) {
  .c-card--sustainabilitycards .c-card__item .c-card__content p {
    min-height: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .c-card--sustainabilitycards .c-card__item .c-card__content p {
    min-height: 120px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .c-card--sustainabilitycards {
    padding-bottom: 80px;
  }
}
.c-card--energycards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.c-card--energycards .c-card__item {
  width: 100%;
}
@media (min-width: 768px) {
  .c-card--energycards .c-card__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-card--energycards .c-card__item {
    width: calc(33% - 23px);
  }
}
.c-card--energycards .c-card__image {
  height: 100%;
  position: relative;
}
.c-card--energycards .c-card__image span {
  position: absolute;
  bottom: 30px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 160px;
  left: calc(50% - 80px);
  text-align: center;
}
.c-card--energycards .c-card__title {
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .c-card--energycards .c-card__content {
    padding: 20px 15px;
  }
}
.c-card--energycards .c-card__content p {
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .c-card--energycards .c-card__content p {
    color: #2c2c2c;
  }
}
.c-card--energycards .c-card__content a {
  margin-top: 20px;
}
.c-card--sustainability {
  gap: 15px;
}
.c-card--sustainability .c-card__item {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-card--sustainability .c-card__item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .c-card--sustainability .c-card__item {
    width: calc(20% - 12px);
  }
}
.c-card--sustainability .c-card__image {
  height: 300px;
  margin-bottom: 0;
  position: relative;
}
.c-card--sustainability .c-card__image::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.259);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.c-card--sustainability .c-card__image img {
  position: relative;
}
.c-card--sustainability .c-card__image span {
  z-index: 2;
  height: 50px;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-news .swiper .c-custom-slider__bullet {
    display: none;
  }
}
.c-news .swiper .c-custom-slider__bullet .swiper-pagination-bullet {
  background-color: #272727;
  margin-top: 20px;
}
.c-news .swiper .c-custom-slider__bullet .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-news__item {
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .c-news__item {
    background-color: unset;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-news__item--limited .c-news__title {
    height: 64px;
    overflow: hidden;
  }
  .c-news__item--limited .c-news__wrapper {
    gap: 15px;
  }
  .c-news__item--limited p {
    height: 128px;
    overflow: hidden;
    line-height: 30px !important;
    letter-spacing: 0.01em !important;
  }
}
.c-news__image {
  width: 100%;
  height: 180px;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.c-news__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .c-news__image {
    margin-bottom: 25px;
  }
}
.c-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1px;
  transition: all ease 0.3s;
}
@media (min-width: 1200px) {
  .c-news__image {
    height: 350px;
  }
  .c-news__image:hover img {
    transition: all ease 0.3s;
    transform: scale(1.1);
  }
  .c-news__image:hover::before {
    background: #000;
    opacity: 0.45;
  }
  .c-news__image:hover .c-news__share {
    opacity: 1;
    visibility: visible;
  }
}
.c-news__date {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 30px;
  color: #d9000d;
}
@media (min-width: 1200px) {
  .c-news__date {
    font-size: 16px;
    line-height: 32px;
    color: #676b74;
  }
}
.c-news__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: rgba(39, 39, 39, 0.9);
}
@media (min-width: 1200px) {
  .c-news__title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.c-news__share {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
.c-news__share-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all ease-in-out 0.3s;
}
.c-news__share-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.c-news__share-icon:hover {
  background-color: #d9000d;
  border-color: #d9000d;
}
.c-news p {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #676b74;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-news p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 32px;
    color: #2c2c2c;
    font-weight: 300;
  }
}
.c-news__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}
.c-news .c-classic-button::before {
  background-color: #d9000d;
}
.c-news .c-classic-button span {
  color: #d9000d;
}
.c-news--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1200px) {
  .c-news--list {
    gap: 100px;
  }
}
.c-news--list .c-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-news--list .c-news__list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .c-news--list .c-news__list {
    gap: 85px 30px;
  }
}
.c-news--list .c-news__image {
  height: 205px;
}
.c-news--list .c-news__wrapper {
  gap: 0;
  justify-content: space-between;
  flex: 1;
}
.c-news--list .c-news__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .c-news--list .c-news__item {
    flex: 1 1 300px;
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .c-news--list .c-news__item {
    height: 420px;
    max-width: calc(33.3333333333% - 15px);
  }
}
.c-news--list .c-news__date {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #9a9a9a;
}
.c-news--list .c-news__title {
  font-weight: 400;
  color: #414141;
}
@media (min-width: 1200px) {
  .c-news--list .c-news__title {
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 32px;
  }
}
.c-news--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1200px) {
  .c-news--list {
    gap: 100px;
  }
}
.c-news--list .c-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .c-news--list .c-news__list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .c-news--list .c-news__list {
    gap: 85px 30px;
  }
}
.c-news--list .c-news__image {
  height: 205px;
}
.c-news--list .c-news__wrapper {
  gap: 0;
  justify-content: space-between;
  flex: 1;
}
.c-news--list .c-news__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .c-news--list .c-news__item {
    flex: 1 1 300px;
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .c-news--list .c-news__item {
    height: 420px;
    max-width: calc(33.3333333333% - 15px);
  }
}
.c-news--list .c-news__date {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #9a9a9a;
}
.c-news--list .c-news__title {
  font-weight: 400;
  color: #414141;
}
@media (min-width: 1200px) {
  .c-news--list .c-news__title {
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 32px;
  }
}
.c-news--custom .c-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .c-news--custom .c-news__list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .c-news--custom .c-news__list {
    gap: 85px 30px;
  }
}
.c-news--custom .c-news__image {
  height: 205px;
}
.c-news--custom .c-news__wrapper {
  gap: 0;
  justify-content: space-between;
  flex: 1;
}
.c-news--custom .c-news__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .c-news--custom .c-news__item {
    flex: 1 1 300px;
  }
}
@media (min-width: 1200px) {
  .c-news--custom .c-news__item {
    height: 420px;
  }
}
.c-news--custom .c-news__date {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #9a9a9a;
}
.c-news--custom .c-news__title {
  font-weight: 400;
  color: #414141;
}
@media (min-width: 1200px) {
  .c-news--custom .c-news__title {
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 32px;
  }
}
.c-news--custom-2 {
  margin-top: 80px;
  display: flex;
  gap: 120px;
}
@media (min-width: 768px) {
  .c-news--custom-2 .c-news__item {
    height: 530px;
  }
}
.c-news--custom-2 .c-news__image {
  height: 250px;
}
@media (max-width: 768px) {
  .c-news--custom-2 {
    flex-direction: column;
    gap: 0px;
  }
}
:root {
  --bg-color: #f77b49;
}
.c-partners__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-partners__container {
    gap: 50px;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .c-partners__container {
    gap: 100px;
  }
}
.c-partners__left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .c-partners__left {
    width: 45%;
    margin-bottom: 0;
    padding: 75px 35px 75px 0;
  }
}
@media (min-width: 1600px) {
  .c-partners__left {
    padding: 75px 70px 75px 0;
  }
}
.c-partners__left::before {
  content: none;
  background-color: var(--bg-color);
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  display: flex;
  width: calc(25% + 50vw);
  height: 100%;
  margin-left: calc(75% - 50vw);
}
@media (min-width: 1200px) {
  .c-partners__left::before {
    content: "";
  }
}
.c-partners__left .c-title--small {
  color: #d9000d;
}
@media (min-width: 1200px) {
  .c-partners__left .c-title--small {
    color: #fff;
  }
}
.c-partners__left .c-title--big {
  color: #252525;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-partners__left .c-title--big {
    color: #fff;
  }
}
.c-partners__left p {
  margin-bottom: 0;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-partners__left p {
    color: #fff;
  }
}
.c-partners__thumbs {
  margin-top: 80px;
  display: none;
}
@media (min-width: 1200px) {
  .c-partners__thumbs {
    display: block;
  }
}
.c-partners__thumbs .swiper-slide-thumb-active .c-partners__thumb {
  opacity: 1;
}
@media (min-width: 1200px) {
  .c-partners__thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }
  .c-partners__thumbs .swiper-wrapper .swiper-slide {
    flex: calc(50% - 15px);
  }
}
.c-partners__thumb {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  opacity: 0.7;
  gap: 15px;
}
.c-partners__thumb-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-partners__thumb-icon svg {
  width: 24px;
  height: 32px;
}
.c-partners__thumb-title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.c-partners__thumb:hover {
  cursor: pointer;
  opacity: 1;
  transition: all ease 0.3s;
}
.c-partners__right {
  position: relative;
  display: flex;
}
.c-partners__right .swiper {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .c-partners__right .swiper {
    padding: 0;
  }
}
.c-partners__right .swiper .c-custom-slider__bullet {
  position: absolute;
  bottom: 35px;
}
@media (min-width: 1200px) {
  .c-partners__right .swiper .c-custom-slider__bullet {
    display: none;
  }
}
.c-partners__right::before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--bg-color);
}
@media (min-width: 1200px) {
  .c-partners__right::before {
    content: none;
  }
}
@media (min-width: 1200px) {
  .c-partners__right {
    width: 55%;
    padding: 0;
    background-color: #fff;
  }
}
.c-partners__right .swiper {
  width: 100%;
}
.c-partners__right .swiper-wrapper {
  width: 100%;
}
.c-partners__right .swiper-slide {
  width: 100%;
}
.c-partners__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  height: 500px;
}
@media (min-width: 1200px) {
  .c-partners__item {
    height: 100%;
    gap: 70px;
  }
}
.c-partners__item-image {
  display: flex;
  height: 310px;
}
.c-partners__item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .c-partners__item-image {
    height: auto;
  }
}
.c-partners__item-image:hover {
  cursor: pointer;
}
.c-partners__item-content p {
  letter-spacing: 0.05em;
  line-height: 27px;
  display: none;
}
@media (min-width: 1200px) {
  .c-partners__item-content p {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-partners__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-partners__item-content .c-classic-button {
  display: none;
}
@media (min-width: 1200px) {
  .c-partners__item-content .c-classic-button {
    display: flex;
  }
}
.c-partners__item-content .c-title--big {
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .c-partners__item-content .c-title--big {
    color: #272727;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .c-partners__item-content .c-title--big {
    font-size: 45px;
    line-height: 66px;
  }
}
.c-partners__item-content .c-title--small {
  color: #fff;
}
@media (min-width: 1200px) {
  .c-partners__item-content .c-title--small {
    color: #d9000d;
  }
}
.c-refineries__info {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 24px;
  margin-top: 30px;
  width: 100%;
}
.c-refineries__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-refineries__item-icon {
  margin-bottom: 15px;
}
.c-refineries__item-icon svg {
  width: 33.41px;
  height: 34.06px;
}
@media (min-width: 1200px) {
  .c-refineries__item-icon {
    margin-bottom: 10px;
  }
  .c-refineries__item-icon svg {
    width: 50px;
    height: 50px;
  }
}
.c-refineries__item-value {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #272727;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .c-refineries__item-value {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1600px) {
  .c-refineries__item-value {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
.c-refineries__item-title {
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #272727;
}
@media (min-width: 1200px) {
  .c-refineries__item-title {
    font-size: 16px;
  }
}
.c-digital-transformation {
  position: relative;
}
.c-digital-transformation__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .c-digital-transformation__container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-digital-transformation__container {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .c-digital-transformation__container {
    gap: 45px;
  }
}
.c-digital-transformation__content {
  z-index: 1;
  overflow: hidden;
  padding: 35px 10px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .c-digital-transformation__content {
    padding: 105px 0;
    width: 37%;
  }
}
.c-digital-transformation__content .c-title--big {
  color: #e0e0e0;
}
@media (min-width: 1200px) {
  .c-digital-transformation__content .c-button {
    display: none;
  }
}
.c-digital-transformation__content p {
  color: #fff;
}
@media (max-width: 992px) {
  .c-digital-transformation__content p {
    display: none;
    letter-spacing: -0.03em;
  }
  .c-digital-transformation__content p:first-of-type {
    display: block;
  }
}
.c-digital-transformation__content .c-custom-slider {
  margin-top: 70px;
}
.c-digital-transformation__items {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .c-digital-transformation__items {
    width: 63%;
  }
}
.c-digital-transformation__item {
  position: relative;
  height: 100%;
  display: flex;
  z-index: 2;
  flex-direction: column;
  padding: 0 10px 0 20px;
}
@media (min-width: 768px) {
  .c-digital-transformation__item {
    padding: 75px 20px;
  }
}
@media (min-width: 1200px) {
  .c-digital-transformation__item {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .c-digital-transformation__item {
    padding: 0 40px;
  }
}
.c-digital-transformation__item-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-digital-transformation__item-title {
    min-height: 60px;
    font-size: 22px;
    text-align: center;
  }
}
.c-digital-transformation__item p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-digital-transformation__item p {
    font-size: 16px;
    line-height: 32px;
  }
}
.c-digital-transformation__item:hover .c-digital-transformation__image {
  opacity: 0.95 !important;
}
@media (min-width: 1200px) {
  .c-digital-transformation
    .swiper-slide:nth-child(3n + 1)
    .c-digital-transformation__image {
    opacity: 0.32;
  }
  .c-digital-transformation
    .swiper-slide:nth-child(3n + 2)
    .c-digital-transformation__image {
    opacity: 0.37;
  }
  .c-digital-transformation
    .swiper-slide:nth-child(3n + 3)
    .c-digital-transformation__image {
    opacity: 0.35;
  }
}
.c-digital-transformation__wrapper {
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .c-digital-transformation__wrapper {
    justify-content: flex-end;
  }
}
.c-digital-transformation__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 992px) {
  .c-digital-transformation__image {
    opacity: 0.15;
  }
}
.c-digital-transformation__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .c-digital-transformation .c-custom-slider {
    display: none;
  }
}
.c-digital-transformation__cta {
  display: none;
}
@media (max-width: 1200px) {
  .c-digital-transformation__cta {
    display: flex;
    margin-top: 25px;
  }
  .c-digital-transformation__cta svg {
    width: 17px;
    height: 12px;
    transform: rotate(180deg);
  }
}
.c-digital-transformation .c-custom-slider__bullet {
  display: none;
}
@media (max-width: 1200px) {
  .c-digital-transformation .c-custom-slider__bullet {
    display: flex;
    position: absolute;
    bottom: 15px;
  }
}
.c-digital-transformation__animation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-digital-transformation__animation video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-digital-transformation__animation video::-webkit-video-media-controls {
  display: none !important;
}
.c-digital-transformation__animation
  video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.c-digital-transformation__animation video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
.c-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 500px;
  padding-bottom: 35px;
}
@media (min-width: 1200px) {
  .c-banner {
    padding-bottom: 55px;
    height: 700px;
  }
}
.c-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.15;
  z-index: 2;
}
@media (min-width: 1200px) {
  .c-banner::after {
    opacity: 0.35;
  }
}
.c-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f260a9 0%, #29aaa9 100%);
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 1200px) {
  .c-banner--investor-relations {
    padding-bottom: 110px;
  }
}
.c-banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.c-banner__image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-banner__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-banner__title {
  font-weight: normal;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 33px;
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  .c-banner__title {
    font-size: 65px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .c-tab.more-than-four .c-tab__wrapper {
    justify-content: flex-start;
  }
}
.c-tab.less-than-two .c-tab__wrapper {
  margin-right: 0;
}
.c-tab__wrapper {
  display: flex;
  margin-bottom: 40px;
  overflow-x: auto;
  margin-right: -30px;
}
.c-tab__wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .c-tab__wrapper {
    width: 100%;
    overflow-x: unset;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.c-tab__item {
  background: #f9f9fb;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(112, 112, 112, 0.15);
  transition: all ease-in-out 0.3s;
  min-width: calc(33.3333333333% + 50px);
  text-align: center;
}
@media (min-width: 1200px) {
  .c-tab__item:last-child {
    border-right: none;
  }
}
.c-tab__item:nth-child(-n + 4) {
  border-top-width: 0;
}
@media (min-width: 1200px) {
  .c-tab__item {
    min-width: auto;
    width: 25%;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
  }
}
.c-tab__item span {
  font-weight: normal;
  font-size: 12px;
  color: #414141;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .c-tab__item span {
    width: 85%;
  }
}
.c-tab__item:hover {
  cursor: pointer;
  background-color: #d9000d;
  border-right-color: #fff;
}
.c-tab__item:hover span {
  color: #fff;
}
.c-tab__item.active-tab {
  background-color: #d9000d;
  border-right-color: #fff;
}
.c-tab__item.active-tab span {
  color: #fff;
}
.c-tab__content {
  display: none;
}
.c-tab__content.active-content {
  display: block;
}
.tab .tab-content {
  display: none;
}
.tab .tab-content.active-content {
  display: block;
  margin-bottom: 50px;
}
.c-refineries-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}
@media (max-width: 768px) {
  .c-refineries-box .o-container-subpage--pull-right {
    padding: 0;
  }
}
.c-refineries-box .c-custom-slider__bullet {
  position: absolute;
  top: 25px !important;
  left: 30px !important;
  right: unset !important;
  bottom: unset !important;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-refineries-box .c-custom-slider__bullet {
    display: none;
  }
}
.c-refineries-box
  .c-custom-slider__bullet.red-bullet
  .swiper-pagination-bullet {
  background-color: #272727;
}
.c-refineries-box
  .c-custom-slider__bullet.red-bullet
  .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-refineries-box .swiper-slide .c-refineries-box__wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.8s;
  margin-top: 40px;
}
.c-refineries-box .swiper-slide-active .c-refineries-box__wrapper {
  opacity: 1;
  visibility: visible;
}
.c-refineries-box__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #f2f2f2;
  padding: 60px 20px 75px 30px;
}
@media (min-width: 1200px) {
  .c-refineries-box__item {
    height: 600px;
    padding: 80px 60px;
    justify-content: space-between;
  }
}
.c-refineries-box__item--has-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  position: relative;
}
.c-refineries-box__item--has-bg .c-refineries-box__head-title {
  color: #fff;
}
.c-refineries-box__item--has-bg .c-refineries-box__head::after {
  background-color: #fff;
}
.c-refineries-box__item--has-bg
  .c-refineries-box__info
  .c-refineries-box__info-title {
  color: #fff;
}
.c-refineries-box__item--has-bg .c-refineries-box__info p {
  color: #fff;
}
.c-refineries-box__item--has-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 0;
}
.c-refineries-box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 35px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .c-refineries-box__content {
    margin-bottom: 0;
  }
}
.c-refineries-box__content *:last-child {
  margin-bottom: 0;
}
.c-refineries-box__head {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-refineries-box__head {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  .c-refineries-box__head::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.c-refineries-box__head-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #2c2c2c;
}
.c-refineries-box__info {
  margin-bottom: 30px;
}
.c-refineries-box__info *:last-child {
  margin-bottom: 0;
}
.c-refineries-box__info-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-refineries-box__info-title {
    font-size: 18px;
  }
}
.c-refineries-box__info p {
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: #2c2c2c;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .c-refineries-box__info p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
.c-refineries-box__buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-refineries-box__buttons {
    width: auto;
    gap: 45px;
    flex-direction: row;
  }
}
.c-refineries-box__buttons .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .c-refineries-box__buttons .c-button {
    width: 280px;
  }
}
.c-refineries-box__statistic {
  display: flex;
  flex-direction: column;
}
.c-refineries-box__statistic-icon {
  margin-bottom: 10px;
}
.c-refineries-box__statistic-icon svg {
  width: 50px;
  height: 50px;
}
.c-refineries-box__statistic-value {
  font-weight: 500;
  color: #272727;
  margin-bottom: 5px;
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .c-refineries-box__statistic-value {
    font-size: 34px;
  }
}
.c-refineries-box__statistic-title {
  font-weight: normal;
  color: #272727;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .c-refineries-box__statistic-title {
    font-size: 16px;
  }
}
.c-refineries-box__wrapper {
  width: 100% !important;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .c-refineries-box__wrapper {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: column;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .c-refineries-box__wrapper {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .c-refineries-box__wrapper {
    display: flex !important;
    justify-content: space-between;
  }
}
.c-executive {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}
@media (min-width: 1200px) {
  .c-executive {
    gap: 90px 0;
  }
}
.c-executive__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 45px 0;
}
@media (min-width: 1200px) {
  .c-executive__wrapper {
    gap: 90px 0;
  }
}
@media (min-width: 1200px) {
  .c-executive__wrapper--centered {
    justify-content: center;
  }
}
.c-executive__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-executive__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .c-executive__item {
    gap: 40px;
    width: 25%;
  }
}
.c-executive__item .c-button {
  min-width: 170px;
}
.c-executive__item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-executive__item-wrapper {
    height: 180px;
  }
}
.c-executive__image {
  width: 226px;
  height: 226px;
  border: 1px solid rgba(44, 44, 44, 0.14);
  padding: 13px;
  border-radius: 50%;
}
.c-executive__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-executive__name {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 5px;
}
.c-executive__title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #2c2c2c;
  opacity: 0.8;
}
.c-executive__modal {
  display: none;
}
.c-executive__detail-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-executive__detail-head {
    gap: 70px;
    margin-bottom: 50px;
  }
}
.c-executive__detail-head img {
  border: 1px solid rgba(44, 44, 44, 0.15);
  border-radius: 50%;
  padding: 10px;
  height: 175px;
}
@media (min-width: 768px) {
  .c-executive__detail-head img {
    padding: 13px;
    height: 270px;
  }
}
.c-executive__detail-content {
  display: flex;
  flex-direction: column;
}
.c-executive__detail-name {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-executive__detail-name {
    font-size: 27px;
    letter-spacing: 0.04em;
  }
}
.c-executive__detail-title {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  opacity: 0.8;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-executive__detail-title {
    letter-spacing: 0.04em;
    font-size: 21px;
  }
}
.c-executive__detail p {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: left;
  color: #2c2c2c;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .c-executive__detail p {
    font-size: 15px;
  }
}
.c-executive__sub {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 50px;
  text-align: center;
}
.c-executive__sub li {
  list-style: none;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.c-executive__sub-name {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: #2c2c2c;
}
.c-executive__sub-title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-align: center;
  color: #2c2c2c;
  opacity: 0.8;
}
.c-executive__sub img {
  width: 78px;
  height: 78px;
  padding: 7px;
  border: 1.2px solid #d9d9d9;
  border-radius: 50%;
  margin-bottom: 20px;
}
.c-compliance-policies {
  display: flex;
  flex-direction: column;
}
.c-compliance-policies__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.c-compliance-policies__item:first-child {
  padding-top: 0;
}
.c-compliance-policies__item-title {
  font-weight: normal;
  font-size: 14px;
  color: #2c2c2c;
  max-width: 55%;
}
@media (min-width: 1200px) {
  .c-compliance-policies__item-title {
    flex: 1;
    font-size: 18px;
  }
}
.c-press-releases {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1200px) {
  .c-press-releases {
    gap: 100px;
  }
}
.c-press-releases__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-press-releases__item {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 23px 51px rgba(0, 0, 0, 0.08);
  filter: drop-shadow(0px 23px 51px rgba(0, 0, 0, 0.08));
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}
@media (min-width: 1200px) {
  .c-press-releases__item {
    padding: 40px 100px 55px 90px;
  }
}
.c-press-releases__item p {
  font-weight: 300;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.c-press-releases__item p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-press-releases__item p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
}
.c-press-releases__item .c-classic-button {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .c-press-releases__item .c-classic-button {
    margin-top: 50px;
  }
}
.c-press-releases__date {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 16px;
  color: #9a9a9a;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-press-releases__date {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 28px;
  }
}
.c-press-releases__title {
  font-weight: 500;
  color: #414141;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .c-press-releases__title {
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 25px;
  }
}
.c-head {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-head {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .c-head {
    margin-bottom: 50px;
    gap: 50px;
  }
}
.c-head--flex-start {
  align-items: flex-start;
}
.c-head__banner {
  width: 415px;
  height: 120px;
}
.c-head__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.c-head__content {
  display: flex;
  flex-direction: column;
}
.c-head__content h3 {
  margin-bottom: 30px;
}
.c-head__content p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  max-width: 970px;
}
.c-head--column {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .c-head--column .c-head__title {
    margin-bottom: 25px;
  }
}
.c-head--column p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-head--column p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 33px;
  }
}
.c-head--centered {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 90%;
}
@media (min-width: 1200px) {
  .c-head--centered {
    margin: 0 auto 50px auto;
  }
}
.c-head--w40 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-head--w40 {
    max-width: 40%;
  }
}
.c-head--w40 .c-button {
  width: 215px;
  margin: 0 auto;
}
.c-head--has-actions {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-head--has-actions {
    flex-direction: row;
  }
}
.c-head__title {
  font-weight: normal;
  color: #272727;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-head__title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (min-width: 1600px) {
  .c-head__title {
    font-size: 60px;
    line-height: 75px;
  }
}
.c-head__title--small {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-head__title--small {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .c-head__title--small {
    font-size: 32px;
    line-height: 45px;
  }
}
.c-head__title--middle {
  font-size: 22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-head__title--middle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .c-head__title--middle {
    font-size: 31px;
    line-height: 45px;
  }
}
.c-head__title--middle--mt20 {
  margin-top: 20px;
}
.c-head__title--white {
  color: #fff;
}
.c-head .js-custom-select {
  border: 1px solid #eaeaea;
  background: #fff;
  background-color: #fff;
  filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.08);
  height: 50px;
  padding: 0;
  border-radius: 6px;
  width: 270px;
}
@media (min-width: 768px) {
  .c-head .js-custom-select {
    height: 60px;
  }
}
.c-head .js-custom-select:focus {
  filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.08);
}
.c-head .js-custom-select .ss-values {
  text-indent: 15px;
}
@media (min-width: 768px) {
  .c-head .js-custom-select .ss-values {
    text-indent: 30px;
  }
}
.c-head .js-custom-select .ss-placeholder {
  font-weight: normal;
  font-size: 14px;
  color: #414141 !important;
}
.c-head .js-custom-select .ss-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-head .js-custom-select .ss-arrow {
    right: 30px;
  }
}
.c-head .js-custom-select .ss-arrow path {
  stroke: #d9000d;
}
.c-head__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-head__actions {
    gap: 25px;
  }
}
.c-head__actions .c-slider__arrows {
  flex: none;
}
.c-head__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 1200px) {
  .c-head__main {
    flex: 1;
  }
}
.c-head__main > * {
  margin-bottom: 0;
}
.c-head__main .c-title--small {
  margin-bottom: 0;
}
.c-head__tab {
  transition: all ease-in-out 0.3s;
  height: 80px;
  border: 1px solid rgba(213, 213, 213, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-head__tab {
    width: 230px;
  }
}
.c-head__tab span {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  text-align: left;
  color: rgba(65, 65, 65, 0.45);
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.c-head__tab:hover {
  border-color: #d9000d;
  cursor: pointer;
}
.c-head__tab:hover span {
  color: #d9000d;
}
.c-head__tab.active-tab {
  border-color: #d9000d;
}
.c-head__tab.active-tab span {
  color: #d9000d;
}
.c-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.c-modal.active {
  visibility: visible;
  opacity: 1;
}
.c-modal.active .c-modal__box {
  top: 0;
}
.c-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
}
.c-modal__box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 9;
  max-width: 1100px;
  padding: 20px 20px 40px 20px;
  position: relative;
  top: -100%;
  transition: all ease-in-out 0.5s;
  max-height: 90%;
  overflow: auto;
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .c-modal__box {
    padding: 40px 40px 70px 40px;
  }
}
@media (min-width: 1200px) {
  .c-modal__box {
    transform: scale(1);
  }
}
.c-modal__box--info {
  max-width: 915px;
  padding: 30px;
}
@media (min-width: 768px) {
  .c-modal__box--info {
    padding: 70px;
  }
}
.c-modal__box-closebtn {
  position: absolute;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .c-modal__box-closebtn {
    top: 38px;
    right: 38px;
  }
}
.c-modal__box-closebtn svg {
  transition: all ease-in-out 0.3s;
  fill: #414141;
  transform: rotate(0);
  width: 16px;
  height: 16px;
}
.c-modal__box-closebtn:hover svg {
  fill: #d9000d;
  transform: rotate(180deg);
}
.c-modal__logo {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}
.c-modal__content > *:last-child {
  margin-bottom: 0;
}
.c-modal__content h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-modal__content h3 {
    font-size: 27px;
  }
}
.c-modal__content p {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-modal__content p {
    font-size: 15px;
    line-height: 26px;
  }
}
.c-modal__content p a {
  color: #2c2c2c;
}
.c-organization-chart {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.c-organization-chart__main {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.c-organization-chart__person {
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-organization-chart__person {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .c-organization-chart__person {
    gap: 40px;
  }
}
.c-organization-chart__person img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(44, 44, 44, 0.15);
  padding: 14px;
}
@media (min-width: 1200px) {
  .c-organization-chart__person img {
    padding: 21px;
    width: 250px;
    height: 250px;
  }
}
.c-organization-chart__person-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-organization-chart__person-name {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.c-organization-chart__person-title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #2c2c2c;
  opacity: 0.8;
}
.c-organization-chart__person p {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: rgba(44, 44, 44, 0.8);
  margin-bottom: 0;
}
.c-organization-chart__subpersons {
  display: flex;
  gap: 50px 30px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .c-organization-chart__subpersons {
    flex-direction: row;
    gap: 75px;
  }
}
@media (min-width: 1600px) {
  .c-organization-chart__subpersons {
    gap: 100px;
  }
}
.c-organization-chart__subperson {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: calc(50% - 15px);
  max-height: 170px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-organization-chart__subperson {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-organization-chart__subperson {
    justify-content: space-between;
    flex: 1;
  }
}
.c-organization-chart__subperson .c-button {
  min-width: 125px;
}
@media (min-width: 768px) {
  .c-organization-chart__subperson .c-button {
    min-width: 170px;
  }
}
.c-organization-chart__subperson-content {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-organization-chart__subperson-content {
    margin-bottom: 35px;
  }
}
.c-organization-chart__subperson-name {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #2c2c2c;
}
@media (min-width: 768px) {
  .c-organization-chart__subperson-name {
    font-size: 17px;
  }
}
.c-organization-chart__subperson-title {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  font-weight: 300;
  color: rgba(44, 44, 44, 0.8);
}
@media (min-width: 768px) {
  .c-organization-chart__subperson-title {
    font-size: 14px;
    max-width: 95%;
    margin: 0 auto;
  }
}
.c-organization-chart__executives {
  max-width: 1600px;
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-organization-chart__executives {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .c-organization-chart__executives {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .c-organization-chart__executives {
    margin: 0 auto;
    gap: 80px;
  }
}
.c-organization-chart__executives .c-executive__item {
  width: 100%;
  justify-content: flex-start;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-organization-chart__executives .c-executive__item {
    width: calc(33.3333333333% - 34px);
  }
}
@media (min-width: 1200px) {
  .c-organization-chart__executives .c-executive__item {
    width: auto;
    flex: 1;
  }
}
.c-organization-chart__executives .c-executive__name {
  font-size: 14px;
}
@media (min-width: 1600px) {
  .c-organization-chart__executives .c-executive__name {
    font-size: 15px;
  }
}
.c-organization-chart__executives .c-executive__image {
  width: 225px;
  height: 225px;
}
@media (min-width: 1200px) {
  .c-organization-chart__executives .c-executive__image {
    width: 116px;
    height: 116px;
    padding: 8px;
  }
}
.c-organization-chart__executives .c-executive__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-organization-scheme {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  max-width: 1785px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 35px;
}
@media (min-width: 1200px) {
  .c-organization-scheme {
    flex-direction: row;
    align-items: initial;
    justify-content: initial;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme {
    padding: 0 50px;
  }
}
.c-organization-scheme__main {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-organization-scheme__main {
    width: auto;
  }
}
.c-organization-scheme__main::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  border: 1px solid #000;
  opacity: 0.1;
  width: 1px;
}
@media (min-width: 1200px) {
  .c-organization-scheme__main::after {
    left: 50%;
    top: 85px;
    height: calc(100% - 120px);
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__main::after {
    top: 100px;
    height: calc(100% - 135px);
  }
}
.c-organization-scheme__gm {
  background-color: #ff5d66;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .c-organization-scheme__gm {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .c-organization-scheme__gm {
    width: 290px;
    height: 85px;
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__gm {
    width: 350px;
    height: 100px;
    gap: 15px;
  }
}
.c-organization-scheme__gm h3 {
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .c-organization-scheme__gm h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__gm h3 {
    font-size: 24px;
  }
}
.c-organization-scheme__gm span {
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 100%;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .c-organization-scheme__gm span {
    font-size: 18px;
  }
}
.c-organization-scheme__gm::before {
  content: "";
  background-color: #000;
  opacity: 0.1;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 18px;
}
@media (min-width: 1200px) {
  .c-organization-scheme__gm::before {
    content: none;
  }
}
.c-organization-scheme__groups {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 70px;
  flex: 1;
}
@media (min-width: 1200px) {
  .c-organization-scheme__groups {
    padding-top: 180px;
    gap: 95px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__groups {
    gap: 145px;
  }
}
.c-organization-scheme__groups::before {
  content: "";
  background-color: #000;
  opacity: 0.1;
  width: 1px;
  height: calc(100% - 37px);
  position: absolute;
  top: 0;
  left: -29px;
}
@media (min-width: 768px) {
  .c-organization-scheme__groups::before {
    left: -32px;
  }
}
@media (min-width: 1200px) {
  .c-organization-scheme__groups::before {
    content: none;
  }
}
.c-organization-scheme__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-organization-scheme__group {
    gap: 45px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-organization-scheme__person {
  --person-after-bg: transparent;
  --person-after-content: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  gap: 5px;
  width: 250px;
  padding: 0 40px;
}
@media (min-width: 1200px) {
  .c-organization-scheme__person {
    width: 200px;
    padding: 0 10px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__person {
    width: 215px;
    padding: 0 23px;
  }
}
.c-organization-scheme__person-name {
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-organization-scheme__person-name {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__person-name {
    font-size: 14px;
  }
}
.c-organization-scheme__person-title {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #2c2c2c;
  opacity: 0.8;
}
.c-organization-scheme__person:last-child::after {
  content: none;
}
.c-organization-scheme__person::after {
  content: var(--person-after-content);
  height: 22px;
  width: 1px;
  background-color: var(--person-after-bg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .c-organization-scheme__person::after {
    content: none;
  }
}
.c-organization-scheme__person--parent {
  position: relative;
}
.c-organization-scheme__person--parent::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
}
@media (min-width: 1200px) {
  .c-organization-scheme__person--parent::before {
    width: 205px;
    left: unset;
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .c-organization-scheme__person--parent::after {
    content: none;
  }
}
.c-organization-scheme__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-organization-scheme__wrapper {
    flex-direction: row;
    align-items: initial;
    justify-content: flex-start;
  }
}
.c-organization-scheme__wrapper[data-color]
  .c-organization-scheme__person--parent {
  cursor: pointer;
}
.c-organization-scheme__subs {
  display: none;
  justify-content: center;
  align-items: center;
  flex: 1;
  cursor: initial;
  width: 100%;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-organization-scheme__subs {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px 20px;
    position: absolute;
    top: 0;
    width: calc(100% - 315px);
    left: 285px;
  }
}
@media (min-width: 1600px) {
  .c-organization-scheme__subs {
    left: 315px;
  }
}
.c-organization-scheme__subs.active {
  display: flex;
}
.c-organization-scheme__subs.active
  + .c-organization-scheme__person--parent::after {
  content: "-";
}
.c-organization-scheme__subs .c-organization-scheme__person {
  cursor: initial;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  border-width: 2px;
  border-color: var(--person-after-bg);
}
.c-organization-scheme__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transform: translate(-50%, 0);
  bottom: -10px;
  left: 50%;
  background: #000;
}
@media (min-width: 1200px) {
  .c-organization-scheme__button {
    top: 50%;
    right: -10px;
    left: unset;
    bottom: unset;
    transform: translate(0, -50%);
  }
}
.c-contact {
  display: flex;
  flex-direction: column;
}
.c-contact__number {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-contact__number {
    gap: 25px;
    margin-bottom: 40px;
  }
}
.c-contact__number svg {
  fill: #d9000d;
  width: 24px;
  height: 24px;
  transform: rotate(-10deg);
}
@media (min-width: 1200px) {
  .c-contact__number svg {
    width: 33.74px;
    height: 33.75px;
  }
}
.c-contact__number span {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
@media (min-width: 1200px) {
  .c-contact__number span {
    font-size: 32px;
  }
}
.c-contact__content {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  padding-top: 20px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .c-contact__content {
    padding-top: 40px;
    margin-bottom: 70px;
    max-width: 85%;
  }
}
.c-contact__content *:last-child {
  margin-bottom: 0;
}
.c-contact__content p {
  line-height: 28px;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.c-contact__content a {
  color: #d9000d;
}
.c-contact__content--borderless {
  border: none;
  padding-top: 0;
}
.c-contact__redirect {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-contact__redirect--center {
  justify-content: center;
}
.c-contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
  width: 100%;
  border: 1px solid #e5e5e5;
  gap: 40px;
  border-width: 0 1px 1px 1px;
}
@media (min-width: 1200px) {
  .c-contact__box {
    width: 25%;
    border-width: 1px 1px 1px 0;
  }
}
.c-contact__box-icon svg {
  width: 59.61px;
  height: 62.11px;
}
.c-contact__box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-contact__box-content {
    align-items: flex-start;
    width: auto;
  }
}
.c-contact__box-content span,
.c-contact__box-content a {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #2c2c2c;
}
.c-contact__box-content a {
  text-decoration: underline;
}
.c-contact__box--has-icon {
  height: 270px;
}
@media (min-width: 1200px) {
  .c-contact__box--has-icon {
    gap: 15px;
  }
  .c-contact__box--has-icon .c-contact__box-content {
    height: 70px;
    justify-content: flex-start;
  }
}
.c-contact__box--gray {
  background-color: #bfbfbf;
  border: none;
}
.c-contact__box--gray span,
.c-contact__box--gray a {
  color: #fff;
}
.c-contact__box--red {
  background-color: #d9000d;
  border: none;
}
.c-contact__box--red span,
.c-contact__box--red a {
  color: #fff;
}
.c-contact__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .c-contact__row {
    gap: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.c-contact__row .c-contact__number {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-contact__row .c-contact__number {
    flex: 1.2;
  }
}
.c-contact__row .c-contact__number span {
  font-size: 44px;
}
.c-contact__row .c-contact__number svg {
  width: 46.62px;
  height: 46.64px;
}
.c-contact__row p {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-contact__row p {
    font-size: 16px;
    line-height: 30px;
    flex: 1;
  }
}
.c-contact__channels {
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .c-contact__channels {
    margin: 60px 0;
  }
}
.c-contact .u-buttons {
  margin-bottom: 50px;
}
.c-newsletter {
  background-color: #e3000e;
  padding: 60px 30px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .c-newsletter {
    padding: 50px 60px;
  }
}
.c-newsletter form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-newsletter form {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .c-newsletter form {
    gap: 55px;
  }
}
.c-newsletter__input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 22px 40px;
  border-radius: 50px;
  flex: 1;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  .c-newsletter__input {
    width: auto;
    text-indent: 10px;
  }
}
@media (min-width: 1200px) {
  .c-newsletter__input {
    text-indent: 40px;
  }
}
.c-newsletter__input::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
.c-newsletter__input::placeholder {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
.c-newsletter__button {
  width: 100%;
  padding: 22px 0;
  height: auto;
}
@media (min-width: 768px) {
  .c-newsletter__button {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .c-newsletter__button {
    width: 270px;
  }
}
.c-source {
  width: 100%;
  margin: 50px 0;
}
.c-source__item {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .c-source__item {
    gap: 0;
    align-items: center;
    flex-direction: row;
  }
}
.c-source__item:nth-child(2n + 1) {
  background-color: #fbfbfb;
}
.c-source__title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  gap: 5px;
}
@media (min-width: 1200px) {
  .c-source__title {
    font-size: 16px;
    gap: 0;
    justify-content: space-between;
    width: 150px;
  }
}
.c-source__title::after {
  content: ":";
}
.c-source__redirect {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #d9000d;
  word-break: break-all;
}
@media (min-width: 1200px) {
  .c-source__redirect {
    font-size: 16px;
    padding-left: 10px;
  }
}
.c-vission-mission-values__content p {
  margin-bottom: 15px;
  line-height: 30px;
}
.c-vission-mission-values__content h1,
.c-vission-mission-values__content h2,
.c-vission-mission-values__content h3,
.c-vission-mission-values__content h4,
.c-vission-mission-values__content h5,
.c-vission-mission-values__content h6 {
  margin-bottom: 15px;
}
.c-vission-mission-values__content ul li {
  margin-bottom: 15px;
}
.c-vission-mission-values__content *:last-child {
  margin-bottom: 0;
}
.c-vission-mission-values__content--center {
  align-items: center;
}
.c-vission-mission-values__content--center p {
  text-align: center;
}
.c-vission-mission-values__boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 20px 60px;
}
@media (min-width: 1200px) {
  .c-vission-mission-values__boxes {
    gap: 13px;
  }
}
.c-vission-mission-values__box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.1);
  padding: 30px 25px;
}
@media (min-width: 768px) {
  .c-vission-mission-values__box {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .c-vission-mission-values__box {
    width: calc(25% - 10px);
  }
}
.c-vission-mission-values__box:nth-child(2n + 2) {
  background-color: rgba(44, 44, 44, 0.0901960784);
}
.c-vission-mission-values__box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-vission-mission-values__box ul li {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 100%;
  color: #2c2c2c;
}
.c-vission-mission-values__box-title {
  font-weight: bold;
  color: #252525;
  margin-bottom: 20px;
  font-size: 22px;
}
.c-our-affiliates .c-custom-slider__bullet {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .c-our-affiliates .c-custom-slider__bullet {
    display: none;
  }
}
.c-our-affiliates .c-custom-slider__bullet .swiper-pagination-bullet {
  background-color: #272727;
}
.c-our-affiliates .c-custom-slider__bullet .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-our-affiliates__item {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 25px;
  flex-flow: column-reverse;
}
@media (min-width: 1200px) {
  .c-our-affiliates__item {
    flex-flow: initial;
    gap: 50px;
    flex-direction: row;
  }
}
.c-our-affiliates__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-our-affiliates__image {
    width: 45%;
  }
}
.c-our-affiliates__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-our-affiliates__content {
  flex: 1;
}
.c-our-affiliates__content p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-our-affiliates__content p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 30px;
    color: #2c2c2c;
  }
}
.c-our-affiliates__title {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 20px;
  color: #d9000d;
}
@media (min-width: 1200px) {
  .c-our-affiliates__title {
    font-size: 32px;
    color: #2c2c2c;
    margin-bottom: 50px;
    line-height: 42px;
  }
}
.c-our-affiliates__title--small {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #252525;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-our-affiliates__title--small {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    color: #2c2c2c;
  }
}
.c-our-affiliates__statistics {
  display: flex;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .c-our-affiliates__statistics {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: column;
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-our-affiliates__statistics {
    justify-content: space-between;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    padding-top: 25px;
    margin-top: 25px;
  }
}
.c-our-affiliates__statistic {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-our-affiliates__statistic {
    align-items: center;
    text-align: center;
    flex: 1;
  }
}
.c-our-affiliates__statistic-value {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #272727;
  margin-bottom: 5px;
  font-size: 23px;
}
@media (min-width: 1200px) {
  .c-our-affiliates__statistic-value {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
.c-our-affiliates__statistic-title {
  font-weight: normal;
  font-size: 10px;
  color: #2c2c2c;
}
@media (min-width: 1200px) {
  .c-our-affiliates__statistic-title {
    font-size: 14px;
  }
}
.c-timeline-slider {
  position: relative;
}
@media (min-width: 1200px) {
  .c-timeline-slider__item {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
  }
}
@media (min-width: 1600px) {
  .c-timeline-slider__item {
    gap: 45px;
  }
}
.c-timeline-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-timeline-slider__content {
    width: 50%;
  }
}
.c-timeline-slider__content-years {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-timeline-slider__content p {
  font-weight: normal;
  color: #2c2c2c;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 21px;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-timeline-slider__content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
.c-timeline-slider__content-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 38px;
  color: #c61f49;
}
@media (min-width: 768px) {
  .c-timeline-slider__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .c-timeline-slider__image {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .c-timeline-slider__image {
    width: 40%;
    height: 680px;
  }
}
@media (min-width: 1600px) {
  .c-timeline-slider__image {
    width: auto;
  }
}
.c-timeline-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-timeline-slider__bg {
  font-weight: bold;
  font-size: 135px;
  line-height: 131px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  -webkit-text-stroke: 1px #ebebeb;
}
@media (min-width: 1200px) {
  .c-timeline-slider__bg {
    margin-bottom: 0;
    font-size: 160px;
    line-height: 165px;
  }
}
@media (min-width: 1600px) {
  .c-timeline-slider__bg {
    font-size: 187px;
    line-height: 183px;
  }
}
.c-timeline-slider__year {
  position: absolute;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #c61f49;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .c-timeline-slider__year {
    font-size: 30px;
  }
}
.c-timeline-slider__timeline {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 100%;
}
@media (min-width: 1200px) {
  .c-timeline-slider__timeline {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    background: #fbfbfb;
  }
}
.c-timeline-slider__timeline-year {
  cursor: pointer;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.c-timeline-slider__timeline-year span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #414141;
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .c-timeline-slider__timeline-year span {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
    color: #30375b;
    opacity: 0.8;
  }
}
.c-timeline-slider__timeline-year.swiper-slide-active span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #d9000d;
  opacity: 1;
}
@media (min-width: 1200px) {
  .c-timeline-slider__timeline-year.swiper-slide-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c-timeline-slider__timeline-year.swiper-slide-active span {
    font-weight: bold;
    font-size: 30px;
    color: #1a1c26;
  }
}
.c-timeline-slider__timeline-year.swiper-slide-active::after,
.c-timeline-slider__timeline-year.swiper-slide-active::before {
  content: none;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-timeline-slider__timeline-year.swiper-slide-active::after,
  .c-timeline-slider__timeline-year.swiper-slide-active::before {
    content: url("https://www.tupras.com.tr/assets/img/sprite-svg/year-arrow.svg");
  }
}
.c-timeline-slider__timeline-year.swiper-slide-active::after {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .c-timeline-slider__timeline-year.s span {
    font-weight: 500;
    font-size: 21px;
    color: #30375b;
    opacity: 0.8;
  }
  .c-timeline-slider__timeline-year.xs span {
    font-weight: 500;
    font-size: 18px;
    color: #30375b;
    opacity: 0.5;
  }
  .c-timeline-slider__timeline-year.xxs span {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #30375b;
    opacity: 0.3;
  }
  .c-timeline-slider__timeline-year.xxxs span {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #30375b;
    opacity: 0.2;
  }
}
.c-timeline-slider__timeline .swiper-wrapper {
  align-items: center;
}
.c-timeline-slider__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
  position: relative;
}
.c-timeline-slider__wrapper .timeline-arrow-left,
.c-timeline-slider__wrapper .timeline-arrow-right {
  position: absolute;
}
@media (min-width: 1200px) {
  .c-timeline-slider__wrapper .timeline-arrow-left,
  .c-timeline-slider__wrapper .timeline-arrow-right {
    display: none;
  }
}
.c-timeline-slider__wrapper .timeline-arrow-left svg,
.c-timeline-slider__wrapper .timeline-arrow-right svg {
  width: 7.35px;
  height: 11.54px;
}
.c-timeline-slider__wrapper .timeline-arrow-left {
  transform: rotate(180deg);
  left: 10px;
}
.c-timeline-slider__wrapper .timeline-arrow-right {
  right: 10px;
}
@media (min-width: 1200px) {
  .c-timeline-slider__wrapper .c-custom-slider__bullet {
    display: none;
  }
}
.c-timeline-slider__wrapper .swiper {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-timeline-slider__wrapper .swiper {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .c-timeline-slider__wrapper {
    height: 75%;
    width: auto;
    padding: 0 15px;
  }
}
@media (min-width: 1600px) {
  .c-timeline-slider__wrapper {
    padding: 0 70px;
  }
}
.c-timeline-slider #historySlider {
  position: relative;
}
.c-timeline-slider #historySlider .c-custom-slider__arrow {
  position: absolute;
  display: none;
  bottom: 50px;
  left: 300px;
  gap: 20px;
}
@media (min-width: 1600px) {
  .c-timeline-slider #historySlider .c-custom-slider__arrow {
    left: 175px;
  }
}
.c-timeline-slider--awards .c-timeline-slider__content {
  align-items: flex-start;
}
.c-timeline-slider--awards .c-timeline-slider__content p {
  text-align: left;
}
.c-timeline-slider--awards .c-custom-slider__arrow {
  left: 100px !important;
}
@media (min-width: 1600px) {
  .c-timeline-slider--awards .c-custom-slider__arrow {
    left: 30px !important;
  }
}
.c-timeline-slider--awards .c-timeline-slider__timeline {
  margin-bottom: 20px;
}
.c-timeline-slider--investor {
  position: initial;
}
.c-timeline-slider--investor .c-timeline-slider__content {
  align-items: flex-start;
}
.c-timeline-slider--investor .c-timeline-slider__content p {
  text-align: left;
}
.c-timeline-slider--investor .c-custom-slider__arrow {
  left: 100px !important;
}
@media (min-width: 1600px) {
  .c-timeline-slider--investor .c-custom-slider__arrow {
    left: 30px !important;
  }
}
.c-timeline-slider--investor .c-timeline-slider__timeline {
  margin-bottom: 20px;
}
.c-timeline {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-timeline {
    margin-bottom: 0;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    max-height: 600px;
    background: rgba(250, 250, 250, 0.4);
  }
}
@media (min-width: 1600px) {
  .c-timeline {
    padding: 0 40px;
    width: 190px;
    max-height: 805px;
  }
}
.c-timeline__items {
  width: 100%;
  display: flex;
  background-color: rgba(249, 66, 58, 0.8196078431);
  align-items: flex-start;
  padding: 0 10px;
  height: 60px;
}
@media (min-width: 1200px) {
  .c-timeline__items {
    padding: 0;
    height: 320px;
    background-color: unset;
  }
}
@media (max-width: 1024px) {
  .c-timeline__items .slick-list,
  .c-timeline__items .slick-track {
    height: 100%;
  }
}
.c-timeline__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  gap: 10px;
  height: 100% !important;
}
@media (min-width: 1200px) {
  .c-timeline__item {
    margin-right: 0;
    height: 44px !important;
    margin-bottom: 20px;
  }
}
.c-timeline__item:hover {
  cursor: pointer;
}
.c-timeline__item.slick-current::after,
.c-timeline__item.slick-current::before {
  content: none;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-timeline__item.slick-current::after,
  .c-timeline__item.slick-current::before {
    content: url("https://www.tupras.com.tr/assets/img/sprite-svg/year-arrow.svg");
  }
}
.c-timeline__item.slick-current::after {
  transform: rotate(180deg);
}
.c-timeline .slick-prev,
.c-timeline .slick-next {
  display: none !important;
}
.c-award {
  position: relative;
}
.c-award__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-award__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .c-award__container {
    margin-left: auto;
    width: calc(100% - 190px);
    gap: 30px;
  }
}
@media (min-width: 1600px) {
  .c-award__container {
    gap: 50px 60px;
    width: 100%;
  }
}
.c-award__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .c-award__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .c-award__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1600px) {
  .c-award__item {
    width: calc(33.3333333333% - 40px);
  }
}
.c-award__image {
  width: 100%;
  margin-bottom: 20px;
  height: 200px;
}
.c-award__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .c-award__image {
    height: 300px;
  }
}
.c-award__content-title {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #c61f49;
  margin-bottom: 13px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .c-award__content-title {
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .c-award__content-title {
    font-size: 20px;
    line-height: 29px;
    height: 60px;
  }
}
.c-award__content p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2c2c2c;
}
@media (min-width: 1600px) {
  .c-award__content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.c-other-slider__wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .c-other-slider__wrapper {
    gap: 75px;
  }
}
.c-other-slider__redirect {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-other-slider .c-custom-slider__bullet {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .c-other-slider .c-custom-slider__bullet {
    display: none;
  }
}
.c-refined-magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-refined-magazine__item {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-refined-magazine__item {
    width: calc(50% - 15px);
    flex-direction: row;
    height: 225px;
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .c-refined-magazine__item {
    height: 285px;
    gap: 35px;
    justify-content: space-between;
    padding: 20px 60px 20px 20px;
  }
}
.c-refined-magazine__image {
  height: 200px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-refined-magazine__image {
    margin-bottom: 0;
    flex: 1;
    height: 100%;
  }
}
.c-refined-magazine__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.c-refined-magazine__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-refined-magazine__content {
    height: 100%;
    justify-content: space-between;
    padding-top: 20px;
    width: 52%;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-refined-magazine__content {
    padding-top: 30px;
  }
}
.c-refined-magazine__wrapper {
  display: flex;
  flex-direction: column;
}
.c-refined-magazine__title {
  font-weight: normal;
  color: #272727;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .c-refined-magazine__title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 41px;
  }
}
.c-refined-magazine__title--small {
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .c-refined-magazine__title--small {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.c-refined-magazine__action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .c-refined-magazine__action {
    gap: 0;
    justify-content: space-between;
  }
}
.c-refined-magazine__action .c-download-button span {
  font-weight: normal;
}
.c-list__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .c-list__button {
    margin-top: 100px;
  }
}
.c-media-set {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-media-set__item {
  width: 100%;
}
@media (min-width: 768px) {
  .c-media-set__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-media-set__item {
    width: calc(33.3333333333% - 20px);
  }
}
.c-media-set__item:hover {
  cursor: pointer;
}
.c-media-set__item:hover .c-media-set__image img {
  transform: scale(1.1);
}
.c-media-set__item:hover .c-media-set__content-title {
  color: #d9000d;
}
.c-media-set__image {
  width: 100%;
  height: 205px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-media-set__image {
    margin-bottom: 25px;
  }
}
.c-media-set__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.c-media-set__content {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.c-media-set__content-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
  max-width: 85%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
}
.c-media-set__content-title span,
.c-media-set__content-title strong {
  font-weight: bold;
}
.c-media-set__content .fa-video,
.c-media-set__content .fa-image {
  color: #d9000d;
  font-size: 20px;
  stroke: #fff;
  margin-top: 5px;
}
.c-corporate-identity-guide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .c-corporate-identity-guide {
    flex-direction: row;
  }
}
.c-corporate-identity-guide__box {
  width: 100%;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 250px;
}
@media (min-width: 768px) {
  .c-corporate-identity-guide__box {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .c-corporate-identity-guide__box {
    width: calc(50% - 15px);
  }
}
.c-corporate-identity-guide__title {
  font-weight: normal;
  color: #272727;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .c-corporate-identity-guide__title {
    font-size: 31px;
    line-height: 48px;
  }
}
.c-corporate-identity-guide p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-corporate-identity-guide p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.c-corporate-identity-guide p span {
  font-weight: bold;
}
.c-info-table__item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  gap: 15px;
}
@media (min-width: 1200px) {
  .c-info-table__item {
    gap: 25px;
  }
}
.c-info-table__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.c-info-table__item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  color: #6f6f6f;
  flex: 1;
  line-height: 24px;
  font-size: 14px;
}
.c-info-table__item-title::after {
  content: ":";
}
@media (min-width: 768px) {
  .c-info-table__item-title {
    line-height: 28px;
    font-size: 15px;
    width: 145px;
  }
}
.c-info-table__item-desc {
  display: flex;
  align-items: flex-start;
  width: 70%;
}
@media (min-width: 1200px) {
  .c-info-table__item-desc {
    width: 85%;
  }
}
.c-info-table__item-desc p,
.c-info-table__item-desc a {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #2c2c2c;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-info-table__item-desc p,
  .c-info-table__item-desc a {
    font-size: 15px;
    line-height: 28px;
  }
}
.c-info-table__item-desc a {
  text-decoration: underline;
  color: #d9000d;
  word-break: break-all;
}
.c-cross-box__container {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 1200px) {
  .c-cross-box__container {
    gap: 95px 0;
    padding-right: 90px;
    padding-left: 1.875rem;
    margin-left: calc((100vw - 1200px) / 2);
    margin-right: auto;
    max-width: 1450px;
  }
}
.c-cross-box__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {
  .c-cross-box__item {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-cross-box__item--reverse {
    flex-direction: row-reverse;
  }
}
.c-cross-box__item--mt80 {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .c-cross-box__item--mt80 {
    margin-top: 50px;
  }
}
.c-cross-box__item--mb50 {
  margin-bottom: 50px;
}
.c-cross-box__item--mb80 {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .c-cross-box__item--pl0 .c-cross-box__description {
    padding-left: 0 !important;
  }
}
.c-cross-box__infobutton {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-cross-box__infobutton .c-title--md {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}
.c-cross-box__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-cross-box__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
.c-cross-box__top {
  justify-content: flex-start;
}
.c-cross-box__description {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.c-cross-box__description .c-title--small {
  font-size: 14px;
  line-height: 24px;
}
.c-cross-box__description .c-title--big {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-cross-box__description .c-title--big {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 62px;
  }
}
.c-cross-box__description > *:last-child {
  margin-bottom: 0;
}
.c-cross-box__description p {
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 24px;
  color: #161616;
}
.c-cross-box__description p a span {
  color: #161616;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .c-cross-box__description p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .c-cross-box__description ul {
    padding-left: 20px;
  }
}
.c-cross-box__description ul li {
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #161616;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-cross-box__description ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.c-cross-box__description--small p {
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 24px;
  color: #161616;
}
.c-cross-box__description--middle {
  max-width: 500px !important;
}
.c-cross-box__description--middle p {
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}
@media (min-width: 1200px) {
  .c-cross-box__description--custom {
    padding-left: 60px;
    max-width: 400px;
  }
}
@media (max-width: 1200px) {
  .c-cross-box__description--custom {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .c-cross-box__description--p20 {
    padding: 20px 20px;
  }
}
.c-cross-box__description--multiple p {
  line-height: 27px;
  font-size: 16px;
}
.c-cross-box__description--multiple .c-title--big {
  margin-bottom: 10px;
}
.c-cross-box__hint {
  font-size: 20px !important;
  font-weight: 400;
  color: #e31521 !important;
  line-height: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-cross-box__hint {
    margin-bottom: 20px;
  }
}
.c-cross-box__image {
  display: flex;
  height: 300px;
}
@media (min-width: 768px) {
  .c-cross-box__image {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .c-cross-box__image {
    flex: 1;
    height: auto;
  }
}
.c-cross-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-cross-box__image--auto img {
  width: auto;
}
@media (max-width: 768px) {
  .c-cross-box__image--mobilecover img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.c-cross-box__video {
  display: flex;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-cross-box__video {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .c-cross-box__video {
    flex: 1;
    height: auto;
  }
}
.c-cross-box__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-cross-box__video i.fa-solid.fa-circle-play {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 60px;
  transition: all ease-in-out 0.3s;
}
.c-cross-box__video:hover i.fa-solid.fa-circle-play {
  opacity: 0.75;
}
.c-cross-box__link {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.c-cross-box__link svg {
  width: 25px;
  height: 25px;
}
.c-cross-box__link a {
  font-size: 16px;
  text-decoration: none;
  color: #e31521;
}
.c-cross-box__group {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-cross-box__group {
    flex-direction: column;
  }
}
.c-cross-box__group-item {
  border-right: 1px solid #f7f7f7;
}
.c-cross-box__group-item:first-child {
  padding: 0px 20px 0px 0px;
}
.c-cross-box__group-item:nth-child(2) {
  padding: 0px 10px 0px 0px;
}
.c-cross-box__group-item:last-child {
  border: none;
}
.c-cross-box__group-item h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.c-cross-box__group-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 200px;
  min-width: 150px;
  color: #000;
}
.c-cross-box__periodbox h4 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
}
.c-cross-box__periodbox-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .c-cross-box__periodbox-wrapper {
    flex-direction: column;
  }
}
.c-cross-box__periodbox-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.c-cross-box__periodbox-item svg {
  width: 40px;
  height: 40px;
}
.c-cross-box__periodbox-item h5 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0px;
}
.c-cross-box--complianceandethic {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .c-cross-box--complianceandethic {
    margin-top: 50px;
  }
}
.c-cross-box--complianceandethic .c-cross-box__item {
  gap: 0px;
}
.c-cross-box--complianceandethic .c-cross-box__content {
  background-color: #f7f7f7;
  align-items: center;
}
.c-cross-box--complianceandethic .c-cross-box__content p {
  padding: 0px;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .c-cross-box--complianceandethic .c-cross-box__content p {
    padding: 30px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.c-cross-box--complianceandethic .c-cross-box__image img {
  width: 100%;
}
.c-cross-box--video {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-cross-box--video .c-cross-box__item {
  position: relative;
  margin-top: 80px;
  align-items: flex-start;
  width: calc(50% - 10px);
}
.c-cross-box--video .c-cross-box__item--has-video {
  width: 100%;
}
.c-cross-box--video .c-cross-box__description {
  position: relative;
}
.c-cross-box--video .c-cross-box__description p {
  font-size: 16px;
  line-height: 20px;
}
.c-cross-box--video .c-cross-box__description h5 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 100%;
}
.c-cross-box--video .c-cross-box__description img {
  margin-bottom: 20px;
}
.c-cross-box--closeboxes .c-cross-box__container {
  gap: 0px;
}
.c-cross-box--closeboxes .c-cross-box__item {
  gap: 0px;
}
.c-cross-box--closeboxes .c-cross-box__description {
  padding: 60px 80px;
}
@media (max-width: 768px) {
  .c-cross-box--closeboxes .c-cross-box__description {
    padding: 30px 0px 30px 0px;
  }
}
.c-video__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-video__item-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-video__item-poster {
    margin-bottom: 40px;
  }
}
.c-video__item-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.c-video__item-poster i.fa-solid.fa-circle-play {
  position: absolute;
  font-size: 48px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.c-video__item-poster:hover {
  cursor: pointer;
}
.c-video__item-poster:hover img {
  transform: scale(1.1);
}
.c-video__item-poster:hover i.fa-solid.fa-circle-play {
  opacity: 0.8;
}
.c-video__item-content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #161616;
}
@media (min-width: 1200px) {
  .c-video__item-content p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.04em;
  }
}
.c-video__item-content h5 {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (min-width: 1200px) {
  .c-video__item-content h5 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.04em;
  }
}
.c-video--nonebottom {
  margin-bottom: 0px !important;
}
.c-video--flexible {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-video--flexible {
    flex-direction: column;
  }
}
.c-video--flexible .c-video__item {
  width: calc(50% - 25px);
  padding: 50px 25px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .c-video--flexible .c-video__item {
    width: 100%;
  }
}
.c-video--flexible .c-video__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-video--flexible .c-video__item-content p {
  max-width: 500px;
  text-align: center;
  margin-bottom: 35px;
}
.c-video--flexible .c-video__item-content h5 {
  font-size: 16px;
  max-width: 380px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-content {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.c-content__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 1200px) {
  .c-content__item {
    gap: 30px;
  }
}
.c-content__item-image {
  display: flex;
  width: 100%;
  height: 300px;
}
@media (min-width: 1200px) {
  .c-content__item-image {
    height: 500px;
  }
}
.c-content__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-content__item-description .c-title--small {
  font-size: 14px;
  line-height: 24px;
}
.c-content__item-description .c-title--big {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-content__item-description .c-title--big {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 62px;
  }
}
.c-content__item-description p {
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #161616;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-content__item-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .c-content__item-description ul {
    padding-left: 20px;
  }
}
.c-content__item-description ul li {
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #161616;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-content__item-description ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.c-centered-slider {
  margin: 40px 0;
}
@media (min-width: 1200px) {
  .c-centered-slider {
    margin: 70px 0;
  }
}
.c-centered-slider__container {
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .c-centered-slider__container {
    padding: 0 50px;
  }
}
.c-centered-slider__container .swiper-wrapper {
  align-items: center;
}
.c-centered-slider__image {
  display: flex;
  transition: all ease-in-out 0.2s;
  height: 300px;
}
@media (min-width: 1200px) {
  .c-centered-slider__image {
    height: 425px;
  }
  .c-centered-slider__image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.23;
  }
}
@media (min-width: 1600px) {
  .c-centered-slider__image {
    height: 540px;
  }
}
.c-centered-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .c-centered-slider .swiper-slide-active .c-centered-slider__image {
    height: 505px;
  }
}
@media (min-width: 1600px) {
  .c-centered-slider .swiper-slide-active .c-centered-slider__image {
    height: 620px;
  }
}
.c-centered-slider .swiper-slide-active .c-centered-slider__image::before {
  content: none;
}
@media (min-width: 1200px) {
  .c-centered-slider .swiper-slide-active .c-centered-slider__image {
    height: 505px;
  }
}
@media (min-width: 1600px) {
  .c-centered-slider .swiper-slide-active .c-centered-slider__image {
    height: 620px;
  }
}
.c-centered-slider .c-custom-slider__arrow-right,
.c-centered-slider .c-custom-slider__arrow-left {
  position: absolute;
  display: none;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .c-centered-slider .c-custom-slider__arrow-right,
  .c-centered-slider .c-custom-slider__arrow-left {
    display: flex;
  }
}
.c-centered-slider .c-custom-slider__arrow-right {
  right: 40px;
}
.c-centered-slider .c-custom-slider__arrow-left {
  left: 40px;
}
.c-centered-slider .c-custom-slider__bullet {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .c-centered-slider .c-custom-slider__bullet {
    display: none;
  }
}
.c-info-card {
  margin: 35px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-info-card__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 1200px) {
  .c-info-card__row {
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: row;
  }
}
.c-info-card__item {
  height: 250px;
  border: 1px solid rgba(112, 112, 112, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .c-info-card__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-info-card__item {
    width: calc(20% - 10px);
  }
}
.c-info-card__icon svg {
  width: 67.67px;
  height: 66.72px;
}
.c-info-card__title {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #363636;
}
.c-filter__slider {
  display: flex;
  position: relative;
  margin-right: -100px;
  margin-bottom: 65px;
}
@media (min-width: 1200px) {
  .c-filter__slider {
    margin-right: 0;
  }
}
.c-filter__slider .swiper {
  width: 100%;
}
.c-filter__slider .swiper .swiper-wrapper {
  width: 100%;
}
.c-filter__slider-item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  gap: 12px;
}
.c-filter__slider-item svg {
  width: 30px;
  height: 30px;
  fill: #2c2c2c;
}
.c-filter__slider-item span {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 16px;
  color: #2c2c2c;
}
@media (min-width: 768px) {
  .c-filter__slider-item span {
    font-size: 13px;
  }
}
.c-filter__slider-item:hover {
  cursor: pointer;
}
.c-filter__slider-item.active-filter {
  background-color: #d9000d;
}
.c-filter__slider-item.active-filter span {
  color: #fff;
}
.c-filter__slider-item.active-filter svg {
  fill: #fff;
}
.c-filter__slider-item.active-filter svg g path {
  fill: #fff !important;
}
.c-filter__slider-item.active-filter svg g rect {
  fill: #fff !important;
}
.c-filter__arrow-left,
.c-filter__arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
}
.c-filter__arrow-left svg,
.c-filter__arrow-right svg {
  transition: all ease-in-out 0.3s;
  width: 11.73px;
  height: 7.89px;
  opacity: 0.3;
  fill: #000;
}
.c-filter__arrow-left:hover,
.c-filter__arrow-right:hover {
  cursor: pointer;
}
.c-filter__arrow-left:hover svg,
.c-filter__arrow-right:hover svg {
  fill: #d9000d;
  opacity: 1;
}
.c-filter__arrow-left {
  left: -40px;
}
.c-filter__arrow-right {
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}
.c-filter article {
  margin-bottom: 25px;
}
.c-document {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .c-document {
    gap: 50px;
  }
}
.c-document article {
  width: 100%;
}
.c-document--centered {
  margin-top: 50px;
}
.c-document--centered .c-document__boxes {
  padding-bottom: 30px;
}
.c-document--centered .c-document__box {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  align-items: center;
  min-height: 450px;
}
@media (max-width: 768px) {
  .c-document--centered .c-document__box {
    min-height: 210px !important;
  }
}
@media (max-width: 1200px) {
  .c-document--centered .c-document__box {
    min-height: 280px;
  }
}
.c-document--centered .c-document__content-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 100%;
  color: #00ceff;
}
@media (max-width: 768px) {
  .c-document--centered .c-document__content-title {
    max-width: 150px;
    text-align: left;
  }
}
.c-document--centered .c-document__content {
  gap: 30px;
  align-items: center;
}
.c-document--centered .c-document__content svg {
  height: 125px;
  width: 80px;
}
.c-document--centered .c-document__content p {
  text-align: center;
}
.c-document--custom .c-document__boxes {
  padding-bottom: 30px;
}
.c-document--custom .c-document__box {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  min-height: 320px;
}
@media (max-width: 768px) {
  .c-document--custom .c-document__box {
    min-height: 210px !important;
  }
}
@media (max-width: 1200px) {
  .c-document--custom .c-document__box {
    min-height: 280px;
  }
}
.c-document--custom .c-document__content-title {
  font-size: 25px;
  color: #272727;
  max-width: 280px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .c-document--custom .c-document__content-title {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .c-document--custom .c-document__content-title {
    max-width: 260px;
    text-align: left;
  }
}
.c-document--custom .c-document__content {
  gap: 40px;
}
@media (max-width: 768px) {
  .c-document--custom .c-document__content {
    gap: 30px;
    align-items: baseline;
  }
}
.c-document--minheight {
  margin-top: 65px;
}
.c-document--minheight .c-document__box {
  min-height: 675px;
}
@media (max-width: 768px) {
  .c-document--minheight .c-document__box {
    min-height: 210px !important;
  }
}
.c-document--minheight .c-document__box p {
  font-size: 16px;
  color: #414141;
  line-height: 31px;
  margin: 0px;
}
.c-document--minheight .c-document__box svg {
  width: 45px;
  height: 45px;
}
.c-document__boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-document__boxes {
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .c-document__boxes--three-box {
    gap: 30px;
  }
  .c-document__boxes--three-box .c-document__box {
    width: calc(33.3333333333% - 35px);
    padding: 50px 20px 50px 35px;
  }
  .c-document__boxes--three-box .c-document__content {
    width: 100%;
  }
}
.c-document__box {
  border: 1px solid rgba(112, 112, 112, 0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .c-document__box {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: calc(50% - 25px);
    padding: 40px;
    min-height: 340px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .c-document__box {
    padding: 50px 70px;
    min-height: 390px;
    gap: 40px;
  }
}
.c-document__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-document__content {
    width: 75%;
    gap: 30px;
  }
}
.c-document__content-icon svg {
  width: 44.52px;
  height: 43.74px;
}
@media (min-width: 1200px) {
  .c-document__content-icon svg {
    width: 67.47px;
    height: 65.76px;
  }
}
.c-document__content-title {
  font-weight: 300;
  color: #272727;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-document__content-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .c-document__content-title {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0.01em;
  }
}
.c-document__content-title--small {
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1200px) {
  .c-document__content-title--small {
    font-size: 15px !important;
    line-height: 32px !important;
  }
}
.c-document--row .c-document__boxes {
  padding-bottom: 12px;
  gap: 35px;
}
.c-document--row .c-document__box {
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  gap: 25px;
  padding: 40px;
}
@media (min-width: 768px) {
  .c-document--row .c-document__box {
    padding: 20px 40px;
    gap: 0;
    min-height: 150px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-document--row .c-document__box {
    padding: 25px 80px;
  }
}
.c-document--row .c-document__content {
  flex-direction: column;
  align-items: center;
  gap: 25px;
  height: 100%;
}
@media (min-width: 768px) {
  .c-document--row .c-document__content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-document--row .c-document__content {
    gap: 40px;
  }
}
.c-document--row .c-document__content-icon {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .c-document--row .c-document__content-icon {
    border-right: 1px solid rgba(112, 112, 112, 0.1);
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .c-document--row .c-document__content-icon {
    padding-right: 40px;
  }
}
.c-document--row .c-document__content-title {
  max-width: none;
  font-weight: normal;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .c-document--row .c-document__content-title {
    font-size: 22px;
    line-height: 42px;
  }
}
.c-document--withImage .c-document__box {
  min-height: auto;
  box-shadow: none;
  filter: none;
  border: 1px solid #f1f1f1;
}
@media (min-width: 1200px) {
  .c-document--withImage .c-document__box {
    padding: 0px 80px 0px 0px;
  }
}
@media (min-width: 768px) {
  .c-document--withImage .c-document__box {
    padding: 0px 40px 0px 0px;
  }
}
.c-document--withImage .c-document__content {
  gap: 70px;
}
.c-document--withImage .c-document__content-icon {
  border: none;
  padding: 0px;
}
.c-document--withImage .c-document__content-title {
  font-size: 18px;
}
.c-laboratory-test {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.c-laboratory-test__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 50px;
}
.c-laboratory-test__head {
  width: 100%;
  gap: 25px;
  margin-bottom: 25px;
  display: none;
}
@media (min-width: 1200px) {
  .c-laboratory-test__head {
    display: flex;
  }
}
.c-laboratory-test__head span {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #2c2c2c;
  flex: 1;
  padding-right: 25px;
}
.c-laboratory-test__head span:first-child {
  flex: 3.3;
}
.c-laboratory-test__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.c-laboratory-test__row {
  display: flex;
  gap: 25px;
}
.c-laboratory-test__row:not(.c-laboratory-test__row--full-test) {
  display: none;
}
.c-laboratory-test__row.active {
  display: flex;
}
.c-laboratory-test__row.checked .c-laboratory-test__box {
  background-color: #d9000d;
}
.c-laboratory-test__row.checked .c-laboratory-test__box span {
  color: #fff;
}
.c-laboratory-test__row.checked .info__button {
  content: url("https://www.tupras.com.tr/assets/img/sprite-svg/info-white.svg");
}
.c-laboratory-test__row.checked .info__box {
  background-color: #fff;
  filter: drop-shadow(0 1px 2px #000);
}
.c-laboratory-test__row.checked .info__box-title {
  color: #2c2c2c !important;
}
.c-laboratory-test__row.checked .info__box-wrapper span {
  color: #2c2c2c !important;
}
.c-laboratory-test__box {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dedede;
  flex: 1;
  padding: 25px 0;
  gap: 25px;
  padding: 25px;
  position: relative;
}
.c-laboratory-test__box:nth-child(2),
.c-laboratory-test__box:nth-child(3),
.c-laboratory-test__box:nth-child(4) {
  display: none;
}
@media (min-width: 1200px) {
  .c-laboratory-test__box:nth-child(2),
  .c-laboratory-test__box:nth-child(3),
  .c-laboratory-test__box:nth-child(4) {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .c-laboratory-test__box::after {
    content: url("https://www.tupras.com.tr/assets/img/sprite-svg/accordion-arrow.svg");
    position: absolute;
    right: 20px;
  }
}
.c-laboratory-test__box:first-child {
  flex: 3.3;
}
.c-laboratory-test__box input[type="checkbox"] {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 6px;
  vertical-align: middle;
  border: 1px solid #c5c5c5;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.c-laboratory-test__box input[type="checkbox"]::after {
  content: none;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #d9000e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.c-laboratory-test__box input[type="checkbox"]:checked {
  border-color: #d9000d;
}
.c-laboratory-test__box input[type="checkbox"]:checked::after {
  content: "";
}
.c-laboratory-test__box span {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #2c2c2c;
  flex: 1;
}
.c-laboratory-test__box .info {
  position: relative;
  right: 0;
}
@media (max-width: 1200px) {
  .c-laboratory-test__box .info {
    display: none;
  }
}
.c-laboratory-test__box .info.active .info__box {
  visibility: visible;
  opacity: 1;
}
.c-laboratory-test__box .info.active .info__button {
  fill: #d9000d;
}
.c-laboratory-test__box .info__button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  content: url("https://www.tupras.com.tr/assets/img/sprite-svg/info.svg");
}
.c-laboratory-test__box .info__box {
  border-radius: 8px;
  background: #d9000d;
  padding: 15px 20px;
  position: absolute;
  width: 275px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.c-laboratory-test__box .info__box-title {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.c-laboratory-test__box .info__box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 5px;
}
.c-laboratory-test__box .info__box-item {
  width: calc(33.3333333333% - 5px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-laboratory-test__box .info__box-item svg {
  width: 20px;
  height: 20px;
}
.c-laboratory-test__box .info__box-item span {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.c-laboratory-test__box.active {
  background-color: #f1f4f4;
  border-radius: 12px 12px 0 0;
}
.c-laboratory-test__box.active .c-laboratory-test__accordion {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.c-laboratory-test__content article {
  margin-bottom: 0;
}
.c-laboratory-test__action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-laboratory-test__action {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.c-laboratory-test__action-reset {
  background-color: #fff;
}
.c-laboratory-test__action-reset:disabled {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9d9d9;
}
.c-laboratory-test__action-reset:disabled span {
  color: #b8b8b8;
}
.c-laboratory-test__action-reset:disabled:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #d9d9d9;
  cursor: initial;
}
.c-laboratory-test__action-reset:disabled:hover span {
  color: #b8b8b8;
}
.c-laboratory-test__action-calculate {
  background-color: #fff;
}
.c-laboratory-test__action-calculate:disabled {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.c-laboratory-test__action-calculate:disabled span {
  color: #979797;
}
.c-laboratory-test__action-calculate:disabled:hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  cursor: initial;
}
.c-laboratory-test__action-calculate:disabled:hover span {
  color: #979797;
}
.c-laboratory-test__calculate {
  width: 100%;
  border-radius: 20px;
  background-color: #f1f4f4;
  display: none;
}
.c-laboratory-test__calculate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
.c-laboratory-test__calculate-item p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  color: #2c2c2c;
}
.c-laboratory-test__calculate-item p span {
  color: #d9000d;
  font-weight: normal;
  font-size: 14px;
}
.c-laboratory-test__calculate-item::after {
  content: attr(data-cost);
  font-weight: normal;
  font-size: 14px;
  color: #2c2c2c;
}
.c-laboratory-test__calculate-item--total {
  background-color: #868488;
  border-radius: 0 0 20px 20px;
}
.c-laboratory-test__calculate-item--total p {
  color: #fff;
}
.c-laboratory-test__accordion {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: 1;
  background-color: #f1f4f4;
  width: 100%;
  border-radius: 0 0 12px 12px;
  border: 1px solid #dedede;
}
.c-laboratory-test__accordion-wrapper {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
.c-laboratory-test__accordion-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-laboratory-test__accordion-item span {
  display: flex;
  font-weight: normal;
  font-size: 13px;
  color: #2c2c2c !important;
}
.c-laboratory-test__accordion-item span:nth-child(1) {
  flex: 1;
}
.c-laboratory-test__accordion-item span:nth-child(2) {
  flex: none;
}
.c-laboratory-test__accordion-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-laboratory-test__accordion-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.c-laboratory-test__accordion-info-head svg {
  width: 30px;
  height: 30px;
}
.c-laboratory-test__accordion-info-head p {
  margin-bottom: 0;
  display: flex;
  font-weight: bold;
  font-size: 13px;
  color: #2c2c2c !important;
}
.c-laboratory-test__accordion-tests {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-laboratory-test__accordion-test {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-laboratory-test__accordion-test span {
  margin-bottom: 0;
  display: flex;
  font-weight: normal;
  font-size: 13px;
  color: #2c2c2c !important;
}
.c-laboratory-test__accordion-test svg {
  width: 30px;
  height: 30px;
}
.c-product__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .c-product__wrapper {
    gap: 50px;
  }
}
.c-product__wrapper--column {
  flex-direction: column;
}
.c-product__wrapper--column .c-product__box {
  width: 100%;
}
.c-product__wrapper--column .c-product__redirect {
  justify-content: flex-start;
  gap: 50px;
}
.c-product__box {
  border-radius: 2px 0px 0px 2px;
  background-color: #fcfdfe;
  border: 1px solid #cdd7dd;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  min-height: 250px;
  gap: 15px;
}
@media (min-width: 768px) {
  .c-product__box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .c-product__box {
    width: calc(50% - 25px);
    min-height: 275px;
    padding: 30px;
  }
}
.c-product__box.has-color .c-product__head-code,
.c-product__box.has-color .c-product__head-title,
.c-product__box.has-color .c-product__content p,
.c-product__box.has-color .c-product__content a {
  color: #fff;
}
.c-product__box.has-color .c-download-button span {
  color: #fff;
}
.c-product__box.has-color .c-download-button svg {
  fill: #fff;
  stroke: none;
}
.c-product__box.has-color .c-classic-button span {
  color: #fff;
}
.c-product__box.has-color .c-classic-button::before {
  background-color: #fff;
}
.c-product__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-product__head {
    gap: 15px;
  }
}
.c-product__head-code {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-product__head-code {
    font-size: 18px;
  }
}
.c-product__head-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #ff2633;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-product__head-title {
    font-size: 26px;
    line-height: 40px;
  }
}
.c-product__content > *:last-child {
  margin-bottom: 0;
}
.c-product__content p {
  font-size: 14px;
  line-height: 24px;
  color: #ff2633;
}
.c-product__content a {
  text-decoration: underline;
}
.c-product__redirect {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .c-product__redirect {
    flex-direction: row;
    gap: 25px;
  }
}
.c-product__info article p {
  margin-bottom: 10px;
}
.c-404 {
  display: flex;
  align-items: center;
  padding: 10px 0;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1200px) {
  .c-404 {
    gap: 0;
    padding: 35px 0 40px 0;
    flex-direction: row;
  }
}
.c-404__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-404__head {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .c-404__head {
    flex: 2;
    align-items: flex-start;
    text-align: left;
    margin-right: 45px;
    max-width: none;
  }
}
.c-404__head-title {
  font-weight: normal;
  font-size: 42px;
  line-height: 48px;
  color: #272727;
}
@media (min-width: 1200px) {
  .c-404__head-title {
    font-size: 70px;
    line-height: 75px;
  }
}
.c-404__head p {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #414141;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-404__head p {
    font-size: 23px;
    line-height: 36px;
  }
}
.c-404__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-404__image {
    flex: 2;
    margin-right: 90px;
  }
}
.c-404__content {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-404__content {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .c-404__content {
    align-items: flex-start;
    text-align: left;
    max-width: none;
  }
}
.c-404__content p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.c-icon-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1200px) {
  .c-icon-box {
    gap: 5px;
  }
}
.c-icon-box--full {
  width: 100%;
}
.c-icon-box--mb50 {
  margin-bottom: 50px;
}
.c-icon-box--customsvg svg {
  width: 40px !important;
  height: 45px !important;
}
.c-icon-box--customsvg .c-icon-box__item span {
  max-width: 180px !important;
}
.c-icon-box--customerboxes {
  justify-content: space-evenly;
}
.c-icon-box--customerboxes .c-icon-box__item {
  width: calc(25% - 5px);
}
.c-icon-box--customerboxes .c-icon-box__item a {
  text-align: center;
}
.c-icon-box--custom {
  gap: 30px;
}
.c-icon-box--custom .c-icon-box__item {
  flex-direction: row;
  height: 130px;
  justify-content: left;
  padding-left: 40px;
  gap: 30px;
  background: #f4f4f4;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  width: 100%;
}
.c-icon-box--custom .c-icon-box__item--calendar {
  justify-content: center;
  padding: 0;
  height: 100px;
}
@media (min-width: 1200px) {
  .c-icon-box--custom .c-icon-box__item {
    width: calc(33% - 17px) !important;
  }
}
@media (min-width: 768px) {
  .c-icon-box--custom .c-icon-box__item {
    width: calc(50% - 18px);
  }
}
.c-icon-box--custom .c-icon-box__item span {
  max-width: 130px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.61px;
  color: #2c2c2c;
}
.c-icon-box__item {
  min-height: 200px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-icon-box__item {
    width: calc(33.3333333333% - 10px);
    height: 246px;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .c-icon-box__item {
    width: calc(20% - 5px);
  }
}
.c-icon-box__item span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: left;
  color: #676b74;
}
.c-icon-box__item a {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #d9000d;
}
.c-icon-box__icon svg {
  width: 38.68px;
  height: 26.21px;
  fill: #d9000d;
}
.show-more--accordion {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .show-more--accordion {
    gap: 50px;
  }
}
table.c-product-table {
  width: 100%;
  border-spacing: 0;
}
table.c-product-table thead {
  background-color: #fbfbfb;
}
table.c-product-table thead.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
table.c-product-table thead tr th {
  padding: 20px;
  width: 16.6666666667%;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #272727;
  text-align: center;
}
table.c-product-table thead tr th:nth-child(1),
table.c-product-table thead tr th:nth-child(2) {
  text-align: left;
}
@media (max-width: 1200px) {
  table.c-product-table thead.fixed-head {
    display: none;
  }
}
@media (min-width: 1200px) {
  table.c-product-table thead.fixed-head {
    display: none;
    filter: drop-shadow(0 4px 2px -2px rgba(0, 0, 0, 0.08));
    box-shadow: 0 6px 2px -2px rgba(0, 0, 0, 0.08);
    max-width: 1140px;
    top: 100px;
    z-index: 9;
  }
  table.c-product-table thead.fixed-head.active {
    display: table-header-group;
    position: fixed;
  }
}
table.c-product-table tbody tr {
  width: 100%;
  position: relative;
}
table.c-product-table tbody tr::after {
  content: "";
  border: 1px solid #ececec;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
table.c-product-table tbody tr:nth-child(2n + 2) {
  background-color: #fbfbfb;
}
table.c-product-table tbody tr:nth-child(2n + 2)::after {
  content: none;
}
table.c-product-table tbody tr td {
  padding: 60px 20px;
}
table.c-product-table tbody tr td p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #272727;
  margin-bottom: 10px;
}
table.c-product-table tbody tr td p:last-child {
  margin-bottom: 0;
}
table.c-product-table tbody tr td:nth-child(1) p,
table.c-product-table tbody tr td:nth-child(2) p {
  text-align: left;
}
table.c-product-table--chronological thead tr th {
  width: 14.2857142857%;
}
@media (max-width: 1200px) {
  table.c-product-table.is-mobile thead {
    display: none;
  }
  table.c-product-table.is-mobile tbody tr {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 25px;
  }
  table.c-product-table.is-mobile tbody tr:last-child {
    margin-bottom: 0;
  }
  table.c-product-table.is-mobile tbody tr::after {
    content: "";
    border: 1px solid #ececec;
  }
  table.c-product-table.is-mobile tbody td {
    width: 100%;
    padding: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ececec;
  }
  table.c-product-table.is-mobile tbody td:last-child {
    border-bottom: none;
  }
  table.c-product-table.is-mobile tbody td div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    gap: 20px;
  }
  table.c-product-table.is-mobile tbody td div::before {
    content: attr(data-label);
    font-weight: bold;
    font-size: 11px;
    color: #272727;
    float: left;
  }
  table.c-product-table.is-mobile tbody td div p {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    flex: 1;
  }
}
table.c-product-table.is-mobile .table-title {
  display: none;
}
@media (max-width: 1200px) {
  table.c-product-table.is-mobile .table-title {
    background-color: #fbfbfb;
    display: table-cell;
    border-bottom: 1px solid #ececec;
    padding: 10px;
  }
  table.c-product-table.is-mobile .table-title div {
    margin-bottom: 0;
  }
  table.c-product-table.is-mobile .table-title div p {
    color: rgba(217, 0, 14, 0.6862745098);
    font-weight: bold;
  }
}
.c-history__head {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-history__head {
    margin-bottom: 50px;
  }
}
.c-history__head-title {
  font-weight: normal;
  font-size: 31px;
  line-height: 42px;
  text-align: left;
  color: #2c2c2c;
}
.c-history__head-date {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 30px;
  text-align: left;
  color: #414141;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%,
  100% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      100% 0,
      100% 100%,
      100% 100%,
      100% 100%
    );
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
.c-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.c-loader::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
}
.c-loader.js-active {
  display: flex;
}
.c-loader__item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.c-loader__item::before,
.c-loader__item::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.c-loader__item::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #d9000d;
}
.c-search-result {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .c-search-result {
    gap: 35px;
  }
}
.c-search-result__item {
  border-radius: 3px;
  background: #fff;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-search-result__item {
    align-items: center;
    flex-direction: row;
    gap: 50px;
    padding: 25px 35px;
  }
}
@media (min-width: 1200px) {
  .c-search-result__item {
    gap: 100px;
  }
}
.c-search-result__content {
  flex: 1;
}
.c-search-result__content p {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: left;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .c-search-result__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.c-search-result__content > *:last-child {
  margin-bottom: 0;
}
.c-search-result__title {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #414141;
}
@media (min-width: 768px) {
  .c-search-result__title {
    font-size: 19px;
  }
}
.c-search-result__button {
  border: 1px solid #d9000d;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  width: 50px;
  height: 50px;
}
@media (min-width: 1200px) {
  .c-search-result__button {
    width: 70px;
    height: 70px;
  }
}
.c-search-result__button svg {
  width: 14.49px;
  height: 9.74px;
  transform: rotate(180deg);
}
.c-search-result__button:hover {
  background-color: #d9000d;
}
.c-search-result__button:hover svg {
  fill: #fff;
}
.c-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .c-share {
    align-items: flex-end;
  }
}
.c-share span {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
}
.c-share__items {
  display: flex;
  gap: 8px;
}
.c-share__item {
  width: 48px;
  height: 48px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.c-share__item svg {
  width: 30px;
  height: 18px;
}
.c-share__item:hover {
  border-color: #d9000d;
  background-color: #d9000d;
}
.c-share__item:hover svg {
  fill: #fff;
}
@keyframes ripple {
  from {
    box-shadow: 0 0 0 0 var(--color), 0 0 0 2px var(--color),
      0 0 0 4px var(--color), 0 0 0 6px var(--color);
  }
  to {
    box-shadow: 0 0 0 2px var(--color), 0 0 0 5px var(--color),
      0 0 0 15px var(--color), 0 0 0 25px rgba(226, 6, 19, 0);
  }
}
.c-map {
  display: none;
  flex-direction: column;
  gap: 75px;
}
@media (min-width: 1200px) {
  .c-map {
    display: flex;
  }
}
.c-map__info {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  padding: 0;
  margin: 0;
}
.c-map__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-map__info-item span {
  font-weight: normal;
  font-size: 14px;
  color: #272727;
}
.c-map__info-item::before {
  content: "•";
  color: var(--color);
}
.c-map__map {
  background-image: url("https://www.tupras.com.tr/assets/img/product-and-services/customer/map.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 525px;
  position: relative;
}
.c-map__pin {
  position: absolute;
}
.c-map__pin-item {
  --color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.c-map__pin-item::before {
  content: "";
  width: 15px;
  height: 15px;
  opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  animation: ripple 2s infinite alternate;
}
.c-map__detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 353px;
  background: #fff;
  border: 1px solid #e20613;
  border-radius: 8px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.c-map__detail.js-active {
  visibility: visible;
  opacity: 1;
}
.c-map__detail .c-button {
  height: 45px;
}
.c-map__detail::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #e20613;
  border-width: 0 0 1px 1px;
  z-index: -1;
}
.c-map__title {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #272727;
  margin-bottom: 0;
}
.c-map__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.c-map__content-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.c-map__content-item span,
.c-map__content-item p {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #272727;
  margin-bottom: 0;
  line-height: 24px;
}
.c-map__content-item span {
  width: 55px;
  position: relative;
}
.c-map__content-item span::after {
  position: absolute;
  right: 0;
  content: " :";
}
.c-map__content-item p {
  flex: 1;
}
@media (min-width: 1200px) {
  .c-map-mobile {
    display: none;
  }
}
.c-map-mobile__tabs {
  display: flex;
  margin-bottom: 30px;
}
.c-map-mobile__tab {
  flex: 1;
  min-width: auto;
}
.c-map-mobile__tab:last-child {
  border-right: none;
}
.c-between-box {
  padding: 30px;
}
.c-between-box__wrapper {
  grid-template-columns: auto auto;
  display: grid;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-between-box__wrapper {
    grid-template-columns: auto;
  }
}
.c-between-box__wrapper--onecolumn {
  grid-template-columns: auto;
}
.c-between-box__wrapper--flex {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 0px;
}
.c-between-box__box {
  position: relative;
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 45px 55px;
  min-height: 200px;
  max-height: 200px;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 3px;
  width: 100%;
}
@media (max-width: 992px) {
  .c-between-box__box {
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .c-between-box__box {
    padding: 10px;
  }
}
.c-between-box__box h3 {
  font-size: 33px;
  color: #7c996c;
  font-weight: 500;
  margin: 0px;
  line-height: 100%;
}
.c-between-box__box h3 span {
  font-size: 22px;
  color: #7c996c;
  font-weight: 500;
  margin: 0px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .c-between-box__box h3 {
    font-size: 23px;
  }
}
.c-between-box__box h4 {
  font-size: 25px;
  color: #7c996c;
  font-weight: 500;
  margin: 0px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .c-between-box__box h4 {
    font-size: 23px;
  }
}
.c-between-box__box p {
  font-size: 15px;
  color: #2c2c2c;
  margin: 0px;
}
.c-between-box__box i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #4f8b57;
}
.c-between-box__group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.c-between-box__line {
  height: 100%;
  width: 1px;
  background-color: #000;
}
.c-between-box--pt40 {
  padding-top: 40px;
}
.c-between-box__icon {
  position: absolute;
  right: 10px;
  top: -30px;
  background-color: #fff;
  border: 1px solid #25736f;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-between-box__icon svg {
  width: 36px;
  height: 40px;
}
@media (max-width: 768px) {
  .c-between-box__icon {
    width: 58px;
    height: 58px;
  }
  .c-between-box__icon svg {
    width: 26px;
    height: 30px;
  }
}
.c-between-box__row {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-between-box__row {
    flex-direction: column;
  }
  .c-between-box__row .c-between-box__box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-between-box__row--bigfirstbox .c-between-box__box {
    justify-content: flex-start;
  }
  .c-between-box__row--bigfirstbox .c-between-box__box:first-child {
    width: 63%;
  }
  .c-between-box__row--bigfirstbox .c-between-box__box:last-child {
    width: 37%;
  }
  .c-between-box__row--sameboxes .c-between-box__box {
    width: 33%;
    justify-content: flex-start;
  }
  .c-between-box__row--halfboxes .c-between-box__box {
    width: 50%;
    justify-content: flex-start;
  }
}
.c-between-box--valuecreation-green h6 {
  color: #3e7c3d;
}
.c-between-box--valuecreation-green ul li::before {
  border-color: rgba(0, 0, 0, 0) #3e7c3d;
}
.c-between-box--valuecreation-green ul li i {
  position: relative;
  color: #3e7c3d;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.c-between-box--valuecreation-darkgreen h6 {
  color: #24736e;
}
.c-between-box--valuecreation-darkgreen ul li::before {
  border-color: rgba(0, 0, 0, 0) #24736e;
}
.c-between-box--valuecreation-darkgreen ul li i {
  position: relative;
  color: #24736e;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.c-between-box--valuecreation-aliceblue h6 {
  color: #53adbd;
}
.c-between-box--valuecreation-aliceblue ul li::before {
  border-color: rgba(0, 0, 0, 0) #53adbd;
}
.c-between-box--valuecreation-aliceblue ul li i {
  position: relative;
  color: #53adbd;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.c-between-box--valuecreation .c-between-box__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-between-box--valuecreation .c-between-box__wrapper {
    flex-direction: column;
  }
}
.c-between-box--valuecreation .c-between-box__column {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .c-between-box--valuecreation .c-between-box__column {
    width: 100%;
  }
}
.c-between-box--valuecreation h4 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
.c-between-box--valuecreation .c-between-box__box {
  padding: 35px 45px 50px 45px;
  align-items: flex-start;
  border-radius: 3px;
  position: relative;
  width: 100%;
  gap: 0px;
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.c-between-box--valuecreation .c-between-box__box ul {
  margin: 0px;
  padding-left: 20px;
  list-style: none;
}
.c-between-box--valuecreation .c-between-box__box ul li {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
}
.c-between-box--valuecreation .c-between-box__box ul li::before {
  content: "";
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1.2em;
  top: 1.1em;
  position: relative;
}
.c-between-box--valuecreation .c-between-box__box ol {
  -moz-columns: 2;
  columns: 2;
  margin: 0px;
  padding-left: 20px;
}
.c-between-box--valuecreation .c-between-box__box ol li {
  font-size: 16px;
  line-height: 31px;
  color: #000;
  font-weight: 300;
}
.c-between-box--valuecreation .c-between-box__box h6 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 100%;
  font-weight: 500;
}
.c-between-box--valuecreation .c-between-box__box--bluebox {
  background-color: #3f97a7;
  display: flex;
  flex-direction: row;
  position: relative;
}
.c-between-box--valuecreation .c-between-box__box--bluebox::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50% px;
  top: -10px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #3f97a7;
}
.c-between-box--valuecreation .c-between-box__box--bluebox h6 {
  color: #fff;
}
.c-between-box--valuecreation .c-between-box__box--bluebox-half:first-child {
  width: 40%;
}
.c-between-box--valuecreation .c-between-box__box--bluebox-half:last-child {
  width: 60%;
}
.c-between-box--valuecreation .c-between-box__box--bluebox ul li {
  color: #fff;
}
.c-between-box--valuecreation .c-between-box__box--bluebox ul li::before {
  border-color: rgba(0, 0, 0, 0) #fff;
}
.c-between-box--valuecreation .c-between-box__box--bluebox ol li {
  color: #fff;
}
@media (max-width: 768px) {
  .c-between-box--valuecreation .c-between-box__box {
    padding: 20px;
    width: 100%;
  }
}
.c-box-with-image {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .c-box-with-image {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
.c-box-with-image__title {
  padding: 20px 25px;
  border-bottom: 1px solid #e8e8e8;
}
.c-box-with-image__title p {
  font-size: 14px;
  color: #2c2c2c;
  margin: 0px;
}
@media (max-width: 768px) {
  .c-box-with-image__title {
    padding: 15px;
  }
  .c-box-with-image__title p {
    font-size: 13px;
  }
}
.c-box-with-image__image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-box-with-image__image img {
  width: 85%;
}
@media (max-width: 768px) {
  .c-box-with-image__image img {
    width: 100%;
    height: 100%;
  }
}
.c-colorful-boxes {
  display: grid;
  gap: 30px;
  grid-template-columns: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .c-colorful-boxes {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1200px) {
  .c-colorful-boxes {
    grid-template-columns: auto auto auto auto;
  }
}
.c-colorful-boxes__box {
  padding: 25px 0px 40px 25px;
}
.c-colorful-boxes__box h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-left: 45px;
  margin-bottom: 30px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.c-colorful-boxes__box--gray {
  background-color: #eef1f3;
}
.c-colorful-boxes__box--lightgreen {
  background-color: #f2f5f0;
}
.c-colorful-boxes__box--lightgray {
  background-color: #f0f5f8;
}
.c-colorful-boxes__box--lightyellow {
  background-color: #fdf5ec;
}
.c-colorful-boxes__box--lightred {
  background-color: #f4e9ec;
}
.c-colorful-boxes__box--softgray {
  background-color: #e9eded;
}
.c-colorful-boxes__box--lightorange {
  background-color: #fcf1eb;
}
.c-colorful-boxes__box--softgreen {
  background-color: #ecf5f3;
}
.c-colorful-boxes__group {
  display: flex;
  gap: 30px;
  align-items: baseline;
  margin-bottom: 10px;
}
.c-colorful-boxes__group:last-child {
  padding-bottom: 0px;
}
.c-colorful-boxes__group span {
  text-align: right;
  min-width: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.c-colorful-boxes__group p {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  max-width: 150px;
  letter-spacing: 0.57px;
  line-height: 22px;
}
.c-image-in-text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
.c-image-in-text__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
}
@media (max-width: 1200px) {
  .c-image-in-text__box {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .c-image-in-text__box {
    width: 100%;
  }
}
.c-image-in-text__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.c-image-in-text__box img {
  width: 100%;
  height: 330px;
}
@media (max-width: 768px) {
  .c-image-in-text__box img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 332px;
  }
}
.c-image-in-text__box p {
  position: absolute;
  bottom: 40px;
  letter-spacing: 0px;
  color: #fff;
  font-size: 19px;
  margin-bottom: 0px;
}
.c-big-report {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  padding: 35px 40px;
  display: flex;
  margin-bottom: 70px;
  gap: 60px;
}
@media (max-width: 992px) {
  .c-big-report {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .c-big-report__img img {
    width: 100%;
  }
}
.c-big-report__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-big-report__content h4 {
  font-size: 31px;
  font-weight: 300;
  color: #9f9f9f;
  line-height: 100%;
  margin-bottom: 10px;
}
.c-big-report__content h3 {
  font-size: 48px;
  letter-spacing: 0px;
  color: #272727;
  margin: 0px;
  line-height: 100%;
  margin-bottom: 35px;
}
.c-big-report__content p {
  font-size: 16px;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  opacity: 1;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .c-big-report__content h3 {
    font-size: 30px;
  }
  .c-big-report__content h4 {
    font-size: 20px;
  }
  .c-big-report__content p {
    margin-bottom: 50px;
  }
}
.c-slim-image__box {
  background: #fff;
  box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.1137254902);
  border-radius: 10px;
  opacity: 1;
  padding: 25px;
  min-width: 262px;
}
.c-slim-image__wrapper {
  display: grid;
  gap: 30px;
  padding-bottom: 30px;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 1200px) {
  .c-slim-image__wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 768px) {
  .c-slim-image__wrapper {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 576px) {
  .c-slim-image__wrapper {
    grid-template-columns: auto;
  }
}
.c-slim-image__button {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 10px;
}
.c-slim-image img {
  margin-bottom: 20px;
  width: 100%;
}
.c-slim-image h6 {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}
.c-slim-image h5 {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
  line-height: 100%;
  margin-bottom: 30px;
}
.c-emission-table {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  padding: 25px 44px;
  margin-top: 140px;
  margin-bottom: 80px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .c-emission-table {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
.c-emission-table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .c-emission-table table {
    min-width: 800px;
  }
}
.c-emission-table table thead tr {
  border-bottom: 1px solid #e8e8e8;
}
.c-emission-table table thead tr td {
  color: #d9000d;
  padding-bottom: 20px;
  text-align: right;
}
.c-emission-table table thead tr td:first-child {
  text-align: left;
  width: 25%;
}
.c-emission-table table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.c-emission-table table tbody tr td {
  color: #414141;
  padding: 30px 0px 25px 0px;
  text-align: right;
}
.c-emission-table table tbody tr td:first-child {
  text-align: left;
  width: 25%;
}
.c-emission-table table tbody tr td i {
  padding-left: 10px;
  color: #d9000d;
}
.c-emission-table__hint {
  padding-top: 20px;
}
.c-emission-table__hint p {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.66px;
  color: #747474;
  margin: 0px;
}
.c-gif-with-text {
  display: flex;
  margin-top: 35px;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .c-gif-with-text {
    flex-direction: column;
    gap: 15px;
  }
}
.c-gif-with-text__box {
  width: 50%;
}
.c-gif-with-text__box span {
  margin-bottom: 35px;
  font-size: 16px;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  display: block;
}
.c-gif-with-text__box p {
  font-size: 16px;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  margin: 0px;
  line-height: 25px;
}
.c-gif-with-text__box i {
  font-size: 25px;
  color: #6cd21d;
}
.c-gif-with-text__box--flex {
  display: flex;
  gap: 50px;
}
.c-gif-with-text__box--mt55 {
  margin-top: 55px;
}
.c-gif-with-text__box img {
  width: 570px;
}
@media (max-width: 768px) {
  .c-gif-with-text__box {
    width: 100%;
  }
  .c-gif-with-text__box img {
    width: 100%;
    height: 300px;
  }
  .c-gif-with-text__box p {
    width: 100%;
  }
  .c-gif-with-text__box--flex {
    gap: 20px;
  }
  .c-gif-with-text__box--mt55 {
    margin-top: 25px;
  }
}
.c-risk-boxes {
  margin-top: 80px;
}
.c-risk-boxes svg {
  width: 30px;
  height: 60px;
}
.c-risk-boxes--five {
  margin-top: 0px;
}
.c-risk-boxes--five svg {
  width: 40px;
}
.c-risk-boxes--five .c-risk-boxes__box {
  gap: 20px;
  width: calc(20% - 24px);
}
.c-risk-boxes--five .c-risk-boxes__box p {
  min-height: 100px;
}
@media (max-width: 992px) {
  .c-risk-boxes--five .c-risk-boxes__box {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 768px) {
  .c-risk-boxes--five .c-risk-boxes__box {
    width: calc(50% - 22.5px);
  }
}
@media (max-width: 576px) {
  .c-risk-boxes--five .c-risk-boxes__box {
    width: 100%;
  }
}
.c-risk-boxes--five .c-risk-boxes__box span {
  width: 33px;
  height: 1px;
  background-color: #d9000d;
}
.c-risk-boxes--two {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .c-risk-boxes--two .c-risk-boxes__wrapper {
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
.c-risk-boxes--two .c-risk-boxes__box {
  gap: 20px;
  flex-direction: row;
  width: calc(32% - 40px);
  align-items: center;
  min-height: 120px;
  padding: 20px 50px;
}
.c-risk-boxes--two .c-risk-boxes__box p {
  text-align: left;
  max-width: 260px;
}
@media (max-width: 768px) {
  .c-risk-boxes--two .c-risk-boxes__box {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .c-risk-boxes--two .c-risk-boxes__box {
    flex-direction: column;
  }
}
.c-risk-boxes--two .c-risk-boxes__box span {
  width: 33px;
  height: 1px;
  background-color: #d9000d;
}
.c-risk-boxes--white .c-risk-boxes__box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
}
.c-risk-boxes h4 {
  font-size: 31px;
  letter-spacing: 0px;
  color: #2c2c2c;
  font-weight: 500;
  margin-bottom: 40px;
}
.c-risk-boxes__wrapper {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.c-risk-boxes__box {
  width: calc(25% - 22.5px);
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-direction: column;
  padding: 50px 65px;
}
@media (max-width: 992px) {
  .c-risk-boxes__box {
    width: calc(33% - 22.5px);
  }
}
@media (max-width: 768px) {
  .c-risk-boxes__box {
    width: calc(50% - 22.5px);
  }
}
@media (max-width: 576px) {
  .c-risk-boxes__box {
    width: 100%;
  }
}
.c-risk-boxes__box--center {
  align-items: center !important;
}
.c-risk-boxes__box p {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0px;
  color: #2c2c2c;
  margin: 0px;
  line-height: 24px;
}
.c-risk-boxes__box i {
  font-size: 30px;
  color: #d9000d;
}
.c-risk-boxes__box--full {
  align-items: baseline;
  width: 100%;
  margin-bottom: 30px;
}
.c-risk-boxes__box--full h4 {
  font-size: 25px;
  margin: 0px;
}
@media (max-width: 768px) {
  .c-risk-boxes__box--full h4 {
    text-align: center;
  }
}
.c-risk-boxes__box-titlered {
  color: red !important;
}
.c-risk-boxes__group {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-risk-boxes__group {
    flex-direction: column;
    align-items: center;
  }
}
.c-risk-boxes--custom {
  margin-top: 40px;
}
.c-risk-boxes--custom h4 {
  text-align: center;
}
.c-risk-boxes--custom .c-risk-boxes__box {
  width: calc(33.33333% - 20px);
  background-color: #fff;
  padding: 20px 65px;
}
@media (max-width: 992px) {
  .c-risk-boxes--custom .c-risk-boxes__box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .c-risk-boxes--custom .c-risk-boxes__box {
    width: 100%;
  }
}
.c-risk-boxes--custom .c-risk-boxes__box svg {
  width: 58px;
  height: 44px;
}
.c-risk-boxes--tripleitem {
  margin-top: 0px;
}
.c-risk-boxes--tripleitem .c-risk-boxes__wrapper {
  gap: 0px;
}
.c-risk-boxes--tripleitem .c-risk-boxes__box {
  border-right: 1px solid #707070;
  width: 33%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 40px;
}
.c-risk-boxes--tripleitem .c-risk-boxes__box:last-child {
  border: none;
}
@media (max-width: 992px) {
  .c-risk-boxes--tripleitem .c-risk-boxes__box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .c-risk-boxes--tripleitem .c-risk-boxes__box {
    border: none;
    padding: 20px;
    width: 100%;
  }
}
.c-risk-boxes--tripleitem .c-risk-boxes__box svg {
  width: 58px;
  height: 44px;
}
.c-risk-boxes--tripleitem .c-risk-boxes__box p {
  margin: 0px;
}
.c-risk-boxes--strategictransformation {
  margin-top: 0px;
}
.c-risk-boxes--strategictransformation .c-risk-boxes__wrapper {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2235294118);
  padding-bottom: 55px;
  justify-content: space-around;
}
.c-risk-boxes--strategictransformation .c-risk-boxes__box {
  gap: 0px;
  align-items: flex-start;
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
}
.c-risk-boxes--strategictransformation .c-risk-boxes__box:last-child {
  border: none;
}
@media (max-width: 992px) {
  .c-risk-boxes--strategictransformation .c-risk-boxes__box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .c-risk-boxes--strategictransformation .c-risk-boxes__box {
    border: none;
    padding: 20px;
    width: 100%;
    align-items: center;
  }
}
.c-risk-boxes--strategictransformation .c-risk-boxes__box svg {
  width: 58px;
  height: 44px;
  margin-bottom: 45px;
}
.c-risk-boxes--strategictransformation .c-risk-boxes__box p {
  margin-bottom: 5px;
}
.c-risk-boxes--fullwidth .swiper-slide {
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .c-risk-boxes--fullwidth {
    padding: 0px 50px;
  }
}
.c-risk-boxes--fullwidth .c-risk-boxes__box {
  height: 350px;
  align-items: flex-start;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8d8d8;
  width: 100%;
  gap: 20px;
}
.c-risk-boxes--fullwidth .c-risk-boxes__box svg {
  width: 63px;
  height: 70px;
  margin-left: 30px;
}
.c-risk-boxes--fullwidth .c-risk-boxes__box p {
  max-width: 250px;
  text-align: left;
  margin-left: 30px;
}
.c-schema {
  margin-top: 110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: none;
}
@media (min-width: 1200px) {
  .c-schema {
    display: flex;
  }
}
.c-schema h4 {
  font-size: 31px;
  letter-spacing: 0px;
  color: #2c2c2c;
  text-align: center;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 55px;
}
.c-schema__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  border-radius: 3px;
  gap: 10px;
  width: 100%;
}
.c-schema__box p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #898989;
  text-align: center;
  margin: 0px;
  line-height: 21px;
  max-width: 390px;
}
.c-schema__box h5 {
  font-size: 21px;
  letter-spacing: 0px;
  color: #d9000d;
  text-align: center;
  font-weight: 500;
  margin: 0px;
}
.c-schema__box h6 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #2c2c2c;
  text-align: center;
  font-weight: 500;
  margin: 0px;
  line-height: 100%;
}
.c-schema__box--gray {
  background-color: #f4f4f4;
  box-shadow: none;
  border-radius: 0px;
  height: 140px;
}
.c-schema__box--gray-h110 {
  height: 110px;
  padding: 0px 40px;
}
.c-schema__box--titleblack h5 {
  color: #2c2c2c;
}
.c-schema__box--longbox {
  width: 530px;
  height: 90px;
}
.c-schema__box--shortbox {
  width: 270px;
  padding: 40px 30px;
}
.c-schema__box--bigbox {
  padding: 34px 36px 40px 36px;
  width: 530px;
}
.c-schema__box--hauto {
  height: auto;
}
.c-schema__box--mincontent {
  height: -moz-min-content;
  height: min-content;
}
.c-schema__box--firstbox {
  position: relative;
}
.c-schema__box--firstbox::before {
  content: "";
  position: absolute;
  width: 32.5%;
  height: 1px;
  background-color: #707070;
  left: -173px;
}
.c-schema__box--firstbox::after {
  content: "";
  position: absolute;
  width: 173px;
  height: 1px;
  background-color: #707070;
  right: -173px;
}
.c-schema__box--secondbox {
  position: relative;
}
.c-schema__box--secondbox::before {
  content: "";
  position: absolute;
  width: 43.5px;
  height: 1px;
  background-color: #707070;
  top: -23px;
  transform: rotate(0.25turn);
}
.c-schema__box--thirthbox {
  position: relative;
}
.c-schema__box--thirthbox::before {
  content: "";
  position: absolute;
  width: 77.5px;
  height: 1px;
  background-color: #707070;
  top: -40px;
  transform: rotate(0.25turn);
}
.c-schema__box--bottombox {
  position: relative;
}
.c-schema__box--bottombox::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #707070;
  top: -23px;
  transform: rotate(0.25turn);
}
.c-schema__box--middlesame {
  position: relative;
}
.c-schema__box--middlesame::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  background-color: #707070;
  top: -46px;
  transform: rotate(0.25turn);
}
.c-schema__box--middlebottombox {
  position: relative;
}
.c-schema__box--middlebottombox::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #707070;
  bottom: -23px;
  transform: rotate(0.25turn);
}
.c-schema__box--p28 {
  padding: 22px 28px 28px 28px;
}
.c-schema__group {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-top: 45px;
}
.c-schema__group--mtnone {
  margin-top: 0px;
}
.c-schema__group--end {
  align-items: end;
}
.c-schema__group--g10 {
  gap: 10px;
}
.c-schema-mobile {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-schema-mobile {
    display: none;
  }
}
.c-schema-mobile h4 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2c2c2c;
  text-align: center;
  font-weight: 400;
  margin: 0px;
}
.c-schema-mobile__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 13px 11px rgba(0, 0, 0, 0.1137254902);
  border-radius: 3px;
  gap: 10px;
  width: 100%;
  padding: 20px 25px;
}
.c-schema-mobile__box--middleboxes {
  padding: 15px 10px;
}
.c-schema-mobile__box--w80 {
  width: 80%;
}
.c-schema-mobile__box h5 {
  color: #d9000d;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin: 0px;
  text-align: center;
  line-height: 17px;
}
.c-schema-mobile__box p {
  font-size: 13px;
  line-height: 21px;
  margin: 0px;
  color: #898989;
  text-align: center;
}
.c-schema-mobile__box--titleblack h5 {
  color: #2c2c2c;
}
.c-schema-mobile__box h6 {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  margin: 0px;
  text-align: center;
  line-height: 17px;
}
.c-schema-mobile__box--gray {
  background-color: #f4f4f4;
  box-shadow: none;
  border-radius: 0px;
  padding: 23px;
}
.c-schema-mobile__box--w50 {
  width: 50%;
}
.c-schema-mobile__box--top35line {
  position: relative;
}
.c-schema-mobile__box--top35line::before {
  content: "";
  height: 1px;
  width: 37px;
  top: -17px;
  background-color: #707070;
  transform: rotate(0.25turn);
  position: absolute;
}
.c-schema-mobile__box--longline {
  position: relative;
}
.c-schema-mobile__box--longline::before {
  content: "";
  height: 1px;
  width: 249px;
  top: -125px;
  background-color: #707070;
  transform: rotate(0.25turn);
  position: absolute;
}
@media (min-width: 576px) {
  .c-schema-mobile__box--longline::before {
    width: 191px;
    top: -95px;
  }
}
@media (min-width: 768px) {
  .c-schema-mobile__box--longline::before {
    width: 169px;
    top: -84.5px;
  }
}
@media (min-width: 992px) {
  .c-schema-mobile__box--longline::before {
    width: 149px;
    top: -74.5px;
  }
}
.c-schema-mobile__box--middlelineleft {
  position: relative;
}
.c-schema-mobile__box--middlelineleft::before {
  content: "";
  height: 1px;
  width: 127px;
  top: -64px;
  left: -30px;
  background-color: #707070;
  transform: rotate(0.25turn);
  position: absolute;
}
@media (max-width: 576px) {
  .c-schema-mobile__box--middlelineleft::before {
    left: -50px;
  }
}
.c-schema-mobile__box--middlelineright {
  position: relative;
}
.c-schema-mobile__box--middlelineright::before {
  content: "";
  height: 1px;
  width: 127px;
  top: -64px;
  right: -30px;
  background-color: #707070;
  transform: rotate(0.25turn);
  position: absolute;
}
@media (max-width: 576px) {
  .c-schema-mobile__box--middlelineright::before {
    right: -50px;
  }
}
.c-schema-mobile__group {
  display: flex;
  gap: 45px;
  width: 100%;
}
.c-cross-box-light {
  margin-top: 90px;
}
.c-cross-box-light__item {
  display: flex;
  gap: 100px;
  border-bottom: 1px solid #eaeaea;
  padding: 70px 0px;
}
.c-cross-box-light__item:first-child {
  padding: 0px 0px 70px 0px;
}
.c-cross-box-light__item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-cross-box-light__item {
    flex-direction: column;
    padding: 20px !important;
    gap: 20px;
  }
}
.c-cross-box-light__item--white {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 70px 70px 70px !important;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .c-cross-box-light__item--white {
    flex-direction: column;
    padding: 20px !important;
    gap: 20px;
  }
  .c-cross-box-light__item--white img {
    width: auto !important;
  }
}
.c-cross-box-light__description h6 {
  font-size: 21px;
  margin-bottom: 35px;
  font-weight: 400;
  color: #272727;
}
.c-cross-box-light__description p {
  font-size: 16px;
  color: #414141;
  margin: 0px;
}
.c-cross-box-light__description--challange p {
  color: #2c2c2c;
  font-weight: 300;
}
.c-cross-box-light__img {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  width: 370px;
}
.c-cross-box-light__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .c-cross-box-light__img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .c-cross-box-light__img {
    width: 100%;
  }
}
.c-cross-box-light__img i {
  font-size: 45px;
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #fff;
  background-color: red;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .c-cross-box-light__img i {
    right: 25px;
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .c-cross-box-light__img--mobilecenter {
    justify-content: center;
  }
}
.c-he-for-she-boxes {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .c-he-for-she-boxes {
    flex-direction: column;
  }
}
.c-he-for-she-boxes__icon svg {
  width: 45px;
  height: 45px;
}
.c-he-for-she-boxes__wrapper {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-he-for-she-boxes__wrapper {
    width: 100%;
  }
}
.c-he-for-she-boxes__bigbox {
  width: 40%;
  padding: 25px 30px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .c-he-for-she-boxes__bigbox {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px;
    width: 100%;
  }
}
.c-he-for-she-boxes__bigbox p {
  margin: 0px;
  font-size: 16px;
  color: #414141;
  line-height: 31px;
}
.c-he-for-she-boxes__box {
  width: 100%;
  padding: 25px 30px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .c-he-for-she-boxes__box {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 20px;
  }
}
.c-he-for-she-boxes__box img {
  width: 100%;
}
.c-he-for-she-boxes__box p {
  margin: 0px;
  font-size: 16px;
  color: #414141;
  line-height: 31px;
}
.c-he-for-she-boxes__box i {
  color: #d9000d;
  font-size: 30px;
}
.c-report__item {
  gap: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e4e4e5;
  border-bottom-width: 0;
}
.c-report__item:last-child {
  border-bottom-width: 1px;
}
.c-report__item:nth-child(2n + 1) {
  background-color: #f9f8fb;
}
.c-report__item:nth-child(2n + 2) {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .c-report__item {
    padding: 23px 75px 23px 30px;
    height: 93px;
  }
}
.c-report__content {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .c-report__content {
    gap: 28px;
    align-items: center;
    flex-direction: row;
  }
}
.c-report__content-date {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #272727;
  opacity: 0.6;
  padding-right: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-report__content-date {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    height: 100%;
  }
}
.c-report__content-title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #252525;
}
@media (min-width: 1200px) {
  .c-report__content-title {
    height: 100%;
  }
}
.c-report__icon {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-report__icon {
    height: 100%;
  }
}
.c-report__icon svg {
  width: 29.85px;
  height: 38.48px;
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  gap: 15px;
}
.c-pagination .pager {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.c-pagination .pager li a {
  font-weight: normal;
  font-size: 14px;
  color: #272727;
  opacity: 0.8;
}
.c-pagination .pager li.active a {
  color: #d9000d;
  opacity: 1;
}
.c-pagination .next,
.c-pagination .prev {
  background: none;
  border: none;
  color: #252525;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8;
  cursor: pointer;
}
.c-custom-select {
  padding: 0 !important;
  height: 60px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0 !important;
  border: 1px solid #d9000d !important;
}
@media (min-width: 1200px) {
  .c-custom-select {
    height: 80px;
    min-width: 230px !important;
    width: 230px !important;
  }
}
.c-custom-select--sm {
  width: 175px !important;
  min-width: 175px !important;
}
.c-custom-select:focus {
  filter: none !important;
  box-shadow: none !important;
}
.c-custom-select .ss-values {
  flex: 0 !important;
}
.c-custom-select .ss-values .ss-single {
  font-weight: normal;
  font-size: 16px;
  color: #d9000d !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100px;
}
.c-custom-select .ss-values .ss-placeholder {
  font-weight: normal;
  font-size: 16px;
  color: #d9000d !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c-custom-select .ss-arrow path {
  stroke: #d9000d !important;
}
.c-cross-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 35px;
  position: relative;
}
@media (min-width: 1200px) {
  .c-cross-content {
    justify-content: space-between;
  }
  .c-cross-content::after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(112, 112, 112, 0.1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
}
.c-cross-content__item {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .c-cross-content__item {
    margin-bottom: 100px;
    width: calc(50% - 124px);
  }
  .c-cross-content__item:nth-child(odd) {
    margin-top: -260px;
  }
  .c-cross-content__item:nth-child(odd) .c-cross-content__item-title {
    position: relative;
  }
  .c-cross-content__item:nth-child(odd) .c-cross-content__item-title::after {
    left: 128%;
  }
  .c-cross-content__item:nth-child(even) .c-cross-content__item-title {
    position: relative;
  }
  .c-cross-content__item:nth-child(even) .c-cross-content__item-title::after {
    right: 124%;
  }
}
.c-cross-content__item:first-child {
  margin-top: 0 !important;
}
.c-cross-content__item--title {
  margin-top: 0 !important;
}
.c-cross-content__item--title .c-cross-content__item-title::after {
  content: none !important;
}
.c-cross-content__item:last-child {
  margin-bottom: 0;
}
.c-cross-content__item > *:last-child {
  margin-bottom: 0 !important;
}
.c-cross-content__item-title {
  font-weight: normal;
  color: #272727;
  font-size: 30px;
  line-height: 43px;
}
@media (min-width: 1200px) {
  .c-cross-content__item-title {
    font-size: 65px;
    line-height: 85px;
  }
}
.c-cross-content__item-title--small {
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-cross-content__item-title--small {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .c-cross-content__item-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #d9000d;
    border-radius: 50%;
    z-index: 1;
  }
}
.c-cross-content__item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #161616;
  margin-bottom: 20px;
}
.c-cross-content__item img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .c-cross-content--reverse .c-cross-content__item {
    margin-bottom: 0;
    margin-top: 100px;
    width: calc(50% - 124px);
  }
  .c-cross-content--reverse .c-cross-content__item:nth-child(odd) {
    margin-top: 0;
  }
  .c-cross-content--reverse .c-cross-content__item:nth-child(even) {
    margin-top: 175px;
  }
}
.c-cross-content--no-line::after {
  content: none;
}
.c-cross-content--no-line .c-cross-content__item-title::after {
  content: none;
}
.c-big-number {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .c-big-number {
    width: 100%;
  }
}
.c-big-number h4 {
  font-size: 31px;
  letter-spacing: 0px;
  color: #272727;
  margin: 0px;
}
.c-big-number h2 {
  font-size: 80px;
  letter-spacing: 0px;
  color: #d9000d;
  margin: 0px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .c-big-number h4 {
    font-size: 21px;
  }
  .c-big-number h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .c-big-image {
    padding-right: 1.875rem;
    padding-left: 0;
    margin-left: auto;
    margin-right: calc((100vw - 1200px) / 2);
    max-width: none;
  }
}
.c-big-image__wrapper {
  position: relative;
}
.c-big-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .c-big-image img {
    padding: 20px;
  }
}
.c-big-image__inbox {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .c-big-image__inbox {
    position: absolute;
    width: 655px;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 55px;
    bottom: 85px;
    right: 58px;
  }
}
.c-big-image__inbox h3 {
  font-size: 30px;
  max-width: 250px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #272727;
  margin: 0px;
}
@media (max-width: 1200px) {
  .c-big-image__inbox h3 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.c-big-image__inbox p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  margin: 0px;
}
.c-big-image__inbox .description-red {
  color: #d9000d;
}
@media (min-width: 1200px) {
  .c-big-image__inbox .description-red {
    max-width: 450px;
  }
}
.c-big-image__inbox--combatingclimate {
  border: none;
  bottom: 0px;
}
.c-big-image__inbox--combatingclimate p {
  font-size: 14px;
  line-height: 25px;
}
.c-big-image__inbox--combatingclimate a {
  width: -moz-min-content;
  width: min-content;
  margin-top: 50px;
}
.c-big-image .c-icon-group img {
  padding: 0;
}
.c-centered-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.c-centered-texts--mt70 {
  margin-top: 70px;
}
.c-centered-texts--mt20 {
  margin-top: 20px;
}
.c-centered-texts h4 {
  text-align: center;
  margin: 0px;
  font-size: 45px;
  letter-spacing: 0px;
  color: #272727;
  font-weight: 400;
  line-height: 100%;
}
.c-centered-texts p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  margin: 0px;
  line-height: 28px;
}
.c-centered-texts h5 {
  text-align: center;
  font-size: 31px;
  letter-spacing: 0px;
  color: #272727;
  margin: 0px;
  font-weight: 400;
  line-height: 100%;
}
.c-centered-texts h2 {
  text-align: center;
  font-size: 81px;
  letter-spacing: 0px;
  line-height: 100%;
  color: #d9000d;
  margin: 0px;
  font-weight: 500;
}
.c-centered-texts article {
  display: flex;
  align-items: center;
}
.c-centered-texts article p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.94px;
  color: #414141;
  max-width: 900px;
}
.c-centered-texts article .small-text {
  font-size: 14px;
  letter-spacing: 0.66px;
  color: #2c2c2c;
  max-width: 600px;
}
.c-centered-texts article h5 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2c2c2c;
  opacity: 1;
}
.c-centered-texts article img {
  width: 100%;
  margin-bottom: 60px;
}
.c-centered-texts .small-title {
  width: 570px;
}
.c-centered-texts .mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .c-centered-texts h4 {
    text-align: center;
    margin: 0px;
    font-size: 35px;
    letter-spacing: 0px;
    color: #272727;
    font-weight: 400;
    line-height: 100%;
  }
  .c-centered-texts h5 {
    font-size: 21px;
  }
  .c-centered-texts h2 {
    font-size: 41px;
  }
  .c-centered-texts .small-title {
    width: 100%;
  }
}
.c-centered-texts__box {
  width: 100%;
  margin-bottom: 80px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  border-radius: 3px;
}
.c-centered-texts__box h5 {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.94px;
  color: #414141;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-centered-texts__box {
    padding: 20px;
  }
}
.c-centered-texts__box--small {
  width: 80%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fa645e 0% 0% no-repeat padding-box;
}
.c-centered-texts__box--small h5 {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.94px;
  color: #414141;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .c-centered-texts__box--small {
    padding: 20px;
  }
}
.c-dates-schema {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.c-dates-schema__box {
  background-color: #f1f1f1;
  width: 33.33%;
  height: 165px;
}
@media (max-width: 1200px) {
  .c-dates-schema__box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-dates-schema__box {
    width: 100%;
  }
}
.c-dates-schema__box-colorful {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 100%;
}
.c-dates-schema__box-colorful p {
  margin: 0px;
  font-size: 18px;
  letter-spacing: 0.74px;
  color: #fff;
  transform: rotate(0.25turn);
}
.c-dates-schema__box-colorful--blue {
  background-color: #3d88b9;
}
.c-dates-schema__box-colorful--lightgreen {
  background-color: #9db968;
}
.c-dates-schema__box-colorful--tomato {
  background-color: #bf4d43;
}
.c-dates-schema__box-colorful--green {
  background-color: #50b17f;
}
.c-dates-schema__list {
  width: 33.33%;
}
.c-dates-schema__list ul {
  margin: 0px;
}
.c-dates-schema__list ul li {
  font: 13px;
  letter-spacing: 0.53px;
  color: #414141;
  margin: 0px;
}
@media (max-width: 1200px) {
  .c-dates-schema__list {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-dates-schema__list {
    width: 100%;
  }
}
.c-dates-schema__group {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  .c-dates-schema__group:nth-child(2n + 2) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .c-dates-schema__group {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .c-dates-schema__group {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .c-dates-schema__group::after {
    content: "";
    position: absolute;
    background-color: #707070;
    height: calc(100% + 40px);
    width: 0.09px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-dates-schema__group:first-child::after {
    height: calc(50% + 20px);
    transform: translate(-50%, 0);
  }
  .c-dates-schema__group:last-child::after {
    height: calc(50% + 20px);
    top: unset;
    bottom: 50%;
    transform: translate(-50%, 0);
  }
}
.c-dates-schema__dot {
  width: 33.33%;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 1200px) {
  .c-dates-schema__dot {
    display: flex;
  }
}
.c-dates-schema__dot span {
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: red;
  z-index: 1;
}
.c-dates-schema__dot--leftline {
  position: relative;
}
.c-dates-schema__dot--leftline::before {
  content: "";
  position: absolute;
  background-color: #707070;
  height: 0.09px;
  width: 150px;
  left: 31.5px;
}
.c-dates-schema__dot--rightline {
  position: relative;
}
.c-dates-schema__dot--rightline::before {
  content: "";
  position: absolute;
  background-color: #707070;
  height: 0.09px;
  width: 150px;
  right: 31.5px;
}
.c-slider-pdf-box .swiper-wrapper {
  padding: 12px 0px;
}
.c-slider-pdf-box .swiper {
  margin-bottom: 45px;
}
.c-slider-pdf-box .swiper-slide {
  padding: 12px 0px;
}
.c-slider-pdf-box--custom .swiper-wrapper {
  height: auto !important;
  padding: 12px;
}
.c-slider-pdf-box--custom svg {
  width: 30px;
  height: 60px;
}
.c-slider-pdf-box--custom .c-slider-pdf-box__item {
  padding: 30px 60px 0px 40px;
  height: 480px;
}
.c-slider-pdf-box--custom .c-slider-pdf-box__item h6 {
  font-size: 18px;
}
.c-slider-pdf-box__item {
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  height: 210px;
  padding-top: 45px;
  padding-bottom: 40px;
}
.c-slider-pdf-box__item h6 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #272727;
  font-weight: 400;
  margin-bottom: 25px;
}
.c-slider-pdf-box__item p {
  font-size: 15px;
  letter-spacing: 0.66px;
  font-weight: 300;
  color: #2c2c2c;
}
.c-slider-pdf-box__item p span {
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.66px;
  font-weight: 300;
  color: #d9000d;
  padding: 0px;
  margin: 0px;
}
.c-slider-pdf-box span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #9f9f9f;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
}
.c-slider-pdf-box h4 {
  padding: 0px 0px 0px 25px;
  font-size: 21px;
  letter-spacing: 0px;
  color: #272727;
  margin: 0px;
  height: 150px;
}
.c-slider-pdf-box a {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 25px;
}
.c-slider-pdf-box a span {
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #d9000d;
  margin: 0px;
  padding-left: 10px;
}
.c-slider-pdf-box a svg {
  width: 14px;
  height: 28px;
}
@media (max-width: 1200px) {
  .c-bolt-list {
    padding: 30px;
  }
}
.c-bolt-list ul {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px;
  list-style-image: url("https://www.tupras.com.tr/assets/img/sprite-svg/list-bolt-icon.svg");
}
.c-bolt-list ul li {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.94px;
  color: #414141;
  max-width: 360px;
}
.c-simple-box {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-simple-box {
    flex-direction: column;
  }
}
.c-simple-box__item {
  width: calc(50% - 30px);
  background: #f7f7f7;
  padding: 60px 70px;
  position: relative;
}
@media (max-width: 768px) {
  .c-simple-box__item {
    width: 100%;
  }
}
.c-simple-box__item svg {
  position: absolute;
  fill: #00ceff;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 50px;
}
.c-simple-box__item h6 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #272727;
  margin-bottom: 25px;
}
.c-simple-box__item p {
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.66px;
  color: #414141;
}
.c-full-slider h3 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #272727;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .c-full-slider h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .c-full-slider h3 {
    font-size: 30px;
  }
}
.c-full-slider p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.94px;
  color: #414141;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-full-slider p {
    font-size: 14px;
  }
}
.c-full-slider img {
  margin-bottom: 40px;
  width: 100%;
}
#biodiversitySlider {
  position: relative;
}
#biodiversitySlider .c-custom-slider__arrow {
  position: absolute;
  right: 350px;
  top: 70px;
  z-index: 9;
}
@media (max-width: 1200px) {
  #biodiversitySlider .c-custom-slider__arrow {
    position: absolute;
    right: 250px;
    top: 30px;
    z-index: 9;
  }
  #biodiversitySlider .c-custom-slider__arrow-left {
    width: 55px;
    height: 55px;
  }
  #biodiversitySlider .c-custom-slider__arrow-right {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  #biodiversitySlider .c-custom-slider__arrow {
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  #biodiversitySlider .c-custom-slider__arrow-left {
    width: 45px;
    height: 45px;
  }
  #biodiversitySlider .c-custom-slider__arrow-right {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1200px) {
  #integratedmanagementSlider .c-custom-slider__arrow {
    display: flex;
  }
}
@media (max-width: 1200px) {
  #healthSafetyEnvironmentSlider .c-custom-slider__arrow {
    display: flex;
  }
}
@media (max-width: 1200px) {
  #informationSecuritySlider .c-custom-slider__arrow {
    display: flex;
  }
}
@media (max-width: 1200px) {
  #customerRelationshipSlider .c-custom-slider__arrow {
    display: flex;
  }
}
.c-table {
  overflow-x: auto;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-table {
    padding-bottom: 0;
  }
}
.c-table::-webkit-scrollbar {
  width: 20px;
}
.c-table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px gray;
  border-radius: 10px;
}
.c-table::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.c-table::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.c-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.1);
}
.c-table table td,
.c-table table th {
  border: 1px solid rgba(112, 112, 112, 0.1);
}
.c-table table svg.download-icon {
  width: 13.45px;
  height: 15.92px;
}
.c-table table td div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-table table td .c-button {
  cursor: pointer;
}
.c-table table thead {
  background: #d9000d;
  height: 70px;
}
.c-table table thead tr {
  width: 100%;
}
.c-table table thead tr th {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #fff;
  width: 150px;
}
@media (min-width: 1200px) {
  .c-table table thead tr th {
    width: auto;
  }
}
.c-table table tbody tr {
  background-color: #fff;
}
.c-table table tbody tr td {
  font-weight: normal;
  font-size: 13px;
  color: #272727;
  text-align: center;
  height: 85px;
  padding: 10px;
}
.c-table table tbody tr:nth-child(2n + 2) {
  background-color: #fbfbfb;
}
.c-table table tbody tr:nth-child(2n + 2)::after {
  content: none;
}
.c-table--aboutcompany .c-table__head {
  background: #d9000d;
}
.c-table--aboutcompany .c-table__head th span {
  display: block;
  font-weight: 600;
  text-indent: 0px;
  text-align: left;
  width: 100%;
}
.c-table--aboutcompany table thead tr th {
  font-size: 15px;
  font-weight: bold;
  padding: 0px 30px;
}
.c-table--aboutcompany table tbody tr td {
  font-size: 14px;
}
.c-table--has-head .c-table__head {
  width: 100%;
  background: #ff7575;
  padding: 24px 0;
  height: 70px;
}
.c-table--has-head .c-table__head span {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.c-table--has-head thead {
  background: #fff !important;
}
.c-table--has-head thead tr {
  height: 85px;
}
.c-table--has-head thead th {
  color: #272727 !important;
}
.c-table--has-head tbody tr {
  background-color: #fbfbfb !important;
}
.c-table--has-head tbody tr:nth-child(2n + 2) {
  background-color: #fff !important;
}
.c-table--custom tbody tr {
  background-color: #fff !important;
}
.c-table--custom tbody tr.gray {
  background-color: #fbfbfb !important;
}
.c-table--custom tbody tr.gray td,
.c-table--custom tbody tr.gray span,
.c-table--custom tbody tr.gray p {
  font-weight: bold !important;
}
.c-table--custom tbody tr.red {
  background-color: #d9000d !important;
}
.c-table--custom tbody tr.red td,
.c-table--custom tbody tr.red span,
.c-table--custom tbody tr.red p {
  color: #fff !important;
}
.c-table--custom tbody td.bold {
  font-weight: bold !important;
}
.c-table--custom tbody td.bold p,
.c-table--custom tbody td.bold span,
.c-table--custom tbody td.bold div {
  font-weight: bold;
}
.c-commitments {
  display: flex;
  flex-direction: column;
}
.c-commitments--white {
  background-color: #fff;
  padding: 30px 35px;
  border-radius: 5px;
}
.c-commitments__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-commitments__title {
  border-bottom: 1px solid #d6d6d6;
}
.c-commitments__title h5 {
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #414141;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 400;
}
.c-commitments__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-commitments__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .c-commitments__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .c-commitments__item {
    width: 100%;
    gap: 10px;
  }
}
.c-commitments__item:first-child p {
  text-align: left;
}
.c-commitments__item img {
  width: 50%;
}
.c-commitments__item p {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0px;
  color: #9f9f9f;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-commitments__item p {
    margin-bottom: 10px;
  }
}
.c-image-box {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-image-box {
    flex-direction: column;
  }
}
.c-image-box__item {
  height: 570px;
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .c-image-box__item {
    height: 100%;
    width: 100%;
  }
}
.c-image-box__img {
  height: 100%;
}
.c-image-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-image-box__content {
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-image-box__content h4 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.c-image-box__content p {
  text-align: center;
  max-width: 240px;
  font-size: 16px;
  letter-spacing: 0.48px;
  color: #fff;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .c-image-box__content p {
    min-height: 100px;
  }
}
.c-image-box__content a {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 992px) {
  .c-image-box__content {
    bottom: 120px;
  }
  .c-image-box__content h4 {
    font-size: 21px;
  }
  .c-image-box__content p {
    margin-bottom: 20px;
  }
}
.c-image-box--custom .c-image-box__item {
  position: relative;
}
.c-image-box--custom .c-image-box__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.33;
  transition: all ease-in-out 0.3s;
}
.c-image-box--custom .c-image-box__content {
  position: initial;
  z-index: 1;
}
@media (min-width: 992px) {
  .c-image-box--custom .c-image-box__content {
    position: absolute;
  }
}
.c-image-box--custom .c-image-box__content h4 {
  color: #000;
}
@media (min-width: 992px) {
  .c-image-box--custom .c-image-box__content h4 {
    color: #fff;
  }
}
.c-image-box--custom .c-image-box__content p {
  max-width: none;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}
@media (min-width: 992px) {
  .c-image-box--custom .c-image-box__content p {
    color: #fff;
  }
}
.c-list-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}
.c-list-image__box {
  display: flex;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  align-items: center;
}
@media (max-width: 768px) {
  .c-list-image__box {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-right: 20px;
  }
}
.c-list-image__img {
  padding: 0px 40px 0px 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .c-list-image__img {
    padding: 0px 20px;
  }
}
.c-list-image span {
  height: 35px;
  width: 1px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .c-list-image span {
    display: none;
  }
}
.c-list-image__title {
  padding-left: 35px;
}
.c-list-image__title h4 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2c2c2c;
  margin: 0px;
}
.c-stock-performance {
  display: flex;
  gap: 45px;
}
.c-stock-performance__left {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-stock-performance__left iframe {
  margin-bottom: 100px;
  width: 100%;
  height: 200px;
}
.c-stock-performance__right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 45px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 45px;
}
.c-big-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #c8c2c2;
  justify-content: center;
  border-radius: 3px;
  gap: 25px;
  width: 100%;
  height: 400px;
  margin: 100px 0px;
}
.c-big-box p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 33px;
  text-align: center;
  color: #161616;
}
@media (max-width: 768px) {
  .c-big-box p {
    font-size: 16px;
  }
}
.c-big-box img {
  width: 88px;
  height: 88px;
}
.c-circle-box {
  display: flex;
  gap: 50px;
  flex-direction: column;
  margin-top: 100px;
}
.c-circle-box h5 {
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .c-circle-box h5 {
    font-size: 18px;
  }
}
.c-circle-box__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.c-circle-box__box {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: calc(16.6% - 20.2px);
}
@media (max-width: 1200px) {
  .c-circle-box__box {
    width: calc(33% - 14px);
  }
}
@media (max-width: 1200px) {
  .c-circle-box__box {
    width: calc(50% - 13px);
  }
}
@media (max-width: 576px) {
  .c-circle-box__box {
    width: 100%;
  }
}
.c-circle-box__box p {
  font-size: 16px;
  color: #161616;
  line-height: 27px;
  text-align: center;
  min-height: 100px;
}
@media (max-width: 576px) {
  .c-circle-box__box p {
    min-height: auto;
  }
}
.c-circle-box__circle {
  width: 120px;
  height: 120px;
  border: 1px solid #d9000d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-circle-box__circle svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .c-info-box {
    position: relative;
    z-index: 4;
  }
}
.c-info-box__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .c-info-box__wrapper {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .c-info-box__wrapper {
    flex-wrap: initial;
  }
}
.c-info-box__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background-color: #fff;
  padding: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-info-box__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .c-info-box__item {
    width: auto;
    height: 350px;
    padding: 30px 20px;
    gap: 0;
    flex: 1;
    justify-content: space-between;
  }
}
.c-info-box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.c-info-box__content p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #676b74;
}
@media (min-width: 1200px) {
  .c-info-box__content p {
    font-size: 17px;
    line-height: 32px;
  }
}
.c-info-box__content > * {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-info-box__content {
    gap: 25px;
  }
}
.c-info-box__icon svg {
  width: 30px;
  height: 30px;
}
.c-info-box__title {
  font-weight: normal;
  color: #272727;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-info-box__title {
    font-size: 21px;
    line-height: 32px;
  }
}
.c-card-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .c-card-info {
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .c-card-info {
    gap: 15px;
  }
}
.c-card-info--flex .c-card-info__item {
  flex: 1;
  width: auto;
}
.c-card-info__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  width: 100%;
  min-height: 200px;
}
@media (min-width: 768px) {
  .c-card-info__item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .c-card-info__item {
    min-height: auto;
    height: 330px;
    padding: 45px 25px;
    width: calc(50% - 10px);
  }
}
.c-card-info__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-card-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card-info__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  z-index: 1;
}
.c-card-info__content p {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.c-card-info__content .c-classic-button span {
  color: #fff;
}
.c-card-info__content .c-classic-button::before {
  background-color: #fff;
}
.c-summary__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .c-summary__container {
    flex-direction: row;
  }
}
.c-summary__cards {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-summary__cards {
    width: 37%;
  }
}
.c-summary__table {
  flex: 1;
  height: 100%;
}
.c-summary__table-head {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  padding: 30px 5px;
}
.c-summary__table-head span {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 28px;
  color: #2c2c2c;
}
.c-summary__table-content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.c-summary__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  width: 50%;
  padding: 15px;
}
@media (min-width: 1200px) {
  .c-summary__box {
    justify-content: flex-start;
    width: 33.3333333333%;
    padding: 50px 35px 40px 35px;
  }
}
.c-summary__box:nth-child(-n + 3) {
  border-top: none;
}
.c-summary__box svg {
  width: 40px;
  height: 35px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-summary__box svg {
    width: 63px;
    height: 54px;
    margin-bottom: 25px;
  }
}
.c-summary__box-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .c-summary__box-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-summary__box-title span {
  color: #d9000d;
}
.c-summary__box p {
  font-size: 12px;
  line-height: 20px;
  color: #2c2c2c;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-summary__box p {
    line-height: 24px;
    font-size: 14px;
  }
}
.c-summary__box .c-button {
  margin-top: 20px;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .c-summary__box .c-button {
    margin-top: 40px;
    min-width: 215px;
  }
}
.c-report-box__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: auto;
  padding: 25px;
}
@media (min-width: 1200px) {
  .c-report-box__item {
    gap: 50px;
    height: 415px;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .c-report-box__item--small {
    gap: 25px;
    height: 315px;
  }
}
.c-report-box__item--small .c-report-box__icon svg {
  width: 37.16px;
  height: 47.89px;
}
@media (min-width: 1200px) {
  .c-report-box__item--small .c-report-box__title {
    font-size: 24px;
    line-height: 35px;
    min-height: 100px;
  }
}
.c-report-box__icon svg {
  width: 50.84px;
  height: 65.53px;
}
.c-report-box__title {
  font-weight: normal;
  text-align: left;
  color: #272727;
  font-size: 24px;
  line-height: 38px;
}
@media (min-width: 1200px) {
  .c-report-box__title {
    font-size: 32px;
    line-height: 47px;
  }
}
.c-report-box .c-custom-slider__bullet {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .c-report-box .c-custom-slider__bullet {
    display: none;
  }
}
.c-report-box .c-custom-slider__bullet .swiper-pagination-bullet {
  background-color: #272727;
}
.c-report-box .c-custom-slider__bullet .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-report-box__cast {
  font-size: 13px;
  line-height: 100%;
  color: #272727;
  font-weight: 500;
}
.c-corporate-information {
  display: flex;
  flex-wrap: wrap;
}
.c-corporate-information__box {
  background: #d9000d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 40px;
  flex: 1;
}
@media (min-width: 768px) {
  .c-corporate-information__box {
    gap: 45px;
    padding: 45px 50px;
  }
}
@media (min-width: 1200px) {
  .c-corporate-information__box {
    height: 300px;
    padding: 60px 30px;
  }
}
@media (min-width: 1600px) {
  .c-corporate-information__box {
    padding: 60px;
  }
}
.c-corporate-information__box:nth-child(2) {
  background: #cb000c;
}
.c-corporate-information__box:nth-child(3) {
  background: #b1000b;
}
.c-corporate-information__box-title {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-corporate-information__box-title {
    font-size: 24px;
    flex: 1;
  }
}
.c-corporate-information__box .c-button svg {
  fill: #fff;
  stroke: none;
}
.c-corporate-information__box .c-button:hover span {
  color: #d9000d !important;
}
.c-corporate-information__box .c-button:hover svg {
  fill: #d9000d;
}
.c-corporate-information__info {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-corporate-information__info {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .c-corporate-information__info {
    gap: 50px;
  }
}
.c-corporate-information__info span,
.c-corporate-information__info p {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-corporate-information__info span,
  .c-corporate-information__info p {
    font-size: 17px;
  }
}
.c-corporate-information__info-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-rating-report {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1200px) {
  .c-rating-report {
    gap: 0;
    flex-direction: row;
  }
}
.c-rating-report__item {
  border: 1px solid rgba(112, 112, 112, 0.1);
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .c-rating-report__item {
    padding: 70px;
    height: 578px;
  }
}
.c-rating-report__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-rating-report__head {
    margin-bottom: 50px;
  }
}
.c-rating-report__head svg {
  width: 55px;
  height: 55px;
}
@media (min-width: 1200px) {
  .c-rating-report__head svg {
    width: 67.47px;
    height: 65.76px;
  }
}
.c-rating-report__content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .c-rating-report__content {
    margin-bottom: 100px;
  }
}
.c-rating-report__filter {
  width: 175px;
}
.c-rating-report__filter .c-custom-select {
  height: 55px;
  width: 100%;
}
.c-rating-report__title {
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
  color: #272727;
}
@media (min-width: 1200px) {
  .c-rating-report__title {
    font-size: 30px;
    line-height: 46px;
    height: 146px;
  }
}
.c-pdf-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.c-pdf-box__item {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-pdf-box__item {
    justify-content: space-between;
    gap: 0;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-pdf-box__item {
    padding: 35px 65px;
  }
}
.c-pdf-box__item-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
}
@media (min-width: 1200px) {
  .c-pdf-box__item-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.c-redirect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1200px) {
  .c-redirect {
    gap: 70px;
  }
}
.c-redirect__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dd202b;
  position: relative;
  min-width: 100%;
}
@media (min-width: 1200px) {
  .c-redirect__item {
    min-width: 280px;
  }
}
.c-redirect__item-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-redirect__item-icon {
  margin-right: 10px;
}
.c-redirect__item-icon svg {
  width: 37px;
  height: 46px;
}
.c-redirect__item span {
  font-weight: normal;
  color: #272727;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .c-redirect__item span {
    font-size: 22px;
  }
}
.c-redirect__item .arrow-icon {
  width: 14.49px;
  height: 9.74px;
}
.c-policies {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {
  .c-policies {
    gap: 70px;
    flex-direction: row;
  }
}
.c-policies .c-custom-slider__bullet {
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .c-policies .c-custom-slider__bullet {
    display: none;
  }
}
.c-policies .c-custom-slider__bullet .swiper-pagination-bullet {
  background-color: #272727;
  margin-top: 20px;
}
.c-policies .c-custom-slider__bullet .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-policies__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 75%;
  height: 300px;
}
@media (min-width: 768px) {
  .c-policies__image {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .c-policies__image {
    justify-content: flex-start;
    margin: unset;
    width: auto;
    flex: 1;
    height: auto;
  }
}
.c-policies__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-policies__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 75%;
}
@media (min-width: 1200px) {
  .c-policies__content {
    justify-content: space-between;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .c-policies__content .c-head {
    max-width: 75%;
  }
}
.c-policies__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ececec;
  height: 340px;
  transition: all ease-in-out 0.3s;
}
.c-policies__item:hover {
  cursor: pointer;
  background-color: #d9000d;
  transition: all ease-in-out 0.3s;
}
.c-policies__item:hover span {
  color: #fff;
}
.c-policies__item:hover .c-download-button span {
  color: #fff;
}
.c-policies__item:hover .c-download-button svg {
  stroke: none;
  fill: #fff;
}
.c-policies__item span {
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #272727;
}
.c-policies__item-content {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 90px;
  height: 100%;
  justify-content: space-between;
}
.c-policies__item .c-button {
  min-width: auto;
  width: auto;
}
.c-policies__item .c-button span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.c-policies__item .c-button svg {
  position: initial;
}
.c-picture-box--custom .c-picture-box__item {
  width: 20%;
}
@media (max-width: 1200px) {
  .c-picture-box--custom .c-picture-box__item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .c-picture-box--custom .c-picture-box__item {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .c-picture-box--custom .c-picture-box__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .c-picture-box--custom .c-picture-box__item {
    width: 100%;
    gap: 20px;
  }
}
.c-picture-box__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .c-picture-box__wrapper {
    gap: 20px;
  }
}
.c-picture-box__item {
  position: relative;
  width: 25%;
  height: 650px;
  flex-wrap: wrap;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .c-picture-box__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-picture-box__item {
    width: 100%;
  }
}
.c-picture-box__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-picture-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-picture-box__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.45;
}
.c-picture-box__content {
  padding: 0px 35px 65px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}
.c-picture-box__content img {
  width: 33px;
  height: 42px;
  margin-bottom: 20px;
}
.c-picture-box__content h4 {
  font-size: 36px;
  color: #fff;
  line-height: 47px;
  font-weight: 500;
  min-height: 100px;
}
.c-picture-box__content h5 {
  font-size: 21px;
  color: #fff;
  line-height: 47px;
  font-weight: 500;
  margin-bottom: 30px;
}
.c-picture-box__content p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  min-height: 45px;
}
.c-picture-box__content a {
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
}
.c-radius-boxes {
  padding-bottom: 75px;
}
.c-radius-boxes__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-radius-boxes__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.c-radius-boxes__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .c-radius-boxes__image {
    display: none;
  }
}
@media (max-width: 576px) {
  .c-radius-boxes__image img {
    width: 100%;
  }
}
.c-radius-boxes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.c-radius-boxes__item:nth-child(3) .c-radius-boxes__box {
  border-radius: 50px 0px 0px 50px;
}
@media (max-width: 1200px) {
  .c-radius-boxes__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .c-radius-boxes__item {
    width: 100%;
  }
  .c-radius-boxes__item .c-radius-boxes__box {
    border-radius: 0px;
  }
  .c-radius-boxes__item:nth-child(3) .c-radius-boxes__box {
    border-radius: 0px;
  }
}
@media (max-width: 1200px) {
  .c-radius-boxes__item--image {
    display: none;
  }
}
.c-radius-boxes__box {
  height: 60px;
  background-color: #3399f5;
  border-radius: 0px 50px 50px 0px;
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .c-radius-boxes__box {
    width: 100%;
  }
}
.c-radius-boxes__box p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
.c-radius-boxes h5 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
.c-broadcast__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .c-broadcast__container {
    gap: 50px;
    flex-direction: row;
  }
}
.c-broadcast__image {
  height: 300px;
}
.c-broadcast__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .c-broadcast__image {
    flex: 1;
    height: auto;
  }
}
.c-broadcast__items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (min-width: 1200px) {
  .c-broadcast__items {
    width: 60%;
    gap: 30px 50px;
  }
}
.c-broadcast__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-broadcast__wrapper .c-button--red:not(:hover) {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .c-broadcast__wrapper {
    width: calc(50% - 13px);
  }
}
@media (min-width: 1200px) {
  .c-broadcast__wrapper {
    width: calc(50% - 25px);
  }
}
.c-broadcast .c-report-box__item {
  gap: 15px;
  height: 305px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1200px) {
  .c-broadcast .c-report-box__item {
    padding: 0 35px 0 25px;
  }
}
@media (min-width: 1600px) {
  .c-broadcast .c-report-box__item {
    padding: 0 55px 0 35px;
  }
}
.c-broadcast .c-report-box__item .c-report-box__title {
  font-size: 24px;
  line-height: 38px;
}
.c-broadcast .c-report-box__item .c-report-box__icon svg {
  width: 34.48px;
  height: 41.06px;
}
.c-about-schema {
  flex: 1.15;
  display: flex;
  padding: 12px;
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-about-schema {
    flex-direction: row;
  }
  .c-about-schema--mt60 {
    margin-top: 60px;
  }
}
.c-about-schema__wrapper {
  display: flex;
  gap: 20px;
}
.c-about-schema__item {
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 10px 15px;
  gap: 5px;
  min-height: 75px;
}
@media (min-width: 768px) {
  .c-about-schema__item {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .c-about-schema__item {
    min-height: auto;
    height: 75px;
    padding: 0 15px;
    gap: 10px;
  }
}
.c-about-schema__item span,
.c-about-schema__item p {
  color: #2c2c2c;
}
.c-about-schema__item span {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-about-schema__item span {
    flex: 1;
    font-size: 25px;
  }
}
.c-about-schema__item p {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-about-schema__item p {
    flex: 1;
    font-size: 16px;
  }
}
.c-about-schema__item--small {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 2px;
  text-align: center;
  position: relative;
}
.c-about-schema__item--small::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
}
.c-about-schema__item--small p {
  font-size: 10px;
  line-height: 13px;
  flex: none;
}
.c-about-schema__item--small span {
  flex: none;
  font-size: 16px;
  font-weight: normal;
}
.c-about-schema__right {
  display: flex;
  width: 100%;
  gap: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-about-schema__right {
    flex-direction: column;
    width: 50%;
    gap: 0;
    text-align: left;
  }
}
.c-about-schema__right .c-about-schema__wrapper {
  flex: auto;
}
.c-about-schema__right .c-about-schema__wrapper:nth-child(1) {
  position: relative;
  width: calc(50% + 125px);
}
@media (min-width: 1200px) {
  .c-about-schema__right .c-about-schema__wrapper:nth-child(1) {
    margin-bottom: 165px;
    width: auto;
  }
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(1)
  .c-about-schema__item {
  width: 33.3333333333%;
  flex: auto;
}
@media (min-width: 1200px) {
  .c-about-schema__right
    .c-about-schema__wrapper:nth-child(1)
    .c-about-schema__item {
    width: auto;
    flex: 1;
  }
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(1)
  .c-about-schema__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
  bottom: 100%;
}
@media (min-width: 1200px) {
  .c-about-schema__right
    .c-about-schema__wrapper:nth-child(1)
    .c-about-schema__item::before {
    bottom: unset;
    top: 100%;
    height: 120px;
  }
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(1)
  .c-about-schema__item::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(0);
  left: unset;
  width: 141px;
  height: 1px;
  background-color: #d8d8d8;
  top: calc(100% + 120px);
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(1)
  .c-about-schema__item:nth-child(2)::after {
  top: calc(100% + 140px);
  width: 269px;
}
@media (min-width: 1200px) {
  .c-about-schema__right
    .c-about-schema__wrapper:nth-child(1)
    .c-about-schema__item:nth-child(2)::before {
    height: 140px;
  }
}
.c-about-schema__right .c-about-schema__wrapper:nth-child(2) {
  position: relative;
  flex: auto;
}
@media (min-width: 1200px) {
  .c-about-schema__right .c-about-schema__wrapper:nth-child(2) {
    width: auto;
    flex: 1;
  }
}
.c-about-schema__right .c-about-schema__wrapper:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #d8d8d8;
  right: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  height: 20px;
  width: 1px;
}
@media (min-width: 1200px) {
  .c-about-schema__right .c-about-schema__wrapper:nth-child(2)::before {
    width: 20px;
    right: 100%;
    height: 1px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(2)
  .c-about-schema__item {
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1200px) {
  .c-about-schema__right
    .c-about-schema__wrapper:nth-child(2)
    .c-about-schema__item {
    flex-direction: row;
    gap: 20px;
  }
}
.c-about-schema__right
  .c-about-schema__wrapper:nth-child(2)
  .c-about-schema__item
  p {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .c-about-schema__right
    .c-about-schema__wrapper:nth-child(2)
    .c-about-schema__item
    p {
    font-size: 14px;
  }
}
.c-about-schema__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-about-schema__left {
    flex: 1;
    width: auto;
  }
}
.c-about-schema__left .c-about-schema__wrapper:nth-child(2) {
  margin: 20px 0 70px 0;
  position: relative;
}
.c-about-schema__left .c-about-schema__wrapper:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #d8d8d8;
}
.c-about-schema__left .c-about-schema__wrapper:nth-child(3) {
  position: relative;
}
.c-about-schema__left .c-about-schema__wrapper:nth-child(3)::before {
  position: absolute;
  right: 10%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 25px;
  background-color: #d8d8d8;
}
@media (min-width: 1200px) {
  .c-about-schema__left .c-about-schema__wrapper:nth-child(3)::before {
    content: "";
  }
}
.c-about-schema__left .c-about-schema__wrapper:nth-child(3)::after {
  position: absolute;
  right: 20%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 45px;
  background-color: #d8d8d8;
}
@media (min-width: 1200px) {
  .c-about-schema__left .c-about-schema__wrapper:nth-child(3)::after {
    content: "";
  }
}
.c-years-slider {
  margin-bottom: 50px;
  position: relative;
  padding: 0 30px;
}
.c-years-slider .active-tab .c-years-slider__item span {
  color: #d9000d;
  opacity: 1;
}
.c-years-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-years-slider__item span {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.05em;
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .c-years-slider__item span {
    font-size: 20px;
  }
}
.c-years-slider__item:hover {
  cursor: pointer;
}
.c-years-slider__arrow {
  position: absolute;
}
.c-years-slider__arrow svg {
  width: 21.24px;
  height: 14.28px;
  fill: #d9000d;
}
.c-years-slider__arrow--left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-years-slider__arrow--right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-years-slider__arrow--right svg {
  transform: rotate(180deg);
}
.c-accordion-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media (max-width: 768px) {
  .c-accordion-boxes {
    padding: 20px;
  }
}
.c-accordion-boxes__title {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.c-accordion-boxes__title--center {
  text-align: center;
}
@media (max-width: 1200px) {
  .c-accordion-boxes__title--center {
    order: 5;
  }
}
.c-accordion-boxes__box {
  background-color: #156177;
  border-radius: 3px;
  width: 100%;
  padding: 50px 0px;
}
.c-accordion-boxes__box svg {
  width: 70px;
  height: 55px;
  fill: #fff;
}
.c-accordion-boxes__box p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin: 0px;
  text-align: center;
}
.c-accordion-boxes__box h3 {
  font-size: 36px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0px;
}
@media (max-width: 1200px) {
  .c-accordion-boxes__box h3 {
    font-size: 24px;
  }
}
.c-accordion-boxes__box--rightline {
  position: relative;
}
.c-accordion-boxes__box--rightline::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  background-color: #fff;
  bottom: -45px;
}
.c-accordion-boxes__box--rightline::after {
  content: "";
  position: absolute;
  position: absolute;
  height: 1px;
  width: 267px;
  background-color: #fff;
  bottom: -45px;
  right: 50%;
}
@media (max-width: 1200px) {
  .c-accordion-boxes__box--rightline {
    order: 4;
  }
  .c-accordion-boxes__box--rightline::after {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .c-accordion-boxes__box--rightline {
    order: 4;
  }
  .c-accordion-boxes__box--rightline::before {
    height: 25px;
    bottom: -25px;
  }
  .c-accordion-boxes__box--rightline::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.c-accordion-boxes__box--leftline {
  position: relative;
}
.c-accordion-boxes__box--leftline::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  background-color: #fff;
  bottom: -45px;
}
.c-accordion-boxes__box--leftline::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 267px;
  background-color: #fff;
  bottom: -45px;
  left: 50%;
}
@media (max-width: 1200px) {
  .c-accordion-boxes__box--leftline {
    order: 3;
  }
  .c-accordion-boxes__box--leftline::after {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .c-accordion-boxes__box--leftline {
    order: 3;
  }
  .c-accordion-boxes__box--leftline::before {
    height: 30px;
    width: 1px;
    background-color: #fff;
    bottom: -30px;
    left: 50%;
  }
  .c-accordion-boxes__box--leftline::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.c-accordion-boxes__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.c-accordion-boxes__wrapper .c-accordion-boxes__box {
  width: calc(25% - 22.5px);
  padding: 40px 0px;
  display: flex;
  gap: 35px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .c-accordion-boxes__wrapper .c-accordion-boxes__box {
    width: calc(50% - 22.5px);
  }
}
@media (max-width: 768px) {
  .c-accordion-boxes__wrapper .c-accordion-boxes__box {
    width: 100%;
  }
}
.c-accordion-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  padding: 55px 0px;
}
.c-accordion-list__wrapper:first-child {
  padding: 25px 0px 55px 0px;
}
.c-accordion-list__imagetitle {
  display: flex;
  gap: 30px;
  align-self: center;
  margin-bottom: 10px;
  align-items: center;
  margin-left: 15px;
}
.c-accordion-list__imagetitle h5 {
  color: #839b69;
  font-size: 17px;
  font-weight: 400;
  margin: 0px;
}
.c-accordion-list__icon {
  width: 55px;
  height: 55px;
  background-color: #839b69;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-accordion-list__icon svg {
  width: 25px;
  height: 30px;
}
.c-accordion-list__item {
  width: 33%;
}
.c-accordion-list__item:nth-child(2) {
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .c-accordion-list__item {
    width: 100%;
  }
  .c-accordion-list__item:first-child {
    width: 100%;
  }
  .c-accordion-list__item:last-child {
    width: 100%;
  }
}
.c-accordion-list__item ul {
  list-style: none;
}
.c-accordion-list__item ul li {
  font-size: 15px;
  max-width: 300px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
.c-accordion-list__item ul li::before {
  content: "";
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  border-color: rgba(0, 0, 0, 0) #839b69;
  display: block;
  height: 0;
  width: 0;
  left: -1.2em;
  top: 1.25em;
  position: relative;
}
.c-accordion-list__item span {
  font-size: 12px;
  color: #000;
}
.c-accordion-list__item p {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-accordion-list__imagegroup {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.c-row-content {
  border: 1px solid #efefef;
  width: 100%;
  padding: 100px 75px;
  display: flex;
  gap: 50px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .c-row-content {
    flex-direction: column;
    padding: 20px;
    margin-top: 50px;
  }
}
.c-row-content h3 {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 768px) {
  .c-row-content h3 {
    font-size: 30px;
  }
}
.c-row-content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-row-content__item svg {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-row-content__item svg {
    width: 35px;
    height: 35px;
  }
}
.c-row-content__item p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  margin: 0px;
  text-align: center;
}
.c-solution-box {
  margin-top: 60px;
}
.c-solution-box__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .c-solution-box__wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.c-solution-box__wrapper--threebox {
  width: 100%;
}
@media (min-width: 768px) {
  .c-solution-box__wrapper--threebox .c-solution-box__item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .c-solution-box__wrapper--threebox .c-solution-box__item {
    width: calc(33% - 36.5px);
  }
  .c-solution-box__wrapper--threebox .c-solution-box__item p {
    height: 130px;
  }
}
.c-solution-box__wrapper--twobox {
  width: 100%;
}
@media (min-width: 768px) {
  .c-solution-box__wrapper--twobox .c-solution-box__item {
    width: calc(50% - 30px);
  }
}
.c-solution-box--incrossbox {
  margin-top: 5px;
}
.c-solution-box--incrossbox .c-solution-box__wrapper {
  gap: 15px;
}
.c-solution-box--incrossbox .c-solution-box__item {
  border: none;
  border-bottom: 1px solid #efefef;
}
.c-solution-box--incrossbox .c-solution-box__item h5 {
  margin-bottom: 10px;
  font-size: 18px;
}
.c-solution-box--incrossbox .c-solution-box__item p {
  margin-bottom: 15px;
}
.c-solution-box__item {
  border-right: 1px solid #f1f1f1;
  padding-right: 30px;
}
.c-solution-box__item:last-child {
  border: none;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .c-solution-box__item {
    border: none;
  }
}
.c-solution-box__item--full {
  width: 100%;
  border: none;
}
.c-solution-box__item--full .c-solution-box__link svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .c-solution-box__item--full .c-solution-box__link svg {
    width: 50% !important;
  }
}
.c-solution-box__item h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #161616;
}
.c-solution-box__item p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 35px;
  color: #161616;
}
.c-solution-box__item--flexible {
  width: calc(50% - 30px);
}
.c-solution-box__item--bottomborder {
  border-bottom: 1px solid #efefef;
}
.c-solution-box__link {
  display: flex;
  gap: 20px;
  text-decoration: none;
  align-items: center;
}
.c-solution-box__link span {
  font-size: 16px;
  color: #e31521;
}
.c-solution-box__link svg {
  width: 25px;
  height: 25px;
}
.c-solution-box__link--mb15 {
  margin-bottom: 15px;
}
.c-solution-box--bordernone .c-solution-box__item {
  border: none;
}
.c-solution-box--whiteboxes {
  position: relative;
  margin-top: 0px;
  top: -110px;
}
.c-solution-box--whiteboxes .c-solution-box__wrapper {
  gap: 30px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .c-solution-box--whiteboxes .c-solution-box__wrapper {
    margin-bottom: 60px;
  }
}
.c-solution-box--whiteboxes .c-solution-box__item {
  padding: 35px 15px 25px 25px;
  width: calc(20% - 24px);
  background-color: #fff;
  z-index: 1;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.c-solution-box--whiteboxes .c-solution-box__item p {
  line-height: 20px;
  font-size: 14px;
  min-height: 80px;
}
.c-solution-box--whiteboxes .c-solution-box__item h5 {
  margin-bottom: 20px;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .c-solution-box--whiteboxes .c-solution-box__item {
    width: calc(33% - 24px);
  }
}
.c-solution-box--whiteboxes .c-solution-box__link {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-solution-box--whiteboxes {
    top: 40px;
  }
  .c-solution-box--whiteboxes .c-solution-box__item {
    width: 100%;
  }
}
.c-solution-box--fullsized .c-solution-box__wrapper {
  flex-wrap: nowrap;
}
.c-solution-box--fullsized .c-solution-box__item {
  width: 100%;
}
.c-full-size-image {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  height: 730px;
}
.c-full-size-image--top {
  height: 480px;
}
.c-full-size-image--top::before {
  content: "" !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.c-full-size-image--top .c-head__title {
  margin-bottom: 0px;
}
.c-full-size-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-full-size-image .o-container-subpage {
  z-index: 1;
  position: relative;
}
.c-full-size-image--innovationsize {
  height: auto;
}
.c-full-size-image--innovationsize .c-full-size-image__img {
  position: relative;
}
.c-full-size-image--innovationsize .c-full-size-image__img img {
  width: 100%;
}
.c-full-size-image__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-full-size-image__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c-full-size-image h3 {
  margin-top: 60px;
  font-size: 65px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-full-size-image h3 {
    margin-top: 30px;
    font-size: 35px;
  }
}
.c-full-size-image__content {
  width: 960px;
}
.c-full-size-image__content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .c-full-size-image__content {
    width: auto;
  }
}
.c-full-size-image__bigdescription {
  font-size: 24px;
}
.c-calendar {
  height: 540px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .c-calendar {
    flex-direction: column;
    gap: 50px;
  }
}
.c-calendar__selects {
  position: relative;
  height: 100%;
}
.c-calendar__selects .c-slider-select {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-calendar__selects .c-slider-select__items {
  height: 90%;
  overflow: hidden;
}
.c-calendar__selects .c-slider-select .swiper {
  height: 90%;
}
@media (max-width: 768px) {
  .c-calendar__selects {
    height: auto;
  }
}
.c-calendar__list {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .c-calendar__list {
    padding-right: 25px;
  }
  .c-calendar__list::-webkit-scrollbar {
    width: 16px;
  }
  .c-calendar__list::-webkit-scrollbar-track {
    margin: 0 0 5px 0;
    border-radius: 10px;
    background: #f8f8f8;
  }
  .c-calendar__list::-webkit-scrollbar-thumb {
    background: #828282;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    background-clip: content-box;
  }
}
.c-calendar__item {
  background: #fff;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 90px;
  padding: 20px 50px 20px 30px;
}
@media (max-width: 768px) {
  .c-calendar__item {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
}
.c-calendar__notfound {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 90px;
  padding: 20px 50px 20px 35px;
}
@media (min-width: 1200px) {
  .c-calendar__notfound {
    width: 842px;
  }
}
.c-calendar__notfound p {
  color: #d9000d;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}
@media (max-width: 768px) {
  .c-calendar__notfound {
    text-align: center;
  }
}
.c-calendar__date {
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  height: 100%;
  width: 145px;
}
.c-calendar__date span {
  font-weight: normal;
  font-size: 14px;
  color: #d9000d;
}
@media (max-width: 768px) {
  .c-calendar__date {
    justify-content: center;
    padding: 0px;
    border: none;
  }
  .c-calendar__date span {
    font-size: 16px;
  }
}
.c-calendar__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.c-calendar__content p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #676b74;
  margin-bottom: 0;
}
.c-calendar__content-title {
  font-weight: normal;
  font-size: 18px;
  color: #272727;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .c-calendar__content-title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-calendar__content p {
    text-align: center;
  }
}
.c-calendar svg {
  width: 20.03px;
  height: 16px;
}
@media (max-width: 768px) {
  .c-calendar svg {
    width: 40px;
    height: 40px;
  }
}
.c-calendar__popup {
  width: 155px;
  position: relative;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
}
.c-calendar__popup.active .c-calendar__popup-head {
  border-radius: 11px 11px 0 0;
}
.c-calendar__popup.active .c-calendar__popup-content {
  visibility: visible;
  opacity: 1;
}
.c-calendar__popup.active svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.c-calendar__popup svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.c-calendar__popup-head {
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 15px 10px;
  gap: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-calendar__popup-head svg {
  width: 17px;
  height: 17px;
}
.c-calendar__popup-head span {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.c-calendar__popup-content {
  background: #fff;
  border-radius: 0 0 11px 11px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 1px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.c-calendar__popup-content a {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #272727;
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #dcdcdc;
  transition: all ease-in-out 0.3s;
}
.c-calendar__popup-content a:hover {
  background-color: #dcdcdc;
}
.c-slider-select {
  position: relative;
  padding: 20px 40px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-slider-select {
    padding: 20px;
  }
}
.c-slider-select__title {
  font-weight: normal;
  font-size: 16px;
  color: #272727;
  opacity: 0.4;
  margin-bottom: 20px;
  text-align: center;
}
.c-slider-select .swiper {
  position: inherit;
}
.c-slider-select__item {
  text-align: center;
}
.c-slider-select__item span {
  font-weight: normal;
  font-size: 22px;
  color: #000;
  opacity: 0.2;
}
.c-slider-select__item.swiper-slide-active span {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #d9000d;
  opacity: 1;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .c-slider-select__item.swiper-slide-active span {
    font-size: 22px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .c-slider-select__item.swiper-slide-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c-slider-select__item.swiper-slide-active span {
    font-weight: bold;
    font-size: 30px;
    color: #d9000d;
  }
}
.c-slider-select__item.swiper-slide-active::after,
.c-slider-select__item.swiper-slide-active::before {
  content: none;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-slider-select__item.swiper-slide-active::after,
  .c-slider-select__item.swiper-slide-active::before {
    content: url("https://www.tupras.com.tr/assets/img/sprite-svg/year-arrow.svg");
  }
}
.c-slider-select__item.swiper-slide-active::after {
  transform: rotate(180deg);
}
.c-slider-select__arrow {
  position: absolute;
}
.c-slider-select__arrow svg {
  width: 21.24px;
  height: 14.28px;
  fill: #d9000d;
}
.c-slider-select__arrow--left {
  cursor: pointer;
  z-index: 2;
  top: 60px;
  left: 70px;
}
.c-slider-select__arrow--left svg {
  transform: rotate(90deg);
}
.c-slider-select__arrow--right {
  cursor: pointer;
  z-index: 2;
  bottom: 20px;
  right: 70px;
}
.c-slider-select__arrow--right svg {
  transform: rotate(270deg);
}
.c-hoverable-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 768px) {
  .c-hoverable-box {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .c-hoverable-box {
    gap: 0;
    height: 635px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .c-hoverable-box--custom .c-hoverable-box__item {
    padding: 135px 55px;
    justify-content: flex-start;
  }
}
.c-hoverable-box--custom .c-hoverable-box__item p a {
  color: #676b74;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .c-hoverable-box--custom .c-hoverable-box__content {
    height: auto;
  }
}
.c-hoverable-box__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 20px;
  padding: 40px;
  min-height: 350px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-hoverable-box__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .c-hoverable-box__item {
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-width: 1px 0 1px 1px;
    flex: 1;
    width: auto;
    min-height: auto;
    padding: 10px 55px;
  }
  .c-hoverable-box__item:last-child {
    border-width: 1px;
  }
}
.c-hoverable-box__item .c-classic-button {
  z-index: 1;
}
.c-hoverable-box__item.show-image .c-hoverable-box__title {
  color: #fff;
}
.c-hoverable-box__item.show-image .c-hoverable-box__content p {
  color: #fff;
}
.c-hoverable-box__item.show-image .c-hoverable-box__content p a {
  color: #fff;
}
.c-hoverable-box__item.show-image .c-hoverable-box__image {
  visibility: visible;
  opacity: 1;
}
.c-hoverable-box__item.show-image .c-classic-button span {
  color: #fff;
}
.c-hoverable-box__item.show-image .c-classic-button::before {
  background-color: #fff;
}
.c-hoverable-box__title {
  font-weight: normal;
  text-align: left;
  color: #272727;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-hoverable-box__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
.c-hoverable-box__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-hoverable-box__content {
    height: 240px;
  }
}
.c-hoverable-box__content p {
  font-weight: normal;
  letter-spacing: 0em;
  text-align: left;
  color: #676b74;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .c-hoverable-box__content p {
    font-size: 16px;
  }
}
.c-hoverable-box__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.c-hoverable-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-hoverable-box__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-kit-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px 25px;
}
@media (min-width: 1200px) {
  .c-kit-box {
    padding: 100px;
  }
}
.c-kit-box__item {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 40px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
}
@media (min-width: 768px) {
  .c-kit-box__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .c-kit-box__item {
    min-height: auto;
    padding: 40px 35px 45px 50px;
    width: 350px;
    height: 340px;
  }
}
.c-kit-box__item .c-classic-button span {
  color: #fff;
}
.c-kit-box__item .c-classic-button::before {
  background-color: #fff;
}
.c-kit-box__content {
  display: flex;
  flex-direction: column;
}
.c-kit-box__content-icon {
  margin-bottom: 20px;
}
.c-kit-box__content-icon svg {
  width: 25.41px;
  height: 30.58px;
}
.c-kit-box__content-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 52px;
  color: #fff;
}
.c-alone-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-alone-image img {
  width: 100%;
  height: 100%;
}
.c-hoverable-cards__container {
  display: flex;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__container {
    max-width: 1565px;
  }
}
.c-hoverable-cards__container .swiper {
  height: 100%;
  width: 100%;
}
.c-hoverable-cards__container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.c-hoverable-cards__container .swiper-slide {
  height: 100%;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__container .swiper-slide:nth-child(2n) .c-info__item {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .c-hoverable-cards__container .swiper-slide:nth-child(4) .c-info__item {
    border-right: none;
  }
}
.c-hoverable-cards__container .swiper-slide-shadow-left,
.c-hoverable-cards__container .swiper-slide-shadow-right {
  background-image: none !important;
}
.c-hoverable-cards__container .c-custom-slider__bullet {
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__container .swiper-slide {
    flex: 1;
  }
  .c-hoverable-cards__container .c-custom-slider__bullet {
    display: none;
  }
}
.c-hoverable-cards__item {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__item {
    height: 630px;
    width: auto;
    flex: 1;
  }
}
.c-hoverable-cards__item:hover .c-hoverable-cards__item-image img {
  transform: scale(1.15);
}
.c-hoverable-cards__item:hover .c-hoverable-cards__item-image::after {
  opacity: 0.13;
}
.c-hoverable-cards__item-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.c-hoverable-cards__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.c-hoverable-cards__item-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.33;
  transition: all ease-in-out 0.3s;
}
.c-hoverable-cards__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__item-content {
    padding: 0 22px;
  }
}
@media (min-width: 1600px) {
  .c-hoverable-cards__item-content {
    padding: 0 50px;
  }
}
.c-hoverable-cards__item-content p {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 0;
}
.c-hoverable-cards__item-content p span {
  font-weight: bold;
  -webkit-mask-image: linear-gradient(
    -75deg,
    #ffffff 30%,
    rgba(255, 255, 255, 0.4) 50%,
    #ffffff 70%
  );
  mask-image: linear-gradient(
    -75deg,
    #ffffff 30%,
    rgba(255, 255, 255, 0.4) 50%,
    #ffffff 70%
  );
  -webkit-mask-size: 200%;
  mask-size: 200%;
  animation: shine 3s infinite;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  .c-hoverable-cards__item-content p span {
    font-size: 40px;
    line-height: 51px;
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.c-info-slider__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .c-info-slider__container {
    gap: 40px;
    flex-direction: row;
  }
}
.c-info-slider__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-info-slider__info {
    width: calc(40% - 20px);
  }
}
.c-info-slider__info .swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .c-info-slider__content {
    overflow: hidden;
    max-height: 95%;
  }
}
.c-info-slider__content > *:last-child {
  margin-bottom: 0;
}
.c-info-slider__content p,
.c-info-slider__content a {
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: left;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-info-slider__content p,
  .c-info-slider__content a {
    font-size: 16px;
    line-height: 30px;
  }
}
.c-info-slider__content a {
  color: #d9000d;
}
.c-info-slider__title {
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .c-info-slider__title {
    margin-bottom: 30px;
  }
}
.c-info-slider__images {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .c-info-slider__images {
    width: calc(60% - 20px);
  }
}
.c-info-slider__images .swiper {
  width: 100%;
  height: 100%;
}
.c-info-slider__image {
  height: 300px;
}
@media (min-width: 768px) {
  .c-info-slider__image {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .c-info-slider__image {
    height: 100%;
  }
}
.c-info-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-info-slider .c-custom-slider__bullet {
  position: absolute;
  bottom: 20px !important;
}
@media (min-width: 1200px) {
  .c-info-slider .c-custom-slider__bullet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-info-slider--registration {
    height: 480px;
  }
}
.c-customer-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.c-customer-form__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.c-customer-form__content p {
  font-weight: 300;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .c-customer-form__content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
.c-customer-form__content p a {
  color: #2c2c2c;
  text-decoration: underline;
}
.c-customer-form__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  color: #2c2c2c;
}
.c-customer-form__title__red {
  color: #d9000d;
}
.c-customer-form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.c-customer-form__info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  width: 100%;
}
.c-customer-form__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-customer-form__info-item {
    width: auto;
    flex: 0 0 calc(50% - 27px);
  }
}
@media (min-width: 1200px) {
  .c-customer-form__info-item {
    flex: 0 0 calc(33.333333% - 27px);
  }
}
.c-customer-form__info-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.1);
  width: 100%;
}
.c-customer-form__info-item .info-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff;
  border: 1px solid #d9000d;
  border-radius: 50px;
  font-weight: normal;
  font-size: 16px;
  color: #2c2c2c;
}
.c-customer-form__info-item .info-title {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
  color: #2c2c2c;
  flex: 1;
}
.c-steps {
  display: flex;
  gap: 67px;
  margin-bottom: 55px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-right: -30px;
}
.c-steps::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .c-steps {
    overflow: initial;
  }
}
.c-steps__step {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 120px;
  text-align: left;
  color: #414141;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
}
.c-steps__step::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 1px;
  width: 67px;
  background: #d9d9d9;
}
.c-steps__step.active-step,
.c-steps__step.past-step {
  background: #d9000d;
  color: #fff;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.c-steps__step.active-step::after,
.c-steps__step.past-step::after {
  background: #d9000d;
}
.c-steps__step:last-child::after {
  content: none;
}
.c-contact-form {
  border: 1px solid #e1e1e1;
  padding: 75px 100px;
}
@media (max-width: 768px) {
  .c-contact-form {
    padding: 20px;
  }
}
.c-contact-form__title {
  text-align: center;
  font-size: 45px;
  color: #272727;
  font-weight: 500;
}
.c-contact-form__title--sub {
  font-weight: 400;
  font-size: 22.5px;
}
@media (max-width: 768px) {
  .c-contact-form__title {
    font-size: 25px;
  }
  .c-contact-form__title--sub {
    font-size: 18px;
  }
}
.c-contact-form__item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
}
.c-contact-form__item input {
  border: none;
  outline: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
  color: #414141;
  padding: 0px 0px 20px 20px;
}
.c-contact-form__item svg {
  position: absolute;
  right: 0px;
  width: 17px;
  height: 21px;
  top: 0px;
}
.c-contact-form__item textarea {
  padding: 10px;
  border-radius: 20px;
  border-color: #e1e1e1;
  resize: none;
  font-size: 13px;
  outline: none;
}
.c-contact-form__item label {
  font-size: 13px;
  color: #414141;
  line-height: 100%;
}
.c-contact-form__item .messages {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.c-contact-form__item.has-error input {
  border-bottom: 1px solid #d9000d;
}
.c-contact-form__item.has-error textarea {
  border: 1px solid #d9000d;
  outline: none;
}
.c-contact-form__item.has-error svg {
  fill: #d9000d;
}
.c-contact-form__item.has-error label {
  color: #d9000d;
}
.c-contact-form__item.has-error ::-moz-placeholder {
  color: #d9000d;
  opacity: 1;
}
.c-contact-form__item.has-error ::placeholder {
  color: #d9000d;
  opacity: 1;
}
.c-contact-form__item.has-error :-ms-input-placeholder {
  color: #d9000d;
}
.c-contact-form__item.has-error ::-ms-input-placeholder {
  color: #d9000d;
}
.c-contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: calc(50% - 50px);
}
.c-contact-form__group--info {
  gap: 20px;
}
@media (max-width: 768px) {
  .c-contact-form__group {
    width: 100%;
  }
}
.c-contact-form__address p {
  margin: 0px;
  color: #272727;
  font-size: 13px;
}
.c-contact-form__address p a {
  color: #272727;
  text-decoration: underline;
}
.c-contact-form fieldset {
  display: flex;
  border: none;
  justify-content: center;
  gap: 95px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .c-contact-form fieldset {
    flex-direction: column;
    padding: 40px 0px 0px 0px;
    gap: 45px;
  }
}
.c-contact-form__button {
  margin: 70px 0px;
  display: flex;
  justify-content: center;
}
.c-contact-form__button button {
  background: none;
}
@media (max-width: 768px) {
  .c-contact-form__button {
    margin: 35px 0px;
  }
  .c-contact-form__button button {
    width: 100%;
  }
}
.c-contact-form article ul li {
  margin-bottom: 10px;
}
.o-form-second__title {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 42px;
  font-weight: 400;
  margin: 0px;
}
.o-form-second__description {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 30px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 70px;
}
.o-form-second__description--small {
  font-size: 13px;
}
@media (max-width: 768px) {
  .o-form-second__description {
    margin-bottom: 35px;
  }
}
.o-form-second__description--big {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .o-form-second__description--big {
    font-size: 18px;
  }
}
.o-form-second__description a {
  color: #2c2c2c;
  text-decoration: underline;
}
.o-form-second__choosefolder {
  position: relative;
  border-radius: 4px;
  margin: 65px 0px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #707070;
  height: 70px;
}
.o-form-second__choosefolder input {
  display: none;
}
.o-form-second__choosefolder.upload-success
  .o-form-second__choosefolder-uploadbtn {
  background-color: #eaecf2;
  border-color: #21201e;
}
.o-form-second__choosefolder.upload-success
  .o-form-second__choosefolder-uploadbtn
  p {
  color: #363636;
}
.o-form-second__choosefolder.upload-success
  .o-form-second__choosefolder-upload
  svg {
  fill: #b2bad0;
}
.o-form-second__choosefolder.upload-success
  .o-form-second__choosefolder-upload
  p {
  color: #b2bad0;
  opacity: 0.21;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-uploadbtn {
  background-color: #eaecf2;
  border-color: #e20613;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-uploadbtn
  p {
  color: #e20613;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-message
  svg {
  display: none;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-message
  p {
  font-weight: bold;
  color: #e20613;
}
.o-form-second__choosefolder.upload-failed .o-form-second__choosefolder-upload {
  border-color: #e20613;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-upload
  svg {
  fill: #e20613;
}
.o-form-second__choosefolder.upload-failed
  .o-form-second__choosefolder-upload
  p {
  color: #e20613;
}
.o-form-second__choosefolder-upload {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .o-form-second__choosefolder-upload {
    width: 75%;
  }
}
.o-form-second__choosefolder-upload label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.o-form-second__choosefolder-upload svg {
  width: 24px;
  height: 26px;
}
.o-form-second__choosefolder-upload p {
  font-size: 13px;
  color: #2c2c2c;
  margin: 0px;
}
.o-form-second__choosefolder-uploadbtn {
  width: 25%;
  height: 100%;
  background-color: #e20613;
  border: 1px solid #e20613;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.o-form-second__choosefolder-uploadbtn:hover {
  transition: all 0.3s;
  opacity: 0.75;
}
.o-form-second__choosefolder-uploadbtn label {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-form-second__choosefolder-uploadbtn label p {
  margin: 0px;
  color: #fff;
}
.o-form-second__choosefolder-message {
  display: none;
  position: absolute;
  gap: 20px;
  align-items: center;
  width: 100%;
  justify-content: center;
  bottom: -40px;
}
.o-form-second__choosefolder-message svg {
  width: 20px;
  height: 20px;
}
.o-form-second__choosefolder-message p {
  font-size: 16px;
  color: #2c2c2c;
  margin: 0px;
}
.o-form-second__flexbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 70px;
}
.o-form-second__flexbox--mb70 {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .o-form-second__flexbox--mb70 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .o-form-second__flexbox {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.o-form-second__flexbox--column {
  flex-direction: column;
}
.o-form-second__flexbox--eventArea {
  gap: 15px;
}
@media (max-width: 768px) {
  .o-form-second__flexbox--eventArea .o-form-second__inputbox {
    width: 100%;
  }
}
.o-form-second__flexbox--eventArea .o-form-second__inputbox--title {
  width: 25%;
}
@media (max-width: 768px) {
  .o-form-second__flexbox--eventArea .o-form-second__inputbox--title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .o-form-second__flexbox--eventArea {
    gap: 30px;
  }
}
.o-form-second__group {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .o-form-second__group {
    flex-direction: column;
    gap: 15px;
  }
}
.o-form-second__inputbox {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .o-form-second__inputbox {
    width: calc(50% - 25px);
  }
}
.o-form-second__inputbox p {
  margin: 0px;
  font-size: 16px;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .o-form-second__inputbox p {
    font-size: 14px;
  }
}
.o-form-second__inputbox--title {
  width: 50%;
}
@media (max-width: 768px) {
  .o-form-second__inputbox--title {
    width: calc(50% - 25px);
  }
}
.o-form-second__inputbox input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #2c2c2c;
  width: 100%;
}
.o-form-second__inputbox .messages {
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #d9000d;
}
.o-form-second__inputbox.has-error {
  border-color: #d9000d;
  color: #d9000d;
}
.o-form-second__inputbox.has-error input::after {
  background: #d9000d;
}
.o-form-second__inputbox.has-error input {
  color: #d9000d;
}
.o-form-second__inputbox.has-error p {
  color: #d9000d;
}
.o-form-second__inputbox.has-error p::after {
  background: #d9000d;
}
.o-form-second__inputbox.has-error ::-moz-placeholder {
  color: #d9000d;
  opacity: 1;
}
.o-form-second__inputbox.has-error ::placeholder {
  color: #d9000d;
  opacity: 1;
}
.o-form-second__inputbox.has-error :-ms-input-placeholder {
  color: #d9000d;
}
.o-form-second__inputbox.has-error ::-ms-input-placeholder {
  color: #d9000d;
}
.o-form-second__input {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  margin-bottom: 35px;
  font-size: 12px;
  height: 36px;
  color: #2c2c2c;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.o-form-second__input a {
  color: #2c2c2c;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .o-form-second__input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .o-form-second__input {
    font-size: 16px;
  }
}
.o-form-second__input--kvkk {
  position: relative;
  width: 450px;
  font-size: 12px;
  color: #9ca0aa;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .o-form-second__input--kvkk {
    font-size: 16px;
  }
}
.o-form-second__input--kvkk span {
  color: #e9322b;
}
.o-form-second__input--kvkk .kvkk-error-message {
  display: none;
  position: absolute;
  bottom: -40px;
}
.o-form-second__input--kvkk .kvkk-error-message p {
  font-weight: bold;
  color: #e20613;
  font-size: 14px;
}
.o-form-second__input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.o-form-second__input .checkmark::after {
  left: 14px;
  top: 9px;
  width: 7px;
  height: 13px;
  border: solid #e20613;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.o-form-second .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  border: 1px solid #9ca0aa;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.o-form-second .checkmark:hover {
  background-color: #f0f0f0;
}
.o-form-second .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.o-form-second .o-form-second__input input:checked ~ .checkmark:after {
  display: block;
}
.o-form-second .kvkk-error-message {
  display: none;
  position: absolute;
  bottom: -40px;
}
.o-form-second .kvkk-error-message p {
  font-weight: bold;
  color: #e20613;
  font-size: 14px;
}
.o-form-second .error-message {
  display: none;
  position: absolute;
  bottom: -40px;
}
.o-form-second .error-message p {
  font-weight: bold;
  color: #e20613;
  font-size: 14px;
}
.o-form-second .o-form-second__input input:checked ~ .checkmark {
  color: #363636 !important;
  border-color: #363636;
}
.o-form-second__gridbox {
  display: grid;
  position: relative;
  gap: 20px;
  grid-template-columns: auto;
}
@media (min-width: 576px) {
  .o-form-second__gridbox {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1200px) {
  .o-form-second__gridbox {
    grid-template-columns: auto auto auto auto;
  }
}
.o-form-second__gridbox--twocolumn {
  width: 75%;
  grid-template-columns: auto auto;
}
@media (max-width: 768px) {
  .o-form-second__gridbox--twocolumn {
    grid-template-columns: auto;
  }
}
.o-form-second__gridbox--mb50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .o-form-second__gridbox--mb50 {
    margin-bottom: 25px;
  }
}
.o-form-second__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.o-form-second__button button {
  cursor: pointer;
  padding: 20px 0px;
  border: none;
  background-color: #e20613;
  color: #fff;
  width: 100%;
  padding: 20px 0px;
  border-radius: 4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .o-form-second__button button {
    width: 300px;
  }
}
.c-form-popup {
  background: #fafafa;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  display: none;
}
.c-form-popup__box {
  z-index: 99999;
  background-color: #fff;
  width: 535px;
  height: 525px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 55px;
  position: relative;
}
.c-form-popup__box p {
  margin: 0px;
  font-size: 22px;
  color: #000;
  text-align: center;
  max-width: 300px;
}
.c-form-popup__box svg {
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  fill: #000;
  position: absolute;
}
.c-form-popup.active {
  display: flex;
}
.c-form-popup--custom {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  .c-form-popup--custom {
    padding-top: 0;
  }
}
.c-form-popup--custom .c-form-popup__box {
  height: auto;
  gap: 35px;
  max-width: 750px;
  width: 90%;
  padding: 25px;
}
@media (min-width: 1200px) {
  .c-form-popup--custom .c-form-popup__box {
    padding: 50px;
  }
}
.c-form-popup--custom .c-form-popup__box p {
  font-size: 14px;
  line-height: 21px;
  max-width: none;
}
@media (min-width: 1200px) {
  .c-form-popup--custom .c-form-popup__box p {
    font-size: 18px;
    line-height: 24px;
  }
}
.c-form-popup--custom .c-form-popup__box p span {
  font-weight: bold;
}
.c-select-filter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .c-select-filter {
    gap: 65px;
  }
}
.c-select-filter.bitumen-filter .c-product-table {
  display: none;
}
.c-select-filter__head {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-select-filter__head {
    flex-direction: row;
  }
}
.c-select-filter__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-select-filter__item {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-select-filter__item {
    flex: 1;
  }
}
.c-select-filter__item .ss-main {
  padding: 20px 20px !important;
}
.c-select-filter__item .ss-main:is(:focus, :hover, :focus-visible, :focus) {
  box-shadow: none;
}
.c-select-filter__item .ss-placeholder {
  margin: 0 !important;
  font-size: 16px;
  color: #414141;
}
.c-select-filter__item .ss-content {
  border: none;
}
.c-select-filter__item .ss-list {
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.c-select-filter__item .ss-list .ss-option {
  padding: 10px 20px !important;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  width: 100%;
}
.c-select-filter__item .ss-list .ss-option:hover {
  color: #fff;
  background-color: #d9000d !important;
}
.c-select-filter__item .ss-list .ss-option.ss-selected {
  color: #fff;
  background-color: #d9000d !important;
  padding: 15px 20px;
}
.c-select-filter__nodata p {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #676b74;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .c-select-filter__nodata p {
    font-size: 16px;
    line-height: 32px;
  }
}
.c-audio {
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
}
.c-audio__controls {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.c-audio__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-audio__rewind svg,
.c-audio__forward svg {
  width: 10px;
  height: 10px;
}
.c-audio__rewind:hover,
.c-audio__forward:hover {
  cursor: pointer;
}
.c-audio__forward svg {
  transform: rotate(180deg);
}
.c-audio__play {
  width: 25px;
  height: 25px;
  background: #d9000d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.c-audio__play:hover {
  cursor: pointer;
}
.c-audio__times {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-audio__times,
.c-audio .current-time,
.c-audio .total-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #272727;
}
.c-audio__timing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-audio__bar {
  background-color: #f1f1f1;
  width: 100%;
  height: 4.5px;
  border-radius: 2.25px;
}
.c-audio__bar:hover {
  cursor: pointer;
}
.c-audio__progress {
  height: 100%;
  background-color: #d9000d;
  width: 0;
  border-radius: 2.25px;
}
.c-sustainability {
  background: #fcfcfc;
  padding: 50px 0;
  width: 100%;
}
.c-sustainability__slider {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 1600px) {
  .c-sustainability__slider {
    margin-bottom: 120px;
  }
}
.c-sustainability__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding-top: 30px;
}
.c-sustainability__item::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 13px;
  height: 13px;
  background: #d9000d;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.c-sustainability__date {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 100%;
  text-align: center;
  color: #414141;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1200px) {
  .c-sustainability__date {
    font-size: 32px;
  }
}
.c-sustainability ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
  margin: 0;
}
.c-sustainability ul li {
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #414141;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .c-sustainability ul li {
    font-size: 13px;
    line-height: 22px;
  }
}
.c-sustainability__image {
  width: 100%;
  height: 300px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .c-sustainability__image {
    height: 400px;
  }
}
.c-sustainability__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
  height: 300px;
}
@media (min-width: 1200px) {
  .c-sustainability__image img {
    height: 300px;
  }
}
.c-sustainability__image::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #707070;
  opacity: 0.15;
}
.c-sustainability .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.c-sustainability .swiper-slide-active {
  transition: height 0.3s ease-in-out;
}
.c-sustainability .swiper-slide-active .c-sustainability__date {
  color: #d9000d;
}
.c-sustainability .swiper-slide-active .c-sustainability__image {
  height: 300px;
  transition: height 0.3s ease-in-out;
}
.c-sustainability .swiper-slide-active .c-sustainability__image img {
  height: 300px;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .c-sustainability .swiper-slide-active .c-sustainability__image {
    height: 400px;
  }
  .c-sustainability .swiper-slide-active .c-sustainability__image img {
    height: 400px;
  }
}
.c-sustainability .o-container-subpage:nth-child(2) {
  width: 70%;
}
@media (min-width: 1200px) {
  .c-sustainability .o-container-subpage:nth-child(2) {
    width: 30%;
  }
}
.c-sustainability .swiper {
  transition: height 0.3s ease-in-out;
}
.c-sustainability .swiper-scrollbar {
  position: unset !important;
  left: unset !important;
  bottom: unset !important;
  top: unset !important;
  width: 100% !important;
}
.c-sustainability .swiper-scrollbar .swiper-scrollbar-drag {
  background: #d9000d !important;
}
.c-sustainability .swiper-wrapper {
  height: auto !important;
}
@media (min-width: 768px) {
  .c-sustainability .swiper-wrapper {
    margin-left: -25%;
  }
}
@media (min-width: 1600px) {
  .c-sustainability .swiper-wrapper {
    margin-left: -30%;
  }
}
.c-sustainability .c-custom-slider__arrow-right,
.c-sustainability .c-custom-slider__arrow-left {
  position: absolute;
  top: 250px;
  transform: translateY(-50%);
  border-color: #d9000d;
  z-index: 20;
  background-color: #fff;
}
@media (min-width: 1600px) {
  .c-sustainability .c-custom-slider__arrow-right,
  .c-sustainability .c-custom-slider__arrow-left {
    background-color: rgba(0, 0, 0, 0);
  }
}
.c-sustainability .c-custom-slider__arrow-right.swiper-button-disabled,
.c-sustainability .c-custom-slider__arrow-left.swiper-button-disabled {
  display: none;
}
@media (max-width: 1024px) {
  .c-sustainability .c-custom-slider__arrow-right,
  .c-sustainability .c-custom-slider__arrow-left {
    display: none;
  }
}
.c-sustainability .c-custom-slider__arrow-right {
  right: -30px;
}
@media only screen and (min-width: 1320px) {
  .c-sustainability .c-custom-slider__arrow-right {
    right: -85px;
  }
}
@media (min-width: 1600px) {
  .c-sustainability .c-custom-slider__arrow-right {
    right: -125px;
  }
}
.c-sustainability .c-custom-slider__arrow-left {
  left: -30px;
}
@media only screen and (min-width: 1320px) {
  .c-sustainability .c-custom-slider__arrow-left {
    left: -85px;
  }
}
@media (min-width: 1600px) {
  .c-sustainability .c-custom-slider__arrow-left {
    left: -125px;
  }
}
.c-icon-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 23px;
}
@media (min-width: 1200px) {
  p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 32px;
  }
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  font-family: "Roboto";
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #868d9b;
  background-color: #fff;
  height: 100%;
}
.main-wrapper--homepage {
  padding-bottom: 100px;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none !important;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.c-custom-slider__bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 10px;
}
.c-custom-slider__bullet .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: #fefefe;
  background: #fefefe;
}
.c-custom-slider__bullet .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  border: 1.5px solid #fff;
}
.c-custom-slider__bullet--red .swiper-pagination-bullet {
  background-color: #272727;
}
.c-custom-slider__bullet--red .swiper-pagination-bullet-active {
  border-color: #d9000d;
  background-color: rgba(0, 0, 0, 0);
}
.c-custom-slider__arrow {
  z-index: 1;
  display: flex;
  gap: 10px;
}
@media (max-width: 1200px) {
  .c-custom-slider__arrow {
    display: none;
  }
}
.c-custom-slider__arrow-left,
.c-custom-slider__arrow-right {
  width: 75px;
  height: 75px;
  border-radius: 37.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0);
  border: 1.2px solid #fff;
}
.c-custom-slider__arrow-left svg,
.c-custom-slider__arrow-right svg {
  width: 14.49px;
  height: 9.74px;
}
.c-custom-slider__arrow-left:hover,
.c-custom-slider__arrow-right:hover {
  cursor: pointer;
  transition: all ease 0.3s;
  background-color: #d9000d;
  border-color: #d9000d;
}
.c-custom-slider__arrow-left:hover svg,
.c-custom-slider__arrow-right:hover svg {
  fill: #fff;
}
.c-custom-slider__arrow-right svg {
  transform: rotate(180deg);
}
.c-custom-slider__arrow--banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  gap: 0;
}
.c-custom-slider__arrow--banner .c-custom-slider__arrow-left,
.c-custom-slider__arrow--banner .c-custom-slider__arrow-right {
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  border-color: rgba(255, 255, 255, 0.15);
}
.c-custom-slider__arrow--banner .c-custom-slider__arrow-left svg,
.c-custom-slider__arrow--banner .c-custom-slider__arrow-right svg {
  width: 9.55px;
  height: 16.95px;
}
.c-custom-slider__arrow--banner .c-custom-slider__arrow-left:hover,
.c-custom-slider__arrow--banner .c-custom-slider__arrow-right:hover {
  background-color: rgba(217, 0, 13, 0.55);
}
.c-custom-slider__arrow--banner .c-custom-slider__arrow-left {
  left: 50px;
}
.c-custom-slider__arrow--banner .c-custom-slider__arrow-right {
  right: 50px;
}
.c-custom-slider__arrow--red .c-custom-slider__arrow-left,
.c-custom-slider__arrow--red .c-custom-slider__arrow-right {
  border-color: #d9000d;
}
.c-custom-slider__arrow--small .c-custom-slider__arrow-left,
.c-custom-slider__arrow--small .c-custom-slider__arrow-right {
  width: 60px;
  height: 60px;
}
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}
@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}
.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}
.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
    var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-main .ss-values .ss-max {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}
.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}
.ss-main .ss-values .ss-value {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}
.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}
.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}
.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}
.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}
.ss-content .ss-search input::-moz-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}
.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall:hover {
  opacity: 0.5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall.ss-selected
  svg
  path {
  stroke: var(--ss-error-color);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg
  path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:first-child {
  stroke-width: 5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:last-child {
  stroke-width: 11;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow
  path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
    calc(var(--ss-spacing-l) * 3);
}
.ss-content .ss-list .ss-option {
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
  color: var(--ss-font-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}
.js-custom-select.ss-content {
  background: none;
  border: none;
  background-color: none;
  max-height: 350px;
}
.js-custom-select.ss-content .ss-list {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 20px 0;
  gap: 1px;
  display: flex;
  flex-direction: column;
}
.js-custom-select.ss-content .ss-list .ss-option {
  padding: 10px 20px;
  width: 92%;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  color: #414141;
}
.js-custom-select.ss-content .ss-list .ss-option:hover {
  border-radius: 6px;
  color: #fff;
  background-color: #d9000d;
  padding: 15px 20px;
}
.js-custom-select.ss-content .ss-list .ss-option.ss-selected {
  border-radius: 6px;
  color: #fff;
  background-color: #d9000d;
  padding: 15px 20px;
}
.js-custom-select.ss-content.ss-open-below {
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.05));
}
.js-custom-select.ss-content.ss-open-below .ss-list {
  margin-top: 7px;
}
.js-custom-select.ss-content.ss-open-above .ss-list {
  margin-bottom: 7px;
}
.c-custom-select.ss-content {
  background: none;
  border: none;
  background-color: none;
  max-height: 350px;
  width: 180px;
  min-width: 180px;
}
@media (min-width: 1200px) {
  .c-custom-select.ss-content {
    min-width: 230px !important;
    width: 230px !important;
  }
}
.c-custom-select.ss-content.c-custom-select--sm {
  width: 175px !important;
  min-width: 175px !important;
}
.c-custom-select.ss-content .ss-list {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  gap: 1px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-custom-select.ss-content .ss-list .ss-option {
  padding: 10px 20px;
  width: 92%;
  margin: 0 auto;
  font-weight: normal;
  font-size: 16px;
  color: #414141;
}
.c-custom-select.ss-content .ss-list .ss-option:hover {
  border-radius: 6px;
  color: #fff;
  background-color: #d9000d;
}
.c-custom-select.ss-content .ss-list .ss-option.ss-selected {
  border-radius: 6px;
  color: #fff;
  background-color: #d9000d;
  padding: 15px 20px;
}
.c-custom-select.ss-content.ss-open-below {
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.05));
}
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: "auto";
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: "auto";
  --vbox-share-radius: 0;
  --vbox-padding: 0;
}
.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.vbox-overlay * {
  backface-visibility: visible;
}
.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}
.vbox-share,
.vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}
.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}
.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}
.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}
.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.vbox-close:hover {
  opacity: 1;
}
.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}
.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}
.vbox-left {
  left: 0;
}
.vbox-right {
  right: 0;
}
.vbox-top {
  top: 0;
}
.vbox-bottom {
  bottom: 0;
}
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.vbox-next:hover,
.vbox-prev:hover {
  opacity: 1;
}
.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}
.vbox-prev {
  left: 15px;
}
.vbox-next {
  right: 15px;
}
.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}
.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}
.vbox-inline,
.venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}
.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}
.venoratio-1x1 {
  --vb-aspect-ratio: 100%;
}
.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%);
}
.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%);
}
.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%);
}
.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px);
}
.vbox-child.vbox-inline,
.vbox-child.venoratio {
  max-width: 100%;
}
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}
.vbox-content {
  opacity: 0;
}
.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}
.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}
.vbox-grab .vbox-child img {
  cursor: grab;
}
.vbox-child > iframe {
  border: none !important;
}
.vbox-content.swipe-left {
  margin-left: -200px !important;
}
.vbox-content.swipe-right {
  margin-left: 200px !important;
}
.vbox-preloader {
  transform: translateZ(0);
}
.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}
.vbox-hidden {
  display: none;
}
.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}
.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}
.vbox-tooltip {
  position: relative;
  display: inline-block;
}
.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}
.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}
.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}
.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}
.vbox-overlay {
  --sk-size: 40px;
  --sk-color: #333;
}
.sk-center {
  margin: auto;
}
.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}
@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%,
  80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  45%,
  55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}
.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}
.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}
.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}
.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}
.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}
.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}
@keyframes sk-wave {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}
.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite
    both;
}
.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}
.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}
@keyframes sk-flow {
  0%,
  100%,
  80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}
.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}
.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%,
  100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}
.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}
.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}
.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}
.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}
.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}
.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}
.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}
.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}
.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}
.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}
.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}
.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}
.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}
.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}
.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}
.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}
@keyframes sk-circle {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}
.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}
.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}
.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}
.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}
.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}
.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}
.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}
.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}
.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}
.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}
.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}
.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}
.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}
.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}
.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}
.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}
.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}
@keyframes sk-circle-fade {
  0%,
  100%,
  39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}
.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}
.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}
.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}
.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}
@keyframes sk-grid {
  0%,
  100%,
  70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}
.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}
.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}
.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}
@keyframes sk-fold {
  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}
.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}
.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}
.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}
@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance))
      translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance))
      translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance))
      rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.gallery-item video {
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-item .vbox-title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  top: 25px;
}
.gallery-item .vbox-tooltip {
  display: none;
}
.gallery-item .vbox-link-btn.vbox-share-mobile {
  display: none;
}
.gallery-item .vbox-bottom {
  bottom: 25px;
}
.gallery-item .vbox-close {
  right: 25px;
  top: 30px;
}
@media (min-width: 1200px) {
  .gallery-item .vbox-close {
    top: 25px;
  }
}
.gallery-item .vbox-left-corner {
  top: 30px;
  left: 25px;
}
@media (min-width: 1200px) {
  .gallery-item .vbox-left-corner {
    top: 25px;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://www.tupras.com.tr/assets/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__flag.iti__np {
  background-color: rgba(0, 0, 0, 0);
}
.iti {
  width: 100%;
}
.iti input {
  padding-left: 85px !important;
}
.iti input::-moz-placeholder {
  opacity: 0;
}
.iti input::placeholder {
  opacity: 0;
}
.iti__flag-container {
  height: 55px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
.mx-0 {
  margin: 0px;
}
.mx-5 {
  margin: 5px;
}
.mx-10 {
  margin: 10px;
}
.mx-15 {
  margin: 15px;
}
.mx-20 {
  margin: 20px;
}
.mx-25 {
  margin: 25px;
}
.mx-30 {
  margin: 30px;
}
.mx-35 {
  margin: 35px;
}
.mx-40 {
  margin: 40px;
}
.mx-45 {
  margin: 45px;
}
.mx-50 {
  margin: 50px;
}
.mx-55 {
  margin: 55px;
}
.mx-60 {
  margin: 60px;
}
.mx-65 {
  margin: 65px;
}
.mx-70 {
  margin: 70px;
}
.mx-75 {
  margin: 75px;
}
.mx-80 {
  margin: 80px;
}
.mx-85 {
  margin: 85px;
}
.mx-90 {
  margin: 90px;
}
.mx-95 {
  margin: 95px;
}
.mx-100 {
  margin: 100px;
}
.mx-105 {
  margin: 105px;
}
.mx-110 {
  margin: 110px;
}
.mx-115 {
  margin: 115px;
}
.mx-120 {
  margin: 120px;
}
.mx-125 {
  margin: 125px;
}
.mx-130 {
  margin: 130px;
}
.mx-135 {
  margin: 135px;
}
.mx-140 {
  margin: 140px;
}
.mx-145 {
  margin: 145px;
}
.mx-150 {
  margin: 150px;
}
.mx-155 {
  margin: 155px;
}
.mx-160 {
  margin: 160px;
}
.mx-165 {
  margin: 165px;
}
.mx-170 {
  margin: 170px;
}
.mx-175 {
  margin: 175px;
}
.mx-180 {
  margin: 180px;
}
.mx-185 {
  margin: 185px;
}
.mx-190 {
  margin: 190px;
}
.mx-195 {
  margin: 195px;
}
.mx-200 {
  margin: 200px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-200 {
  padding-right: 200px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-200 {
  padding-left: 200px;
}
.px-0 {
  padding: 0px;
}
.px-5 {
  padding: 5px;
}
.px-10 {
  padding: 10px;
}
.px-15 {
  padding: 15px;
}
.px-20 {
  padding: 20px;
}
.px-25 {
  padding: 25px;
}
.px-30 {
  padding: 30px;
}
.px-35 {
  padding: 35px;
}
.px-40 {
  padding: 40px;
}
.px-45 {
  padding: 45px;
}
.px-50 {
  padding: 50px;
}
.px-55 {
  padding: 55px;
}
.px-60 {
  padding: 60px;
}
.px-65 {
  padding: 65px;
}
.px-70 {
  padding: 70px;
}
.px-75 {
  padding: 75px;
}
.px-80 {
  padding: 80px;
}
.px-85 {
  padding: 85px;
}
.px-90 {
  padding: 90px;
}
.px-95 {
  padding: 95px;
}
.px-100 {
  padding: 100px;
}
.px-105 {
  padding: 105px;
}
.px-110 {
  padding: 110px;
}
.px-115 {
  padding: 115px;
}
.px-120 {
  padding: 120px;
}
.px-125 {
  padding: 125px;
}
.px-130 {
  padding: 130px;
}
.px-135 {
  padding: 135px;
}
.px-140 {
  padding: 140px;
}
.px-145 {
  padding: 145px;
}
.px-150 {
  padding: 150px;
}
.px-155 {
  padding: 155px;
}
.px-160 {
  padding: 160px;
}
.px-165 {
  padding: 165px;
}
.px-170 {
  padding: 170px;
}
.px-175 {
  padding: 175px;
}
.px-180 {
  padding: 180px;
}
.px-185 {
  padding: 185px;
}
.px-190 {
  padding: 190px;
}
.px-195 {
  padding: 195px;
}
.px-200 {
  padding: 200px;
}
