@font-face {
    font-family: Montserrat;
    src: url('C:\Users\sholodaev\Downloads\Montserrat Alternates');
    }
    
* {
    margin: 0;
    padding: 0;
}

/* :root {
    background-color: #0F0F0F;
} */

main {
    background-color: #0F0F0F;
    background-color: -webkit-linear-gradient(#0F0F0F, #0F0F0F); /* Safari и Chrome */
    /* background: -webkit-linear-gradient(#0F0F0F, #0F0F0F); Safari и Chrome */
}

header {
    display: flex;

    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
    background: linear-gradient(175deg, #248D87 0%, #106A65 100%);

    margin-top: 23px;
}

.breadCrumb {
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 40px;
    margin-bottom: 40px;
}

p {
    color: white;
    margin: 0 !important;
}

.breadCrumb {
    color: rgb(255, 255, 255);
}

.breadCrumb a {
    color: white;
}

.breadCrumb a:hover {
    color: white;
}

.breadCrumb p {
    color: #2DDFD7;
    font-weight: bold;
}


.bannerKardi {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.lineCont {
    display: flex;
    justify-content: center;
}

.grLine {
    width: 400px;
    height: 120px;
}

b {
    color: #2DDFD7;
}

.firstBlocksWidth {
    width: 40%;
}

.whoWeBlock {
    display: flex;

    margin-bottom: 180px;
}

.whoWeBlock p {
    min-height: 200px;
    max-height: 360px;

    display: flex;

    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    background: rgba(56, 56, 56, 0.70);
}

.whoWeBlock img {

    margin-right: 100px;
    height: 400px;
    width: 400px;

    border-radius: 0 20px 20px 20px;

    object-fit: cover;
}

.whoWe {
    margin-left: 70px;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;
}


/* второй блок */

.blockPosition {
    display: flex;
    justify-content: end;

    margin-bottom: 180px;
}

.priborBlock {
    display: flex;
    justify-content: end;
}

.priborBlock p {
    display: flex;

    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    background: rgba(56, 56, 56, 0.70);
}

.priborBlock button {
    width: 200px;
    height: 60px !important;

    background-color: #00A39C;
    color: white;

    border: none;
    border-radius: 45px;

    margin-top: 40px;
    margin-left: 40px;

    font-size: 20px;
}

.priborBlock button:hover {

    background-color: #008b85;

}

.priborBlock img {

    margin-left: 100px;
    height: 400px;
    width: 400px;

    border-radius: 20px 0 20px 20px;

    object-fit: cover;
}

.priborKardi {
    margin-right: 70px;

    text-align: right;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;
}


.excl {
    display: flex;
    align-items: center;

    gap: 20px;
    margin-bottom: 120px;
}

.excl img {
    width: 150px;
    height: 100px;
}

.excl p {
    font-size: 20px;
}

/* Приборы */

.devices {
    display: flex;
    justify-content: center;
}

.devices div {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.devices div:nth-child(2) {
    margin-top: 80px;
}

.devices img {
    width: 315px;
    height: 315px;

    margin-bottom: 15px;

    filter: drop-shadow(0 0 25px #228882);
}

.devices p {
    background-color: #fff;
    border-radius: 27px;

    padding: 12px;

    color: black;
    font-weight: 500;
}

/* "Регистрационное удостоверение..." */

.additionally {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;

    margin-top: 50px;
    margin-bottom: 150px;

    color: white;
}

/* Контролируйте сами! */

.controlYourself {
    display: flex;
    justify-content: center;
    text-align: center;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;
}

.iconBlocks {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;

    margin-bottom: 100px;
}

.iconBlocks p {
    /* Вариант жёсткой ширины контейнера под текст: */

    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 300px; */

    margin-bottom: 30px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;

    background: #116C61;
    mix-blend-mode: color-dodge;
    box-shadow: 10px 0px 0px -6px #FFF;

    padding: 15px;
    border-radius: 20px;
}

.iconBlocks .bgContainer {
    width: 400px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 80px;
    background: linear-gradient(120deg, #22c7b4 50%, #1cb4a3 50%);
    box-shadow: 0px 5px 119px 0px #00EED1;

    transition: 2s ease-in-out;
}

.iconBlocks .bgContainer:hover {
    background: linear-gradient(125deg, #1cb4a3 50%, #22c7b4 50%);
    box-shadow: 0px 5px 119px 0px #03c5ae;
}

.iconBlocks .bgContainer img {
    object-fit: contain;
    width: 120px !important;
    height: 120px !important;
}

.leftBlock {
    display: flex;
    width: 500px;
    margin-right: 500px;
    flex-direction: column;

    justify-content: flex-start;
    align-items: center;
}

.rightBlock {
    display: flex;
    width: 500px;
    margin-left: 500px;
    flex-direction: column;

    justify-content: flex-end;
    align-items: center;
}

/* Важные факты */

.impFacts {
    display: flex;
    justify-content: center;
    text-align: center;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;
}

.factBlocks {
    margin-top: 70px;
}

.factCard {
    width: 100%;
    
    display: flex;
    justify-content: center;
}


.textInCard {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 10px;

    width: 350px;
    height: 130px;

    margin: 30px;

    border: 3px solid #00EED1;
    border-radius: 25px;

    color: white;
    box-shadow: 0px 5px 25px 0px #30fce4;

    transition: 0.4s ease-in-out;
}

.textInCard:hover {
    box-shadow: 0px 10px 30px 0px #2dc5b3;

    transition: 0.4s ease-in-out;
}

.devicePicture {
    display: flex;
    justify-content: center;

    margin-top: 70px;
}

/* Видео */

.video {
    display: flex;
    justify-content: center;

    margin-top: 70px;
}

.video iframe {
    border-radius: 20px;
}

/* Ответы на вопросы */

.qaMainContainer {
    display: flex;
    justify-content: center;
}

.qaContainer {

    width: 410px;
    
    display: flex;
    flex-direction: column;

    justify-content: center;

    margin-top: 70px;
}

.qaContainer p {
    display: flex;

    font-size: 20px;

    border-left: 5px solid #00EED1;
    border-bottom: 5px solid #00EED1;

    border-radius: 20px 0 0 0;

    padding: 20px;
}

.qaImg {
    display: flex;
    justify-content: start;

    margin-bottom: 70px;
}

.qaImg img {
    height: 100px;
    width: 100px;
}

.qaImg a {
    width: 100%;
    height: 70px;

    border-radius: 0 0 30px 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00EED1;
}

/* Блок "Для пациентов" */

.forPatient {
    display: flex;
    justify-content: center;
    text-align: center;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;

    margin-bottom: 70px;
    margin-top: 70px;
}

/* .mainInfContainer1 {
    display: flex;
    flex-direction: column;
} */

/* .infBox1 {
    margin-top: 70px;

    margin-left: 20%;
    margin-right: 20%;

    width: 60%;
    height: auto;

    padding: 30px;

    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 238, 209, 0.00) 0%, #000 100%);
    box-shadow: 0px 4px 221px 2px #00EED1;

    font-size: 22px;
} */

.infBox2 {
    margin-left: 20%;

    width: 500px;
    height: auto;

    padding: 30px;

    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 238, 209, 0.00) 0%, #000 100%);
    box-shadow: 0px 4px 221px 2px #00EED1;

    font-size: 22px;
}

.mainInfContainer2 {
    display: flex;
    justify-content: flex-end;
}

.infBox3 {
    display: flex;

    margin-top: 70px;
    margin-bottom: 70px;
    margin-right: 20%;

    width: 500px;
    height: auto;

    padding: 30px;

    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 238, 209, 0.00) 0%, #000 100%);
    box-shadow: 0px 4px 221px 2px #00EED1;

    font-size: 22px;
}

.orderDevice {
    display: flex;
    justify-content: center;
    text-align: center;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;
}

/* Заказ приборов */

.mainOrderBox {
    display: flex;
    justify-content: center;

    margin-top: 70px;
}

.orderBox {
    width: auto;
    height: auto;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    justify-content: center;
    align-items: center;

    columns: 250px 3;

    border-radius: 30px;

    background-color: #383838;
}

.orderText {
    cursor: pointer;
  }

.orderBox h1 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding-top: 7px;
}

.orderBox p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderCol {
    display: flex;
    align-items: center;

    flex-direction: column;

    margin-top: 15px;
}

.orderBorder {
    height: auto;

    border-left: 3px solid white;
    border-right: 3px solid white;
}


.orderBox .orderCol:nth-child(1) {
    height: 115px;
    
    margin-bottom: 15px;

    padding-left: 20px;
    padding-right: 20px;
} 

.orderText {
    display: flex;
    align-items: center;

    flex-direction: column;

    margin-top: 15px;
    margin-bottom: 15px;
}

.orderText p:nth-child(2) {
    cursor: default;
}

.orderBox .orderCol:nth-child(2) {
    height: 115px;

    margin-bottom: 15px;

    padding-left: 30px;
    padding-right: 30px;
} 

.orderBox .orderCol:nth-child(3) {
    height: 115px;

    margin-bottom: 15px;

    padding-left: 20px;
    padding-right: 20px;
} 


.orderButtonContainer { 
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 70px;

    margin-top: 50px;
    margin-bottom: 50px;
}

.orderButton a {
    color: #ffffff !important; 
    cursor: pointer;
}

.orderButton a {
    width: 200px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    background: #00A39C;
}

/* Блок информации о доставке */

.infDelivery {
    display: flex;
    flex-direction: column;

    margin-left: 20%;
    margin-right: 20%;
}

.infDelivery p {
    font-size: 18px;
}

.infDelivery li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 10px 10px;

    list-style: square;
}

/* Блок "Партнерская сеть" */

.partnerNetwork {
    display: flex;
    justify-content: center;
    text-align: center;

    font-weight: 300;
    font-size: 70px;
    font-family: Molot;

    margin-top: 40px;
    margin-bottom: 40px;
}

.mainQuote {
    display: flex;
    justify-content: center;

    margin-top: 30px;
}

.quoteContainer {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 880px;
    text-align: center;

    font-size: 18px;

    margin-bottom: 30px;
}

.quoteContainer hr {
    width: 10px;
    height: 40px;
    color: #008b85;
    background-color: rgb(14, 255, 255);
    opacity: 0.5;

    border-radius: 20px 0px 20px 0px;

    rotate: -150deg;
}

.quoteBox {
    display: flex;
    justify-content: center;
    width: 150px;

    margin: 30px;
}

.quoteContainer p {
    font-size: 20px;
}

.correctQuotes {
    display: flex;
    justify-content: center;
}

.settingQuotes {
    width: 220px;
    height: 5px;
    color: #ffffff;
    opacity: 1;

    border-radius: 5px 0 5px 0;
}

/* Часть с картинками: */

.partnerContainer {
    display: flex;
    justify-content: center;

    flex-direction: row;

    margin-bottom: 70px;
    margin-left: 100px;
    margin-right: 100px;
}

.partnerBox {
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 70px;

    transition: 0.6s ease-in-out;
}

.partnerBox:hover {
    scale: 1.1;
    cursor: pointer;

    transition: 0.6s ease-in-out;
}

.partnerBox p {
    display: flex;
    justify-content: center;

    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.imgCorrect {
    width: 350px;
    height: 230px;

    margin-bottom: 15px;
}

.finalTitle {
    display: flex;
    justify-content: flex-start;

    margin-left: 20%;
    margin-bottom: 25px;
}

.finalTitle p {
    font-size: 22px;
    font-weight: 700;
}

.finalText {
    display: flex;
    justify-content: flex-start;

    margin-left: 20%;
    margin-right: 20%;
}

.finalText p {
    font-size: 18px;
}

.partnerButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerButton {
    width: 180px;
    height: 70px;

    margin-top: 50px;
    margin-bottom: 30px;
}

.partnerButton a{
    color: #ffffff !important; 
    cursor: pointer;
}

.partnerButton a {
    width: 200px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    background: #00A39C;
}


/* Медиа запросы под мобильную версию: */

@media (min-width: 393px) and (max-width: 800px) { 
 
 .mainLogo {
    width: 30%;
}

 .breadCrumb {
    margin: 20px;
 }

 .bannerKardi {
    height: 250px;
    width: 100%;
    object-fit: cover;
 }

 .breadCrumb {
    font-size: 14px;
 }

 .grLine {
    width: 200px;
    height: 90px;
 }

 .whoWe {
    display: flex;
    justify-content: center;
    font-size: 45px;

    font-weight: 700;

    margin: 0;
 }


 .whoWeBlock {
    display: flex;
    justify-content: center;

    /* min-width: 200px; */
    max-width: 100%;

    margin-bottom: 100px;
 }

 .firstBlocksWidth {
    width: 100%;
 }

 .whoWeBlock p {
    font-size: 14px;

    border-radius: 20px 0px 20px 20px;

    padding: 15px;
 }

 .whoWeBlock img {
    width: 200px !important;
    height: 200px;

    border-radius: 0px 20px 20px 0px !important;

    margin: 0;
 }

 .priborKardi {
    display: flex;
    justify-content: center;
    font-size: 45px;

    font-weight: 700;

    margin: 0;
 }

 .priborBlock {
    /* width: 100% !important; */

    /* justify-content: center !important; */
}

.blockPosition {
    display: flex;
    justify-content: center;

    margin-bottom: 120px;
}

 .priborBlock p {
    font-size: 14px;

    width: 200px;
    border-radius: 0px 20px 20px 0px;

    padding: 15px;
 }

 .priborBlock img {
    width: 200px !important;
    height: 200px !important;

    border-radius: 20px 0px 0px 20px !important;

    margin: 0 !important;
 }

 .priborBlock button {
    width: 150px;
    height: 50px !important;

    background-color: #00A39C;
    color: white;

    border: none;
    border-radius: 0px 0px 20px 20px;

    margin-top: 0px;
    margin-left: 0px;

    font-size: 16px;


}
 .excl img {
    width: 100px;
    height: 70px;
 }

 .excl p {
    font-size: 13px;   
}

 .devices {
    flex-direction: column;
 }

 .devices img {
    margin-bottom: 0px;
 }

 .devices p {
    margin-bottom: 100px !important;
 }

 .devices div:nth-child(2) {
    margin-top: 0 !important;
 }

  .additionally {
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }


  .controlYourself {
    display: flex;
    justify-content: center;
    font-size: 40px;

    font-weight: 700;

    margin: 0;
  }

  .iconBlocks {
    margin-top: 0;
  }

  .leftBlock {
    width: 300px;

    margin-left: 0;
    margin-right: 0;

    margin-top: 100px;
  }

  .leftBlock p {
    text-align: center;
  }

  .rightBlock {
    width: 300px;

    margin-left: 0;
    margin-right: 0;

    margin-top: 100px;
  }

  .rightBlock p {
    text-align: center;
    margin-top: 100px;
  }

  .bgContainer {
    width: 300px !important;
    border-radius: 5px;
  }


  .impFacts {
    display: flex;
    justify-content: center;
    font-size: 40px;

    font-weight: 700;

    margin: 0;
  }

  .factCard {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .textInCard {
    width: 250px;
  }


  .devicePicture {
    width: 300px !important;
    height: 300px !important;
    margin-left: 20px;
  }

  .qaContainer {
    width: 250px;
  }

  .video iframe {
    border-radius: 0px !important;

    width: 100%;
    height: 300px;

    margin-bottom: 40px;
  }

  .forPatient {
    display: flex;
    justify-content: center;
    font-size: 40px;

    font-weight: 700;

    margin: 0;
  }

  /* .infBox1 {
    width: 100%;
    margin-top: 40px !important;
    margin: 0;

    border-radius: 0;
  } */

  .infBox1 p {
    font-size: 16px;
  }

  .infBox2 {
    width: 100%;
    margin-top: 40px !important;
    margin: 0;

    border-radius: 0;
  }

  .infBox2 p {
    font-size: 16px;
  }

  .infBox3 {
    width: 100%;
    margin-top: 40px !important;
    margin: 0;

    border-radius: 0;
  }

  .infBox3 p {
    font-size: 16px;
  }

.qaImg {
    display: flex;
    justify-content: start;

    margin-bottom: 0px !important;
}

  .orderDevice {
    display: flex;
    justify-content: center;
    font-size: 40px;

    font-weight: 700;

    margin: 0;
    margin-top: 70px !important;
  }

  .orderBox {
    border-radius: 0;
  }

  .orderText {
    cursor: pointer;
  }

  .orderBox h1 {
    font-size: 14px;
  }

  .orderBox p {
    font-size: 11px;
  }

  .orderButtonContainer a {
    font-size: 14px;
    width: 200px;
    height: 45px;
  }

  .infDelivery {
    margin-left: 30px;
    margin-right: 30px;
  }

  .partnerNetwork {
    display: flex;
    justify-content: center;
    font-size: 35px;

    font-weight: 700;

    margin-top: 70px !important;
    margin-bottom: 70px !important;
    margin: 0;
  }

  .mainQuote {
    margin-right: 30px;
    margin-left: 30px;
}

  .quoteContainer p {
    font-size: 14px;
  }

  .quoteBox {
    display: none;
  }

  .partnerContainer {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

    margin-bottom: 70px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .imgCorrect {
    width: 340px;
    height: 200px;

    margin-bottom: 15px;
}

  .finalTitle {
    display: flex;
    justify-content: center;
    text-align: center;

    margin-bottom: 40px !important; 
    margin: 0;
  }

  .finalText {
    justify-content: center;
    text-align: center;

    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}