/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 09:58:16 */
/* Общие стили футера */
.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.footer-branding {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 1 250px;
}

.footer-branding img {
    max-width: 60px;
    height: auto;
    border-radius: 8px;
}

.footer-site-info {
    display: flex;
    flex-direction: column;
}

.footer-site-title {
	color: #f0f0f1;
    font-size: 1.2rem;
    margin: 0;
}

.footer-site-description {
    font-size: 0.9rem;
    color: #ccc;
    margin: 5px 0 0;
}

.footer-menu {
    flex: 1 1 250px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav li a:hover {
    color: #f39c12;
}

.footer-copy {
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 0.85rem;
    color: #aaa;
}

/* Адаптив */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-branding {
        justify-content: center;
    }

    .footer-menu {
        margin-top: 20px;
    }
}

.snip-section {
    min-width: 370px;
    padding: 50px 0;
}

.overflow-hidden { 
    overflow: hidden;
} 

.overflow-visible { 
    overflow: visible;
} 

.position-relative { 
    position: relative; 
    z-index: 1;
} 

.bg-white { 
    background-color: #ffffff;
} 

.fs-19 { 
    font-size: 19px;
} 

*, :before, :after { 
    box-sizing: border-box;
} 

.mx-auto { 
    margin-left: auto; 
    margin-right: auto;
} 

.container { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    -webkit-box-pack: justify; 
    -ms-flex-pack: justify; 
    justify-content: space-between;
    max-width: 1140px;
} 

.container.flex-row-reverse { 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
} 

.text-center { 
    text-align: center;
} 

.img-wrap { 
    position: relative;
    width:calc( 45% - 12px); 
} 

.img-wrap:before { 
    position: absolute; 
    bottom: 30px; 
    left: 105px; 
    z-index: 1;
    background-color: #d81732; 
    content: ""; 
    display: block; 
    height: 1000px; 
    padding-bottom: 100%; 
    width: 100vw; 
} 

.content-wrap { 
    position: relative;
    width:calc( 55% - 12px);  
} 

.snip-img { 
    max-width: 100%; 
    height: auto; 
    vertical-align: middle;
} 

.img-wrap img  { 
    position: relative; 
    z-index: 2;
} 

.fs-16 { 
    font-size: 19px; 
    line-height: 1.5;
    max-width:578px;  
} 

.desc-wrap { 
    margin-top: 30px;
} 

.cta-group { 
    margin-left: -6px;
    width: calc(100% + 12px); 
} 

.mt-20 { 
    margin-top: 20px;
} 

.snip-h1 { 
    line-height: 1.1;
    margin-top:  0; 
    margin-bottom:  16px;
    font-family: 'Merriweather', sans-serif; 
    font-size: 42px; 
    font-weight: 700; 
} 

.fs-60 h1  { 
    font-size: 60px; 
    line-height: 1.1;
    max-width:700px; 
} 

.snip-h1 { 
    margin-bottom: 0;
} 

.snip-p { 
    font-family: 'Lato', sans-serif;
    margin-top: 0; 
    margin-bottom: 24px;
} 

.fs-19 p  { 
    font-weight: 500;
} 

.cta-wrap { 
    position: relative;
    display: inline-block; 
    vertical-align: middle; 
} 

.cta-group > span  { 
    display: inline-block; 
    margin-top: 10px; 
    padding-right: 6px; 
    padding-left: 6px;
    vertical-align: top; 
} 

.snip-a { 
    color: #0043d5; 
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
    text-decoration: underline;
} 

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.cta { 
    position:  relative; 
    cursor:  pointer; 
    display:  inline-block; 
    font-family:  'Merriweather', sans-serif; 
    font-size:  15px; 
    font-weight:  400; 
    line-height:  1.2; 
    max-height: 60px;
    max-width:  100%; 
    padding: 15px 20px;
    text-align:  center; 
    text-decoration:  none!important; 
    vertical-align:  middle; 
} 

.btn-filled { 
    background-color: #d81732; 
    border-color: #d81732; 
    color: #ffffff; 
} 

.btn-filled:hover { 
    background-color: #171717; 
    border-color: #171717; 
    color: #ffffff; 
} 

.btn-outline { 
    border: 2px solid #d81732;
    color: #d81732;
} 

.btn-outline:hover { 
    background-color: #171717; 
    border: 2px solid #171717;
    color: #ffffff; 
} 

.cta { 
    position: relative; 
    z-index: 2;
} 

@media (max-width: 767px){ 
  body { 
    font-size: 15px;
  } 

  .fs-19 { 
    font-size: 15px;
  } 

  .col-rt{ 
    order: 2; 
    margin-top: 30px;
    width: 100% !important; 
  } 

  .img-wrap { 
    overflow: hidden;
  } 

  .img-wrap:before { 
    left: 0;
  } 

  .content-wrap { 
    order: 1;
    width: 100% !important; 
  } 

  .desc-wrap { 
    margin-top: 16px;
  } 
}     

@media (max-width: 1023px){ 
  .fs-16 { 
    font-size: 16px;
  } 
}     

@media (max-width: 767px){ 
  .fs-16 { 
    font-size: 14px;
  } 
}     

@media (max-width: 1023px){ 
  .snip-h1 { 
    font-size: 36px;
  } 
}     

@media (max-width: 767px){ 
  .snip-h1 { 
    font-size: 28px;
  } 
}     

@media (max-width: 1023px){ 
  .fs-60 h1  { 
    font-size: 48px;
  } 
}     

@media (max-width: 767px){ 
  .fs-60 h1  { 
    font-size: 44px;
  } 
}     

.py-40 {  
    padding-top:40px;  
    padding-bottom:40px;  
}  

.snip-img {
	border-radius: 30%;
}