@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.page-body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #292929;
}

#carrera-fans {
  max-width: 1160px;
  margin: 0 auto;
  background-color: #292929;
  font-family: "Roboto";
  overflow-x: hidden;
  box-sizing: border-box;
}

.crr-block {
  width: 100%;
}

.crr-column-10 {
  width: 10%;
}

.crr-column-20 {
  width: 20%;
}

.crr-column-30 {
  width: 30%;
}

.crr-column-40 {
  width: 40%;
}

.crr-column-50 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crr-column-60 {
  width: 60%;
}

.crr-column-70 {
  width: 70%;
}

.crr-column-80 {
  width: 80%;
}

.crr-column-90 {
  width: 90%;
}

.crr-column-100 {
  width: 100%;
}
.crr-button {
  background-color: #ffeb46;
  border: 0;
  color: #000 !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  max-width: 180px;
  font-weight: bold;
  transition: background-color 0.6s ease, color 0.6s ease, border-color 0.6s ease;
}

.crr-button:hover {
  background-color: #000;
  color: #ffeb46 !important;
}

.crr-button-li {
  list-style: none;
  margin-top: 5px;
}

.crr-button-li .crr-button {
  display: inline-block;
  padding: 15x;
  background-color: #ffeb46;
  color: #ffffff;
  text-decoration: none;
}

.crr-button-li .crr-button:hover {
  background-color: #000;
}

.crr-couple {
  background-image: url("../images/couple.webp");
  background-size: cover;
  background-position: center;
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 60px;
  margin-top: 20px;
}

.crr-couple .crr-title {
  padding: 0;
}

.crr-couple p {
  font-size: 14px;
  line-height: 17px;
  color: #9d9d9d;
}

.crr-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  max-width: 540px;
  padding: 0 0 0 60px;
  margin: 0;
}

.crr-logo {
  max-width: 135px;
  width: 135px;
  height: auto;
  margin-left: 60px;
}

.crr-warranty-icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 0 0 0 60px;
  margin-top: 80px;
}

.crr-warranty-icons img {
  width: 128px;
  max-width: 128px;
  height: 128px;
  max-height: 128px;
}

.crr-bottom-madein {
  margin-left: 60px;
  margin-bottom: 30px;
  position: relative;
  bottom: -45%;
}

.crr-content h2 {
  font-family: "Roboto";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 60px 0 0 0;
  margin: 0;
}

.crr-content p {
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.crr-background {
  background-image: url("../images/head-banner.webp");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 760px;
}

.crr-bottom-madein {
  max-width: 220px;
}

.crr-columns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  color: #fff;
}

.crr-fix {
  display: flex;
  flex-direction: row;
}

.crr-firststblock-img1 {
  background-image: url("../images/grid1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  max-width: 674px;
  width: 674px;
  padding: 20px;
}
.crr-firststblock-img2 {
  background-image: url("../images/grid2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 300px;
  max-width: 626px;
  width: 626px;
  padding: 20px;
}

.crr-firststblock-img3 {
  background-image: url("../images/grid5.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  max-width: 235px;
  width: 235px;
  padding: 20px;
}

.crr-firststblock-img4 {
  background-image: url("../images/grid3.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  max-width: 536px;
  width: 536px;
  padding: 20px;
}

.crr-firststblock-img5 {
  background-image: url("../images/grid4.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  max-width: 509px;
  width: 509px;
  padding: 20px;
}

.crr-firststblock-img1,
.crr-firststblock-img2,
.crr-firststblock-img3,
.crr-firststblock-img4,
.crr-firststblock-img5 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.crr-block-2 {
  height: 590px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #171717;
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.crr-block-2-img {
  min-height: 508px;
  height: 508px;
  width: 580px;
  min-width: 580px;
}

.crr-block-2-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.crr-block-2-content .crr-button {
  margin-top: 10px;
}

.crr-block-3 {
  height: 590px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
  background-color: #171717;
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.crr-title {
  font-size: 32px;
  line-height: 35px;
  padding: 0px 32px 0px 32px;
  font-weight: bold;
}

.crr-list {
  font-size: 14px;
  line-height: 17px;
  padding: 0px 50px 0px 50px;
  color: #9d9d9d;
}

.crr-list li {
  padding-bottom: 8px;
}

.crr-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-image: url(..//images/bottom-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 620px;
  height: 620px;
}

.crr-cta p {
  color: #fff;
  font-size: 36px;
  line-height: 39px;
  text-align: center;
  font-weight: bold;
}

.crr-cta .crr-button {
  max-width: 400px;
}

.slider {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
}

.slide.prev {
  transform: translateX(-100%);
}

.slide.next {
  transform: translateX(100%);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.controls button {
  font-size: 30px;
  padding: 10px 20px;
  background-color: #000;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  height: 44px;
  width: 44px;
  display: flex;
  align-content: space-around;
  align-items: center;
  justify-content: center;
  transition: background-color 0.6s ease;
  margin: 20px;
}

.controls button:hover {
  background-color: #ffeb46;
}

.crr-final {
  background-image: url("../images/Frame1321315410.webp");
  min-height: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.crr-slider {
  margin-top: 20px;
}

@media (max-width: 375px) and (min-width: 320px) {
  .crr-bottom-madein {
    margin-left: 20px;
    bottom: -461px !important;
  }
}

@media (max-width: 767px) and (min-width: 376px) {
  .crr-bottom-madein {
    margin-left: 20px;
    bottom: -465px !important;
  }
}

@media (max-width: 767px) {
  .crr-background {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 740px;
    background-image: url("../images/head-banner-mobile.webp");
  }

  .crr-warranty-icons {
    margin-top: 24px;
    padding: 0 0 0 20px;
  }

  .crr-warranty-icons img {
    width: 90px;
    height: 90px;
  }

  .crr-couple {
    background-image: url("../images/couple-bg-mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 600px;
    align-items: flex-start;
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
  }

  .crr-couple p br {
    display: none;
  }

  .crr-couple .crr-button {
    margin-top: 0;
  }

  .crr-couple .crr-block-2-content {
    gap: 10px;
  }

  .crr-content {
    padding: 23px 0px 0px 20px;
    width: 90%;
  }

  .crr-logo {
    margin-left: 20px;
    width: 130px;
    max-width: 130px;
  }

  .crr-content h2 {
    font-size: 26px;
    line-height: 27px;
    padding: 10px 34px 0 0;
  }

  .crr-content p {
    font-size: 14px;
    line-height: 17px;
    padding-right: 52px;
  }

  .crr-columns {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
  }

  .crr-block-1 {
    width: 90%;
    margin: 0 auto;
  }

  .crr-mobile-column {
    width: auto;
    padding-top: 30px;
  }

  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img5 {
    min-height: 200px;
    max-width: 100%;
    width: 95%;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 15px;
    background-position: bottom;
  }

  .crr-firststblock-img3 {
    height: 200px;
    min-height: 200px;
    width: 120px;
    max-width: 120px;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    background-position: -24px -4px;
    background-size: 180%;
  }

  .crr-firststblock-img4 {
    height: 200px;
    min-height: 200px;
    width: 236px;
    max-width: 236px;
    font-size: 12px;
    line-height: 15px;
    padding: 10px;
    background-position: -68px;
  }

  .crr-block-2 {
    height: auto;
    flex-direction: column-reverse;
    gap: 20px;
    width: 90%;
    overflow: hidden;
    margin: 15px auto 0;
  }

  .crr-block-2-img {
    min-height: 100%;
    height: auto;
    width: 78%;
    min-width: 78%;
  }

  .crr-block-2-content {
    padding: 20px;
  }

  .crr-block-3 {
    height: auto;
    flex-direction: column-reverse;
    gap: 20px;
    width: 90%;
    margin: 15px auto 0;
    overflow: hidden;
  }

  .crr-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0px 27px 0px 20px;
  }

  .crr-list {
    font-size: 12px;
    line-height: 15px;
    padding: 0 35px 0 35px;
  }

  .crr-cta {
    margin-top: 20px;
    background-image: url("..//images/bottom-bg.webp");
    background-position: 70%;
    background-size: cover;
    height: 600px;
    min-height: 600px;
    padding-top: 40px;
  }

  .crr-cta p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 39px;
  }

  .crr-cta p br {
    display: none;
  }

  .crr-cta .crr-button {
    max-width: 250px;
  }

  .slider {
    height: 200px;
  }

  .controls button {
    font-size: 24px;
    height: 42px;
    width: 42px;
    border-radius: 26px;
  }

  .crr-final {
    min-height: 122px;
    height: auto;
    background-position: center;
  }

  .crr-slider {
    margin-top: 20px;
  }

  .crr-button {
    font-size: 14px;
    line-height: 100%;
  }

  .slide img {
    object-fit: contain;
  }

  .crr-mobile-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
  }

  .custom-flex-mob {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .crr-mobile-flex {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .equal-width {
    width: auto;
    padding-top: 30px;
  }

  .for-mob {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .custom-flex-mob {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .custom-flex-mob .crr-firststblock-img3,
  .custom-flex-mob .crr-firststblock-img4 {
    flex: 1;
    width: calc(50% - 7.5px);
    min-height: 200px;
  }

  .for-mob .crr-firststblock-img5 {
    width: 100%;
    min-height: 200px;
  }

  .for-desk {
    display: none;
  }

  .crr-mobile-flex {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 15px;
  }

  .equal-width {
    flex: 1 1 0;
    width: calc(100% - 3px);
    max-width: calc(100% - 3px);
    min-height: 182px;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  }

  .crr-mobile-flex {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 15px;
  }

  .equal-width {
    flex: 1 1 0;
    width: calc(100% - 3px);
    max-width: calc(100% - 3px);
    min-height: 182px;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  }

  .for-desk > div {
    padding: 20px;
    box-sizing: border-box;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .for-desk .small-block {
    width: calc((100% - 40px) * 0.25);
    flex: 0 0 calc((100% - 40px) * 0.25);
    max-width: calc((100% - 40px) * 0.25);
  }

  .for-desk .crr-firststblock-img5 {
    width: calc((100% - 40px) * 0.5);
    flex: 0 0 calc((100% - 40px) * 0.5);
    max-width: calc((100% - 40px) * 0.5);
  }

  .for-desk > div {
    padding: 20px;
    box-sizing: border-box;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .for-desk .small-block {
    width: calc((100% - (50% - 10px) - 40px) / 2);
    flex: 0 0 calc((100% - (50% - 10px) - 40px) / 2);
    max-width: calc((100% - (50% - 10px) - 40px) / 2);
  }

  .for-desk .crr-firststblock-img5 {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .crr-mobile-flex {
    display: flex;
    gap: 20px;
    width: 100%;
  }

  .equal-width {
    flex: 1 1 0;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-height: 300px;
    box-sizing: border-box;
  }

  .for-desk {
    display: none !important;
  }

  .crr-mobile-flex {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .crr-mobile-flex .equal-width:first-child {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  .crr-mobile-flex .equal-width:last-child {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .equal-width {
    flex: 1 1 0 !important;
    width: calc(100% - 3px) !important;
    max-width: calc(100% - 3px) !important;
    min-height: 182px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }

  .for-mob {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .custom-flex-mob {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }

  .for-mob .crr-firststblock-img5 {
    width: 100% !important;
    min-height: 200px !important;
    padding: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
  }

  .custom-flex-mob .crr-firststblock-img3,
  .custom-flex-mob .crr-firststblock-img4 {
    flex: 1 !important;
    width: calc(50% - 7.5px) !important;
    min-height: 200px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }

  .crr-block-1 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .crr-mobile-flex,
  .for-mob,
  .custom-flex-mob {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .crr-block-1 * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .equal-width {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 320px) {
  .crr-background {
    height: 520px;
  }

  .crr-bottom-madein {
    bottom: -107px;
  }

  .crr-content h2 {
    padding: 8px 0 0 0;
  }

  .crr-firststblock-img4 {
    background-position: center bottom;
    background-size: 136%;
    background-color: #303030;
  }

  .crr-firststblock-img2 {
    background-position: bottom right;
    background-size: 95%;
    background-color: #303030;
  }

  .crr-firststblock-img1 {
    background-position: bottom right;
    background-size: 107%;
    background-color: #303030;
  }

  .crr-firststblock-img3 {
    background-color: #303030;
    background-position: center bottom;
    background-size: 104%;
  }

  .crr-block-2-img {
    max-width: 288px;
    height: 252px;
    min-height: 252px;
  }

  .crr-title {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .crr-cta {
    background-image: url(..//images/bottom-bg.webp);
    background-size: cover;
    background-position: 35%;
  }

  .crr-firststblock-img4 {
    background-position: -34px bottom;
    background-size: 168%;
    background-color: #303030;
    max-width: 220px;
    width: 220px;
  }

  .crr-firststblock-img2 {
    background-position: bottom right;
    background-size: 134%;
    background-color: #303030;
  }

  .crr-firststblock-img1 {
    background-position: bottom right;
    background-size: 107%;
    background-color: #303030;
  }

  .crr-firststblock-img3 {
    background-color: #303030;
    background-position: center bottom;
    background-size: 104%;
    width: 120px;
    max-width: 120px;
  }

  .crr-firststblock-img5 {
    background-size: 136%;
    background-position: bottom left;
  }

  .crr-block-1 {
    width: 95%;
    margin: 0 auto;
  }

  .crr-block-2,
  .crr-block-3 {
    width: 95%;
    margin: 20px auto;
    height: auto;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 29px;
  }

  .crr-block-2-img {
    width: 580px;
    max-width: 580px;
    height: 508px;
    min-height: 508px;
    min-width: 580px;
  }

  .crr-mobile-column {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .crr-cta p {
    padding-left: 50px;
    padding-right: 50px;
  }

  .crr-cta p br {
    display: none;
  }

  .custom-flex-mob {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .crr-content p {
    width: 350px;
  }

  .crr-bottom-madein {
    bottom: -26%;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .crr-firststblock-img4 {
    background-position: center bottom;
    background-size: 136%;
    background-color: #303030;
    width: 390px;
    max-width: 390px;
  }

  .crr-firststblock-img2 {
    background-position: bottom right;
    background-size: 95%;
    background-color: #303030;
  }

  .crr-firststblock-img1 {
    background-position: bottom right;
    background-size: 107%;
    background-color: #303030;
  }

  .crr-firststblock-img3 {
    background-color: #303030;
    background-position: center bottom;
    background-size: 104%;
    width: 150px;
    max-width: 150px;
  }

  .crr-firststblock-img5 {
    background-size: 177%;
    background-position: -63px -17px;
  }

  .crr-block-2-img {
    min-width: 500px;
    max-width: 500px;
    width: 500px;
    min-height: 553px;
    max-height: 553px;
  }

  .crr-block-2,
  .crr-block-3 {
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .crr-list {
    padding-bottom: 50px;
  }
  .crr-block-3 {
    padding-top: 50px;
  }

  .custom-flex-mob {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .crr-block-1 {
    width: 95%;
    margin: 0 auto;
  }
}

.for-desk {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.for-desk > div {
  padding: 20px;
  box-sizing: border-box;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.for-desk .small-block {
  width: calc((100% - (50% - 10px) - 40px) / 2);
  flex: 0 0 calc((100% - (50% - 10px) - 40px) / 2);
  max-width: calc((100% - (50% - 10px) - 40px) / 2);
}

.for-desk .crr-firststblock-img5 {
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.crr-mobile-flex {
  display: flex;
  gap: 20px;
  width: 100%;
}

.equal-width {
  flex: 1 1 0;
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-height: 300px;
  box-sizing: border-box;
}

.custom-flex-mob {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  width: 100% !important;
  justify-content: space-between !important;
}

.custom-flex-mob .crr-firststblock-img3,
.custom-flex-mob .crr-firststblock-img4 {
  flex: 1 1 0 !important;
  width: calc(50% - 7.5px) !important;
  max-width: calc(50% - 7.5px) !important;
  min-height: 200px !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

.for-mob .crr-firststblock-img5 {
  width: 100% !important;
  min-height: 200px !important;
  padding: 15px !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .custom-flex-mob {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .custom-flex-mob .crr-firststblock-img3,
  .custom-flex-mob .crr-firststblock-img4 {
    flex: 1 1 0 !important;
    width: calc(50% - 7.5px) !important;
    max-width: calc(50% - 7.5px) !important;
    min-height: 200px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 768px) {
  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img3,
  .crr-firststblock-img4,
  .crr-firststblock-img5 {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (max-width: 767px) {
  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img3,
  .crr-firststblock-img4,
  .crr-firststblock-img5 {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (max-width: 320px) {
  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img3,
  .crr-firststblock-img4 {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img3,
  .crr-firststblock-img4,
  .crr-firststblock-img5 {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .crr-firststblock-img1,
  .crr-firststblock-img2,
  .crr-firststblock-img3,
  .crr-firststblock-img4,
  .crr-firststblock-img5 {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (min-width: 768px) {
  .for-desk {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .for-mob {
    margin-top: 0 !important;
  }

  .custom-flex-mob {
    margin-top: 15px !important;
  }

  .crr-mobile-flex .equal-width:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .crr-block-1 {
    width: 95%;
    margin: 0 auto;
  }

  .crr-firststblock-img1 {
    max-width: 674px;
    width: 674px;
  }

  .crr-firststblock-img2 {
    max-width: 626px;
    width: 626px;
  }

  .crr-firststblock-img3 {
    max-width: 235px;
    width: 235px;
  }

  .crr-firststblock-img4 {
    max-width: 536px;
    width: 536px;
  }

  .crr-firststblock-img5 {
    max-width: 509px;
    width: 509px;
  }
}
