/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  background-color: #FFFFFF;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 135%;
  font-weight: normal;
  min-width: 375px;
}
@media only screen and (min-width: 768px) {
  body {
    /* > 768 */
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

p {
  letter-spacing: 0.125px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Source Serif 4", serif;
  line-height: 135%;
  font-weight: 700;
  letter-spacing: 1px;
}

h1 {
  font-size: 36px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  h1 {
    /* > 1024 */
    font-size: 48px;
    margin-bottom: 56px;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    /* > 1024 */
    font-size: 40px;
    margin-bottom: 48px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  h3 {
    /* > 1024 */
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  h4 {
    /* > 1024 */
    font-size: 24px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

a {
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s ease-out;
}
a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #292929;
}
a:hover:after {
  width: 0%;
}

.logo a:after,
.gallery a:after,
.js-gallery a:after,
.footer__social a:after,
.img-bg a:after,
.all-projects a:after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .menu a::after {
    /* > 768 */
    content: none;
  }
}

.header {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header {
    /* > 1024 */
    padding: 32px 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.logo img {
  width: 64px;
}
@media only screen and (max-width: 767px) {
  .logo img {
    /* < 767 */
    width: 40px;
  }
}
.logo a {
  display: flex;
}

.menu {
  display: flex;
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
  color: #3CAC84;
}
.menu li:not(:first-child) {
  margin-left: 24px;
}
@media only screen and (min-width: 768px) {
  .menu li:not(:first-child) {
    /* > 768 */
    margin-left: 32px;
  }
}
.menu a {
  color: #292929;
}
.menu a:hover {
  color: #3CAC84;
  transition: all 0.6s ease-out;
}

.wrapper {
  box-sizing: border-box;
  padding: 0 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    /* < 1023 */
    max-width: 680px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    /* > 1024 */
    padding: 0 80px;
    max-width: 1440px;
  }
}

.main__about {
  padding: 40px 0;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .main__about {
    /* 1024-1279 */
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .main__about {
    /* > 1280 */
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main__about {
    /* > 1024 */
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .main__about-text {
    /* > 1024 */
    width: 60%;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .main__about-photo {
    /* > 1024 */
    width: 40%;
  }
}
.main__about-photo img {
  max-width: 100%;
  width: 270px;
}
.main__about-text-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .main__about-text-item {
    /* > 1024 */
    max-width: 600px;
  }
}
.main__about-text-item p {
  margin-bottom: 2px;
}

footer {
  background-color: #041941;
  color: #FFFFFF;
  margin-top: auto;
}

.footer {
  margin-top: auto;
  padding: 24px 24px 32px;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "menu" "name" "address" "social";
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .footer {
    /* 768-1279 */
    grid-template-areas: "name menu" "social address";
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    /* > 1024 */
    grid-template-areas: "name menu" "social address";
    grid-template-columns: repeat(2, 50%);
    padding: 80px 80px 48px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.footer__menu {
  grid-area: menu;
}
@media only screen and (max-width: 767px) {
  .footer__menu {
    /* < 767 */
    margin-bottom: 20px;
  }
}
.footer__menu a {
  color: #FFFFFF;
}
.footer__social {
  grid-area: social;
  display: flex;
  align-items: flex-end;
}
.footer__social p {
  margin: 0 16px 0 0;
}
.footer__social a {
  display: flex;
}
.footer__name {
  grid-area: name;
}
@media only screen and (max-width: 767px) {
  .footer__name {
    /* < 767 */
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__name {
    /* > 1024 */
  }
}
.footer__address {
  grid-area: address;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    /* < 767 */
    margin-bottom: 24px;
  }
}
.footer__address p {
  display: flex;
  align-items: center;
}
.footer__address p:not(:last-child) {
  margin-bottom: 16px;
}
.footer__address img {
  margin-right: 8px;
}
.footer__address a:after {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .projects {
    /* > 1024 */
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .projects__row {
    /* > 1024 */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    box-sizing: border-box;
  }
}
.projects__row .projects__item {
  flex-flow: column;
}
@media only screen and (min-width: 1024px) {
  .projects__row .projects__item:nth-child(2) {
    /* > 1024 */
    padding: 200px 0 80px;
  }
}
.projects__row .projects__item-text,
.projects__row .projects__item-img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .projects__row .projects__item-img {
    /* > 1024 */
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .projects__row__item-text p {
    /* > 1024 */
    margin-bottom: 0;
  }
}
.projects__item {
  padding: 0 0 40px;
}
@media only screen and (max-width: 1023px) {
  .projects__item {
    /* < 1023 */
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .projects__item {
    /* > 1024 */
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .projects__item:not(:first-child) {
    /* 1024-1279 */
    padding: 64px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .projects__item:not(:first-child) {
    /* > 1280 */
    padding: 80px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .projects__item:not(:last-child) {
    /* 1024-1279 */
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .projects__item:not(:last-child) {
    /* > 1280 */
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .projects__item:after {
    /* < 1023 */
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #1cc5e3;
    left: 50%;
    margin-left: -5px;
    top: -30px;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .projects__item--img-left .projects__item-text {
    /* > 1024 */
    padding-left: 80px;
  }
}
.projects__item--img-left:nth-child(1):after {
  content: none;
}
.projects__item--img-right {
  flex-flow: row-reverse;
}
@media only screen and (min-width: 1024px) {
  .projects__item--img-right .projects__item-text {
    /* > 1024 */
    padding-right: 80px;
  }
}
.projects__item-text {
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .projects__item-text {
    /* > 1024 */
    width: 50%;
  }
}
.projects__item-text p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .projects__item-text p {
    /* > 1024 */
    margin-bottom: 32px;
  }
}
.projects__item-text .ext-link {
  color: #3187EB;
  font-weight: 600;
}
.projects__item-text .ext-link::after {
  height: 24px;
  left: auto;
  margin-left: 8px;
  background: url(../images/ext-link.svg) 0 0 no-repeat;
}
.projects__item-text .ext-link:hover {
  color: #2D7BD6;
}
.projects__item-text .ext-link:hover:after {
  width: 24px;
  background: url(../images/ext-link-hover.svg) 0 0 no-repeat;
}
@media only screen and (min-width: 1024px) {
  .projects__item-img {
    /* > 1024 */
    width: 50%;
  }
}
.projects__item-img--via .img-bg {
  background-color: #d6e3fb;
}
.projects__item-img--med .img-bg {
  background-color: rgba(0, 204, 34, 0.2);
}
.projects__item-img--evr .img-bg {
  background-color: rgba(254, 114, 32, 0.2);
}
.projects__item-img--mdoc .img-bg {
  background-color: rgba(0, 102, 204, 0.2);
}
.projects__item-img--mclinic .img-bg {
  background-color: rgba(250, 20, 118, 0.2);
}
.projects__item-img--bbike .img-bg {
  background-color: rgba(255, 209, 1, 0.2);
}
.projects__item-img--soft .img-bg {
  background-color: rgba(0, 0, 0, 0.05);
}
.projects__item-img--mdoc .img-bg, .projects__item-img--mclinic .img-bg, .projects__item-img--bbike .img-bg, .projects__item-img--soft .img-bg {
  padding: 16px;
  border-radius: 16px;
}
@media only screen and (min-width: 1024px) {
  .projects__item-img--mdoc .img-bg, .projects__item-img--mclinic .img-bg, .projects__item-img--bbike .img-bg, .projects__item-img--soft .img-bg {
    /* > 1024 */
    padding: 32px;
    border-radius: 32px;
  }
}
.projects__item-img .img-bg {
  box-sizing: border-box;
  display: inline-flex;
  border-radius: 12px;
}
@media only screen and (max-width: 1023px) {
  .projects__item-img .img-bg {
    /* < 1023 */
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .projects__item-img .img-bg {
    /* > 1024 */
    border-radius: 32px;
  }
}
.projects__item-img img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .projects__item-img img {
    /* > 1024 */
    border-radius: 20px;
  }
}

.all-projects {
  background-color: rgba(187, 210, 255, 0.5);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 80px 0;
}
.all-projects h2 {
  margin-bottom: 24px;
}

.button {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #279D95;
  padding: 16px 32px;
  border-radius: 32px;
  letter-spacing: 1px;
  transition: all 0.6s ease-out;
}
.button:hover {
  background-color: #1E7A74;
}
.button:active {
  background-color: #1E7A74;
}

.project-item {
  margin-bottom: 80px;
}
.project-item h1 {
  margin-bottom: 0;
}
.project-item__header {
  margin-top: 8px;
  margin-bottom: 56px;
}
.project-item__header p {
  color: rgba(4, 25, 65, 0.5);
}
.project-item--med img {
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(4, 25, 65, 0.3);
  box-sizing: border-box;
}
.project-item__cover {
  margin-bottom: 40px;
}
.project-item__images {
  overflow: hidden;
  position: relative;
}
.project-item__images img {
  border-radius: 16px;
  border: 1px solid rgba(4, 25, 65, 0.3);
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .project-item__images a {
    /* > 1024 */
    width: 66% !important;
  }
}
.project-item__images p {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .project-item__images-info {
    /* > 1024 */
    max-width: 700px;
    box-sizing: border-box;
    display: flex;
  }
}
.project-item__images-info span {
  min-width: 40px;
  font-size: 14px;
}
.project-item__images-info p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.project-item__images-item {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .project-item__images-item {
    /* > 1024 */
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .project-item__row {
    /* > 1024 */
    display: flex;
  }
}
.project-item__row:not(:first-child) {
  margin-top: 40px;
}
.project-item__heading {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .project-item__heading {
    /* > 1024 */
    width: 42%;
    padding-right: 40px;
    margin-top: -4px;
  }
}
.project-item__heading h3,
.project-item__heading h4 {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}
@media only screen and (min-width: 1024px) {
  .project-item__info {
    /* > 1024 */
    width: 50%;
  }
}
.project-item__info img {
  max-width: 100%;
  display: block;
  margin-bottom: 24px;
}
.project-item__info-sm {
  margin-bottom: 40px;
}
.project-item__info-sm p:not(:last-child) {
  margin-bottom: 16px;
}
.project-item__info-xs:not(:last-child) {
  margin-bottom: 16px;
}
.project-item__info-xs p:not(:last-child) {
  margin-bottom: 0;
}

.sl-overlay {
  background-color: #292929;
}

.contact {
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .contact {
    /* < 1023 */
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact {
    /* 1024-1279 */
    padding: 0 0 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .contact {
    /* > 1280 */
    padding: 0 0 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contact {
    /* > 1024 */
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .contact__text {
    /* 1024-1279 */
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .contact__text {
    /* > 1280 */
    width: 60%;
    max-width: 400px;
  }
}
.contact__text h2 {
  margin-bottom: 24px;
}
.contact__text p {
  margin-top: 4px;
}
@media only screen and (max-width: 1023px) {
  .contact__photo {
    /* < 1023 */
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact__photo {
    /* > 1024 */
    padding-right: 80px;
  }
}
.contact__photo img {
  max-width: 100%;
  width: 270px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .about {
    /* < 767 */
    margin-bottom: 80px;
  }
}
.about__item {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .about__item {
    /* > 768 */
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .about__item {
    /* > 1024 */
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about__item:not(:first-child) {
    /* < 767 */
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .about__item:before {
    /* < 767 */
    content: "";
    position: absolute;
    height: 3px;
    background-color: #2D008C;
    left: 0;
    right: 0;
    top: -32px;
  }
}
@media only screen and (min-width: 768px) {
  .about__item-heading {
    /* > 768 */
    width: 40%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
.about__item-heading h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .about__item-content {
    /* > 768 */
    padding-top: 6px;
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .about__item-content {
    /* > 1024 */
    padding-top: 12px;
  }
}
.about__item-sm {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .about__item-sm {
    /* < 767 */
    margin-bottom: 24px;
  }
}
.about__item-sm h4 {
  margin-bottom: 4px;
}
.about__item-sm .time {
  margin-bottom: 8px;
  font-size: 18px;
  font-style: italic;
}
.about__item-sm .position {
  margin-bottom: 4px;
}
.about__item-sm-list {
  max-width: 640px;
}
.about__item-sm-list .list li {
  margin-bottom: 2px;
}
.about__item-sm-list p {
  margin-bottom: 1rem;
}
.about__item-sm-tags {
  font-size: 18px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -6px;
}
.about__item-sm-tags span {
  border-radius: 20px;
  border: 1px solid rgba(4, 25, 65, 0.3);
  padding: 4px 16px;
  margin: 6px;
}
.about .list {
  padding: 0;
  margin: 0;
}
.about li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.about li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #279D95;
}

.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-dots .owl-dot {
  margin: 0 4px;
}
.owl-dots .owl-dot span {
  border-radius: 50%;
  background-color: #D9D9D9;
  display: flex;
  width: 12px;
  height: 12px;
}
.owl-dots .owl-dot.active span {
  background-color: #6883E5;
}
/*# sourceMappingURL=maps/main-style.css.map */
