body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
}


*:hover {
    text-decoration: none !important;
    color: inherit;
}

.base-bg {
  background-color: #fff;
}

.header-container {
  padding: 20px 0;
}

.header-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin: 0 20px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.header-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.black-button {
  background-color: #000;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.bgpad img {
    max-height: 400px;
    padding: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #d9d9d9;
}

.moreimg {
    padding: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #d9d9d9;
    margin: 0 12px 12px 0
}

.moreimg img {
    max-height: 200px;
}

.black-button:hover {
  opacity: 0.8;
}

.arrow-icon {
  margin-left: 8px;
  display: inline-block;
  transform: rotate(45deg); /* Заглушка под стрелку */
}


.image-bg-wrapper {
  background: #000 url('./img/main/main-min.webp') center center/cover no-repeat;
  border-radius: 22px;
  max-width: 1775px;
    margin: 15px auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-section {
  padding: 80px 0;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  max-width: 500px;
  color: #fff;
}

.red-text {
  color: #FF4343;
}

.section-description {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  max-width: 500px;
}

.works-button {
  color: #FF4343;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}

.works-button:hover {
  opacity: 0.8;
}

.works-button svg {
  margin-right: 10px;
}

.disk-selection {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 16px;
  margin-top: 30px;
  max-width: 450px;
}

.disk-selection-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
}

.disk-select {
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  background: none;
  appearance: none;
  margin-right: 12px;
  flex-grow: 1;
}

.disk-search-button {
  background: #FF4343;
  border-radius: 6px;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.disk-search-button:hover {
  opacity: 0.8;
}

.disk-card {
  display: block;
  
  border-radius: 22px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
  min-height: 200px;
}

.disk-card:hover {
  transform: translateY(-3px);
}

.card-overlay:hover p {
  color: #fff;
} 

.card-overlay h3 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-overlay p {
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}


.content-section {
  padding: 80px 0;
}

.utp-card {
  margin-bottom: 30px;
}

.utp-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 5px;
}

.utp-desc {
  font-size: 15px;
  color: #595959;
  font-weight: 400;
}

.utp-image-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.utp-image-link:hover .utp-image {
  transform: translateY(-3px);
}

.utp-image {
  background: url('./img/c/utp-min.webp') center/cover no-repeat;
  border-radius: 22px;
  height: 400px;
  position: relative;
  transition: transform 0.3s ease;
}

.utp-image:hover .play-icon {
  opacity: 0.7;
  transition: 0.2s linear all;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.production-section {
  background: linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 100%);
  padding: 80px 0;
}

.production-title {
  font-size: 38px;
  font-weight: bold;
  color: #000;
  padding: 0 10px;
  margin-bottom: 40px;
}


.inner-page {
    background: rgb(145 161 185 / 10%);
    padding-bottom: 100px;
    padding-top: 50px;
    min-height: 30vh;
    max-width: 1700px;
    margin: 0px auto;
    border-radius: 22px;
}

.inner-page .uk-breadcrumb {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 28px;
}

.production-card {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.production-card:hover {
  transform: translateY(-3px);
}

.production-card-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.production-card-inner img {
  border-radius: 12px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.production-card-inner h3 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
}

.production-card-inner p {
  font-size: 14px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}

.faded {
  opacity: 0.5;
}

.buttons-row {
  margin-top: 40px;
    padding: 0 10px;
}

.button-filled {
  background: #FF4343;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  margin-right: 10px;  
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
}

.button-filled:hover {
  opacity: 0.8;
}

.button-outlined {
  border: 1px solid #FF4343;
  color: #FF4343;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}

.button-outlined:hover {
  opacity: 0.8;
}

.button-outlined svg {
  margin-left: 10px;
  display: inline-block;
}

.arrow-icon {
  margin-left: 10px;
  display: inline-block;
  transform: rotate(45deg);
}


.about-section {
  padding: 100px 0;
  background: transparent;
}

.about-label {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
  margin-bottom: 20px;
}

.about-title {
  font-size: 29px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.about-desc {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-button {
  background-color: #FF4343;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.about-button:hover {
  opacity: 0.8;
}

.arrow-icon {
  margin-left: 10px;
  transform: rotate(45deg);
  display: inline-block;
}

.about-image-tall img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.about-image-stack img {
  max-height: 260px;
  border-radius: 16px;
  height: auto;
  display: block;

}

.about-image-tall {
  height: 100%;
}

.about-image-stack > div {
  margin-bottom: 10px;
  padding: 5px;
}

.about-image-stack > div:last-child {
  margin-bottom: 0;
}



.reviews-section {
  background: linear-gradient(0deg, #FF4343 0%, #E1236F 100%);
  border-radius: 22px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  margin-bottom: 50px;
}

.reviews-title {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.reviews-description {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}

.reviews-button {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.reviews-button:hover {
  opacity: 0.8;
}

.review-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  padding: 10px;
  margin: 2px;
}

.review-card:hover {
  transform: translateY(-3px);
}

.review-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}

.review-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
  margin: 0;
}

.arrow-icon {
  margin-left: 10px;
  transform: rotate(0deg);
  display: inline-block;
}


.select-auto-section {
  background: #F0F0F0 url('img/c/graybg-min.webp') no-repeat center top;
  padding: 100px 0;
}

.autoformbot select,
.autoformbot button {
  min-height: 50px;
}

.autoformbot button {
  min-width: 100px;
}

.select-auto-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.select-auto-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.select-auto-dropdown {
  height: 48px;
  border: 1px solid #C2C2C2;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: transparent;
  appearance: none;
}

.select-auto-button {
  height: 48px;
  padding: 0 30px;
  background-color: #FF4343;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.select-auto-button:hover {
  opacity: 0.8;
}

.logo div {
  text-align: center;
  color: #CDCDCD;
  text-transform: uppercase;
  margin: 10px;
  font-weight: bold;
}

.logo a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}


.life-section {
  padding: 100px 0;
  background: transparent;
}

.life-title {
  font-size: 30px;
  font-weight: bold;
  color: #FF4343;
  margin-right: 12px;
}

.life-logo {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.wrapper {
  position: relative;
  width: 100%;
  display: inline-block; /* или block/flex в зависимости от контекста */
}


.contentg {
  position: relative;
  z-index: 1;
}

.glow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: rgba(255, 0, 0, 0.95);
  filter: blur(78px);
  z-index: 0;
  pointer-events: none;
  box-sizing: border-box;
}





#modal-cta-default .button {
  background: #FF4343;
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 12px 0;
  width: 188px;
  text-align: center;
  margin: 0;
  line-height: 25px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  font-family: inherit;
  outline: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.panel img {
    border-radius: 50%;
}

#modal-cta-default .button span {
  display: block;
  position: relative;
  z-index: 4;
  opacity: var(--text-opacity);
}
#modal-cta-default .button span.success {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  transform: translateX(var(--success-x)) translateZ(0);
  opacity: var(--success-opacity);
  color: var(--success);
}
#modal-cta-default .button span.success svg {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 4px 4px 0 0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14px;
  stroke: var(--success);
  stroke-dashoffset: var(--success-stroke);
}

#modal-cta-default .panel {
  max-width: 560px;
  margin: 0 auto;
    overflow: hidden;
}
#modal-cta-default .panel .avatar {
  display: block;
  width: 180px;
}
#modal-cta-default .panel h1 {
  font-size: 32px;
  font-weight: 900;
  font-family: inherit;
  color: #00104b;
  margin: 32px 0;
}
#modal-cta-default .panel .grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#modal-cta-default .panel p {
  color: #667093;
  margin: 16px 0 24px 0;
  line-height: 1.65;
}
#modal-cta-default .panel p a {
  text-decoration: none;
  color: #07f;
}
#modal-cta-default .panel .cta {
  display: flex;
}
#modal-cta-default .panel .cta button + button {
  margin-left: 16px;
}
#modal-cta-default .panel .cancel {
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 12px 24px;
  text-align: center;
  margin: 0;
  line-height: 25px;
  font-weight: 600;
  font-size: 16px;
  font-family: inherit;
  background: none;
  outline: none;
  color: rgb(182, 182, 182);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

#modal-cta-default input {
  -webkit-appearance: none;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 16px;
  border: 1px solid #cccfdb;
  color: #667093;
  background: #fff;
  transition: border 0.3s ease;
  outline: none;
}
#modal-cta-default input:focus {
  border-color: #07f;
}
#modal-cta-default input::-moz-placeholder {
  color: #999fb7;
}
#modal-cta-default input:-ms-input-placeholder {
  color: #999fb7;
}
#modal-cta-default input::placeholder {
  color: #999fb7;
}



.blockcontenct {
    color: #000;
}

.blockcontenct h1 {
    font-weight: bold;
    color: #000;
    margin: 20px 20px 40px 20px;
}

.urllink {
color: #0086FF;
margin: 5px 20px 5px 20px;
}

.urllink a {
color: #0086FF;
 font-weight: bold;
}
.urllink a span {
    margin-right: 8px;
    transition: 0.8s all;
}
.urllink a:hover span {
    margin-right: 15px;
    transition: 0.8s all;
}

.urllink a:hover {
    text-decoration: none;

}




.life-card {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.life-card:hover {
  transform: translateY(-4px);
}

.life-card-body {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 36px rgb(215 215 215 / 95%);
    padding: 16px 16px 30px 16px;
}

.life-card-body img {
  width: 100%;
  border-radius: 8px;
}

.life-card-body h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
}

.life-card-body p {
  font-size: 14px;
  font-weight: normal;
  color: #1D1D1B;
  margin-top: 8px;
}


.faq-section .uk-accordion {
    max-width: 800px;
    margin: 0 auto 40px;
}

.faq-section li a {
    text-align: left;
    font-weight: bold;
}

.faq-section .uk-accordion-content {
    text-align: left;
}

.faq-section li {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}


.moto-section {
  padding: 100px 0;
    background: rgb(223 223 223 / 45%);
  border-radius: 71px;
}

.moto-image {
  max-height: 580px;
  border-radius: 16px;
  object-fit: cover;
}

.moto-title {
  font-size: 29px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.moto-text {
  font-size: 16px;
  color: #4E4E4E;
  margin-bottom: 30px;
}

.moto-button {
  background-color: #FF4343;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.moto-button:hover {
  transform: translateY(-2px);
}



.faq-section {
  padding: 100px 0;
}

.faq-title {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.faq-subtitle {
  font-size: 16px;
  color: #515660;
  max-width: 800px;
  margin: 0 auto 40px;
}




.questions-section {
  background-color: #e7e7e7;
  padding: 100px 0;
  border-radius: 0;
}

.questions-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.questions-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.questions-subtitle {
  font-size: 16px;
  color: #515660;
  margin-bottom: 32px;
}

.contact-button {
  background-color: #FF4343;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.logos-section {
  background: transparent;
  padding: 100px 0;
}

.logos-title {
  color: #FF4343;
  font-size: 22px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  max-width: 300px;
  height: 80px;
  background: transparent;
}



.telegram-section {
  padding: 100px 0;
  background: #ffffff;
}

.telegram-title {
  font-size: 29px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.telegram-desc {
  font-size: 16px;
  color: #4E4E4E;
  margin-bottom: 30px;
  line-height: 1.6;
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  background: #7ABFFF;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.telegram-btn svg {
  margin-left: 10px;
}

.telegram-btn:hover {
  opacity: 0.8;
}


.footer {
  background: #141414  url('img/c/footer-min.webp') no-repeat center top;
  color: white;
  border-radius: 33px;
  background-size: contain;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-top {
  padding: 60px;
  border-radius: 33px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-title {
  font-size: 34px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  max-width: 500px;
}

.footer-form {
  position: relative;
  max-width: 400px;
}

.footer-input {
  width: 100%;
  padding: 14px 8px 14px 20px;
  border-radius: 999px;
  border: none;
  background: white;
  color: grey;
  font-size: 16px;
}

.footer-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.footer-btn:hover {
  opacity: 0.8;
  transition: 0.5s all;
}

.footer-contacts {
  margin-bottom: 20px;
}

.footer-phone {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.footer-socials a {
  display: inline-block;
  margin-left: 10px;
  transition: opacity 0.3s ease;
}
.footer-socials a:first-child {
  margin-left: 0;
}
.footer-socials a:hover {
  opacity: 0.8;
}

.footer-links ul {
   margin-left: 15px;
    display: inline-block; }

.footer-links, .footer-title {
  margin-top: 60px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.footer-links a:hover {
  opacity: 0.8;
}

.footer-divider {
  height: 1px;
  background: #2E2E2E;
  margin: 40px 0 30px;
}

.footer-bottom {
  font-size: 14px;
    padding: 0 60px 30px 60px;
}

.footer-policy a {
  margin-left: 20px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer-policy a:first-child {
  margin-left: 0;
}
.footer-policy a:hover {
  opacity: 0.8;
}


.catalog-section {
  padding: 80px 0;
}

.catalog-header {
  margin-bottom: 40px;
}

.catalog-title {
  font-size: 38px;
  font-weight: bold;
  color: #000;
}

.catalog-link {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.catalog-link:hover {
  opacity: 0.8;
}

.catalog-block {
  background: #F0F0F0;
  padding: 30px;
  border-radius: 22px;
}

.catalog-subtitle {
  font-size: 28px;
  font-weight: bold;
  color: #919191;
  margin-bottom: 20px;
}

.catalog-card {
  border-radius: 22px;
  background-size: cover;
    background-position-x: center !important;
    background-position-y: center !important;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  text-decoration: none;
  transition: transform 0.3s ease;
}


.marginer {
    margin-right: 20px;
    margin-bottom: 20px;
}


.catalog-card-right {
    align-items: flex-start;
}


.catalog-card:hover {
  transform: translateY(-3px);
}


.catalog-card:hover p,
.disk-card:hover p {
  color: white;
}

.card-overlay p,
.catalog-card-content-top p,
.catalog-card-content p {
  margin-top: 0px;
}

/* Левая карточка */
.catalog-card-left {
    background-size: cover !important;
  height: 400px;
   align-items: flex-end; 
}


.more-card-left {
    background-size: cover !important;
  height: 280px;
  margin-bottom: 20px;
   align-items: flex-end; 
}










.catalog-card-content {
  padding: 20px;
  color: white;
}
.catalog-card-title-large {
    color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-card-desc-large {
  font-size: 16px;
}
.catalog-card-arrow {
  position: absolute;
  bottom: 42px;
  right: 20px;
}

/* Правые карточки */
.catalog-card-right {
  background-size: cover !important;
  height: 200px;
}
.catalog-card-content-top {
  padding: 20px;
  color: white;
}
.catalog-card-title {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
}
.catalog-card-desc {
  font-size: 14px;
}





.canvaslight {
color: #000;
    background: #fff !important;
}

.uk-offcanvas-bar * {
    color: #000 !important;
}

.canvaslight li a {
font-weight:bold;
}

.canvaslight ul {
    list-style: upper-roman;
    padding-left: 30px;
}

.canvaslight ul li {
padding-left: 3px;
}


.canvaslight ul li::marker {
    color: #c6c6c6;
}

.canvaslight form {
    color: #000;
}

.canvaslight h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}


.canvaslight span,
.canvaslight p{
    font-size: 14px;
    color: #000;
    font-weight: normal;
    display: block;
    margin-bottom: 22px;
}


.canvaslight p a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}


.canvaslight input {
    border: 1px solid #b9b9b9;
    padding: 15px;
    width: calc(100% - 30px);
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 5px;
}




.canvaslight select {
    border: 1px solid #b9b9b9;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 5px;
}




.canvaslight textarea {
    border: 1px solid #b9b9b9;
    padding: 15px;
    min-height: 40px;
    font-size: 16px;
     resize: none;
    width: calc(100% - 30px);
    margin-bottom: 15px;
    border-radius: 5px;
}



.canvaslight button.sendbutton   {
    border: 0px;
    color: #fff !important;
    background: #FF6442;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 5px;
}




@media (max-width: 1199px) {


  
#modal-cta-default .panel h1 {
  font-size: 22px;
  font-weight: 900;
  font-family: inherit;
  color: #00104b;
  margin: 22px 0;
}


.catalog-link {
  opacity: 0.4;
  transition: 0.5s all;
}

.content-section {
 padding: 20px 0;
}

.utp-title {
  font-size: 16px;
  line-height: 15px;
}

.utp-desc {
  font-size: 14px;
  line-height: 16px;
}

.production-title {
  font-size: 26px;
}

.reviews-title {
  font-size: 22px;
}

.reviews-section {
  padding-bottom: 40px;
  padding-top: 20px;
}

.pdng {
  padding: 16px;
}

.about-desc, .moto-text {
  font-size: 14px;
}

.about-title, .moto-title { font-size: 22px; }


.moto-section {
    padding: 20px 0;
    background: rgb(223 223 223 / 45%);
    border-radius: 21px;
}

.life-section {
  padding: 40px 0;
}


.faq-section .uk-accordion-title
{
font-size: 16px;
}

.moto-image {
  max-width: 300px;
}

.telegram-image-wrapper img {
  max-width: 200px;
}



.more-card-left {
  height: 150px  !important;
  min-height: auto;
}


.footer-policy a {
  
    margin-left: 0px;
}

.select-auto-title {
    font-size: 23px;
}

.autoformbot  {
    width: 356px;
    margin: 0px auto;
}


}



@media (max-width: 1709px) {

  

.inner-page {
    max-width: auto;
    border-radius: 0px;
}

}