/* common border radius */
/* disable text selection */
html {
  --secondary-color: #1F3F2F;
  --primary-color: #C8F564;
  --body-text: #D5EFDB;
  --brown: #FFF7EF;
  --lord-icon-primary: var(--primary-color);
  --lord-icon-secondary: var(--primary-color);
}

html, body {
  background: white;
}

.site-header {
  background: #1F3F2F;
}

.section--top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--top .container .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .section--top .container .left-col {
    padding-top: 0;
  }
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
    text-align: center;
  }
}
.section--top .container .left-col .fields {
  margin-top: 2.4rem;
  padding: 1.1rem;
  border-top: 1px solid #DCE0E6;
  border-bottom: 1px solid #DCE0E6;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .fields {
    gap: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--top .container .left-col .fields .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .fields .tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--top .container .left-col .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 37rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .text {
    margin-left: auto;
    margin-right: auto;
  }
}
.section--top .container .left-col .text p, .section--top .container .left-col .text ul, .section--top .container .left-col .text ol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section--top .container .left-col .text ul, .section--top .container .left-col .text ol {
  margin-left: 1.7rem;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .text ul, .section--top .container .left-col .text ol {
    text-align: left;
  }
}
.section--top .container .left-col .text ul li::marker, .section--top .container .left-col .text ol li::marker {
  color: white;
}
@media screen and (max-width: 450px) {
  .section--top .container .left-col .h2 {
    font-size: 3rem;
  }
}
.section--top .container .left-col .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--top .container .left-col .buttons .btn:hover {
  color: #1F3F2F;
}
.section--top .container .left-col .buttons .btn.btn--white:hover {
  border-color: #1F3F2F;
  color: white;
}
.section--top .container .left-col .buttons .btn.btn--white:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  background: #1F3F2F;
}
.section--top .container .left-col .contacts-and-social {
  width: 100%;
  padding: 1.1rem;
  border-bottom: 1px solid #DCE0E6;
  max-width: 100%;
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .section--top .container .left-col .contacts-and-social {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 740px) {
  .section--top .container .left-col .contacts-and-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--top .container .left-col .contacts-and-social .contacts-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .section--top .container .left-col .contacts-and-social .contacts-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--top .container .left-col .contacts-and-social .contacts-wrap > p {
  margin-bottom: 0.5rem;
}
.section--top .container .left-col .contacts-and-social .contacts-wrap .contacts {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 740px) {
  .section--top .container .left-col .contacts-and-social .contacts-wrap .contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.section--top .container .left-col .contacts-and-social .contacts-wrap .contacts a {
  color: #1F3F2F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section--top .container .left-col .contacts-and-social .socials {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
}
.section--top .container .left-col .contacts-and-social .socials .social {
  border-color: #DCE0E6;
  color: #A9BAA8;
}
.section--top .container .left-col .contacts-and-social .socials .social:hover {
  background: #1F3F2F;
  border-color: #1F3F2F;
  color: white;
}
.section--top .container .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10rem;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .section--top .container .right-col {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 740px) {
  .section--top .container .right-col {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .section--top .container .right-col img {
    max-width: 40rem;
  }
}
.section--top .container .right-col .image img {
  width: 100%;
  border-radius: 0.8rem;
}

.section--workshops .section__header {
  max-width: 100%;
  text-align: left;
}
.section--workshops .btn:hover {
  color: #1F3F2F;
}
/*# sourceMappingURL=single-lektori.css.map */
