*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

a {
  text-decoration: none;
}

section{
    /* padding:64px; */
    @media all and (max-width:1199px){
        /* padding: 70px 30px; */
    }
    @media all and (max-width:767px){
        /* padding: 70px 30px; */
    }
}
.wrapper{
    max-width: 1400px;
    margin:auto;
}

.flex{
    display:flex;
}

.kk-contact{
  background: radial-gradient(190.44% 245.39% at 8.28% 138.1%, #D8575D 0%, #790006 100%), #FFF;
  padding-left: 64px;
  padding-right: 64px;

  .flex{
    align-items: center;
    gap:55px;
  }

  .flex .content{
    max-width:581px;
  }

  h2{
    color: #FDFDFD;
    font-family: Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 113%; /* 72.32px */
    text-transform: uppercase;
    margin-bottom:42px;
  }
  .white-btn{
    color: #1E1E1E;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 18.24px */
    text-transform: uppercase;
    padding: 16px 24px;
    background: #FFBD52;
  }
  .normal-lnk{
      color: #FFF;
      font-family: Oswald;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 114%; /* 18.24px */
      text-transform: uppercase;
  }
  .btns{
    gap:24px;
    align-items:center;
  }
  @media all and (max-width:1199px) and (min-width:992px){
    .image{
      align-self: stretch;
    }
    .image img{
      height: 100%;
    }
    .content{
      padding: 25px 0;
    }
  }
  @media all and (max-width:991px){
    padding-top:64px;
    
    .flex{
      flex-direction:column-reverse;
    }
    h2{
      text-align:center;
    }
  }
  @media all and (max-width:767px){
    h2{
      text-align: center;
    }
  }
  @media all and (max-width:575px){
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-footer {
  background: var(--dark-bg, #323131);
  color: #ffffff;
  padding: 64px;
}

.footer-container {
  max-width:1400px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 42px;
  padding-bottom: 58px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 28px;
}

.footer-logo img {
  display: block;
  max-width: 215px;
  height: auto;
}

.footer-brand p {
  color: var(--Light-light-70, rgba(255, 250, 250, 0.70));
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin: 0 0 28px;
}

.footer-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--Primary, #BD3239);
  color: var(--white, #FFF);
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; /* 15.96px */
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 0 28px;
  padding:10px 16px;
}

.footer-quote-btn:hover {
  background: #b6202b;
  color: #ffffff;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  background: #5b5b5b;
  color: #ffffff;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.footer-socials a:hover {
  background: #d12a35;
}

.footer-socials span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.footer-links-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
}

.footer-column h3 {
  color: var(--primary-100, #E14A52);
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 13px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: var(--Light-light-70, rgba(255, 250, 250, 0.70));
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #454545;
  padding-top: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom p,
.footer-bottom a {
  color: var(--Light-light-70, rgba(255, 250, 250, 0.70));
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%; /* 18.24px */
  margin: 0;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-container {
    width: min(100% - 40px, 720px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-links-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 54px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .site-footer {
    padding: 42px 0 26px;
  }

  .footer-container {
    width: calc(100% - 30px);
  }

  .footer-main {
    padding-bottom: 42px;
  }

  .footer-links-group {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand p {
    font-size: 13px;
  }

  .footer-column a {
    font-size: 13px;
  }
}