@import url(../front/front.css); body { background-color: #FFEED4; font-family: 'Tac1', sans-serif; } .header { background-color: #F7AA27; color: white; padding: 15px 0; display: flex; justify-content: space-between; align-items: center; } .header-logo { margin-left: 20px; } .header-logo img { width: 100px; height: auto; } .header-info { display: flex; align-items: center; } .header-tech { font-size: 2em; margin-right: 10px; /* Минимальный отступ */ } .header-center { font-family: 'Tac1', sans-serif; font-size: 1.2em; margin-right: 180px; /* Большой отступ */ } .header-location, .header-phone { font-size: 1.2em; /* Увеличенный шрифт */ margin-right: 20px; /* Отступ для телефона */ } .header-nav { position: relative; margin-right: 100px; font-size: 1.2em } .header-nav button { background-color: transparent; border: none; padding: 10px 15px; color: white; font-size: 1em; cursor: pointer; } .header-nav ul { list-style: none; margin: 0; padding: 0; position: absolute; top: 100%; right: 0; background-color: rgba(255, 255, 255, 0.8); /* Прозрачный белый цвет */ border-radius: 5px; display: none; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 10px; border: 1px solid #F7AA27; } .header-nav li { padding: 10px; border-bottom: 1px solid #F7AA27; /* Цвет разделителя */ transition: background-color 0.3s ease; /* Добавляем плавный переход */ } .header-nav li:last-child { border-bottom: none; } .header-nav li a { text-decoration: none; color: #F7AA27; /* Цвет текста */ } .header-nav li:hover { background-color: rgba(247, 170, 39, 0.5); /* Прозрачно-рыжий цвет */ } .header-nav li a:hover { color: white; /* Цвет текста при наведении */ } .header-nav:hover ul { display: block; } .container { background-color: #fff; /* White background */ padding: 20px; margin: 20px auto; max-width: 1000px; border-radius: 10px; display: flex; flex-direction: row; justify-content: space-between; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */ } .container1 { background-color: #F7AA27; /* Orange background */ padding: 20px; width: 400px; border-radius: 10px; max-height: 400px; } .container2 { background-color: #F7AA27; /* Orange background */ padding: 20px; width: 450px; border-radius: 10px; } .hello { align-self: center; text-align: center; color: white; /* Dark gray text */ font-size: 24px; margin-bottom: 20px; } .loginn { background-color: #fff; /* White background */ align-self: center; text-align: center; max-width: 200px; border-radius: 10px; margin-left: 50px; margin-top: 20px; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */ } .email { background-color: #fff; /* White background */ align-self: center; text-align: center; max-width: 400px; border-radius: 10px; margin-left: 50px; margin-top: 20px; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */ } .loginBut { position: relative; margin-right: 50px; font-size: 1.2em; margin-left: 130px; margin-top: 20px; } .loginBut button { background-color: #F7AA27; /* Orange background */ color: #FFFFFF; /* White text */ border: none; padding: 10px 20px; font-size: 16px; font-weight: bold; cursor: pointer; border-radius: 5px; /* Add a rounded corner */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */ transition: background-color 0.3s ease; /* Add a smooth transition effect */ } .sevices-container{ display: flex; flex-direction: column; } .course-image { width: 150px; height: 100px; object-fit: cover; border-radius: 10px; } .course-info { margin-left: 20px; } .course-title { font-size: 1.2em; margin-bottom: 5px; } .course-description { font-size: 0.9em; line-height: 1.5; margin-bottom: 10px; } .course-price { font-size: 1em; font-weight: bold; margin-bottom: 5px; } p{ color: white; } h3{ color: white; } .course { align-items: center; width: 400px; border-radius: 10px; padding: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }