.theme-light {
  --primary: #020941;
}

.theme-light {
  --text-primary: #020941;
  --text-normal: #fff;
  --text-normal-hover: rgba(255, 255, 255, .5);
  --text-viking: #60Bed4;
}

.theme-light {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Open Sans', sans-serif;
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-primary);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 538px;
  max-height: 110px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-image: url("../../assets/images/backgrounds/background-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}

.plug .container {
  max-width: 538px;
  margin: auto;
}

.plug-content__services {
  margin: 64px 0 0 0;
}

.plug-content__services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  list-style: none;
}

.plug-content__services-list__item {
  text-align: center;
}

.plug-content__services-list__item a {
  color: var(--text-normal);
}

.plug-content__services-list__item a:hover {
  color: var(--text-normal-hover);
}

.plug-content__services-list__item span {
  color: var(--text-viking);
}

.plug-content__services-list__item a {
  font-family: 'Open Sans';
}

.plug-content__services-list__item a {
  font-style: normal;
  font-weight: 600;
}

.plug-content__services-list__item span {
  font-style: normal;
  font-weight: 500;
}

.plug-content__services-list__item a {
  font-size: 24px;
  line-height: 33px;
}

.plug-content__services-list__item span {
  font-size: 18px;
  line-height: 25px;
}

.plug-content__services-list__item a {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.plug-content__description {
  margin: 73px 0 0 0;
  text-align: center;
}

.plug-content__description p {
  color: var(--text-normal);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}