*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "FiraGO";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/FiraGO-Regular.woff2?716d8fa8a02ca2f30dfcdd65108f6a01) format("woff2"), url(/fonts/FiraGO-Regular.woff?c9ded26a262f14cdc25b3d4a5a125f48) format("woff");
}
@font-face {
  font-family: "FiraGO";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/FiraGO-Bold.woff2?1c74035a5fb3b608e8e2df6f2127afb7) format("woff2"), url(/fonts/FiraGO-Bold.woff?7e4e9c78ee3a21e126a0107d6b3f4b92) format("woff");
}
@font-face {
  font-family: "FiraGO";
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/FiraGO-Italic.woff2?a1c26b7beaad366fed20167e41a62091) format("woff2"), url(/fonts/FiraGO-Italic.woff?b40a3c53119555b98344a9fdfd5679ba) format("woff");
}
@font-face {
  font-family: "FiraGO";
  font-weight: bold;
  font-style: italic;
  src: url(/fonts/FiraGO-Italic.woff2?a1c26b7beaad366fed20167e41a62091) format("woff2"), url(/fonts/FiraGO-BoldItalic.woff?ade3c83bcc0b300e08ff41bdc4306a49) format("woff");
}
html,
body {
  position: relative;
  overflow-x: hidden;
  line-height: 1.4;
}

* {
  font-family: "FiraGO", sans-serif;
}

.burger-active {
  display: block;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

a {
  color: #000000;
}

.title {
  padding-top: 50px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "FiraGO", sans-serif;
}
.title .wordAlign {
  text-align: center;
}
@media (max-width: 960px) {
  .title h3 {
    font-size: 16px;
  }
}
@media (max-width: 476px) {
  .title h3 {
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
  }
}

.full-dictionary {
  padding: 47px 0;
  font-size: 18px;
}
@media (max-width: 960px) {
  .full-dictionary {
    font-style: normal;
    font-size: 16px;
  }
}
@media (max-width: 476px) {
  .full-dictionary {
    font-size: 12px;
    text-align: center;
  }
}
.full-dictionary a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.full-dictionary a::after {
  content: " ";
  display: block;
  background: url("/images/icons/arrowright.svg") no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -7px;
}

.header {
  padding: 45px 0;
  color: #000000;
}
@media (max-width: 960px) {
  .header {
    padding: 16px 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .header__inner {
    justify-content: flex-start;
    align-items: center;
  }
}
.header__logo {
  display: none;
  font-size: 26px;
}
@media (max-width: 960px) {
  .header__logo {
    display: block;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .header__logo-text {
    width: 75px;
  }
}
.header__logo-text img {
  width: 226px;
}
@media (max-width: 960px) {
  .header__logo-text img {
    width: 100%;
  }
}
.header__burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .header__burger {
    display: block;
    margin-left: 50px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav a {
  margin: 0 25.5px;
  font-size: 18px;
}
@media (max-width: 960px) {
  .header__nav {
    display: none;
  }
}
.header__nav li.active {
  color: #A29DC2;
}
@media (max-width: 960px) {
  .header__nav.burger-active {
    z-index: 10;
    display: block;
    width: 35%;
    position: absolute;
    top: 58.5px;
    right: 0;
    padding-left: 15px;
    background: #fff;
    border-bottom-left-radius: 8px;
    box-shadow: 4px 2px 6px 2px rgba(222, 222, 222, 0.25);
  }
  .header__nav.burger-active li {
    font-size: 10px;
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
  }
  .header__nav.burger-active li::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #eeeeee;
    width: 110%;
    height: 1px;
  }
  .header__nav.burger-active li.last::after {
    content: " ";
    display: none;
  }
  .header__nav.burger-active li.active {
    margin-top: 0;
  }
}

.search-secondary {
  background: #A29DC2;
  padding: 8px 0;
}
.search-secondary form {
  position: relative;
}
.search-secondary form #searched-words {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #F8F8FC;
  border-radius: 18px;
  z-index: 9;
}
.search-secondary form #searched-words li {
  padding: 0.6rem 1rem;
}
.search-secondary form #searched-words li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.search-secondary__input {
  width: 550px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .search-secondary__input {
    width: 80%;
  }
}
.search-secondary__input img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-secondary__input input {
  width: 100%;
  padding: 13px 50px 13px 20px;
  border: none;
  border-radius: 12px;
  background-color: #F8F8FC;
  font-size: 13px;
  background: #fff;
}
.search-secondary__input input[type=search]::-webkit-search-decoration,
.search-secondary__input input[type=search]::-webkit-search-cancel-button,
.search-secondary__input input[type=search]::-webkit-search-results-button,
.search-secondary__input input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.footer {
  margin-top: 60px;
  padding: 57px 0 23px 0;
  background: #A29DC2;
  color: white;
}
@media (max-width: 960px) {
  .footer {
    margin-top: 10px;
    padding: 12px 15px;
  }
}
.footer__first-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .footer__first-row {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 29px;
  }
}
@media (max-width: 960px) {
  .footer__first {
    margin-right: 20px;
    width: 100%;
  }
}
.footer__first__logo {
  width: 120px;
}
.footer__first__logo img {
  width: 216px;
}
@media (max-width: 960px) {
  .footer__first__logo img {
    width: 100%;
  }
}
.footer__first__socials {
  margin: 80px 0;
}
@media (max-width: 960px) {
  .footer__first__socials {
    display: flex;
    margin: 50px 0;
  }
}
.footer__first__socials img {
  margin-right: 20px;
}
@media (max-width: 960px) {
  .footer__first__socials img {
    display: flex;
    margin-right: 10px;
    width: 15px;
  }
}
.footer__first__rights {
  width: 254px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .footer__first__rights {
    font-size: 8px;
    width: 50%;
  }
}
.footer__second {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px;
}
@media (max-width: 960px) {
  .footer__second {
    flex-direction: column;
  }
}
.footer__second .pageUl {
  width: 254px;
  display: flex;
  justify-content: center;
}
.footer__second .pageUl ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__second .pageUl ul li {
  font-size: 16px;
}
@media (max-width: 960px) {
  .footer__second .pageUl ul li {
    display: none;
  }
}
.footer__second .pageUl ul a {
  color: white;
}
.footer__input {
  width: 254px;
  position: relative;
}
@media (max-width: 960px) {
  .footer__input {
    width: 120px;
    margin-left: 10px;
  }
}
.footer__input input {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  border: none;
  margin-bottom: 20px;
  padding-right: 36px;
}
@media (max-width: 960px) {
  .footer__input input {
    font-size: 7px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 30px;
  }
}
.footer__input a {
  font-size: 12px;
  color: white;
}
@media (max-width: 960px) {
  .footer__input a {
    font-size: 7px;
  }
}
.footer__input img {
  width: 23px;
  position: absolute;
  top: 14.5px;
  right: 8px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .footer__input img {
    width: 17px;
    position: absolute;
    top: 12.5px;
    right: 8px;
    background: #fff;
  }
}
@media (max-width: 960px) {
  .footer__input__first {
    display: none;
  }
}
.footer__input__second {
  display: none;
}
@media (max-width: 960px) {
  .footer__input__second {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 35px;
  }
}
.footer__by {
  display: flex;
  justify-content: flex-end;
  font-style: italic;
  gap: 8px;
}
@media (max-width: 580px) {
  .footer__by {
    display: none;
  }
}

.error {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
.error a {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
.error a img {
  width: 80%;
}

.msg-container {
  background: rgb(85, 61, 143);
  text-align: center;
  color: #f8f8fc;
  padding: 1rem;
}

.word-suggest-text {
  max-width: 60%;
  text-align: center;
  padding: 0;
  margin: 0;
}

span[aria-current=page] {
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  background-color: #a29dc2;
  border-radius: 50px;
  color: #fff;
  /* display: flex; */
  text-align: center;
}

.pagination a {
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}

.add-word-form .submit button {
  color: #fff;
}

.purple-box {
  width: 100%;
  height: 60px;
  background-color: #a29dc2;
}
@media (max-width: 960px) {
  .purple-box {
    height: 30px;
  }
}

.main {
  background: #F8F8FC;
}
.main__inner {
  display: flex;
  justify-content: space-between;
  padding: 95px;
}
@media (max-width: 960px) {
  .main__inner {
    flex-direction: column;
    padding: 15px 0;
    width: 300px;
    text-align: center;
  }
}
.main__title {
  margin-top: 160px;
}
@media (max-width: 960px) {
  .main__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 12px;
  }
}
.main__title p {
  font-size: 26px;
}
@media (max-width: 960px) {
  .main__title p {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 476px) {
  .main__title p {
    font-size: 12px;
  }
}
.main__cover {
  width: 500px;
}
.main__cover .img,
.main__cover img {
  height: 100%;
}
@media (max-width: 960px) {
  .main__cover {
    width: 255px;
    height: 155px;
    margin: 0 auto;
    border-radius: 24px;
  }
}

.search {
  margin: 50px 0;
  padding-bottom: 23px;
  background-color: #F8F8FC;
}
.search form {
  position: relative;
}
.search form #searched-words {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #F8F8FC;
  border-radius: 18px;
}
.search form #searched-words li {
  padding: 0.6rem 1rem;
}
.search form #searched-words li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 960px) {
  .search {
    margin: 10px 0;
  }
}
.search__title {
  padding-top: 50px;
  margin-bottom: 100px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .search__title {
    padding-top: 25px;
    margin-bottom: 45px;
  }
}
.search__title h3 {
  text-align: center;
}
.search__input {
  width: 893px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .search__input {
    width: 70%;
  }
}
.search__input img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  border-right: 1px solid #cfcfcf;
  padding: 10px 15px 10px 0px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .search__input img {
    width: 23px;
    height: 23px;
    border-right: 1px solid #cfcfcf;
    padding: 0px 10px 0px 0px;
  }
}
.search__input input {
  width: 100%;
  padding: 33px 50px 33px 113px;
  border: 1px solid #000000;
  border-radius: 24px;
  background-color: #F8F8FC;
  font-size: 18px;
}
@media (max-width: 960px) {
  .search__input input {
    padding: 12px 30px 12px 73px;
    font-size: 14px;
  }
}
.search__alphabet {
  margin-top: 100px;
  padding: 23px;
  background: white;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(207, 203, 203, 0.2509803922);
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
@media (max-width: 1200px) {
  .search__alphabet {
    margin: 0 8px;
    margin-top: 45px;
    padding: 8px;
    font-size: 12px;
  }
}
.search__alphabet span {
  cursor: pointer;
  padding: 0 10px;
  font-size: 24px;
}
@media (max-width: 960px) {
  .search__alphabet span {
    padding: 0 3px;
    font-size: 16px;
  }
}
@media (max-width: 476px) {
  .search__alphabet span {
    padding: 0 1px;
    font-size: 13px;
  }
}

.info {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #F8F8FC;
}
@media (max-width: 960px) {
  .info {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
  }
}
.info__inner {
  display: flex;
}
@media (max-width: 960px) {
  .info__inner {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
}
.info__cover {
  width: 402px;
  max-height: 300px;
  border-radius: 24px;
}
.info__cover .img,
.info__cover img {
  max-width: 370px;
  height: auto;
}
.info__cover .title h3 {
  text-align: center;
}
@media (max-width: 960px) {
  .info__cover {
    width: 180px;
    height: 140px;
    margin-top: 40px;
  }
}
@media (max-width: 476px) {
  .info__cover {
    width: 120px;
    height: 90px;
  }
}
.info__text {
  margin-left: 144px;
}
@media (max-width: 960px) {
  .info__text {
    margin: 0;
    width: 100%;
  }
}
.info__text__title {
  width: 535px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .info__text__title {
    width: 95%;
    font-size: 16px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.info__text__p {
  width: 677px;
  margin: 50px 0 54px 0;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 960px) {
  .info__text__p {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .info__text__p {
    font-size: 10px;
  }
}
@media (max-width: 476px) {
  .info__text__p {
    font-size: 8px;
    line-height: 3;
  }
}
.info__text__more {
  font-size: 16px;
}
@media (max-width: 960px) {
  .info__text__more {
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
  }
}
@media (max-width: 476px) {
  .info__text__more {
    font-size: 10px;
  }
}
.info__text__more a {
  position: relative;
  float: right;
}
@media (max-width: 960px) {
  .info__text__more a {
    float: left;
  }
}
.info__text__more a::after {
  content: " ";
  display: block;
  background: url("/images/icons/arrowright.svg") no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: -4.1px;
  left: 90px;
}
@media (max-width: 560px) {
  .info__text__more a::after {
    top: -3.9px;
    left: 90px;
  }
}
@media (max-width: 476px) {
  .info__text__more a::after {
    top: -6.2px;
    left: 52px;
    width: 20px;
    height: 20px;
  }
}

.daily-word {
  margin-bottom: 60px;
  background-color: #F8F8FC;
  position: relative;
}
@media (max-width: 960px) {
  .daily-word {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .daily-word__inner {
    padding: 0 50px;
  }
}
.daily-word__title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 476px) {
  .daily-word__title {
    margin-bottom: 65px;
  }
}

.copy-clicked {
  background-image: url("/images/icons/copy-clicked.svg");
}

.similar-word {
  background: #F8F8FC;
}
.similar-word__wrapper {
  display: flex;
  justify-content: space-around;
}
.similar-word__right--box {
  position: relative;
  cursor: move;
}
.similar-word__right--box img {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .similar-word__right--box img {
    width: 25px;
    height: 25px;
    left: -28px;
  }
}
.similar-word--box {
  width: 417px;
  padding: 20px 13px;
  text-align: center;
  background: white;
  box-shadow: 0px 4px 4px 0px rgba(207, 203, 203, 0.2509803922);
  border-radius: 24px;
}
@media (max-width: 960px) {
  .similar-word--box {
    width: 200px;
    padding: 10px 7px;
    font-size: 13px;
  }
}
@media (max-width: 476px) {
  .similar-word--box {
    width: 150px;
    padding: 10px 7px;
    font-size: 10px;
  }
}
.similar-word--box:nth-child(2) {
  margin: 30px 0;
}

@media (max-width: 960px) {
  .first {
    margin-left: 55%;
  }
}

.second {
  margin: 0 40px;
}

.swiper-button {
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.swiper-button-prev::after {
  background: url("/images/icons/swiper-arrow-left.svg") no-repeat center center/cover;
  top: -130px;
  width: 30px;
  height: 30px;
  left: 18px;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.swiper-button-next::after {
  background: url("/images/icons/swiper-arrow-right.svg") no-repeat center center/cover;
  top: -130px;
  width: 30px;
  height: 30px;
  right: 18px;
}

#controls {
  position: absolute;
  top: 80px;
  right: 0;
}
@media (max-width: 476px) {
  #controls {
    top: 90px;
  }
}

.swiper-container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  justify-content: center;
  overflow: hidden;
  grid-gap: 0px;
}

.swiper-slide {
  margin: 0px 25px !important;
  max-width: 340px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  padding: 40px 20px;
  gap: 60px;
}

.wrapperBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkContaner {
  display: flex;
}

img {
  margin-right: 16px;
}

span {
  font-size: 24px;
}

@media screen and (max-width: 1150px) {
  .swiper-slide {
    max-width: 300px;
  }
  .swiper-container {
    justify-content: start;
    grid-template-columns: repeat(2, 300px);
  }
  .checkContaner span {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .swiper-slide {
    max-width: 280px;
  }
  .swiper-container {
    justify-content: start;
    grid-template-columns: repeat(1, 300px);
  }
}
.title {
  color: black;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 960px) {
  .title {
    font-size: 16px;
  }
}
@media (max-width: 476px) {
  .title {
    font-size: 14px;
  }
}

.text {
  color: black;
  font-size: 20px;
}
@media (max-width: 960px) {
  .text {
    font-size: 10px;
    word-spacing: 1px;
    margin: 10px 0 30px 0;
  }
}
@media (max-width: 476px) {
  .text {
    font-size: 7px;
  }
}

.button button {
  display: block;
  background: #A29DC2;
  padding: 12px 50px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
}
.button button a {
  color: #fff;
  font-family: "FiraGO", sans-serif;
}

.more a::after {
  top: 2.8px;
  left: 85px;
}
@media (max-width: 960px) {
  .more a::after {
    top: -2.3px;
    left: 75px;
  }
}

.about-us {
  background-color: #f8f8fc;
}
.about-us__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .about-us__inner {
    width: 100%;
    padding: 60px 0;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.about-us__left {
  margin-top: 50px;
  width: 734px;
  line-height: 30px;
}
@media (max-width: 960px) {
  .about-us__left {
    width: 70%;
    line-height: 20px;
    margin: 0;
  }
}
@media (max-width: 960px) {
  .about-us__left__title {
    padding-top: 0;
    margin: 15px 0;
  }
}
.about-us__left__text {
  margin: 35px 0;
}
@media (max-width: 960px) {
  .about-us__left__text {
    width: 100%;
    margin: 10px 0;
  }
}
.about-us__left__button {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .about-us__left__button button {
    font-size: 10px;
    padding: 10px 20px;
    margin: 15px auto;
  }
}
@media (max-width: 476px) {
  .about-us__left__button button {
    padding: 8px 18px;
    font-size: 9px;
  }
}
.about-us__right__img {
  height: 100%;
}
@media (max-width: 960px) {
  .about-us__right__img {
    margin-top: 0;
  }
}
.about-us__right__img .img,
.about-us__right__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.targets {
  margin-top: 60px;
  background-color: #f8f8fc;
}
.targets__inner {
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 960px) {
  .targets__inner {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .targets {
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .targets__inner {
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .targets__left img {
    width: 90px;
    height: 90px;
    margin-top: 25px;
  }
}
.targets__right {
  width: 734px;
  line-height: 30px;
}
@media (max-width: 960px) {
  .targets__right {
    width: 90%;
    padding: 25px 0;
    line-height: 20px;
    text-align: center;
  }
}
.targets__right__title {
  padding: 0;
}
@media (max-width: 960px) {
  .targets__right__title {
    margin-bottom: 10px;
  }
}
.targets__right__text {
  margin: 35px 0;
}
@media (max-width: 960px) {
  .targets__right__text {
    margin: 15px 0;
  }
}
.targets__right__button {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .targets__right__button button {
    font-size: 10px;
    padding: 10px 20px;
    margin: 15px auto;
  }
}
@media (max-width: 476px) {
  .targets__right__button button {
    padding: 8px 18px;
    font-size: 9px;
  }
}
.targets__right .offerYourWord {
  background: #a29dc2;
  padding: 12px 50px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
}
.targets__right .offerYourWord a {
  color: white;
}

.add-word {
  margin-top: 60px;
  background-color: #f8f8fc;
}
.add-word__inner {
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 960px) {
  .add-word__inner {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .add-word {
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .add-word__inner {
    padding: 15px 40px;
  }
}
@media (max-width: 960px) {
  .add-word__left img {
    width: 150px;
    margin-top: 25px;
  }
}
.add-word__right {
  width: 734px;
  line-height: 30px;
}
@media (max-width: 960px) {
  .add-word__right {
    width: 90%;
    padding: 25px 0;
    line-height: 20px;
    text-align: center;
  }
}
.add-word__right__title {
  padding: 0;
}
@media (max-width: 960px) {
  .add-word__right__title {
    margin-bottom: 10px;
  }
}
.add-word__right__text {
  margin: 100px 0;
}
@media (max-width: 960px) {
  .add-word__right__text {
    margin: 20px 0 30px;
  }
}
.add-word__right__button {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .add-word__right__button button {
    font-size: 10px;
    padding: 10px 20px;
    margin: 15px auto;
  }
}
@media (max-width: 476px) {
  .add-word__right__button button {
    padding: 8px 18px;
    font-size: 9px;
  }
}

.workedOnTheProject {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  background-color: #f8f8fc;
}
.workedOnTheProject__inner {
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 960px) {
  .workedOnTheProject__inner {
    flex-direction: column;
    padding: 0;
  }
}
.workedOnTheProject h1 {
  padding: 70px 12px;
  text-align: center;
  color: #000000;
  font-family: FiraGO;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .workedOnTheProject h1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .workedOnTheProject h1 {
    font-size: 18px;
  }
}
.workedOnTheProject .grid-container {
  row-gap: 40px;
  padding: 0px 70px 90px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .workedOnTheProject .grid-container {
    padding: 20px;
    justify-content: center;
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .workedOnTheProject .grid-container {
    padding: 0px;
    font-size: 16px;
  }
}
.workedOnTheProject .column {
  flex: 1;
  min-width: calc(33.333% - 2px);
}
.workedOnTheProject .column:nth-child(2) {
  border-left: 1px dashed rgba(163, 157, 197, 0.2);
  border-right: 1px dashed rgba(163, 157, 197, 0.2);
}
.workedOnTheProject .header {
  height: 100px;
  padding: 1rem;
  text-align: left;
  font-family: "FiraGO";
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .workedOnTheProject .header {
    font-size: 16px;
    height: 75px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .workedOnTheProject .header {
    font-size: 16px;
    text-align: center;
    height: 60px;
  }
}
.workedOnTheProject ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.workedOnTheProject li {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #7063c6;
  padding: 1rem;
  text-align: center;
}
.workedOnTheProject li span:nth-child(odd) {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  color: #7063c6;
}
.workedOnTheProject li span:nth-child(even) {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  font-style: italic;
}
.workedOnTheProject li span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 20px;
  color: #7063c6;
  opacity: 0.8;
  text-align: left;
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .workedOnTheProject li span {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .workedOnTheProject li span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .workedOnTheProject .column {
    min-width: calc(50% - 1px);
  }
  .workedOnTheProject .column:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .workedOnTheProject .column:nth-child(odd) {
    border-right: 1px dashed rgba(163, 157, 197, 0.2);
  }
}
@media (max-width: 480px) {
  .workedOnTheProject .column {
    min-width: 100%;
  }
  .workedOnTheProject .column:nth-child(odd) {
    border-right: none;
  }
}

.glosarium-alphabet {
  background: rgba(222, 219, 238, 0.2);
  padding: 90px 0 110px;
  text-align: center;
}
@media (max-width: 960px) {
  .glosarium-alphabet {
    padding: 60px 0;
  }
}
.glosarium-alphabet__heading {
  font-size: 26px;
}
.glosarium-alphabet .search__alphabet {
  margin-top: 90px;
}
.glosarium-alphabet .search__alphabet__letter.active {
  background: #dcdddf;
  border-radius: 50%;
}
.glosarium-alphabet .search__alphabet__letter.active a {
  color: #A29DC2;
}
@media (max-width: 960px) {
  .glosarium-alphabet .search__alphabet {
    margin-top: 50px;
  }
}

.glosarium-words__list {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
  width: 100% !important;
}
.glosarium-words__list .glosarium-word__list__left,
.glosarium-words__list .glosarium-word__list__right {
  width: 45% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.glosarium-words {
  background: rgba(222, 219, 238, 0.2);
}
.glosarium-words__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 2rem;
}
@media (max-width: 700px) {
  .glosarium-words .flex {
    gap: 9px !important;
  }
}
.glosarium-words__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 45%;
  padding: 0 20px;
  flex-wrap: wrap;
}
.glosarium-words__list li {
  width: 100%;
}
.glosarium-words__heading-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  padding: 0 15%;
}
@media (max-width: 700px) {
  .glosarium-words__heading-wrapper h2 {
    display: flex;
    align-items: center;
    font-family: "FiraGO";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .glosarium-words__heading-wrapper h2:first-of-type::before {
    display: flex;
    content: url(/images/x-cross.svg?45d3d86e410b4f79f782253931bc634b);
    margin-right: 8px;
  }
}
@media (max-width: 700px) {
  .glosarium-words__heading-wrapper h2:last-of-type::before {
    font-family: "FiraGO";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    content: url(/images/check-circle.svg?9e6f60020d708174037cb61daf32ed4a);
    margin-right: 8px;
  }
}
@media (max-width: 960px) {
  .glosarium-words__heading-wrapper {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .glosarium-words__heading-wrapper {
    justify-content: center;
    font-size: 13px;
    flex-direction: column;
  }
}
.glosarium-words .first-list-item {
  position: relative;
}
.glosarium-words__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 960px) {
  .glosarium-words__list-item p {
    font-size: 13px;
  }
  .glosarium-words__list-item img {
    max-width: 14px;
  }
}
@media (max-width: 700px) {
  .glosarium-words__list-item {
    padding: 10px 0;
    flex-direction: column;
    gap: 10px;
  }
}
.glosarium-words .flex {
  display: flex;
  align-items: center;
  gap: 32px;
}

.pagination {
  margin-top: 140px;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .pagination {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.foreign-word,
.georgian-word {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(207, 203, 203, 0.25);
  border-radius: 24px;
  width: 45%;
  padding: 21px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .foreign-word,
  .georgian-word {
    width: 45%;
    padding: 21px 25px;
  }
}
@media (max-width: 700px) {
  .foreign-word,
  .georgian-word {
    width: 100%;
    padding: 21px 25px;
  }
}

.selected-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.not-found__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__img {
  margin: 100px 0;
}
@media (max-width: 960px) {
  .not-found__img {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .not-found__img img {
    width: 80%;
  }
}
.not-found__title {
  width: 60%;
  text-align: center;
  margin: 0 !important;
}
@media (max-width: 960px) {
  .not-found__title {
    width: 80%;
    font-size: 0.8em;
    padding: 0;
  }
}
.not-found__pen {
  margin: 50px 0;
}
@media (max-width: 960px) {
  .not-found__pen img {
    width: 75%;
  }
}

.add-word-form form label {
  font-size: 14px;
  color: #393939;
}
@media (max-width: 575px) {
  .add-word-form form label {
    font-size: 10px;
  }
}
.add-word-form__wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 960px) {
  .add-word-form__wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding: 0 50px;
    gap: 35px;
  }
}
@media (max-width: 575px) {
  .add-word-form__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .add-word-form__left {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.add-word-form__left input {
  width: 326px;
  height: 50px;
  background: rgba(222, 219, 238, 0.2);
  border: 1px solid rgba(203, 201, 215, 0.2);
  border-radius: 12px;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .add-word-form__left input {
    width: 100%;
  }
}
.add-word-form__left__name div {
  position: relative;
}
.add-word-form__left__name div img {
  position: absolute;
  top: 65%;
  left: 17px;
  transform: translateY(-65%);
  cursor: pointer;
}
@media (max-width: 960px) {
  .add-word-form__left__name div img {
    width: 15px;
    left: 10px;
  }
}
.add-word-form__left__name div input {
  padding-left: 50px;
  font-family: "FiraGO", sans-serif;
}
@media (max-width: 960px) {
  .add-word-form__left__name div input {
    padding-left: 35px;
  }
}
.add-word-form__left__mail {
  margin: 35px 0;
}
.add-word-form__left__mail div {
  position: relative;
}
.add-word-form__left__mail div img {
  position: absolute;
  top: 65%;
  left: 17px;
  transform: translateY(-65%);
  cursor: pointer;
}
@media (max-width: 960px) {
  .add-word-form__left__mail div img {
    width: 15px;
    left: 10px;
  }
}
.add-word-form__left__mail div input {
  padding-left: 50px;
  font-family: "FiraGO", sans-serif;
}
@media (max-width: 960px) {
  .add-word-form__left__mail div input {
    padding-left: 35px;
  }
}
.add-word-form__left__phone div {
  position: relative;
}
.add-word-form__left__phone div img {
  position: absolute;
  top: 65%;
  left: 17px;
  transform: translateY(-65%);
  cursor: pointer;
}
@media (max-width: 960px) {
  .add-word-form__left__phone div img {
    width: 15px;
    left: 10px;
  }
}
.add-word-form__left__phone div input {
  padding-left: 50px;
  font-family: "FiraGO", sans-serif;
}
@media (max-width: 960px) {
  .add-word-form__left__phone div input {
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .add-word-form__right {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.add-word-form__right textarea {
  width: 400px;
  height: 100px;
  background: rgba(222, 219, 238, 0.2);
  border: 1px solid rgba(203, 201, 215, 0.2);
  border-radius: 12px;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  resize: none;
}
@media (max-width: 960px) {
  .add-word-form__right textarea {
    width: 100%;
  }
}
.add-word-form__right__georgian-word {
  margin-top: 47px;
}
@media (max-width: 960px) {
  .add-word-form__right__georgian-word {
    margin-top: 0px;
  }
}
.add-word-form .submit {
  display: flex;
  justify-content: center;
  margin: 150px 0;
  filter: drop-shadow(2px 2px 6px rgba(132, 132, 132, 0.37));
}
@media (max-width: 960px) {
  .add-word-form .submit {
    margin: 65px 0;
  }
}
.add-word-form .submit button {
  cursor: pointer;
  padding: 14px 90px;
}
@media (max-width: 960px) {
  .add-word-form .submit button {
    padding: 9px 50px;
    font-size: 0.7em;
  }
}

.contact-section {
  margin: 120px 0;
}
@media (max-width: 1024px) {
  .contact-section {
    padding: 0 20px;
    margin: 10px 0;
  }
}
.contact-section .contact-us {
  display: none;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
}
.contact-section .contact-us p {
  margin-top: 5px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .contact-section .contact-us {
    display: block;
  }
}
.contact-section__grid {
  display: grid;
  grid-template-columns: 1fr 60%;
  padding: 0 0.5rem;
  background-color: rgba(222, 219, 238, 0.2);
  border-radius: 12px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .contact-section__grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.contact-section__info {
  padding: 70px 60px;
  background-color: #A29DC2;
  color: #fff;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .contact-section__info {
    padding: 30px 1rem;
  }
}
.contact-section__info h2 {
  margin-bottom: 1rem;
  font-size: 24px;
}
.contact-section__info-contact {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .contact-section__info-contact {
    display: none;
  }
}
.contact-section__info-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-section__info-details {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 17px;
    font-size: 12px;
  }
}
.contact-section__info-details-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-section__info-details-item span {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .contact-section__info-details-item {
    flex-direction: row;
    width: 100%;
  }
}
.contact-section__form {
  padding: 70px 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .contact-section__form {
    padding: 70px 20px;
    padding-bottom: 0;
  }
  .contact-section__form .name {
    grid-area: name;
  }
  .contact-section__form .name input {
    width: 95%;
  }
  .contact-section__form .email {
    grid-area: email;
  }
  .contact-section__form .email input {
    width: 95%;
  }
  .contact-section__form .tel {
    grid-area: tel;
  }
  .contact-section__form .tel input {
    width: 95%;
  }
}
.contact-section__form-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 10%;
}
@media (max-width: 1024px) {
  .contact-section__form-wrapper {
    grid-template-areas: "name name" "email email" "tel  tel";
  }
}
.contact-section__form-field label {
  font-size: 14px;
}
@media (max-width: 960px) {
  .contact-section__form-field label {
    font-size: 11px;
    font-family: "FiraGO", sans-serif;
  }
}
.contact-section__form-field div {
  margin-top: 10px;
  position: relative;
}
.contact-section__form-field div img {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-section__form-field input {
  padding-left: 2.5rem;
  width: 100%;
  height: 50px;
  border-radius: 12px;
  outline: none;
  border: none;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .contact-section__form-field input {
    width: 90%;
    font-size: 12px;
  }
}
.contact-section__form-textarea {
  width: 90%;
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .contact-section__form-textarea {
    width: 100%;
  }
}
.contact-section__form-textarea label {
  font-size: 14px;
}
@media (max-width: 960px) {
  .contact-section__form-textarea label {
    font-size: 11px;
    font-family: "FiraGO", sans-serif;
  }
}
.contact-section__form-textarea textarea {
  width: 100%;
  margin-top: 10px;
  resize: none;
  outline: none;
  border: none;
  border-radius: 12px;
  padding: 1rem;
}
.contact-section__form-button {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .contact-section__form-button {
    padding-bottom: 45px;
  }
}
.contact-section__form-button button {
  cursor: pointer;
  padding: 15px 80px;
  color: #fff;
}
@media (max-width: 1024px) {
  .contact-section__form-button button {
    padding: 10px 50px;
    font-size: 12px;
  }
}

.not-found__new-img {
  margin-top: 0;
}
.not-found__title {
  margin: 125px 0 55px 0 !important;
  font-weight: bold;
}
@media (max-width: 960px) {
  .not-found__title {
    margin: 35px 0;
  }
}
.not-found__title h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .not-found__title h2 {
    font-size: 18px;
  }
}
.not-found__title h5 {
  font-size: 20px;
}
@media (max-width: 960px) {
  .not-found__title h5 {
    font-size: 14px;
  }
}
