diff --git a/src/css/layout/13-terms-of-service.css b/src/css/layout/13-terms-of-service.css
new file mode 100644
index 0000000..7e659a3
--- /dev/null
+++ b/src/css/layout/13-terms-of-service.css
@@ -0,0 +1,124 @@
+.terms__backdrop {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ overflow-y: auto;
+ z-index: 998;
+ padding: 15px;
+ background-color: rgba(0, 0, 0, 0.7);
+ visibility: visible;
+ opacity: 1;
+}
+
+.is-hidden {
+ visibility: hidden;
+ pointer-events: none;
+ opacity: 0;
+}
+
+.is-hidden .terms__wrapper {
+ visibility: hidden;
+ pointer-events: none;
+ opacity: 0.3;
+ transform: translate(-75%, -90%) scale(3);
+}
+
+.terms__wrapper {
+ position: relative;
+ z-index: 999;
+ width: 320px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 25px 15px 20px;
+ visibility: visible;
+ opacity: 1;
+ background-color: var(--color-white);
+ border-radius: 10px;
+ box-shadow: 0 28px 42px rgba(0, 0, 0, 0.38), 0 20px 20px rgba(0, 0, 0, 0.33);
+ max-height: calc(100vh - 30px);
+ overflow-y: auto;
+}
+
+@media screen and (min-width: 768px) {
+ .terms__wrapper {
+ width: 580px;
+ }
+}
+
+@media screen and (min-width: 1280px) {
+ .terms__wrapper {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%) scale(1);
+ width: 1200px;
+ padding: 30px;
+ }
+}
+
+.terms__modal-close-btn {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ padding: 0px;
+ border: none;
+ background-color: transparent;
+ border-radius: 50%;
+ cursor: pointer;
+ stroke: var(--color-black);
+}
+
+@media screen and (min-width: 768px) {
+ .terms__modal-close-btn {
+ top: 20px;
+ right: 20px;
+ }
+}
+
+.terms__modal-close-btn:hover {
+ stroke: var(--color-green);
+}
+
+.terms__modal-close-icon {
+ fill: currentColor;
+}
+
+.terms__title {
+ margin-bottom: 16px;
+ text-align: center;
+ font-size: 32px;
+ line-height: 1.13;
+ letter-spacing: -0.02em;
+ color: var(--color-black);
+}
+
+.terms__inner {
+ position: relative;
+}
+
+.terms__inner::after {
+ position: absolute;
+ bottom: 4px;
+ left: 0;
+ content: '';
+ z-index: -1;
+ width: 116px;
+ height: 12px;
+ border-radius: 8px;
+ background-color: var(--color-green-pseudo);
+}
+
+.terms__subtitle {
+ font-weight: 600px;
+ margin-bottom: 12px;
+}
+
+.terms__text {
+ color: rgba(18, 20, 23, 0.5);
+ margin-bottom: 12px;
+}
diff --git a/src/css/styles.css b/src/css/styles.css
index 154151d..90b1175 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -19,3 +19,4 @@
@import url('./layout/10-modal-team.css');
@import url('./layout/11-scroll-top.css');
@import url('./layout/12-privacy-policy.css');
+@import url('./layout/13-terms-of-service.css');
diff --git a/src/index.html b/src/index.html
index 59529aa..6c0a825 100644
--- a/src/index.html
+++ b/src/index.html
@@ -45,6 +45,7 @@
+ Welcome to English Excellence! These Terms of Service (”Terms”) + outline the terms and conditions for using our English language + courses and services (collectively referred to as the ”Services”). + By accessing or using our Services, you agree to comply with and be + bound by these Terms. If you do not agree with these Terms, please do + not use our Services. +
++ English Excellence is dedicated to providing engaging and effective + English language courses in a supportive and stimulating learning + environment. Our aim is to help learners enhance their English + language skills through our courses. +
++ Course Materials: All course materials, including text, videos, + graphics, and other content, are the intellectual property of + English Excellence or its licensors. You are granted a limited, + non-exclusive, non-transferable license to access and use these + materials for educational purposes only. +
++ Prohibited Use: You may not reproduce, distribute, modify, create + derivative works of, publicly display, or perform any of our + course materials without prior written consent from + English Excellence. +
++ Respectful Behavior: English Excellence maintains a respectful and + inclusive learning environment. You agree not to engage in any + behavior that is harmful, discriminatory, harassing, or disruptive + to other learners or instructors. +
++ Prohibited Use: You may not reproduce, distribute, modify, create + derivative works of, publicly display, or perform any of our + course materials without prior written consent from + English Excellence. +
++ Compliance with Laws: You agree to comply with all applicable laws and + regulations while using our Services. +
++ English Excellence reserves the right to suspend or terminate your + access to our Services at its discretion, with or without cause. +
++ Our Services are provided ”as is” and ”as available.“ + English Excellence does not make any warranties, whether expressed or + implied, regarding the accuracy, reliability, or availability of the + Services. +
++ English Excellence shall not be liable for any indirect, incidental, + special, consequential, or punitive damages arising out of or in + connection with the use of our Services. +
++ English Excellence reserves the right to modify or update these Terms + at any time. We will provide notice of such changes, and your + continued use of our Services after the changes are posted will + signify your acceptance of the modified Terms. +
++ If you have any questions or concerns about these Terms or our + Services, please contact us at + + english-excellence@gmail.com. +
++ These Terms of Service were last updated on 23.06.24. +
+