@import url('https://fonts.googleapis.com/css2?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');


:root {
    --green-color: #28903b;
    --grey-color: #636466;
}


* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f1f2f2;
}

.overflow_x {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1250px;
    padding: 0px 25px;
    width: auto;
    margin: 0 auto;
}

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

/* -----------------------СЕКЦИЯ_1----------------------- */

.section_1 {
    background-image: url('../resources/JPG_FON/Monitoring_Banner_0.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: var(--grey-color);
    padding: 100px 0px 50px 0px;
}

.section_1 h1 {
    font-size: 79pt;
}

.section_1 h2 {
    font-size: 30pt;
}

.section_1 h3 {
    font-size: 27pt;
    font-weight: 300;
    margin-top: 50px;
}

/* -----------------------СЕКЦИЯ_2----------------------- */

.section_2 {
    background: rgb(91, 150, 66);
    background: linear-gradient(90deg, rgba(91, 150, 66, 1) 0%, rgba(166, 207, 89, 1) 50%, rgba(166, 207, 89, 1) 100%);
    color: #ffffff;
    padding: 25px;
}

.section_2 h4 {
    font-size: 28pt;
    white-space: nowrap;
    margin-top: 20px;
}

.section_2 h5 {
    font-size: 13pt;
    font-weight: 300;
    margin: 15px 0px 20px 0px;
    max-width: 75%;
    line-height: 1.5;
    max-width: 600px;
}

.block_text,
.block_img {
    width: 50%;
}


.block_img img {
    width: 100%;
}

.section_2 ul {
    display: flex;
    flex-direction: column;
}

.section_2 li {
    margin-bottom: 30px;
    font-size: 13pt;
    font-weight: 300;
    list-style-type: none;
    position: relative;
    margin-left: 50px;
}

.section_2 li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../resources/SVG/Icon_bulit_1.svg');
    width: 25px;
    height: 25px;
    left: -50px;
    top: -2px;
}

.buttons_top {
    width: 100%;
    background: #ffffff;
    padding: 1px 1px;
}

.buttons_sign {
    display: flex;
    justify-content: right;
    font-size: 13pt;
    font-weight: 200;
    color: var(--grey-color);
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
}

.sign_up {
    padding: 13px 40px;
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 40px;
    transition: 0.5s;
    color: var(--grey-color);
    border: 2px solid var(--grey-color);
}

.sign_up:hover {
    background-color: #f37024;
    color: #ffffff;
    border: 2px solid #ffffff;
}


.sign_in {
    padding: 13px 40px;
    margin-left: 10px;
    background-color: #f37024;
    border-radius: 40px;
    color: #ffffff;
    transition: 0.5s;
    border: 2px solid #ffffff;
}

.sign_in:hover {
    background-color: #ffffff;
    color: var(--grey-color);
    border: 2px solid var(--grey-color);
}

.download {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.download p {
    font-size: 13pt;
    font-weight: 400;
    margin-right: 20px;
}

.download div {
    width: 150px;
    margin: 0px 10px;
}

.download div img {
    width: 100%;
    transition: 0.5s;
}

.download div img:hover {
    transform: scale(1.06);
}


.download div:nth-child(even) {
    width: 170px;
}


/* -----------------------СЕКЦИЯ_3----------------------- */

.section_3 {
    padding: 100px 0px;
}

.section_3 h4 {
    font-size: 28pt;
    color: var(--grey-color);
    text-align: center;
}

.section_3 .block_left {
    width: calc(60% - 20px);
    padding-right: 20px;
    margin-top: 30px;
}

.section_3 .block_left img {
    width: 100%;
}

.section_3 .block_right {
    width: calc(40% - 20px);
    padding-left: 20px;
    margin-top: 30px;
}


.section_3 li {
    margin-bottom: 35px;
    font-size: 13pt;
    font-weight: 300;
    list-style-type: none;
    position: relative;
    margin-left: 50px;
    color: var(--grey-color);
    font-weight: 300;
}

.section_3 li::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('../resources/SVG/Icon_bulit_2.svg');
    width: 25px;
    height: 25px;
    left: -50px;
    top: -2px;
}

/* -----------------------СЕКЦИЯ_4----------------------- */

.section_4 {
    background: rgb(183, 172, 149);
    background: linear-gradient(90deg, rgba(183, 172, 149, 1) 0%, rgba(233, 219, 185, 1) 25%, rgba(141, 132, 112, 1) 100%);
    color: #ffffff;
    padding: 30px;
}

.section_4 .block_text {
    text-align: center;
}

.section_4 .block_text h4 {
    font-size: 28pt;
}

.section_4 p {
    font-size: 13pt;
    margin-top: 50px;
}

.section_4 form {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_btn {
    width: 48px;
    background-color: var(--green-color);
    border: none;
    padding: 10px;
    transition: 0.5s;
}

.section_4 input {
    height: 50px;
    width: 100%;
    max-width: 360px;
    border: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 20px;
    outline: none;
}

/* -----------------------СЕКЦИЯ_5----------------------- */

.section_5 {
    padding: 100px;
}

.block {
    background-color: #ffffff;
    padding: 35px 50px;
    width: calc(50% - 100px);
    margin-right: 25px;
    transition: 0.5s;
    position: relative;
}

.section_5 .block:nth-child(2) {
    margin-right: 0px;
    margin-left: 25px;
}


.block:hover {
    -webkit-box-shadow: 0px 5px 11px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 11px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 11px 0px rgba(34, 60, 80, 0.2);
    transform: translateY(-5px);
}


.block_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: var(--grey-color);
    border-bottom: 1px solid #636466;
    padding-bottom: 20px;
}

.block_top h6 {
    font-size: 15pt;
    font-weight: 100;
    margin-bottom: 20px;
}

.block_top h2 {
    font-size: 22pt;
    font-weight: 700;
}

.block_top img {
    width: 150px;
}

.p_block {
    margin-top: 20px;
    font-weight: 300;
    font-size: 13pt;
}

.block_btn {
    background-color: var(--grey-color);
    padding: 7px 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 30px;
    width: 100px;
    text-align: center;
    font-weight: 300;
    transition: 0.5s;
}

.block_btn:hover {
    background-color: #28903b;
}

.block_bottom {
    display: inline-block;
    height: 40px;
}

.block_bottom:hover .arrow {
    transform: translateX(10px);
}

.arrow {
    width: 30px;
    position: absolute;
    bottom: 35px;
    right: 50px;
    transition: 0.5s;
}

/* -----------------------СЕКЦИЯ_6----------------------- */

.section_6 {
    background: rgb(114, 168, 75);
    background: linear-gradient(90deg, rgba(114, 168, 75, 1) 33%, rgba(212, 233, 135, 1) 66%, rgba(174, 214, 94, 1) 86%);
}

.section_6 .block_text {
    text-align: center;
    color: #ffffff;
}

.section_6 .block_text h4 {
    font-size: 28pt;
}

.section_6 p {
    font-size: 14pt;
    font-weight: 300;
    margin-top: 50px;
}

/* -----------------------СЕКЦИЯ_7----------------------- */

.section_7 {
    padding: 50px 0px;
    background-image: url('../resources/JPG_FON/Monitoring_Banner_6.jpg');
    color: var(--grey-color);
}

.section_7 h2 {
    font-size: 28pt;
    text-align: center;
}

.block_form {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0px;
}

.block_form .f_block {
    width: calc(50% - 100px);
    margin: 50px;
}

.block_form input {
    width: calc(100% - 40px);
    outline: none;
    /*border-radius: 5px;*/
    border: 1px solid #8c8d91;
    padding: 20px;
}

.block_form input.sign_in {
    margin: 0 auto;
    display: block;
    font-size: 13pt;
    font-weight: 200;
}

.form_1 {
    display: flex;
}

.input_blok p {
    margin: 15px 0px 5px 0px;
    color: var(--grey-color);
}

.select {
    width: calc(100% - 40px);
    outline: none;
    border-radius: 5px;
    border: 1px solid #8c8d91;
    padding: 20px;
    -webkit-appearance: none;
    position: relative;
}

.select::before {
    content: '';
    display: block;
    background-image: url('../resources/SVG/input_window2.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}


.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
    transition: 0.5s;
}

.new-select__item span:hover {
    color: var(--green-color);
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radio {
    display: flex;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0px !important;
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-top: 20px;
}

label {
    font-weight: 300;
}

.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #afecca;
    border-width: 3px;
}

.custom-radio:not(:disabled):active+label::before {
    background-color: #28903b;
    border-color: #28903b;
    border-width: 3px;
}

.custom-radio:focus:not(:checked)+label::before {
    border-color: #28903b;
    border-width: 3px;
}

.custom-radio:checked+label::before {
    border-color: #28903b;
    border-width: 3px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2328903b'/%3e%3c/svg%3e");
    background-size: cover;
}

.custom-radio:disabled+label::before {
    background-color: #e9ecef;
}


.input_blok .flex {
    justify-content: flex-start;
    margin: 20px 0px 0px 0px;
}

.input_blok .flex p {
    margin: 0 0 0 10px;
}

.p_bold {
    font-weight: bold;
    font-size: 16pt;
}


/* -------------МОБИЛЬНО МЕНЮ-------------   */


  nav {
    position: sticky;
    top: 0;
    width: 100%;
  }

  nav li {
      list-style-type: none;
  }

  nav a{
      color: var(--green-color);
      text-decoration: none;
  }


  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input
  {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #menuToggle span
  {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #636466;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: var(--green-color);
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu
  {
    position: absolute;
    width: 280px;
    height: calc(100vh - 150px);
    box-shadow: 0 0 10px #85888C;
    margin: -50px 0px 0 -280px;
    padding: 125px 50px 50px 50px;
    background-color: #f1f2f2;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(600px, 0px);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li
  {
    padding: 10px 0;
    transition-delay: 2s;
  }

  #menuToggle input:checked ~ ul
  {
    transform: none;
  }


  /* -------------МОДАЛЬНЫЕ ОКНА-------------   */

  .form_modal {
      background-color: white;
      max-width: 400px;
      margin: 0 auto;
      position: relative;
      padding: 50px;
      border: 1px solid #636466;
      color: var(--grey-color);
  }

  .form_modal h2 {
      font-size: 27pt;
  }

  .form_modal p {
      font-weight: 300;
  }

  .form_modal input {
    width: calc(100% - 40px);
    outline: none;
    border-radius: 5px;
    border: 1px solid #8c8d91;
    padding: 15px 20px;
}

.form_modal input:active, .form_modal input:focus {
    border: 1px solid #28903b;
}

.form_modal .sign_up {
    border: none;
    background-color: var(--green-color);
    color: #ffffff;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13pt;
    font-family: 'Roboto', sans-serif;
}

.mfp-close-btn-in .mfp-close {
    border-radius: 50%;
    background-color: #b9babf;
    width: 30px;
    height: 30px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20pt;
    line-height: 1;
}

 /* для элемента input c type="checkbox" */
 .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;

  }

  /* для элемента label, связанного с .custom-checkbox */
  .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-top: 20px;
  }

  /* создание в label псевдоэлемента before со следующими стилями */
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #85888C;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  /* стили при наведении курсора на checkbox */
  .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }

  /* стили для активного чекбокса (при нажатии на него) */
  .custom-checkbox:not(:disabled):active+label::before {
    background-color: var(--green-color);
    border-color: var(--green-color);
  }

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox:focus:not(:checked)+label::before {
    border-color: var(--green-color);
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .custom-checkbox:checked+label::before {
    border-color: var(--green-color);
    background-color: var(--green-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
  }

  .form_modal .flex {
      justify-content: flex-start;
      margin-top: 20px;
      font-size: 14pt;
  }

  .form_modal .flex a {
      color: var(--green-color);
      text-decoration: underline;
      margin-left: 20px;
  }

  .log_and_pass {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .log_and_pass .flex p{
    font-weight: bold;
    color: var(--grey-color);
    font-size: 16pt;
  }

  .f_search {
      display: flex;
      margin-top: 30px;
  }

  table {
      width: 100%;
      margin-top: 50px;
      border-collapse: collapse;
  }

  table tr {
    border-bottom: 1px solid #85888C;
    border-collapse: collapse;
  }

  table td, table th {
      padding: 10px;
      margin: 0px;
  }
