   body {
            margin: 0;
            font-family: Montserrat;
            background-color: #D2EBF2;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            color: #5D7A8C;
            padding-bottom: 20px;
			    position: relative;
        }
        .header {
            text-align: center;
            padding: 10px;
            background-color: #158AAD;
            color: white;
            font-size: 16px;
        }
		
		
		/*slider*/
        .image-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        touch-action: pan-y;
		margin-top: 20px;
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
		text-align: center;
         position: relative;
    min-width: 98%;
    margin: 0 1%;
    box-sizing: border-box;
    }

    .slides img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .slide-text {
        position: absolute;
        bottom: 10%;
        left: 5%;
        right: 5%;
        background-color: rgb(0, 94, 142, 0.5);
        color: white;
        padding: 10px;
        border-radius: 20px;
        font-size: 15px;
        text-align: center;
    }

.slide-text a{ color: white;text-decoration: none;}


    .dots {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background-color: #3B88A9;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .dot.active {
	 width: 7px;
        height: 7px;
        background-color: white;
		border: 1px solid #3B88A9;
    }
			/*slider*/
		
		
		
		
        .title {
            text-align: center;
            font-size: 20px;
            margin: 15px 0;
            font-weight: bold;
        }
        .logo {
            text-align: center;
            margin-bottom: 20px;
        }
        .logo img {
            width: 200px;
        }
        .button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 80%;
            margin: 20px auto;
            padding: 15px;
            background: linear-gradient(90deg, #158AAD 3.18%, #42CCBF 100%);
            color: white;
            text-align: center;
            border-radius: 20px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: background-color 0.3s;
        }
		
		 .bh {
		background-color:#5D7A8C;
		}
        .button img {
            width: 24px;
            height: 24px;
        }
        .button:hover {
            background-color: #e0e0e0;
        }
        .phone-number {
 justify-content: center;
    display: flex;
    text-align: center;
    font-size: 20px;
    margin: 20px auto;
    font-weight: bold;
    color: #5D7A8C;
    text-decoration: none;
        }
        .footer {
    position: fixed;
    background: #D2EBF2;
    bottom: 10px;
        width: 800px;
    display: flex;
    padding: 5px 0;
        }
        .footer a {
			    margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
             color: #5D7A8C;
            font-size: 12px;
        }
        .footer i {
            font-size: 20px;
            margin-bottom: 5px;
        }
		
		       .footer a:hover,.footer .active{
             color: #158AAD;
        }
		
		
		.two{display: flex;
    gap: 5%;
    width: 86%;
        margin: 10px auto;}
		.two .button{ width: 100%;
    padding: 15px 10px;
	/*font-size: 12px;*/   
	margin: 0;}
		
		
		
		
		
		
/* Скрытые формы с выездом слева */
        .form-slide {
            position: fixed;
            top: 0;
            left: -100%;
            width: 100%;
            max-width: 430px;
            height: 100vh;
            background-color: #158AAD;
            color: white;
            z-index: 1000;
            transition: left 0.5s ease-in-out;
            padding: 20px;
            box-sizing: border-box;
        }
        .form-slide.active {
            left: 0;
        }
        .form-slide h2 {
            text-align: center;
        }
        .form-slide input, .form-slide textarea {
           width: 95%;
    padding: 10px;
    margin: 10px auto;
    border-radius: 20px;
    border: none;
        }
		
		.form-slide select {
           width: 100%;
    padding: 10px;
    margin: 10px auto;
    border-radius: 20px;
    border: none;
        }
		
        .form-slide button {
            width: 100%;
            padding: 15px;
            border: none;
            border-radius: 20px;
            background-color: white;
            color: #005a87;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .form-slide button:hover {
            background-color: #e0e0e0;
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 24px;
            cursor: pointer;
        }
/* Скрытые формы с выездом слева */		
		
		
		
		
		
 /* Стили для выпадающего списка */
        .dropdown {
            background-color: #5b8a9b;
            border-radius: 20px;
            padding: 15px;
            color: white;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            position: relative;
        }

        .dropdown-content {
            display: none;
            background-color: #d3edf7;
            padding: 10px;
            border-radius: 10px;
        }

        .dropdown-content a {
            display: inline-block;
            width: 48%;
            color: #005a87;
            text-decoration: none;
            margin: 5px 0;
        }

        /* Стили для раскрывающихся категорий */
		
		.categorys{    margin: 10px 10px 50px;}
		
		
        .category {
            background-color: #5b8a9b;
            border-radius: 20px;
            padding: 15px;
            color: white;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            transition: background-color 0.3s;
        }

        .category:hover {
            background-color: #477080;
        }

        .category-content {
            display: none;
            background-color: #d3edf7;
            padding: 10px 15px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .category-content a {
            display: block;
            color: #005a87;
            text-decoration: none;
            margin: 5px 0;
        }

        .icon {
            font-size: 18px;
        }
		
		
		
		.certificate-container {
            padding: 20px;
            max-width: 800px;
            margin: auto;
        }

        .certificate-image {
            position: relative;
            width: 100%;
			height: 200px;
            border-radius: 15px;
            overflow: hidden;
        }

        .certificate-image img {
            width: 100%;
            border-radius: 15px;
            display: block;
        }

        .view-sample {
position: absolute;
    bottom: 15px;
    width: 160px;
    right: 1px;
            background: white;
            border-radius: 25px;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
        }

        .view-sample:hover {
            background-color: #f0f0f0;
        }

        .details {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 20px;
        }

        .detail-item {
            display: flex;
            justify-content: space-between;
            background: white;
            padding: 12px 20px;
            border-radius: 25px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            font-size: 16px;
            font-weight: bold;
        }

        .detail-item span {
            color: #0078aa;
        }

        .certificate-title {
            font-size: 18px;
            font-weight: bold;
            color: #0078aa;
            margin: 20px 0 10px;
        }

        .certificate-description {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
        }

        .apply-button {
            width: 100%;
            margin-top: 25px;
            padding: 15px;
            background-color: #0078aa;
            color: white;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            border-radius: 30px;
            cursor: pointer;
            transition: background-color 0.3s;
            border: none;
        }

        .apply-button:hover {
            background-color: #005f8a;
        }

        /* Всплывающее окно */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .modal-content {
            max-width: 90%;
            max-height: 90%;
            border-radius: 10px;
        }

        .close-modal {
            position: absolute;
            top: 20px;
            right: 25px;
            color: white;
            font-size: 35px;
            cursor: pointer;
        }
		
		
		.detail{display:flex}
		.back{    
		width: 15%;
    font-size: 45px;
    text-decoration: none;
    color: #0078aa;
    margin-top: -13px;
    position: relative;
	}
		.detail-pr{width: 85%;
		display: flex;
    justify-content: space-between;
    background: white;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
		}
		
		
		.backw{ 
	left: 20px;
    font-size: 45px;
    text-decoration: none;
    color: #0078aa;
    position: absolute;
		 margin-top: -13px;
		}
		
		
		
		.detail-pr span{color: #0078aa;}
		
		
		
@media screen and (max-width: 768px) and (orientation: portrait){
	
	

	
	
	        .container {
            max-width: 100%;
            margin: 0 auto;
            color: #5D7A8C;
            padding-bottom: 20px;
        }
	

	

	
	.certificate-container {
            max-width: 430px;
	}
	
		.footer {
			background: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
}
		
		
		}
		