* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
a,
select:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'roboto';
}
p,
ul {
  margin: 0;
}
* {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
*:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.jcfepr22 {
  padding-right: 22px;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.title {
  font-family: 'roboto-medium';
  font-size: 30px;
  color: #313342;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .container {
    padding: 0 10px;
  }
  .bg1 .container {
    width: 90%;
  }
}
@font-face {
  font-family: 'roboto';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Regular.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-medium';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Medium.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Medium.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-black';
  /* название одно */
  src: url('../fonts/roboto/roboto-black.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-black.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-black.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-black.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-bold';
  /* название одно */
  src: url('../fonts/roboto/roboto-bold.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-bold.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-bold.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-bold.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
.container {
  width: 940px;
  margin: 0 auto;
}
.about1 {
  margin-top: 71px;
}
.about1 .title {
  margin-bottom: 61px;
}
.about1 .text_about {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  color: #000;
}
.about1 .title_about {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
  color: #000;
  font-family: 'roboto-bold';
}
.about1 .mb25_about {
  margin-bottom: 25px;
}
.about2 {
  margin-top: 71px;
}
.about2 .title_about2 {
  margin-top: 31px;
  margin-bottom: 57px;
  font-family: 'roboto-medium';
  font-size: 22px;
  color: #313342;
}
.about2 .table_about2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about2 .table_about2 .colums {
  width: 314px;
  border: 1px solid #d6cec5;
}
.about2 .table_about2 .stolb {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 40px;
  background: #31333e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about2 .table_about2 .colums_content {
  background: #e3dad1;
  height: 40px;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about2 .table_about2 .colums_content:nth-child(2n) {
  background: #f7f4f1;
}
.about3 {
  margin-top: 77px;
}
.about3 .container {
  width: 820px;
}
.about3 .about3_slider img {
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about3 .slick-prev {
  left: -60px;
}
.about3 .slick-prev:hover:before {
  border-right: 6px solid #fff;
}
.about3 .slick-prev:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 11px;
  bottom: 14px;
  border: 5px solid transparent;
  border-right: 6px solid #313342;
}
.about3 .slick-next {
  right: -59px;
}
.about3 .slick-next:hover:before {
  border-left: 6px solid #fff;
}
.about3 .slick-next:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 17px;
  bottom: 14px;
  border: 5px solid transparent;
  border-left: 6px solid #313342;
}
.about3 .slick-prev,
.about3 .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #3e312a;
  border-radius: 50%;
  color: #fff;
}
.about3 .slick-prev:hover,
.about3 .slick-next:hover {
  background: #3e312a;
}
.about4 {
  margin-top: 81px;
}
.about4 .container {
  width: 820px;
}
.about4 img {
  width: 100%;
  height: 462px;
}
@media only screen and (min-width: 768.5px) and (max-width: 950px) {
  .container {
    width: 100%!important;
  }
  .about2 {
    margin-top: 31px;
  }
  .about2 .table_about2 .colums_content {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
  }
  .about3 .about3_slider img {
    height: 350px;
    width: 80%;
    margin: 0 auto;
  }
  .about3 .slick-prev {
    left: 0;
  }
  .about3 .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about1 {
    margin-top: 37px;
  }
  .about1 .title {
    margin-bottom: 22px;
  }
  .about1 .text_about {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
  }
  .about1 .title_about {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .about2 {
    margin-top: 0px;
  }
  .about2 .title_about2 {
    margin-top: 21px;
    margin-bottom: 33px;
    font-size: 18px;
  }
  .about2 {
    overflow-y: hidden;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .about2 .container {
    width: 627px!important;
  }
  .about2::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    padding: 5px;
    margin-right: 100px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
  }
  .about2::-webkit-scrollbar-track {
    background: #757575;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .about2::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 10px;
    width: 50%;
    height: 5px;
    padding: 5px;
  }
  .about2::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 5px;
    height: 5px;
    padding: 5px;
  }
  .about2 .table_about2 .colums {
    margin-bottom: 17px;
    width: 200px;
  }
  .about2 .table_about2 .stolb {
    font-size: 12px;
  }
  .about3 .about3_slider img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80%;
    margin: 0 auto;
  }
  .about2 .table_about2 .colums_content {
    height: 29px;
    padding-left: 1px;
    font-size: 12px;
  }
  .about3 {
    margin-top: 31px;
  }
  .about3 .slick-prev {
    height: 30px;
    width: 30px;
    left: -1%;
  }
  .about3 .slick-next {
    height: 30px;
    width: 30px;
    right: -1%;
  }
  .about3 .slick-next:before {
    left: 12px;
    bottom: 9px;
  }
  .about3 .slick-prev:before {
    left: 5px;
    bottom: 10px;
  }
  .about4 {
    margin-top: 41px;
    margin-bottom: 40px;
  }
  .about4 img {
    width: 80%;
    margin: 0 auto;
    height: 179px;
    display: block;
  }
}
