@charset "UTF-8";
.advantages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages li {
  width: 16.66%;
  padding: 50px 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages li img {
  width: 60px;
  height: 60px;
}
.advantages li:nth-of-type(odd) {
  background-color: #f6f5f6;
}
.advantages li:nth-of-type(even) {
  background-color: #ececec;
}
.advantages p {
  font-size: 18px;
  margin-left: 10px;
}
.advantages p span {
  font-family: "Open SansSB";
}

@media screen and (max-width: 1680px) {
  .advantages li {
    width: 25%;
  }
  .advantages li:nth-of-type(5),
  .advantages li:nth-of-type(6) {
    width: 50%;
    background-color: #f6f5f6;
  }
}
@media screen and (max-width: 1250px) {
  .advantages li {
    width: 33.33%;
  }
  .advantages li:nth-of-type(5),
  .advantages li:nth-of-type(6) {
    width: 33.33%;
  }
  .advantages li:nth-of-type(6) {
    background-color: #ececec;
  }
}
@media screen and (max-width: 890px) {
  .advantages li {
    width: 50%;
    padding: 25px 10px;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -webkit-box-pack: start;
  }
  .advantages li:nth-of-type(5),
  .advantages li:nth-of-type(6) {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .advantages li {
    width: 100%;
    padding: 15px 10px;
  }
  .advantages li:nth-of-type(5),
  .advantages li:nth-of-type(6) {
    width: 100%;
  }
  .advantages li p {
    font-size: 16px;
  }
}
#main_slider {
  height: auto;
}
@media (min-width: 1400px) {
  #main_slider {
    height: calc(100vh - 110px);
  }
}
#main_slider .swiper-slide {
  height: auto;
}
#main_slider .swiper-slide .btn {
  background-color: #ffd23f;
  padding: 15px 35px;
  font-family: "Open SansSB";
  text-transform: uppercase;
}
#main_slider .swiper-button-prev,
#main_slider .swiper-button-next {
  color: #fff;
}
#main_slider .swiper-button-prev::after,
#main_slider .swiper-button-next::after {
  display: block !important;
  font-size: 24px;
}
@media (min-width: 576px) {
  #main_slider .swiper-button-prev::after,
  #main_slider .swiper-button-next::after {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #main_slider .swiper-button-prev::after,
  #main_slider .swiper-button-next::after {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #main_slider .swiper-button-prev::after,
  #main_slider .swiper-button-next::after {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  #main_slider .swiper-button-prev::after,
  #main_slider .swiper-button-next::after {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  #main_slider .swiper-button-prev::after,
  #main_slider .swiper-button-next::after {
    font-size: 64px;
  }
}
#main_slider .swiper-button-prev {
  left: 15px !important;
}
@media (min-width: 1400px) {
  #main_slider .swiper-button-prev {
    left: 125px !important;
  }
}
#main_slider .swiper-button-next {
  right: 15px !important;
}
@media (min-width: 1400px) {
  #main_slider .swiper-button-next {
    right: 125px !important;
  }
}
#main_slider img {
  aspect-ratio: 16/9;
  min-height: 300px;
  height: 100%;
  width: 100vw;
  max-height: calc(100vh - 110px);
}
@media (min-width: 1200px) {
  #main_slider img {
    aspect-ratio: auto;
  }
}
#main_slider .swiper-pagination {
  display: none;
  bottom: 70px;
}
@media (min-width: 992px) {
  #main_slider .swiper-pagination {
    display: block;
  }
}
#main_slider .swiper-pagination .custom-bullet {
  display: inline-block;
  width: 50px; /* ширина прямоугольника */
  height: 4px; /* высота */
  margin: 0 8px;
  opacity: 1;
  background: #ececec; /* цвет неактивного */
  border-radius: 0px; /* можно убрать для "чистого" прямоугольника */
  transition: height 0.3s;
}
#main_slider .swiper-pagination .swiper-pagination-bullet-active.custom-bullet {
  background: #009846; /* цвет активного */
  height: 8px;
}

.swiper-slide-abs-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-content: center;
  background-color: rgba(72, 67, 73, 0.5);
}
.swiper-slide-abs-container .container {
  width: 85vw;
}
@media (min-width: 1200px) {
  .swiper-slide-abs-container .container {
    width: 1170px;
  }
}

.swiper-slide-flex-content {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.swiper-slide-flex-content span {
  font-family: "Open SansB";
  font-size: 18px;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content span {
    font-size: 26.4px;
  }
}
@media (min-width: 768px) {
  .swiper-slide-flex-content span {
    font-size: 34.8px;
  }
}
@media (min-width: 992px) {
  .swiper-slide-flex-content span {
    font-size: 43.2px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content span {
    font-size: 51.6px;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-flex-content span {
    font-size: 60px;
  }
}

.swiper-slide-flex-content h3 {
  text-align: start;
  font-family: "Open SansB";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content h3 {
    font-size: 18.4px;
  }
}
@media (min-width: 768px) {
  .swiper-slide-flex-content h3 {
    font-size: 22.8px;
  }
}
@media (min-width: 992px) {
  .swiper-slide-flex-content h3 {
    font-size: 27.2px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content h3 {
    font-size: 31.6px;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-flex-content h3 {
    font-size: 36px;
  }
}
.swiper-slide-flex-content .bottom-row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content .bottom-row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.swiper-slide-flex-content .bottom-row h4 {
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  text-align: end;
  font-size: 12px;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content .bottom-row h4 {
    font-size: 14.4px;
  }
}
@media (min-width: 768px) {
  .swiper-slide-flex-content .bottom-row h4 {
    font-size: 16.8px;
  }
}
@media (min-width: 992px) {
  .swiper-slide-flex-content .bottom-row h4 {
    font-size: 19.2px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content .bottom-row h4 {
    font-size: 21.6px;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-flex-content .bottom-row h4 {
    font-size: 24px;
  }
}

.swiper-slide-flex-content ul,
.swiper-slide-flex-content p {
  margin: 20px 0;
  width: 60%;
}
@media (min-width: 992px) {
  .swiper-slide-flex-content ul,
  .swiper-slide-flex-content p {
    margin: 30px 0;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content ul,
  .swiper-slide-flex-content p {
    margin: 36px 0 70px 0;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-slide-flex-content ul,
  .swiper-slide-flex-content p {
    width: 100%;
  }
}

.swiper-slide-flex-content p {
  font-family: "Open SansSB";
  font-size: 12px;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content p {
    font-size: 13.2px;
  }
}
@media (min-width: 768px) {
  .swiper-slide-flex-content p {
    font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  .swiper-slide-flex-content p {
    font-size: 15.6px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content p {
    font-size: 16.8px;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-flex-content p {
    font-size: 18px;
  }
}

.swiper-slide-flex-content ul li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-family: "Open SansSB";
  font-size: 12px;
}
@media (min-width: 576px) {
  .swiper-slide-flex-content ul li {
    font-size: 13.2px;
  }
}
@media (min-width: 768px) {
  .swiper-slide-flex-content ul li {
    font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  .swiper-slide-flex-content ul li {
    font-size: 15.6px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide-flex-content ul li {
    font-size: 16.8px;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-flex-content ul li {
    font-size: 18px;
  }
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.check-list li:before {
  content: "";
  position: absolute;
  background-color: #009846;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
}

.modal .modal__block .contract-slider {
  /* При наведении */
}
.modal .modal__block .contract-slider .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 0 70px 0 50px;
}
.modal .modal__block .contract-slider .swiper-slide span {
  color: #fff6d9;
  font-size: 112px;
  font-family: "Open SansEB";
  line-height: 1;
}
.modal .modal__block .contract-slider .swiper-slide .right {
  padding: 0 30px 0 45px;
}
.modal .modal__block .contract-slider .swiper-slide .right h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.modal .modal__block .contract-slider .slick-arrow {
  width: 18px;
  height: 30px;
  z-index: 1;
}
.modal .modal__block .contract-slider .swiper-button-next,
.modal .modal__block .contract-slider .swiper-button-prev {
  color: #49444a;
}
.modal .modal__block .contract-slider .swiper-button-next:hover,
.modal .modal__block .contract-slider .swiper-button-prev:hover {
  color: #49444a;
}

.modal .modal__block .contract-slider .modal .modal__block .contract-slider .slick-arrow:before {
  display: none;
}

.modal .modal__block .contract-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
}

.modal .modal__block .contract-slider .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.modal .modal__block .contract-slider .slick-next {
  right: 0;
}

.contract {
  padding: 115px 0 110px 0;
}
.contract h2 {
  margin-bottom: 10px;
  text-align: left;
}
.contract p {
  font-size: 30px;
  font-family: "Open SansSB";
  margin: 0;
}
.contract .contract-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contract .contract-list .contract_block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 33.3%;
  padding: 30px 2px 30px 15px;
}
.contract .contract-list .contract_block .left {
  margin-left: 28px;
  position: relative;
}
.contract .contract-list .contract_block h3 {
  font-size: 18px;
  font-family: "Open SansSB";
  padding: 13px 0 20px 0;
}
.contract .contract-list .contract_block .btn {
  border: none;
  color: #009846;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open SansSB";
  border-bottom: 1px solid #009846;
  position: absolute;
  padding: 3px 15px 3px 0;
  background: 0 0;
  bottom: 0;
  left: 0;
}
.contract .contract-list .contract_block .btn:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: FontAwesome;
}
.contract .contract-list .contract_block span {
  color: #fff6d9;
  font-size: 112px;
  font-family: "Open SansEB";
  line-height: 1;
}
.contract .contract-list .contract_block:hover {
  background-color: #009846;
}
.contract .contract-list .contract_block:hover h3 {
  color: #fff;
}
.contract .contract-list .contract_block:hover .btn {
  color: #ffd23f;
  border-bottom: 1px solid #ffd23f;
}
.contract .contract-list .contract_block:hover span {
  color: #4db77e;
}

@media screen and (max-width: 1240px) {
  .contract p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .contract {
    padding: 80px 0;
  }
  .contract p {
    font-size: 24px;
  }
  .contract .contract-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .contract {
    padding: 60px 0;
  }
}
@media screen and (max-width: 920px) {
  .contract {
    padding: 40px 0;
  }
  .contract p {
    font-size: 22px;
  }
  .contract .contract-list .contract_block {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .contract {
    padding: 30px 0;
  }
  .contract P {
    font-size: 20px;
  }
  .contract .contract-list .contract_block h3 {
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .contract .contract-list .contract_block span {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .contract p {
    font-size: 16px;
  }
  .contract .contract-list .contract_block {
    width: 100%;
    padding: 15px 2px 15px 15px;
  }
  .contract .contract-list .contract_block .btn {
    font-size: 14px;
  }
  .contract .contract-list .contract_block span {
    font-size: 60px;
  }
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about .left {
  width: 50%;
  position: relative;
}

.about .left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about .left .about-img {
  width: 355px;
  height: 450px;
  border: 8px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
}

.about .right {
  background-color: #f6f5f6;
  width: 50%;
  padding: 70px 324px 70px 180px;
}

.about .right h1 {
  text-align: left;
}

.about .right .btn {
  border: none;
  color: #009846;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open SansSB";
  border-bottom: 1px solid #009846;
  position: relative;
  padding: 3px 15px 3px 0;
  margin: 20px 0 0 0;
  background: 0 0;
}

.about .right .btn:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: FontAwesome;
}

.about .right .btn:hover {
  background-color: transparent;
  color: #ffd23f;
  border-bottom: 1px solid #ffd23f;
}

@media screen and (max-width: 1660px) {
  .about .right {
    padding: 70px 150px 70px 150px;
  }
}
@media screen and (max-width: 1320px) {
  .about .right {
    padding: 70px 90px 70px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .about .right {
    padding: 40px 15px 40px 104px;
  }
}
@media screen and (max-width: 840px) {
  .about {
    display: block;
  }
  .about .left {
    width: 100%;
    height: 300px;
    padding: 0 15px;
  }
  .about .left .about-img {
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .about .right {
    width: 100%;
    padding: 30px 15px;
  }
  .about .right .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .about .left {
    width: 100%;
    height: 300px;
  }
  .about .left .about-img {
    width: 200px;
  }
}
.services {
  padding: 120px 0;
}
.services .services-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.services .services-list .services_block {
  display: block;
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  position: relative;
  border: 8px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
  height: 360px;
}
.services .services-list .services_block:hover {
  border: 8px solid #009846;
}
.services .services-list .services_block:hover .text {
  opacity: 1;
}
.services .services-list .services_block:hover > h3 {
  opacity: 0;
}
.services .services-list .services_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.services .services-list .services_block.long {
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
}
.services .services-list .services_block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.services .services-list .services_block h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  font-size: 20px;
  font-family: "Open SansB";
  z-index: 1;
  text-align: center;
}
.services .services-list .services_block .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 1;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services .services-list .services_block .text h3 {
  margin-bottom: 20px;
}
.services .services-list .services_block .text .btn {
  background-color: #ffd23f;
  font-size: 16px;
  font-family: "Open SansSB";
  text-transform: uppercase;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services .services-list .services_block.goCatalog {
  background-color: #009846;
  border: 8px solid #fff;
}
.services .services-list .services_block.goCatalog:after {
  display: none;
}
.services .services-list .services_block.goCatalog:hover h3 {
  opacity: 1;
}
.services .services-list .services_block.goCatalog span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  background: url("../img/next.787ba2329352.png") no-repeat center center;
  background-size: contain;
  left: 40%;
}
.services .services-list .services_block.goCatalog span:nth-of-type(1) {
  opacity: 0.5;
}
.services .services-list .services_block.goCatalog span:nth-of-type(2) {
  opacity: 0.8;
  margin-left: 20px;
}
.services .services-list .services_block.goCatalog span:nth-of-type(3) {
  margin-left: 40px;
}

@media screen and (max-width: 1200px) {
  .services {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
  .services {
    padding: 60px 0;
  }
}
@media screen and (max-width: 990px) {
  .services {
    padding: 45px 0;
  }
}
@media screen and (max-width: 830px) {
  .services .services-list .services_block {
    height: 300px;
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px);
  }
  .services .services-list .services_block .text {
    opacity: 1;
  }
  .services .services-list .services_block .text h3 {
    opacity: 1;
    font-size: 18px;
  }
  .services .services-list .services_block .text .btn {
    padding: 7px 20px;
    font-size: 14px;
  }
  .services .services-list .services_block h3 {
    opacity: 0;
  }
  .services .services-list .services_block:last-child h3 {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding: 25px 0;
  }
  .services .services-list .services_block {
    height: 260px;
  }
  .services .services-list .services_block .text h3 {
    font-size: 18px;
  }
  .services .services-list .services_block .text .btn {
    padding: 7px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .services .services-list .services_block {
    width: 100%;
  }
  .services .services-list .services_block.long {
    width: 100%;
  }
}
.cert-swiper-slide-pre {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 10px;
  background-color: #fff;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#cert-swiper-slider-post .swiper-button-prev {
  left: 0px !important;
}
#cert-swiper-slider-post .swiper-button-next {
  right: 0px !important;
}
#cert-swiper-slider-post .swiper-button-next,
#cert-swiper-slider-post .swiper-button-prev {
  color: #49444a;
}
#cert-swiper-slider-post .swiper-button-next::after,
#cert-swiper-slider-post .swiper-button-prev::after {
  font-size: 30px;
}

.cert-swiper-slide-post--content {
  display: flex;
  justify-content: space-between;
  padding: 0 70px 0 50px;
}
.cert-swiper-slide-post--text {
  display: flex;
  flex-direction: column;
}

.certificates {
  padding: 70px 0;
  background-color: #f6f5f6;
}

.certificates h2 {
  text-align: center;
}

.certificates p {
  font-size: 24px;
  font-family: "Open SansSB";
  text-align: center;
  margin-bottom: 50px;
}

.certificates p span {
  color: #009846;
  font-family: "Open SansB";
  text-transform: uppercase;
}

.swiper-slide--content {
  display: flex;
  padding: 0 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .swiper-slide--content {
    padding: 0 7px 0 30px;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .swiper-slide--content {
    padding: 0 7px 0 30px;
  }
}
.swiper-slide--text {
  padding: 0 30px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .swiper-slide--text {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .swiper-slide--text {
    margin: 15px 0 0 0;
    height: 300px;
    overflow: auto;
  }
}

.slider-img {
  height: 360px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .slider-img {
    width: auto;
    height: auto;
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cert-img {
  width: 145px;
  height: 136px;
  margin-bottom: 35px;
}

.cert-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cert--text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cert--text h5 {
  font-size: 16px;
  font-family: "Open SansR";
  text-align: center;
  margin-bottom: 20px;
}

.cert--text .btn {
  padding: 8px 28px;
  margin: 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .certificates {
    padding: 60px 0;
  }
  .certificates p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .certificates {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .certificates {
    padding: 30px 0;
  }
  .certificates p {
    font-size: 20px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .certificates {
    padding: 20px 0;
  }
  .certificates p {
    font-size: 18px;
  }
  .certificates .cert-list .cert_block {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .certificates .cert-list-inside .cert_block {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .certificates .cert-list-inside .cert_block .cert-img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .certificates .cert-list-inside .cert_block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .certificates p {
    font-size: 16px;
  }
  .certificates .cert-list .cert_block {
    width: 100%;
  }
}
#materials_swiper_slider .swiper-button-prev {
  left: 150px !important;
}
#materials_swiper_slider .swiper-button-next {
  right: 150px !important;
}
#materials_swiper_slider .swiper-button-next,
#materials_swiper_slider .swiper-button-prev {
  color: #49444a;
}
#materials_swiper_slider .swiper-button-next::after,
#materials_swiper_slider .swiper-button-prev::after {
  font-size: 30px;
}
#materials_swiper_slider .swiper-button-prev::after,
#materials_swiper_slider .swiper-button-next::after {
  display: none !important;
}
@media (min-width: 1200px) {
  #materials_swiper_slider .swiper-button-prev::after,
  #materials_swiper_slider .swiper-button-next::after {
    display: block !important;
  }
}

.materials_swiper_slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ececec;
  -webkit-transition: 0.3s;
  transition: opacity 0.25s ease;
  transition: 0.3s;
  opacity: 1;
  height: auto;
}
.materials_swiper_slide:hover {
  border: 1px solid #009846;
}
.materials_swiper_slide:hover .cat--text {
  background-color: #009846;
}
.materials_swiper_slide:hover .cat--text h3 {
  color: #fff;
}
.materials_swiper_slide.is-dimmed {
  opacity: 0.3;
  pointer-events: none;
}

.cat {
  padding: 110px 0;
}

.cat .cat-slider .slick-list {
  padding: 0 360px !important;
}

.cat .cat-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cat .cat-slider .slick-slide {
  margin: 0 15px;
  border: 1px solid #ececec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.cat .cat-slider .slick-slide.slick-active {
  opacity: 1;
}

.cat .cat-slider .slick-slide:hover {
  border: 1px solid #009846;
}

.cat .cat-slider .slick-slide:hover .cat--text {
  background-color: #009846;
}

.cat .cat-slider .slick-slide:hover .cat--text h3 {
  color: #fff;
}

.cat .cat-slider .slick-arrow {
  width: 18px;
  height: 30px;
}

.cat .cat-slider .slick-arrow:before {
  display: none;
}

.cat .cat-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
}

.cat .cat-slider .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 160px;
}

.cat .cat-slider .slick-next {
  right: 160px;
}

.cat .cat-img {
  height: 285px;
  padding: 30px;
}

.cat .cat-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.cat .cat--text {
  background-color: #ececec;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-wrap: wrap;
}

.cat .cat--text h3,
.cat .cat--text h1 {
  text-align: center;
  font-size: 18px;
  font-family: "Open SansSB";
  margin-bottom: 0;
}

@media screen and (max-width: 1570px) {
  .cat .cat-slider .slick-list {
    padding: 0 280px !important;
  }
}
@media screen and (max-width: 1400px) {
  .cat .cat-slider .slick-list {
    padding: 0 200px !important;
  }
}
@media screen and (max-width: 1300px) {
  .cat .cat-slider .slick-prev {
    left: 30px;
  }
  .cat .cat-slider .slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cat {
    padding: 60px 0;
  }
  .cat .cat-slider .slick-list {
    padding: 0 150px !important;
  }
}
@media screen and (max-width: 1100px) {
  .cat {
    padding: 40px 0;
  }
}
@media screen and (max-width: 990px) {
  .cat {
    padding: 30px 0;
  }
}
@media screen and (max-width: 840px) {
  .cat .cat-slider .slick-list {
    padding: 0 0 !important;
  }
  .cat .cat-img {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .cat {
    padding: 20px 0;
  }
}
.news {
  padding: 0 0 120px 0;
}

.news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .news-list .news_block {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news .news-list .news_block .news-img {
  height: 240px;
}

.news .news-list .news_block .news-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news .news-list .news_block .news--text {
  background-color: #ececec;
  padding: 30px 35px;
  border-bottom: 1px solid #a0a0a0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news .news-list .news_block .news--text h3 {
  font-size: 20px;
  margin-bottom: 28px;
}

.news .news-list .news_block .news--text p {
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-list .news_block .date {
  padding: 30px 35px;
  background-color: #ececec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .news-list .news_block .date span {
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open SansSB";
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 3px 15px 3px 0;
  background: 0 0;
  opacity: 0;
}

.news .news-list .news_block .date span:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 5px;
  font-family: FontAwesome;
}

.news .news-list .news_block:hover .date,
.news .news-list .news_block:hover .news--text {
  background-color: #009846;
}

.news .news-list .news_block:hover .date h3,
.news .news-list .news_block:hover .news--text h3 {
  color: #fff;
}

.news .news-list .news_block:hover .date p,
.news .news-list .news_block:hover .news--text p {
  color: #cceada;
}

.news .news-list .news_block:hover .date span,
.news .news-list .news_block:hover .news--text span {
  opacity: 1;
}

.news .news-list .news_block:hover .news--text {
  border-bottom: 1px solid #cceada;
}

@media screen and (max-width: 1200px) {
  .news {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 1100px) {
  .news {
    padding: 0 0 40px 0;
  }
  .news .news-list .news_block .date {
    padding: 20px;
  }
  .news .news-list .news_block .news--text {
    padding: 20px;
  }
  .news .news-list .news_block .news--text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .news {
    padding: 0 0 30px 0;
  }
  .news .news-list .news_block .news--text h3 {
    font-size: 16px;
  }
  .news .news-list .news_block .date {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .news-list .news_block .date span {
    opacity: 1;
    color: #009846;
    border-bottom: 1px solid #009846;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 0 20px 0;
  }
  .news .news-list {
    display: block;
  }
  .news .news-list .news_block {
    width: 100%;
    margin: 10px 0;
  }
  .news .news-list .news_block .news-img {
    height: 200px;
  }
  .news .news-list .news_block .date span {
    font-size: 14px;
  }
}
.main_video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 40px;
}

.main_video p {
  width: 100%;
  margin-bottom: 40px;
  height: 500px;
}

.main_video p iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .main_video {
    display: block;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .main_video p {
    width: 100%;
    height: 194px;
  }
}

/*# sourceMappingURL=main.css.01a516af286f.map */
