* {
  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;
}
.partners .title {
  margin-top: 71px;
  margin-bottom: 62px;
}
.partners .partners_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partners .partners_ul li {
  height: 330px;
  width: 202px;
}
.partners .partners_ul li .partners_photo {
  height: 200px;
}
.partners .partners_ul li .title_partners {
  font-size: 18px;
  color: #313342;
  margin-top: 27px;
}
.partners .partners_ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer {
  margin-top: 21px!important;
}
@media only screen and (min-width: 768.5px) and (max-width: 950px) {
  .partners .partners_ul li {
    margin-bottom: 20px;
    height: 320px;
    width: 30%;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .partners .title {
    margin-top: 36px;
    margin-bottom: 27px;
  }
  .partners .partners_ul li {
    margin-bottom: 20px;
    height: 320px;
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .partners .partners_ul li {
    margin-bottom: 20px;
    height: 200px;
    width: 47%;
  }
  .partners .partners_ul li .partners_photo {
    height: 140px;
  }
  .partners .partners_ul li .title_partners {
    font-size: 15px;
    margin-top: 0px;
  }
}
