section {
  padding: 100px 0;
}
section .lit_title {
  font-weight: 700;
  font-size: 20px;
  color: #4a90ff;
  display: block;
  text-align: center;
}

.section_1 {
  background: url(../images/fon.png) no-repeat;
  background-size: cover;
}
.section_1 .title {
  padding: 5px 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #f5f6fa 0%, #4a90ff 25%, #4a90ff 50%, #4a90ff 75%, #f1f4f8 100%);
  margin-bottom: 40px;
}
.section_1 .title2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #363636;
}
.section_1 .col {
  display: flex;
  flex-direction: column;
}

.one_product {
  margin-top: 64px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.one_product > div {
  background: #4a90ff;
  height: 100%;
  border-radius: 8px;
}
.one_product__photo {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.one_product__photo img {
  border-radius: 8px 8px 0 0;
}
.one_product__text {
  background: #4a90ff;
  padding: 16px;
  border-radius: 0 0 8px 8px;
  color: #fff;
}
.one_product__text p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.one_product__text ul {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.one_product__text ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.one_product__text .border_b {
  height: 1px;
  background-color: #d9d9d9;
  width: 100%;
  display: block;
  margin: 10px 0;
}

.section_2 {
  background: url(../images/fon2.jpeg) no-repeat;
  background-size: cover;
}
.section_2 .title_section2 {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.section_2 .one_flex {
  border-right: 1px solid #fff;
  margin-right: 30px;
  padding-right: 30px;
}
.section_2 .one_flex p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.section_2 .one_flex ul {
  margin: 0 0 0px 20px;
  padding: 0;
}
.section_2 .one_flex li {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.section_2 .one_flex:last-child {
  border: 0;
}

.section_3 {
  padding: 170px 0;
  position: relative;
}
.section_3 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.section_3 .block_part {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  text-align: center;
  border: 1px solid #363636;
  border-radius: 16px;
  padding: 32px;
}
.section_3 .block_part p {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 16px;
  color: #363636;
}
.section_3 .block_part span {
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  display: block;
  margin-bottom: 40px;
}
.section_3 .block_part a {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #4a90ff;
  border-radius: 8px;
  border: 0;
  padding: 8px 64px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.section_4 .one_bl_pr {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_4 .one_bl_pr p {
  font-weight: 700;
  font-size: 20px;
  color: #363636;
}
.section_4 .one_bl_pr span {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #363636;
}
.section_4 .one_bl_pr img {
  margin-right: 32px;
}
.section_4 .col:first-child .one_bl_pr {
  margin-right: 30px;
}
.section_4 .col:last-child .one_bl_pr {
  margin-left: 30px;
}

.main_title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #363636;
  margin-bottom: 30px;
}

.border_bot {
  background: #363636;
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  margin-left: -35%;
  left: 50%;
  bottom: 0;
}

.section_5 span {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #363636;
  display: block;
  margin-bottom: 40px;
}

.but_blue {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #4a90ff;
  font-weight: 400;
  font-size: 19px;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 64px;
  color: #fff;
  margin: 0 auto;
}

.section_1 .col {
  position: relative;
}

.section_5 {
  position: relative;
}

.mt_10 {
  margin-top: 100px;
}

.section_6 {
  height: 500px;
  background: url(../images/fon_bbb.svg) no-repeat no-repeat 50% 50%;
  background-size: cover;
}

.one_bg {
  height: 90px;
  width: 100%;
  background: linear-gradient(180deg, #4385ee 0%, #73a8fd 100%);
}

.one_bg2 {
  width: 100%;
  height: 36px;
  box-shadow: 0 17px 9px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
  background: #4385ee;
}

footer {
  padding: 0 0 30px 0;
  background: #4a90ff url(../images/Abstraction.svg) no-repeat 50% 50%;
  width: 100%;
  background-size: cover;
}
footer .col p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
footer .col a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 7px;
}
footer .col span {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
  display: block;
}

.copyright {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 0;
}

.soc_set {
  display: flex;
  margin-top: 6px;
}
.soc_set a {
  margin-right: 8px;
}

.modal .but_blue {
  display: block;
  text-align: center;
}
.modal .modal-title {
  font-size: 24px;
  color: #363636;
  text-align: center;
}
.modal .modal_text {
  font-size: 16px;
  color: #363636;
  text-align: justify;
}
.modal .modal_flex {
  margin-top: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.modal .modal_flex p {
  flex: 1;
  font-size: 16px;
  color: #363636;
  margin: 0;
}
.modal .modal_flex input {
  flex: 1;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 0;
  border-bottom: 1px solid;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-content {
  padding: 20px 30px 30px 30px;
}
.modal .modal-header {
  display: block;
}
.modal button.btn-close {
  margin-right: 0;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
}
.modal button.btn-close:hover, .modal button.btn-close:focus {
  outline: none;
  border: 0;
}

@media (max-width: 1200px) {
  .section_2 .d-flex {
    flex-wrap: wrap;
  }
  .section_2 .d-flex .one_flex {
    margin-bottom: 30px;
    width: 48%;
    box-sizing: border-box;
  }
  .section_2 .d-flex .one_flex:nth-child(2n) {
    margin-right: 0;
    border: 0;
    padding-right: 0;
    margin-left: 30px;
  }
  .section_2 .d-flex .one_flex:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .section_2 .d-flex .one_flex {
    width: 100%;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    border: 0;
  }
  .section_3 .col,
  .section_4 .col {
    width: 100%;
    margin: 20px 0;
    flex: 100%;
  }
  .one_bl_pr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section_6 {
    height: 300px;
    background-size: cover;
  }
  .section_1 .col {
    margin-bottom: 30px;
    flex: 100%;
  }
  .one_product {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  footer .col {
    flex: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .soc_set {
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .section_2 .title_section2 {
    font-size: 24px;
  }
  .section_1 .title2 {
    font-size: 24px;
  }
  .main_title {
    font-size: 24px;
  }
  .section_6 {
    height: auto;
    background-size: 100%;
  }
  .section_3 .block_part {
    padding: 16px;
  }
  .section_3 .block_part p {
    font-size: 20px;
  }
  .section_3 .block_part a {
    font-weight: 500;
    font-size: 16px;
  }
  .section_5 span {
    font-size: 18px;
  }
}/*# sourceMappingURL=page.css.map */