@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import "menu.css";
body {
  background-image: url("../img/background.jpg");
  background-attachment: fixed;
  background-color: black;
  padding: 0;
  margin-top: auto;
  font-family: "Open Sans";
}

.main {
  width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  background-color: white;
  padding-top: 35px;
}

.head {
  width: 100%;
  height: auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cnc_logo {
  background-color: white;
  width: 30%;
  height: 50px;
}

.contacts_head {
  width: 70%;
  height: 50px;
  background-color: #ededed;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.logo_top {
  height: 50px;
  width: auto;
}

.njtx {
  font-size: 100px;
  line-height: 1.1;
  font-family: "Open Sans";
  font-weight: 800;
  color: #fdbf11;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0.1em;
          margin-block-end: 0.1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.njtx_pre {
  font-size: 48px;
  font-family: "Open Sans";
  font-weight: 200;
  display: block;
  margin-top: 78px;
}

.njtx_after {
  font-size: 40px;
  font-family: "Open Sans";
  font-weight: 200;
  display: block;
}

.content_photo {
  margin-top: 40px;
}

.tech {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 13pt;
}

.tech thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #d8d8d8;
  font-size: 14px;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  background-color: #febf0f;
}

.tech tbody td {
  text-align: left;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  padding: 10px 15px;
  font-size: 16px;
  vertical-align: top;
}

.tech thead tr th:first-child, .table tbody tr td:first-child {
  border-left: none;
}

.tech thead tr th:last-child, .table tbody tr td:last-child {
  border-right: none;
}

.tech tbody tr:nth-child(even) {
  background: #f3f3f3;
}

h3 {
  font-size: 24px;
  font-family: "Open Sans";
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 44px;
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.banner {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.top_banner {
  width: 1200px;
  height: auto;
}

.p_img {
  width: 226px;
  height: auto;
  margin-right: 10px;
  margin-top: 9px;
}

.card {
  width: 569px;
  height: auto;
}

.img_main_photo {
  width: 600px;
  height: auto;
  margin-left: 10px;
}

p {
  font-size: 16px;
  font-family: "Open Sans";
}

.txt {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
  padding-right: 2%;
  background-color: #004162;
  border-radius: 20px;
}
.txt p {
  color: white;
}
.txt h2 {
  color: white;
}
.txt h3 {
  color: #9abdaa;
}

.price {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.price_txt {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin-left: 37px;
  margin-top: 20px;
}

.price_num {
  background-color: #3f9b16;
  width: 33%;
  border-radius: 0px;
  margin-top: 20px;
}

.cont_bot {
  margin-top: 32px;
  font-size: 49px;
  color: #005079;
  display: block;
  margin-left: 40px;
}
.cont_bot a {
  color: #005079;
  text-decoration: none;
}
.cont_bot a:hover {
  text-decoration: none;
}

.price {
  margin-bottom: 60px;
}

.adress {
  display: block;
  margin-left: 30px;
  margin-top: 13px;
  font-weight: bold;
}

.phone {
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 21px;
}
.phone a {
  text-decoration: none;
  color: #05769b;
}

@media (max-width: 450px) {
  .main {
    width: 100%;
    padding-left: 15px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 0;
    background-color: white;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head {
    width: 100%;
    height: auto;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo_top {
    height: auto;
    width: 100%;
  }
  .cnc_logo {
    background-color: white;
    width: 80%;
    height: 50px;
  }
  .contacts_head {
    width: 95%;
    height: 71px;
    background-color: white;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .phone {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
  }
  .top_banner {
    width: 100%;
    height: auto;
  }
  .adress {
    display: block;
    margin-left: 4px;
    margin-top: 13px;
    font-weight: bold;
  }
  .banner {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .content_head {
    width: 100%;
  }
  .njtx_pre {
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 200;
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .njtx_after {
    font-size: 23px;
    font-family: "Open Sans";
    font-weight: 400;
    display: block;
  }
  p {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 1.6;
  }
  .price {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .njtx {
    font-size: 37px;
    line-height: 1.1;
    font-family: "Open Sans";
    font-weight: 800;
    color: #fdbf11;
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .price {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price_num {
    background-color: #3f9b16;
    width: 100%;
    border-radius: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .cont_bot {
    margin-top: 32px;
    font-size: 35px;
    color: #005079;
    display: block;
    margin-left: 40px;
  }
  .price {
    width: 108%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-left: -15px;
  }
  body {
    padding: 0;
    width: 95%;
    margin: 0;
    background-color: white;
  }
  .main {
    width: 95%;
    padding-left: 15px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 0;
    background-color: white;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price_txt {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-left: 33px;
    margin-top: 20px;
  }
  .content_photo {
    width: 100%;
  }
  .card {
    width: 100%;
    height: auto;
  }
  .img_main_photo {
    width: 99%;
    height: auto;
    margin-left: 0;
  }
  .p_img {
    width: 109px;
    height: auto;
    margin-right: 5px;
    margin-top: 10px;
  }
  .content_tech {
    margin-top: 20px;
  }
  h2 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 40px;
    -webkit-margin-before: 0.2em;
            margin-block-start: 0.2em;
    -webkit-margin-after: 0.6em;
            margin-block-end: 0.6em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    line-height: 1.2;
  }
  .tbl {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
  }
  .tbl {
    width: 95%;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
  }
  .txt {
    padding-left: 5%;
    padding-top: 2%;
    padding-right: 14%;
    background-color: #004162;
    border-radius: 0;
    width: 90%;
    margin-left: -15px;
    padding-bottom: 20px;
  }
  .fancybox-inner {
    width: 83%;
  }
}