/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
  @font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  .fort {
    background: #F9F5F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  
  .fort__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .fort__icon {
    width: 2.75rem;
    padding-top: 0.5rem;
  }
  
  .fort__text {
    width: calc(100% - 2.75rem);
    font-weight: 400;
    color: #342B2B;
    font-size: 1.0625rem;
  }

  /* SpecPopup */
  .popup-open-specialists .wrap-popup-spec{
    display: block;
  }

  .wrap-popup-spec{
    display: none;
  }

  /* .popup-spec{
    max-width: 600px;
    max-height: 100%;
    height: auto;
  } */
  
  .popup-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 120;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background: #F1F9FF;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 60px;
    width: 90%;
    max-width: 600px;
    max-height: 100%;
    height: auto;
    overflow: hidden;
  }

.wrap-popup:after,
.wrap-popup-spec:after {
    content: "";
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
}

.popup-spec .big {
    font-size: 24px;
    text-transform: uppercase;
}
.popup-spec p {
    color: #2C2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 1em;
}

.popup-spec .label-btn {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-spec .label-btn button {
    border-radius: 15px;
    background: #FFF;
    border: none;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5E6B77;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: lowercase;
    padding: 0 40px 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popup-spec .popup-btn {
    margin-top: 30px;
}

.popup-btn a {
    border-radius: 20px;
    background: #D73C59;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    text-decoration: none !important;
}

.popup-btn a:hover {
    background: #5E6B77;
    color: #fff;
}

.popup-spec .label-btn button:hover {
    background: #5E6B77;
    color: #fff;
    cursor: pointer;
}

.popup-spec .label-btn li {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul li {
    list-style: none;
}

b, strong {
    font-weight: inherit;
    font-weight: bolder;
  }

  @media (max-width: 640px) {
    .fort {
      padding-bottom: 0.5625rem;
      padding-top: 0.5625rem;
    }
    .fort__text {
      font-size: 0.875rem;
    }
  }
  .grid-container {
    margin-left: auto;
    width: 80rem;
    padding-right: 1.25rem;
    max-width: 100%;
    padding-left: 1.25rem;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .grid-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .iron {
    padding-top: 0;
    margin-bottom: 1.4375rem;
  }
  
  .iron__h1 {
    margin-bottom: 2.6875rem;
    font-weight: normal;
    color: #BF2B45;
    font-family: "circe-slab-b", serif;
    font-size: 2.8125rem;
    line-height: 1.23;
  }
  
  .iron__h2 {
    margin-bottom: 1.5rem;
    color: #342B2B;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.5625rem;
  }
  
  .iron__list {
    margin-bottom: 1.75rem;
    padding-left: 1.6875rem;
  }
  
  .iron__ul {
    margin-bottom: 1.875rem;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
  }
  
  .iron__item {
    margin-bottom: 0.5rem;
  }
  
  .iron__center {
    text-align: center;
  }
  
  .iron__h3 {
    margin-bottom: 1.125rem;
    font-weight: 700;
    color: #342B2B;
    line-height: 1.35;
    font-size: 1.25rem;
  }
  
  .iron__text {
    font-weight: normal;
    color: #342B2B;
    margin-bottom: 2.9375rem;
    font-size: 1.0625rem;
  }
  
  .iron__li {
    color: #342B2B;
    font-weight: 400;
    position: relative;
    margin-bottom: 1.5625rem;
    padding-left: 2.125rem;
    font-size: 1.0625rem;
  }
  .iron__li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    background: #BF2B45;
  }
  
  .iron__link {
    display: none;
    font-weight: 400;
    cursor: pointer;
    color: #BF2B45;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-size: 1rem;
    margin-bottom: 1.5625rem;
  }
  
  @media (max-width: 640px) {
    .iron__h1 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.25rem;
    }
    .iron__text {
      margin-bottom: 1.5625rem;
      font-size: 1rem;
    }
    .iron__h3 {
      font-size: 1rem;
    }
    .iron__item {
      font-size: 1.0625rem;
    }
    .iron__li {
      margin-bottom: 1rem;
    }
    .iron__link {
      display: inline-block;
    }
    .iron__h2 {
      font-size: 1rem;
      margin-bottom: 1.5625rem;
    }
  }
  .alg {
    cursor: pointer;
    max-width: 100%;
    width: 57.6875rem;
    display: inline-block;
    position: relative;
    height: 32.4375rem;
  }
  
  @media (max-width: 930px) {
    .alg {
      width: 100%;
      height: 25rem;
    }
    .popup-spec {
      width: 80%;
    }
  }
  @media (max-width: 640px) {
  .alg {
    height: 13.125rem;
  }

  .popup-spec {
    padding: 20px 20px;
    max-height: 80vh;
    height: auto;
    border-radius: 10px;
  }

  .popup-spec .big {
    font-size: 20px;
    text-transform: uppercase;
  }

  .popup-spec p {
    font-size: 14px;
  }

  .popup-spec .label-btn button {
    font-size: 14px;
    padding: 0 15px 1px;
    border-radius: 10px;
    height: 30px;
  }

  .popup-spec .popup-btn {
    margin-top: 10px;
  }

  .popup-btn a {
    border-radius: 10px;
    font-size: 18px;
    height: 40px;
  }
}
  