:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.section-talk {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.section-talk__img-cont {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 46rem;
}

@media (min-width: 1200px) {
  .section-talk__img-cont {
    width: 75%;
    height: 51.375rem;
  }
}

.section-talk__img-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.125rem;
  height: 6.25rem;
  background: var(--color-text-white);
  z-index: 1;
}

@media (min-width: 576px) {
  .section-talk__img-cont::before {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .section-talk__img-cont::before {
    display: none;
  }
}

.section-talk__img-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.5rem;
  height: 3.25rem;
  background: var(--color-text-white);
  z-index: 1;
}

@media (min-width: 576px) {
  .section-talk__img-cont::after {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .section-talk__img-cont::after {
    display: none;
  }
}

.section-talk__img-cont img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 57.25rem;
  position: relative;
  top: -5rem;
  margin: 0;
}

@media (min-width: 1200px) {
  .section-talk__img-cont img {
    height: 51.375rem;
    top: 0;
    left: 0;
  }
}

.section-talk__box {
  background-color: var(--red-color);
  mix-blend-mode: darken;
  position: absolute;
  left: 0;
  width: 100%;
  top: 6.25rem;
  height: 36.5rem;
  z-index: 2;
}

@media (min-width: 1200px) {
  .section-talk__box {
    top: 9.125rem;
    height: 35.0625rem;
    left: 53%;
    width: 70%;
    transform: translateX(-50%);
  }
}

.section-talk__box-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  top: 6.25rem;
  width: 100%;
  height: 36.5rem;
  padding: 6.25rem 2.8125rem;
  z-index: 3;
}

@media (min-width: 1200px) {
  .section-talk__box-content {
    left: 53%;
    width: 70%;
    top: 9.125rem;
    height: 35.0625rem;
    transform: translateX(-50%);
    padding: 6.875rem 5rem 3.75rem 5rem;
  }
}

.section-talk__title {
  color: var(--color-text-white);
  font-size: 2.3125rem;
  line-height: 2.8125rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

@media (min-width: 576px) {
  .section-talk__title {
    font-size: 2.0625rem;
  }
}

@media (min-width: 768px) {
  .section-talk__title {
    font-size: 2.6875rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 992px) {
  .section-talk__title {
    font-size: 3.3125rem;
    line-height: 3.3125rem;
    letter-spacing: -0.140625rem;
  }
}

@media (min-width: 1200px) {
  .section-talk__title {
    font-size: 2.6875rem;
    line-height: 3rem;
    width: 60%;
  }
}

@media (min-width: 1440px) {
  .section-talk__title {
    font-size: 3.8125rem;
    line-height: 4.125rem;
  }
}

@media (min-width: 1920px) {
  .section-talk__title {
    font-size: 4.4375rem;
    line-height: 4.75rem;
  }
}

.section-talk__text {
  color: var(--color-text-white);
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  width: 100%;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
}

@media (min-width: 576px) {
  .section-talk__text {
    width: 70%;
    line-height: 1.875rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section-talk__text {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .section-talk__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .section-talk__text {
    width: 60%;
    font-size: 1.625rem;
    line-height: 2.125rem;
    letter-spacing: -0.046875rem;
  }
}

.section-talk__buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 576px) {
  .section-talk__buttons {
    display: block;
  }
}

.section-talk__buttons a {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  flex: 0 0 49%;
}

@media (max-width: 575px) {
  .section-talk__buttons a {
    font-size: 1rem;
    margin-bottom: .625rem;
    flex: 0 0 0%;
  }
}
