*     {
         margin: 0;
   padding: 0;
    box-sizing: border-box;
	
}

body {
  font-family: 'Arial', sans-serif;
    line-height: 1.6;
   color :      #333;
    background:     #fff;
	
}

.container {
   padding: 0 20px;
	max-width: 1200px;
   margin: 0 auto;
}

.navbar-main
	{
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
          position: fixed;
    top: 0;
  width: 100%;
    z-index: 1000;
   padding: 15px 0;
}

.nav-wrapper {
	    max-width: 1200px;
    margin: 0 auto;
  padding     :   0 20px;
	 display: flex;
   justify-content :      space-between;
    align-items   :        center;


}

.brand-logo img {
    height: 45px;
  width: auto;
}

.navigation-menu {
    display :flex;
  list-style: none;
               gap: 30px;
}

.navigation-menu a {
   	 text-decoration     :       none;
    color: #333;
   font-weight: 500;
  font-size: 16px;
    transition: color 0.3s ease;}

.navigation-menu a:hover {
  color: #007acc;
}

.menu-toggle {


  display: none;
   flex-direction: column;
    cursor: pointer;}

.bar-top, .bar-middle, .bar-bottom {
    width: 25px;
    height: 3px;
    background: #333;
  margin: 3px 0;
  transition: 0.3s;
}

.hero-section {

	          padding  :       120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	}

.hero-content {
   max-width :    1200px;
         margin: 0 auto;
    padding: 0 20px;
  display: grid;
  grid-template-columns   :       1fr 1fr;
  gap: 60px;
   align-items: center;
}

.hero-text h1 {
    font-size: 3.2rem;
    font-weight: 700;
  line-height    :    1.2;
   margin-bottom: 24px;
  color: #2c3e50;
}

.hero-description {
  font-size    :    1.2rem;
    color :#666;
   margin-bottom: 30px;
    line-height:   1.7;
}

.hero-buttons {
   display: flex;
    gap:      20px; 

}

.btn-primary {
    transition: all 0.3s ease;
  font-weight    :       600;
   background: #007acc;
    text-decoration: none;
   color: white;
   padding: 15px 30px;
	 border-radius: 8px;
     }

.btn-primary:hover {
   background: #0056b3;
  transform: translateY(-2px);
}

.btn-secondary {
   background: transparent;
  color: #007acc;
   padding: 15px 30px;
    text-decoration: none;
   border: 2px solid #007acc;
  border-radius: 8px;
  font-weight: 600;
                    transition: all 0.3s ease;
}

.btn-secondary:hover {
   background: #007acc;
       color     :   white;
}


.hero-image img {
    width: 100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.uslugi-section {
  padding: 80px 0;
  background: white;
}

.uslugi-section h2 {
  text-align: center;
   font-size: 2.5rem;
  color: #2c3e50;
   margin-bottom: 60px;
}

.uslugi-grid {

	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  padding  :      0 20px;
	}

.usluga-item {
   background: #f8f9fa;
  padding: 30px;
   border-radius: 12px;
   text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usluga-item:hover {
	  transform: translateY(-8px);
	  box-shadow: 0 15px 40px rgba(0,0,0,0.1);}

.usluga-item img {
      width: 100%;
   height: 200px;
    object-fit: cover;
        border-radius: 8px;
    -moz-border-radius:8px;
   margin-bottom: 20px;
}

.usluga-item h3 {
    font-size: 1.5rem;
    color    :        #2c3e50;
    margin-bottom: 15px;
}


.usluga-item p {
	color: #666;
   line-height: 1.6;
}

.cta-section {
  background: linear-gradient(135deg, #007acc 0%, #0056b3 100%);
    color :white;
  padding: 80px 0;
	 text-align: center;
}

.cta-content h2 {
    font-size: 2.8rem;
   margin-bottom: 20px;
    font-weight: 700;
}

.cta-content p {

	    font-size    : 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-button {
    background: white;
    color: #007acc;
  padding: 18px 40px;
  text-decoration  :       none;
    border-radius: 8px;
     font-weight     :        700;
   font-size: 1.1rem;
   transition   :all 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.o-nas-preview {
  padding: 80px 0;
    background: #f8f9fa;
}

.o-nas-content {
  grid-template-columns:  1fr 1fr;
  gap: 60px;
   align-items: center;
  display: grid; 

}

.o-nas-text h2 
 {
    margin-bottom: 20px;
   color: #2c3e50;
  font-size: 2.5rem;
}

.o-nas-text p {
  color: #666;
     font-size: 1.1rem;
      margin-bottom  :    25px;
       line-height: 1.7;
}

.o-nas-text ul     {
   list-style: none;
    margin-bottom: 30px;
}

.o-nas-text li {
  padding: 8px 0;
   color: #555;
   position: relative;
      padding-left: 20px;
}

.o-nas-text li:before {
  content: "✓";

	    position: absolute;

	   left: 0;

	  color: #007acc;

	  font-weight: bold;
}

.btn-outline {
    background: transparent;
  color     :#007acc;
   padding: 12px 25px;
    text-decoration: none;
    border: 2px solid #007acc;
	border-radius: 6px;
  font-weight: 600;
   transition: all 0.3s ease;
    display: inline-block; 
	
}

.btn-outline:hover

{
   background: #007acc;
	color: white;
}

.o-nas-image img {
 width     :   100%;
                    height: auto;
 border-radius: 12px;
}  

.contact-section {
  padding: 80px 0;
  background: white;
}

.contact-section h2 {
   text-align    :      center;
    font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 60px;
}

.contact-content {
    display  :      grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  max-width: 1200px;
   margin: 0 auto;
}

.contact-info h3 {
   font-size: 1.8rem;
  color: #2c3e50;
   margin-bottom: 30px;
}

.contact-item {
    margin-bottom :  25px;
}


.contact-item strong {
  display: block; 
  color:    #007acc; 
  font-size: 1.1rem; 
     margin-bottom: 5px;
}

.contact-item span {
  color: #666;
    font-size: 1rem;
	line-height: 1.6;
}

.contact-form {
  background: #f8f9fa;
	padding   :       40px;
    border-radius: 12px;
}

.form-row {

	  display    : grid;
  grid-template-columns: 1fr 1fr;
	gap    : 20px;
    margin-bottom: 20px;


}

.contact-form input,
.contact-form select,
.contact-form textarea {
	padding     :15px;
   border: 2px solid #e9ecef;
   border-radius: 8px;
                    font-size: 1rem;
  transition: border-color 0.3s ease;
   width  :   100%;
  font-family: inherit;
	
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
               outline: none;
	border-color: #007acc;
}

.contact-form textarea {
    grid-column:       1 / -1;
  resize: vertical;
   min-height    :      120px;


}

.submit-btn {
  background: #007acc;
    color: white;
   padding: 15px 40px;
  border: none;
	 border-radius: 8px;
    font-size: 1.1rem;
   font-weight: 600;
               cursor: pointer;
  transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
   background: #0056b3;
  transform: translateY(-2px);
}

.main-footer {
          background: #2c3e50;
   color: white;
    padding: 60px 0 20px;
}

.footer-content {
  max-width: 1200px;
    margin :      0 auto;
          padding: 0 20px;
  display: grid;
    grid-template-columns: 1fr 2fr;
   gap: 60px;
  align-items: start;
}

.footer-brand img {
    height: 50px;
  margin-bottom: 20px;
}

.footer-info		{
   display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap :      40px;
}

.footer-section h4 {
  color: #007acc;
    font-size: 1.2rem;
   margin-bottom: 20px;
}

.footer-section p,
.footer-section a {
   margin-bottom: 8px;
  color: #bdc3c7;
   text-decoration: none;
  display: block;
    line-height: 1.6;
}



.footer-section a:hover {
    color: white;
}

.footer-bottom {
                    border-top: 1px solid #34495e; 
    margin-top: 40px; 
	padding-top: 20px; 
          text-align: center;
}

.footer-bottom p {
               color: #95a5a6; 
	  font-size: 0.9rem;
}@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .navigation-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: white;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s ease;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .navigation-menu.active {
        left: 0;
    }

    .navigation-menu li {
        margin: 20px 0;
    }

    .navigation-menu a {
        font-size: 1.2rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .uslugi-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .o-nas-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-info {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cta-content h2 {
        font-size: 2.2rem;
    }

    .uslugi-section h2,
    .contact-section h2,
    .o-nas-text h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .cta-content h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 25px;
    }

    .container,
    .nav-wrapper {
        padding: 0 15px;
    }
}.navigation-menu a.active {
    color: #007acc;
  font-weight: 600;
}

.page-hero {
  background: linear-gradient(rgba(0, 122, 204, 0.8), rgba(0, 86, 179, 0.8)), url('../paintings/professional_brand_development_1.webp'); 
   background-size: cover; 
   background-position: center; 
  height: 400px; 
   display: flex; 
    align-items    :       center; 
    justify-content: center; 
      color: white; 
    text-align: center; 
    margin-top: 70px;
}

.hero-overlay h1 {
  font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-overlay p {
	 font-size: 1.3rem;
   opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.about-story
	{
    padding  :   80px 0;
   background: white;
}

.story-content {
  display: grid;
    grid-template-columns: 2fr 1fr;
  gap: 60px;
    align-items: center;
}



.story-text h2     {
       font-size:2.8rem;
          color: #2c3e50;
         margin-bottom     :    30px;
   font-weight: 700;
}

.story-text p {
    font-size: 1.1rem;
   line-height: 1.8;
  color: #555;
 margin-bottom: 25px;
}

.story-image img 
 {
  width: 100%;
    height: auto;
   border-radius     :      12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.mission-vision {
        padding :     80px 0;
   background: #f8f9fa;
}

.mv-grid {
    display    :    grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1000px;
  margin: 0 auto;
}

.mission-box, .vision-box {
	 background: white; 
   padding: 40px; 
  border-radius: 15px; 
  box-shadow: 0 5px 20px rgba(0,0,0,0.08); 
   text-align: center;
}

.mission-box h3, .vision-box h3 {
   font-weight: 600;
    font-size: 1.8rem;
  color: #007acc;
          margin-bottom: 20px;
}

.mission-box p, .vision-box p
{
   font-size: 1.05rem;
   line-height: 1.7;
  color: #666;
	
}

.approach-section {
    padding: 80px 0;
   background: white;
}

.approach-section h2 {
    text-align: center;
    font-size: 2.5rem;
   color: #2c3e50;
  margin-bottom: 60px;
}

.approach-grid 
 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
  max-width: 1200px;
    margin: 0 auto;
}

.approach-item{
  text-align: center;
  padding: 30px 20px;
}

.approach-number {
    display: inline-block;
    width: 60px;
	height: 60px;
     background: #007acc;
	color: white;
       border-radius: 50%;
   line-height: 60px;
	 font-size: 1.5rem;
  font-weight  :      700;
  margin-bottom: 20px;
}

.approach-item h4 {
	    font-size: 1.4rem;
    color   :#2c3e50;
	 margin-bottom: 15px;

}

.approach-item p {
     color: #666;
	line-height: 1.6;
     }

.values-section   {
    padding: 80px 0;
  background: #f8f9fa;
}

.values-content  
  {
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap:     60px;
  align-items: center;
}


.values-text h2 {
   font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 40px;
} 

.value-item {
  margin-bottom:     30px;
}

.value-item h4 {
                    font-size    :   1.3rem;
    color: #007acc;
    margin-bottom: 10px;
   font-weight: 600;
}

.value-item p {
   color: #666;
   line-height: 1.6;
}

.values-image img {
   width: 100%;
  height:     auto;
    border-radius: 12px;
}

.expertise-areas {
   padding: 80px 0;
  background: white;


}


.expertise-areas h2 {
    text-align:      center;
    font-size  :      2.5rem;
    color: #2c3e50;
  margin-bottom   :      60px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.expertise-card {
	 background: white;
   border-radius: 15px;
    overflow   :      hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-10px);
}

.expertise-card img {


   width: 100%;
   height: 220px;
    object-fit: cover;}

.card-content {
   padding: 30px;
}

.card-content h4 {
       font-size: 1.4rem; 
  color: #2c3e50; 
  margin-bottom: 15px;
}

.card-content p {
   color: #666;
  line-height: 1.6;
}

.cta-about {
		 padding: 80px 0;
  background: linear-gradient(135deg, #007acc 0%, #0056b3 100%);
	 color  :       white;
  text-align: center;
     }

.cta-content-about h2		{
  font-size: 2.5rem;
 margin-bottom: 20px;
  font-weight: 700;
}

.cta-content-about p {
         font-size: 1.2rem;
    margin-bottom: 30px;
   opacity: 0.9;
	}

.cta-btn-about {

   background: white;
    color: #007acc;
     padding     :   18px 40px;
	 text-decoration: none;
	border-radius: 8px;
	 font-weight: 700;
  font-size: 1.1rem;
  transition :        all 0.3s ease;
   display: inline-block;
	}

.cta-btn-about:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.thankyou-hero {
   padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	text-align  :      center;
}

.thankyou-content h1 {
   font-weight: 700;
   color: #2c3e50;
  margin-bottom: 15px;
   font-size  :        3rem;
}

.thankyou-subtitle {
   font-size: 1.3rem;

   color: #666;

   margin-bottom: 50px;
}

.success-checkmark {
    margin-bottom: 40px;
}

.check-icon {
   width: 80px;
   height: 80px;
   position: relative;
   border-radius: 50%;
    box-sizing: content-box;
  border :    4px solid #28a745;
   margin: 0 auto;
  background :      #28a745;
}

.icon-line
{
  height: 5px;
    background-color: white;
   display: block;
  border-radius: 2px;
    position  :      absolute;
   z-index: 10;
}

.icon-line.line-tip {
	top: 46px;
  left: 14px;
   width :   25px;
  transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.icon-line.line-long {
  top: 38px;
    right: 8px;
    width    :47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}


.icon-circle {
   top  :  -4px;
    left   : -4px;
   z-index: 10;
  width: 80px;
   height:       80px;
   border-radius: 50%;
   position: absolute;
	box-sizing  :        content-box;
  border: 4px solid rgba(40, 167, 69, 0.2);
}

.icon-fix {
	top: 8px;
   width     :   5px;
  left: 26px;
    z-index: 1;
  height :     85px;
  position: absolute;
  transform: rotate(-45deg);
	
}@keyframes icon-line-tip {
    0% { width: 0; left: 1px; top: 19px; }
    54% { width: 0; left: 1px; top: 19px; }
    70% { width: 50px; left: -8px; top: 37px; }
    84% { width: 17px; left: 21px; top: 48px; }
    100% { width: 25px; left: 14px; top: 45px; }
}

@keyframes icon-line-long {
    0% { width: 0; right: 46px; top: 54px; }
    65% { width: 0; right: 46px; top: 54px; }
    84% { width: 55px; right: 0px; top: 35px; }
    100% { width: 47px; right: 8px; top: 38px; }
}.thankyou-details {
       background: white;
  padding: 50px;
	border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin: 50px 0;
    text-align: left;
}

.thankyou-details h3 {


   font-size: 2rem;
	color: #2c3e50;
  text-align: center;
    margin-bottom: 30px; 

	}

.steps-container {
	  display: flex;
    flex-direction: column;
	gap: 30px;
	}

.step-item {
  display    :  flex;
  align-items: flex-start;
  gap: 25px;
}

.step-number {
    background     :#007acc;
  color     : white;
  width: 50px;
  height: 50px;
   border-radius    :     50%;
      display: flex;
  align-items: center;
    justify-content: center;
    font-size:  1.3rem;
	font-weight: 700;
   flex-shrink: 0;
}

.step-content h4 {

	   font-size: 1.3rem;
    color:  #2c3e50;
   margin-bottom     :    8px;
     }

.step-content p {
    color   :     #666;
  line-height: 1.6;
}

.contact-reminder {


 padding: 30px;
   background:     #f8f9fa;
	margin: 40px 0;
    text-align: center;
  border-radius: 10px;


}

.contact-reminder h3     {
   font-size: 1.5rem;
   color: #2c3e50;
   margin-bottom: 10px;
}

.contact-reminder p {
   color: #666;
    margin-bottom: 15px;
}

.phone-link  
  {

    background :       #28a745;
      color   :     white;
  padding: 12px 25px;
  text-decoration: none;
   border-radius: 8px;
   font-weight: 600;
   font-size: 1.1rem;
    display:     inline-block;
    transition: background 0.3s ease;
     }

.phone-link:hover {
        background: #218838;
}

.thankyou-actions {
    margin-top: 40px;
	display: flex;
    gap: 20px;
   justify-content: center;
  flex-wrap: wrap;
}

.additional-resources {
   padding: 80px 0;
    background: white;
}

.additional-resources h2 {
  text-align: center;
    font-size: 2.5rem;
  color: #2c3e50;
	 margin-bottom: 20px;
} 

.resources-intro {
   text-align: center;
 font-size :1.2rem;
   color   :  #666;
  margin-bottom: 50px;
   max-width: 600px;
	margin-left: auto;
   margin-right  :   auto;
}

.resources-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
   max-width: 1200px;
    margin: 0 auto;
}

.resource-card {
 background: #f8f9fa;
    border-radius: 12px;
   overflow: hidden;
	transition: transform 0.3s ease;
}

.resource-card:hover {

  transform: translateY(-5px);


}

.resource-card img {
    width  :        100%;
  height: 200px;
     object-fit: cover;
}

.resource-content {
   padding: 25px;
}

.resource-content h4 {
  font-size: 1.3rem;
   color: #2c3e50;
   margin-bottom: 10px;
}

.resource-content p {
  color: #666;
  line-height: 1.6;
}@media screen and (max-width: 768px) {
    .page-hero {
        height: 300px;
    }

    .hero-overlay h1 {
        font-size: 2.5rem;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .mv-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .values-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-content h1 {
        font-size: 2.2rem;
    }

    .thankyou-details {
        padding: 30px 20px;
    }

    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .thankyou-actions {
        flex-direction: column;
        align-items: center;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }
}.cookies-section,
.privacy-section {
    padding: 120px 0 80px;
   background: #f8f9fa;
}

.cookies-section h1,
.privacy-section h1 {

    font-size: 2.8rem;
   color: #2c3e50;
  margin-bottom: 30px;
  text-align     :    center;}

.cookies-section h2,
.privacy-section h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 40px 0 20px;
}

.cookies-section p,
.privacy-section p {
   font-size: 1.1rem;
    color: #666;
   line-height: 1.7;
   margin-bottom: 20px;
}

.cookies-section ul,
.privacy-section ul {
  list-style: none;
   margin-bottom: 30px;
}


.cookies-section li,
.privacy-section li
{

	   padding: 8px 0;
         color: #555;
    position: relative;
   padding-left: 20px;


}

.cookies-section li:before,
.privacy-section li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #007acc;
  font-weight  :bold;
}