 body {
      margin: 0;
      padding: 0;
    }

    .slider-container {
      position: relative;
      width: 100%;
      height: 300px;
      margin: 0px auto 0;
      overflow: hidden;
    }

    .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .slider.active {
      opacity: 1;
    }

    .slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slider-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 10px;
      text-align: center;
    }

    .slider-title h2 {
      margin: 0;
    }

    .slider-dots {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }

    .slider-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #bbb;
      margin: 0 5px;
      cursor: pointer;
    }

    .slider-dot.active {
      background-color: #555;
    }
	#u31 {
    border-width: 0px;
   top: 0px;
	margin:auto;
    width: 1200px;
    height: 60px;
    display: flex;
    color: #003333;
	background-color: rgba(0, 0, 0, 1);
}
.text_white{
color:white;
margin:10px;
font-size:18px;
font-family:'ºÚÌå';
}
 body {
      margin: 0;
      padding: 0;
    }

    .container {
      width: 1200px;
      margin: 0 auto;
    }
	
	 .middle-container {
      width: 1000px;
      margin: 0 auto;
    }

    .title {
      text-align: center;
    }
	
	 .left-title {
      text-align: left;
    }

    .content {
      display: flex;
    }

    .left-column {
      flex: 1;
    }

    .left-column p {
      margin: 20px;
      word-wrap: break-word;
    }

    .right-column {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .right-column img {
      max-width: 100%;
      max-height: 100%;
    }
	


.paragraph-container {
        width: 1000px;
        border-color: black;
        border-radius: 20px;
        overflow: hidden;
        margin: 0 auto 20px;
        background-color: white;
		
		 border-top: 4px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
    }

    .paragraph-container .paragraph-content {
        display: flex;
        align-items: center;
    }

    .paragraph-container .paragraph-content img {
       width: 366px;
        height: 242px;
        margin: 20px;
        object-fit: cover;
    }

    .paragraph-container .paragraph-content .paragraph-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
		flex: 3;
		font-size: 20px;
margin: 10px;
font-size: 18px;
    line-height: 35px;
    }
	
	 .paragraph-container .paragraph-content .paragraph-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
		flex: 2;
    }

    .paragraph-container .paragraph-content .paragraph-text h1 {
        font-weight: bold;
        font-size: 24px;
        margin: 0;
    }

    .paragraph-container .paragraph-content .paragraph-text p {
        margin: 10px 0 0 0;
    }
	


    .text-line {
        margin-bottom: 10px;
    }
	.banner-container {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .banner-title {
        font-size: 24px;
        font-weight: bold;
        font-family: "Arial Black", sans-serif;
		
    }
	
	.big-image-container {
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }
	
	 .big-image-container img {
       width: 1000px;
      
        object-fit: cover;
    }
	
	
	
	
	.contacts-container {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
    }

    .contacts-title {
        font-size: 36px;
        font-weight: bold;
        position: relative;
		        color: #66cc99;
		        text-align: center;

    }

    .contacts-title::before,
    .contacts-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30%;
        height: 1px;
        background-color: #000;
    }

    .contacts-title::before {
        left: 0;
        transform: translate(-100%, -50%);
    }

    .contacts-title::after {
        right: 0;
        transform: translate(100%, -50%);
    }

    .contacts-subtitle {
        font-size: 18px;
		        color: #66cc99;
		        text-align: center;

    }

    .contacts-input-container {
        margin-top: 20px;
    }

    .contacts-input-container input[type="text"] {
        width: 150px;
        padding: 10px;
        margin-right: 10px;
        border: 1px solid #000;
        border-radius: 4px;
        font-size: 16px;
    }
	
	.contacts-item-container{
	        margin-left: 40%;
	        margin-top: 30px;

	}

    .contacts-select-container {
        margin-top: 20px;
    }

    .contacts-select-container select {
        padding: 10px;
        font-size: 16px;
    }

    .contacts-textarea-container {
        margin-top: 20px;
    }

    .contacts-textarea-container textarea {
        width: 300px;
        height: 100px;
        padding: 10px;
        border: 1px solid #000;
        border-radius: 4px;
        font-size: 16px;
    }

    .contacts-checkbox-container {
        margin-top: 20px;
    }

    .contacts-checkbox-container label {
        display: inline-block;
        margin-right: 10px;
        padding: 6px 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }

    .contacts-checkbox-container input[type="checkbox"] {
        display: none;
    }

    .contacts-checkbox-container input[type="checkbox"]:checked + label {
        background-color: #b3daff;
    }

    .contacts-button-container {
        margin-top: 20px;
		        text-align: center;

    }

    .contacts-button-container button {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 4px;
        background-color: #b3daff;
        cursor: pointer;
    }

    .contacts-button-container button:hover {
        background-color: #7fc2ff;
    }

    .contacts-button-container button:active {
        background-color: #1a8cff;
    }
	
	
	 .contacts-checkbox-container label {
        display: inline-block;
        margin-right: 10px;
        padding: 6px 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        background-color: #eee;
    }

    .contacts-checkbox-container input[type="checkbox"] {
        display: none;
    }

    .contacts-checkbox-container input[type="checkbox"]:checked + label {
        background-color: #b3daff;
    }
	
	.about-container {
        display: flex;
        align-items: flex-start;
        justify-content: center;
		       width: 1000px;
   margin: 0 auto;
        text-align: center;
    }

    .about-title {
        font-size: 24px;
        color: #66cc99;
        text-align: left;
        align-self: flex-start;
				flex: 1;
				margin-top:50px;

    }

    .about-content {
        text-align: left;
        color: #000000;
        margin-left: 2em;
				flex: 2;
        font-size: 18px;
    line-height: 35px;

    }
	
	 table {
        width: 100%;
        border-collapse: collapse;
    }
    
    th {
        background-color: #333333;
        color: #ffffff;
        padding: 10px;
        text-align: left;
    }
    
    td {
        background-color: #f0f0f0;
        color: #333333;
        padding: 10px;
    }
    
    tr:nth-child(odd) td {
        background-color: #dddddd;
    }
	
	
	
 .header {
    background-color: black;
    height: 60px;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 0 20px;
  }
  
  .company-name {
    text-align: left;
  }
  
  .links {
    text-align: right;
  }
  
  .links a {
    margin-left: 10px;
    color: white;
    text-decoration: none;
  }
  
  	.footer {
        background-color: black;
        color: white;
        text-align: center;
         margin: 0 auto;
        padding: 20px;
		
		  width: calc(100% - 40px);
    align-items: center;
    justify-content: space-between;
    }
	
	.slide-out-left {
  animation: slide-out-left 0.5s forwards;
}

.slide-in-right {
  animation: slide-in-right 0.5s forwards;
}

.slide-out-right {
  animation: slide-out-right 0.5s forwards;
}

.slide-in-left {
  animation: slide-in-left 0.5s forwards;
}

@keyframes slide-out-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-out-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
