/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \**************************************************************************************************************************************************/
:root {
  --color-blue: #0095C9;
  --color-black: #1D1D1F;
  --color-white: #FFFFFF;
  --color-light-blue: #D8F5FF; }

@font-face {
  font-family: "GoogleSans";
  src: url(6c1be5cadff6ad16ad5f.ttf), url(1e9a2f618a7990cfee96.eot), url(af22ed9938d1f3ec346c.woff), url(803df2dac83ef67c1db4.woff2); }

body, html {
  padding: 0;
  margin: 0;
  font-family: 'GoogleSans'; }

.main-header {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 35px;
  max-width: 800px;
  background: radial-gradient(circle at center -50%, #D8F5FF 0, #FFFFFF 90%); }
  @media screen and (max-width: 768px) {
    .main-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 24px;
      gap: 24px;
      padding-left: 24px;
      padding-right: 24px; } }
  .main-header .main-header-topline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .main-header .main-header-topline {
        display: contents; } }
    @media screen and (max-width: 1200px) {
      .main-header .main-header-topline {
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 24px; } }
    @media screen and (min-width: 1201px) {
      .main-header .main-header-topline {
        margin-bottom: 60px; } }
    .main-header .main-header-topline__logo {
      min-width: 120px; }
    .main-header .main-header-topline__search-bar {
      position: relative; }
      @media screen and (max-width: 768px) {
        .main-header .main-header-topline__search-bar {
          justify-self: end; } }
      .main-header .main-header-topline__search-bar::after {
        content: "";
        position: absolute;
        left: 9px;
        top: calc(50% - 12px);
        width: 24px;
        height: 24px;
        background-image: url(images/theloop.png); }
      .main-header .main-header-topline__search-bar input {
        padding: 8px 9px 8px 36px;
        border-radius: 40px;
        border: 2px solid #0095C9;
        border: 2px solid var(--color-blue);
        color: #0095C9;
        color: var(--color-blue);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #1D1D1F;
        color: var(--color-black); }
        @media screen and (max-width: 768px) {
          .main-header .main-header-topline__search-bar input {
            width: 100px; } }
  .main-header .main-nav {
    position: relative; }
    @media screen and (max-width: 768px) {
      .main-header .main-nav {
        justify-self: end; } }
  .main-header label[for="burger"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 769px) {
      .main-header label[for="burger"] {
        display: none; } }
  .main-header .main-nav__burger {
    height: 24px;
    margin-left: 4px; }
    @media screen and (min-width: 769px) {
      .main-header .main-nav__burger {
        display: none; } }
  .main-header input[type="checkbox"] {
    display: none; }
  @media screen and (max-width: 768px) {
    .main-header input:checked + .main-nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 24px;
      background-color: #fff;
      right: 0px;
      z-index: 3; }
      .main-header input:checked + .main-nav-list a {
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: #1D1D1F;
        color: var(--color-black); } }
  .main-header .main-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .main-header .main-nav-list {
        display: none; } }
    @media screen and (max-width: 767px) {
      .main-header .main-nav-list__item:not(:last-child) {
        margin-right: 12px; } }
    @media screen and (min-width: 768px) {
      .main-header .main-nav-list__item:not(:last-child) {
        margin-right: 30px; } }
    .main-header .main-nav-list__link {
      color: #1D1D1F;
      color: var(--color-black);
      -webkit-text-decoration: none;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .main-header .main-nav-list__link {
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          color: #1D1D1F;
          color: var(--color-black); } }
      @media screen and (min-width: 768px) {
        .main-header .main-nav-list__link {
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          color: #1D1D1F;
          color: var(--color-black); } }
      .main-header .main-nav-list__link:hover {
        color: #0095C9;
        color: var(--color-blue);
        -webkit-transition: .2s;
        transition: .2s; }

.contact {
  min-width: 120px; }
  .contact__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #0095C9;
    color: var(--color-blue);
    -webkit-text-decoration: none;
    text-decoration: none; }

.main-banner {
  height: 360px;
  background-color: #0095C9;
  background-color: var(--color-blue);
  position: relative; }
  .main-banner .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    padding-bottom: 24px; }
  .main-banner__title {
	bottom: 25% !important;
    margin: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 24px; }

    @media screen and (max-width: 1200px) {
      .main-banner__title {
		bottom: 25% !important;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        color: #fff; } }
    @media screen and (min-width: 1201px) {
      .main-banner__title {
		bottom: 25% !important;
        font-size: 48px;
        font-weight: 700;
        line-height: 62px;
        color: #fff; } }
  .main-banner__content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 1200px) {
      .main-banner__content {
        height: calc(100% - 80px);
        bottom: 80px; } }
    @media screen and (min-width: 1201px) {
      .main-banner__content {
        height: calc(100% - 150px);
        bottom: 150px; } }

@media screen and (max-width: 1200px) {
  .section {
    padding-bottom: 80px; } }

@media screen and (min-width: 1201px) {
  .section {
    padding-bottom: 150px; } }

.section {
  background: rgba(216, 245, 255, 0.5); }

.section.news {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 245, 255, 0.5)), color-stop(90%, #FFFFFF));
  background: linear-gradient(to bottom, rgba(216, 245, 255, 0.5) 0%, #FFFFFF 90%); }

.section__inner {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1200px) {
    .section__inner {
      padding: 0 24px; } }
  @media screen and (min-width: 1201px) {
    .section__inner {
      max-width: 1200px; } }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1200px) {
    .section-header {
      padding-bottom: 24px; } }
  @media screen and (min-width: 1201px) {
    .section-header {
      padding-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .section-header__title {
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
      color: #1D1D1F;
      color: var(--color-black); } }
  @media screen and (min-width: 769px) and (max-width: 1200px) {
    .section-header__title {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      color: #1D1D1F;
      color: var(--color-black); } }
  @media screen and (min-width: 1201px) {
    .section-header__title {
      font-size: 32px;
      font-weight: 700;
      line-height: 41px;
      color: #1D1D1F;
      color: var(--color-black); } }

.catalog-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (max-width: 1200px) {
    .catalog-list {
      gap: 24px;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }
  @media screen and (min-width: 1201px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 62px; } }
  .catalog-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #1D1D1F;
    color: var(--color-black);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-black); }
    @media screen and (max-width: 1200px) {
      .catalog-list__link {
        height: 150px; } }
    @media screen and (min-width: 1201px) {
      .catalog-list__link {
        height: 250px; } }
    .catalog-list__link:hover {
      -webkit-box-shadow: 0px 107px 43px rgba(0, 0, 0, 0.01), 0px 60px 36px rgba(0, 0, 0, 0.03), 0px 27px 27px rgba(0, 0, 0, 0.04), 0px 7px 15px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 107px 43px rgba(0, 0, 0, 0.01), 0px 60px 36px rgba(0, 0, 0, 0.03), 0px 27px 27px rgba(0, 0, 0, 0.04), 0px 7px 15px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: .2s;
      transition: .2s; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 68px;
  gap: 68px; }
  .news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-text-decoration: none;
    text-decoration: none; }
  .news-list__title {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #1D1D1F;
    color: var(--color-black); }
  .news-list__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1D1D1F;
    color: var(--color-black); }
  .news-list__img {
    height: 205px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #0095C9;
    background-color: var(--color-blue); }

.services {
  background: url(images/logo-big.png) no-repeat right bottom; }
  .services-list {
    list-style: none;
    display: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
    padding: 0; }
    .services-list__link {
      -webkit-text-decoration: none;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .services-list__img {
      height: 170px;
      width: auto; }
    .services-list__title {
      font-size: 20px;
      font-weight: 500;
      line-height: 26px;
      color: #1D1D1F;
      color: var(--color-black);
      margin-top: 30px;
      max-width: 300px;
      text-align: center; }
  .services-list-2 {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1200px) {
      .services-list-2 {
        padding-bottom: 80px; } }
    @media screen and (min-width: 1201px) {
      .services-list-2 {
        padding-bottom: 150px; } }
    .services-list-2__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-text-decoration: none;
      text-decoration: none;
      margin-bottom: 24px; }
      @media screen and (max-width: 1200px) {
        .services-list-2__link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .services-list-2__img {
      height: 250px;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (min-width: 1201px) {
        .services-list-2__img {
          width: 550px;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
    .services-list-2__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 1201px) {
        .services-list-2__wrap {
          padding-left: 50px;
          padding-right: 50px; } }
    .services-list-2__title {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      color: #1D1D1F;
      color: var(--color-black);
      margin-bottom: 15px; }
    .services-list-2__desc {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: #1D1D1F;
      color: var(--color-black); }

.about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  gap: 27px; }
  @media screen and (max-width: 1200px) {
    .about {
      grid-template-rows: 1fr, 240px, 1fr;
      grid-template-areas: "text text text text" "video video video video" "certificates certificates certificates certificates"; } }
  @media screen and (min-width: 1201px) {
    .about {
      grid-template-rows: 240px, 1fr;
      grid-template-areas: "text text video video" "certificates certificates certificates certificates"; } }
  .about-text {
    grid-area: text; }
    .about-text__title {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      color: #1D1D1F;
      color: var(--color-black);
      margin: 0; }
    .about-text__content {
      margin-top: 15px;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: #1D1D1F;
      color: var(--color-black); }
  .about__video {
    border-radius: 20px;
    width: 100%;
    height: 240px;
    grid-area: video;
    -o-object-fit: cover;
       object-fit: cover; }
  .about-certificates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 27px;
    gap: 27px;
    grid-area: certificates; }
    @media screen and (max-width: 1200px) {
      .about-certificates {
        padding-bottom: 80px; } }
    @media screen and (min-width: 1201px) {
      .about-certificates {
        padding-bottom: 150px; } }
    .about-certificates__item {
      width: 100%;
      height: auto; }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    .partners {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .partners__item:not(:last-child) {
        margin-right: 24px; } }

.footer {
  border-top: 2px solid #0095C9;
  border-top: 2px solid var(--color-blue);
  padding-top: 36px; }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .footer-nav-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-nav-list__link {
        display: block;
        color: #1D1D1F;
        color: var(--color-black);
        -webkit-text-decoration: none;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: var(--color-black); }
        .footer-nav-list__link:hover {
          color: #0095C9;
          color: var(--color-blue);
          -webkit-transition: .2s;
          transition: .2s; }

.privacy__link, .privacy__copy {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #1D1D1F;
  color: var(--color-black); }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 184px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 9px;
  background-color: transparent;
  border-radius: 40px;
  position: relative;
  cursor: pointer; }
  .button_primary {
    color: #0095C9;
    color: var(--color-blue);
    border: 2px solid #0095C9;
    border: 2px solid var(--color-blue); }
  .button[class$=more] {
    min-width: 130px; }
    .button[class$=more]::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      right: 6px;
      background-image: url(images/arrow.png); }

