.search-wr {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.search-wr .searchform {
  position: relative;
}

.search-wr .searchform .findtext {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #fff;
  height: 40px;
  padding: 5px 50px 5px 10px;
  color: #fff;
  outline: none;
}

.search-wr .searchform .findtext:focus {
  border-color: #0A6799;
}

.search-wr .searchform .fintbutton {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  text-indent: -9999px;
  color: transparent;
  border: none;
  outline: none;
  background: transparent url(../img/icon-search.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.search-wr .searchform .fintbutton:hover {
  background: transparent url(../img/icon-search-white.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.search-wr.open {
  top: 0;
}

.search-wr .right {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-wr .btn-search-close {
  width: 30px;
  height: 30px;
  background: transparent url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 22px 22px;
  cursor: pointer;
}

.header .logo-container {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .header .logo-container {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .header .logo-container img {
    max-height: 80px;
  }
}

.header .contacts-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .header .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header .contacts-container .phone,
.header .contacts-container .mobile,
.header .contacts-container .email {
  background-size: 22px 22px;
  padding: 10px 0 10px 30px;
  margin: 0 15px;
}

.header .contacts-container .phone a,
.header .contacts-container .mobile a,
.header .contacts-container .email a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {

  .header .contacts-container .phone a,
  .header .contacts-container .mobile a,
  .header .contacts-container .email a {
    font-size: 15px;
  }
}

.phone {
  background: transparent url(../img/icon-phone.svg) 0 50% no-repeat;
}

.mobile {
  background: transparent url(../img/icon-mobile.svg) 0 50% no-repeat;
}

.email {
  background: transparent url(../img/envelope.svg) 0 50% no-repeat;
  background-size: 20px;
}

.contacts .phone, .contacts .mobile, .contacts .email {
  padding-left: 30px;
}
.header .contacts-container .email a {
  font-size: 16px;
  line-height: 15px;
  text-transform: none;
}

.header .search-btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .header .search-btn-container {
    display: none;
  }
}

.header .search-btn-container .btn-search {
  width: 30px;
  height: 30px;
  background: transparent url(../img/icon-search.svg) 50% 50% no-repeat;
  background-size: 21px 21px;
  cursor: pointer;
}

.header .search-btn-container .btn-search:hover {
  background: transparent url(../img/icon-search-white.svg) 50% 50% no-repeat;
  background-size: 21px 21px;
}

.menu-wr.green {
  background: #0A6799;
}

@media (max-width: 767px) {
  .menu-wr {
    min-height: 70px;
	background: #0A6799;
    margin-bottom: -1px;
  }
}

.menu-wr .burger-menu {
  display: none;
  position: absolute;
  float: right;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

.menu-wr .burger-menu span {
  position: absolute;
  width: 50px;
  height: 4px;
  background: #fff;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-wr .burger-menu span:nth-child(2) {
  top: 18px;
}

.menu-wr .burger-menu span:nth-child(3) {
  top: 36px;
}

.menu-wr .burger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

.menu-wr .burger-menu.active span:nth-child(2) {
  right: 50%;
  width: 0;
}

.menu-wr .burger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

@media (max-width: 767px) {
  .menu-wr .burger-menu {
    display: block;
  }
}

.menu-wr .pro-menu {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .menu-wr .pro-menu {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .menu-wr .pro-menu {
    text-align: center;
    padding: 70px 0;
    background: #0A6799;
    margin: 0 -15px;
    display: none;
  }
}

.menu-wr .pro-menu li {
  display: inline-block;
}

@media (max-width: 767px) {
  .menu-wr .pro-menu li {
    display: block;
  }
}

.menu-wr .pro-menu li:hover a,
.menu-wr .pro-menu li.current-menu-item a {
  color: #3D9ACC;
}

.menu-wr .pro-menu li:last-child a {
  padding-right: 0;
}

@media (max-width: 767px) {
  .menu-wr .pro-menu li:last-child a {
    padding-right: 15px;
  }
}

.menu-wr .pro-menu li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 15px;
}

.header-main {
  background-size: cover;
}

@media (max-width: 767px) {
  .header-main .header-slider {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.header-main .header-slider .slide {
  color: #fff;
}

.header-main .header-slider .slick-prev,
.header-main .header-slider .slick-next {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  text-indent: -9999px;
  border: 1px solid white;
  border-radius: 50%;
}
.header-main .header-slider .slick-prev:hover,
.header-main .header-slider .slick-next:hover {
	border-color: #F1B003;
}
.header-main .header-slider .slick-prev:after,
.header-main .header-slider .slick-next:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 18px;
  transition: all .3s;
  left: 15px;
}

.header-main .header-slider .slick-prev:hover:after,
.header-main .header-slider .slick-next:hover:after {
  border-color: #F1B003;
}

.header-main .header-slider .slick-prev.slick-prev,
.header-main .header-slider .slick-next.slick-prev {
  left: 20px;
}

.header-main .header-slider .slick-prev.slick-prev:after,
.header-main .header-slider .slick-next.slick-prev:after {
  transform: rotate(-45deg);
  left: calc(50% - 7px);
}

.header-main .header-slider .slick-prev.slick-next,
.header-main .header-slider .slick-next.slick-next {
  right: -80px;
}

.header-main .header-slider .slick-prev.slick-next:after,
.header-main .header-slider .slick-next.slick-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: calc(50% - 14px);
}

.categories-main-container {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .categories-main-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.categories-main-container .item-cat {
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease-in-out;
  border-radius: 8px;
  transform: scale(0.95);
}
/*
@media (max-width: 991px) {
  .categories-main-container .item-cat {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .categories-main-container .item-cat {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
*/
.categories-main-container .item-cat>* {
  position: relative;
  z-index: 2;
}

.categories-main-container .item-cat .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 15px;
}

.categories-main-container .item-cat .title {
  display: block;
  color: #034263;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.categories-main-container .item-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-main-container .item-cat ul li {
  display: block;
}

.categories-main-container .item ul li a {
  display: block;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  padding: 4px 0;
}

.categories-main-container .item-cat ul li a:hover,
.categories-main-container .item-cat .title:hover {
  color: #3D9ACC;
}

.about-wr {
  background: transparent url(../img/bg-about.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .about-wr {
    background: #034263;
  }
}

@media (max-width: 767px) {
  .about-wr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about-wr .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.about-wr .left .title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-wr .right {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .about-wr .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.about-wr .right .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;

}

@media (max-width: 991px) {
  .about-wr .right .title {
    font-size: 24px;
    line-height: 40px;
  }
}

.about-wr .right .subtitle {
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 991px) {
  .about-wr .right .subtitle {
    font-size: 30px;
    line-height: 30px;
  }
}

.news-wr {
  padding: 0 15px;
}

.news-wr .item {
  height: 350px;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 1199px) {
  .news-wr .item {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .news-wr .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .news-wr .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news-wr .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.news-wr .item>* {
  position: relative;
  z-index: 2;
}

.news-wr .item .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.news-wr .item .date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

.news-wr .item .btn {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-font-smoothing: antialiased;
}

.news-wr .item:hover .btn {
  opacity: 1;
}

.footer-wr {
  background: #034263;
  padding-top: 80px;
  padding-bottom: 40px;
  color: white;
}
.footer-wr h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer-wr {
    padding-top: 40px;
  }
}


.footer-wr .footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .footer-wr .footer-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-wr .footer-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer-wr .footer-title .title {
  color: #005d63;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .footer-wr .footer-title .title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer-wr .footer-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wr .footer-title ul li {
  display: block;
}

.footer-wr .footer-title ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 0;
}

.footer-wr .footer-title .contacts {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-wr .webber-container {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-wr .webber-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}

.footer-wr .webber-container img {
  width: 100px;
  height: 45px;
}

.catalog-page-container {
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .catalog-menu-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.catalog-menu-container .catalog-title {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .catalog-menu-container .catalog-title {
    text-align: center;
  }
}

.catalog-menu-container .catalog-menu-btn {
  display: none;
}

@media (max-width: 991px) {
  .catalog-menu-container .catalog-menu-btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .catalog-menu-container .pro-vmenu {
    display: none;
  }

  .catalog-menu-container .pro-vmenu.open {
    display: block;
  }
}

.catalog-content-container {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .catalog-content-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.catalog-content-container .catalog-title {
  color: #4c4c4c;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .catalog-content-container .catalog-title {
    text-align: center;
    margin-bottom: 10px;
  }
}

.catalog-content-container.single-product-container:after {
  display: none;
}

.catalog-content-container .item {
  padding: 40px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transform: scale(0.95);
}
.catalog-content-container .item:hover a {
  color: #3D9ACC;
  transition: all .3s;
}

@media (max-width: 991px) {
  .catalog-content-container .item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .catalog-content-container .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.catalog-content-container .item>* {
  position: relative;
  z-index: 2;
}

.catalog-content-container .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 15px;
}

.catalog-content-container .item .title {
  display: block;
  color: #225773;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .catalog-content-container .item .title {
    text-align: center;
  }
}

.catalog-content-container .item .desc2 {
  font-size: 14px;
  line-height: 16px;
}

.catalog-content-container .text {
  max-width: 100%;
  overflow: auto;
}

.catalog-content-container .cat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .catalog-content-container .cat-item {
    flex-direction: column;
  }
}

.catalog-content-container .cat-item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  margin-right: 30px;
}

@media (max-width: 767px) {

	.footer-wr p, .footer-wr ul {
		margin-bottom: 5px;
	}
	.footer-wr .col-12, .about-wr .left {
		margin-bottom: 20px;
	}
	
}

.catalog-content-container .cat-item .title {
  color: #0A6799;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.catalog-content-container .cat-item .desc {
  color: #303030;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

.news-wr .title {
  color: #4c4c4c;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-wr .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .page-container .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.page-container .title {
  color: #4c4c4c;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}

.contacts-form {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .contacts-form .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.contacts-form .title {
  color: #4c4c4c;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}