body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
  min-width: 300px;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Open Sans';
  font-size: 16px;
}
body h1 {
  font-size: 35px;
  text-transform: uppercase;
}
body h2 {
  font-size: 30px;
  text-transform: uppercase;
}
body h3 {
  font-size: 25px;
  text-transform: uppercase;
}
body h4 {
  font-size: 20px;
  text-transform: uppercase;
}
body a {
  text-decoration: none;
  transition: 0.3s;
  color: #343434;
}
ul.list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
ul.list li::before {
  position: absolute;
  content: '';
  /*    background: url(../img/list_check.png) no-repeat;*/
  background: #333;
  width: 11px;
  height: 11px;
  left: 0;
  top: 4px;
  border-radius: 100%;
}
body img {
  max-width: 100%;
}
.img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex.al_center {
  align-items: center;
}
.center {
  text-align: center;
}
/********************************************************/
header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
.header_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 00px;
}
.header_menu ul {
  display: flex;
  justify-content: space-between;
}
.header_menu ul li a {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
/********************************************************/
.navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 0;
  font-size: 18px;
}
.navigation ul li {
  color: #8a8a8a;
  padding: 5px;
}
.navigation ul li:first-child {
  padding-left: 0px;
}
.navigation ul li a {
  color: #8a8a8a;
  text-decoration: none;
  transition: 0.2s;
}
.navigation ul li a:hover {
  text-decoration: underline;
  color: #ffb617;
}
.navigation ul li p {
  color: #8a8a8a;
}
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
/********************************************************/
.back-top {
  position: fixed;
  bottom: 50px;
  right: 5%;
  z-index: 9999;
  background: url(../img/back.svg) no-repeat 0px;
  background-size: 100%;
  display: block;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: 0.5s;
  fill: #ff0000;
  pointer-events: none;
}
.back-top.active {
  opacity: 0.8;
  cursor: pointer;
  pointer-events: all;
}
.back-top.active:hover {
  opacity: 1;
}
/********************************************************/
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
}
.nonebox,
.big1,
.big2,
.big3 {
  position: fixed;
  top: -350px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  width: 90%;
  max-width: 420px;
  height: auto;
  z-index: 99999;
  text-align: center;
  border-radius: 5px;
  background-color: #e1c83b;
  padding: 25px;
  font-family: 'Open Sans';
  box-sizing: border-box;
}
.nonebox input[type="text"],
.big1 input[type="text"],
.big2 input[type="text"],
.big3 input[type="text"] {
  min-width: 200px;
  width: 100%;
  background: transparent;
}
.nonebox input[type="text"]::placeholder,
.big1 input[type="text"]::placeholder,
.big2 input[type="text"]::placeholder,
.big3 input[type="text"]::placeholder {
  color: #13313a;
}
.nonebox .button,
.big1 .button,
.big2 .button,
.big3 .button {
  background-color: #13313a;
  border: 2px solid transparent;
}
.nonebox .button:hover,
.big1 .button:hover,
.big2 .button:hover,
.big3 .button:hover {
  background: transparent;
  border: 2px solid #13313a;
  color: #13313a;
}
.big1,
.big2,
.big3 {
  max-width: 550px;
  background: transparent;
}
.box-close {
  width: 18px;
  height: 18px;
  background: url('../img/close.png') no-repeat center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 9px;
  right: 9px;
}
.nonebox .button {
  margin: 10px auto;
}
/********************************************************/
.button {
  width: 100%;
  max-width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: #4b4b4b;
  margin: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
  color: #fff;
  -webkit-appearance: none;
}
.button:hover {
  background-color: #838289;
}
/********************************************************/
input[type='text'] {
  max-width: 370px;
  width: 100%;
  min-width: 250px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #4b4b4b;
  background-color: #fff;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 0 15px;
  outline: none;
  color: #4b4b4b;
  font-size: 16px;
}
input[type='text']:focus {
  border: 1px solid #4b4b4b;
}
input[type='text']::placeholder {
  color: #4b4b4b;
}
header {
  background: url(../img/header.png) no-repeat center top;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  padding-top: 15px;
  height: 127px;
}
header .container .header_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
header .container .header_menu .top a {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 26px;
  background: url(../img/phone.png) no-repeat left center;
}
header .container .header_menu .top select {
  margin-left: 72px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  outline: none;
}
header .container .header_menu .top select option {
  padding-left: 20px !important;
  color: #000000;
}
header .container .header_menu .bottom {
  position: relative;
  width: 100%;
  padding-left: 67px;
  display: flex;
  justify-content: space-between;
}
header .container .header_menu .bottom ul {
  max-width: 820px;
  padding-left: 90px;
  width: 100%;
  align-items: center;
}
header .container .header_menu .bottom ul li a {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 40px;
  background: url(../img/yhr.png) no-repeat right center;
}
header .container .header_menu .bottom ul li a:hover {
  color: #8a8a8a;
}
header .container .header_menu .bottom ul li:last-of-type a {
  background: none;
}
header .container .header_menu .bottom .search {
  width: 72px;
  height: 59px;
  background-color: #e1c83b;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
header .container .header_menu .bottom .search .hidden {
  position: absolute;
  top: 0px;
  background: #fff;
  width: 72px;
  height: 59px;
  left: 972px;
  cursor: pointer;
}
header .container .header_menu .bottom .search input {
  z-index: 0;
  opacity: 0;
  padding: 0 10px;
  height: 34px;
  position: absolute;
  top: 59px;
  left: 831px;
  outline: none;
  border: 2px solid #e1c83b;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s;
}
header .container .header_menu .bottom .search .active {
  opacity: 1;
  z-index: 999;
}
.div_1 {
  padding-bottom: 81px;
  padding-top: 54px;
}
.div_1 .slick-slider {
  display: block !important;
}
.div_1 .review_slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.div_1 .review_slider .slick-list {
  position: initial;
}
.div_1 .review_slider .slick-track {
  position: initial;
  display: flex;
  justify-content: center;
}
.div_1 .review_slider .slick {
  width: 100%;
  position: relative;
}
.div_1 .review_slider .slick .abs {
  position: absolute;
  max-width: 860px;
  width: 100%;
  height: 358px;
  z-index: 1;
  right: 0;
  top: 130px;
  display: block !important;
}
.div_1 .review_slider .slick .content {
  padding-left: 115px;
  max-width: 1376px;
  display: flex !important;
  margin: 0 auto;
}
.div_1 .review_slider .slick .content .left {
  position: relative;
  z-index: 9;
  max-width: 509px;
  width: 100%;
  padding-top: 58px;
}
.div_1 .review_slider .slick .content .left img {
  padding-bottom: 22px;
}
.div_1 .review_slider .slick .content .left h1 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 54px;
  font-weight: 900;
  line-height: 67px;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.div_1 .review_slider .slick .content .left p {
  color: #202020;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 26px;
}
.div_1 .review_slider .slick .content .left .button {
  max-width: 269px;
  width: 100%;
  height: 57px;
  background-color: #e1c83b;
}
.div_1 .review_slider .slick .content .left .button a {
  padding-left: 40px !important;
  text-align: left;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding: 22px 0 20px 0;
  background: url(../img/r.png) no-repeat 214px center;
}
.div_1 .review_slider .slick .content .left .button:hover {
  background-color: #13313a;
}
.div_1 .review_slider .slick .content .right {
  position: relative;
  z-index: 9;
  background: url(../img/dotted.png) no-repeat 31px 329px;
}
.div_2 {
  padding-bottom: 80px;
  background: url(../img/background2.png) no-repeat center top;
  background-size: cover;
}
.div_2 .container {
  max-width: 1236px;
  width: 100%;
}
.div_2 .container .title {
  padding-top: 83px;
  padding-bottom: 96px;
}
.div_2 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat center top;
  padding-top: 26px;
  text-align: center;
}
.div_2 .container .review_slider2 .slick-dots {
  display: none !important;
}
.div_2 .container .review_slider2 .slick-prev {
  top: 163px;
  left: -87px;
  background: url(../img/left.png) no-repeat center;
  background-size: contain;
}
.div_2 .container .review_slider2 .slick-next {
  top: 163px;
  right: -87px;
  background: url(../img/right2.png) no-repeat center;
  background-size: contain;
}
.div_2 .container .review_slider2 .slick-track {
  display: flex;
  justify-content: space-between;
}
.div_2 .container .review_slider2 .slick {
  padding: 10px;
  padding-bottom: 20px;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: 0.4s;
}
.div_2 .container .review_slider2 .slick .wr {
  transition: 0.4s;
  position: relative;
  z-index: 9;
}
.div_2 .container .review_slider2 .slick .wrap {
  opacity: 0;
  position: absolute;
  width: 90%;
  transition: 0.4s;
}
.div_2 .container .review_slider2 .slick .top {
  z-index: 99;
  height: 271px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.div_2 .container .review_slider2 .slick .top .new {
  left: 10px;
  top: 10px;
  position: absolute;
  width: auto;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background-color: #34a949;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_2 .container .review_slider2 .slick .top .new p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_2 .container .review_slider2 .slick .top .hit {
  left: 10px;
  top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 30px;
  border-radius: 15px;
  background-color: #f98e3c;
}
.div_2 .container .review_slider2 .slick .top .hit p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_2 .container .review_slider2 .slick .bottom {
  background-color: #1a3a44;
  padding: 42px 32px 31px 28px;
  position: relative;
}
.div_2 .container .review_slider2 .slick .bottom .yel {
  position: absolute;
  left: 38px;
  top: -17px;
  z-index: 99;
}
.div_2 .container .review_slider2 .slick .bottom p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 28px;
}
.div_2 .container .review_slider2 .slick .bottom ul li {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  padding-left: 24px;
  background: url(../img/ellips.png) no-repeat left 7px;
}
.div_2 .container .review_slider2 .slick:hover .wrap {
  z-index: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.div_2 .container .review_slider2 .slick:hover .wr {
  box-shadow: -1px 2px 14px 0px rgba(0, 0, 0, 0.49);
}
.div_3 {
  position: relative;
  z-index: 99;
  background-size: contain;
}
.div_3 .wt {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
}
.div_3 .container {
  max-width: 1521px;
  margin: 0 !important;
  margin-left: auto !important;
  display: flex;
  justify-content: space-between;
}
.div_3 .container .title {
  padding-top: 125px;
  padding-bottom: 78px;
}
.div_3 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 26px;
  text-align: left;
}
.div_3 .container .text {
  max-width: 745px;
  width: 100%;
}
.div_3 .container .text p {
  color: #010101;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 33px;
}
.div_3 .container .wrap22 {
  display: flex;
}
.div_4 {
  background: url(../img/background4.png) no-repeat center top;
}
.div_4 .container {
  padding: 115px 0 119px;
}
.div_4 .container .title h2 {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 47px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
}
.div_4 .container .title h2 span {
  color: #e1c83b;
  font-weight: 600;
}
.div_5 {
  padding-top: 114px;
  padding-bottom: 305px;
  background: url(../img/dot.png) no-repeat 20px 437px;
}
.div_5 .container {
  position: relative;
  background: url(../img/center.png) no-repeat center top;
}
.div_5 .container .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.div_5 .container .cards .card {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 56px;
}
.div_5 .container .cards .card img {
  margin-bottom: 27px;
}
.div_5 .container .cards .card h4 {
  color: #000000;
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  padding-bottom: 18px;
}
.div_5 .container .cards .card p {
  max-width: 428px;
  width: 100%;
  color: #676767;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.div_5 .container .cards .card:nth-child(3),
.div_5 .container .cards .card:nth-child(4) {
  padding-top: 54px;
  padding-bottom: 0;
}
.div_5 .container .text {
  padding: 90px 174px 91px 176px;
  position: absolute;
  background: url(../img/bacy.png) no-repeat center -19px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 626px;
}
.div_5 .container .text p {
  max-width: 788px;
  width: 100%;
  color: #353535;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: italic;
  line-height: 35px;
  text-align: center;
}
.div_6 {
  background: url(../img/background6.png) no-repeat center top;
}
.div_6 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 110px;
}
.div_6 .container .left {
  padding-top: 26px;
}
.div_6 .container .left video {
  cursor: pointer;
  max-width: 568px;
  width: 100%;
  height: 500px;
}
.div_6 .container .right {
  max-width: 485px;
  width: 100%;
}
.div_6 .container .right .title {
  padding-bottom: 38px;
}
.div_6 .container .right .title h2 {
  max-width: 306px;
  width: 100%;
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 13px;
  text-align: left;
}
.div_6 .container .right .cards .card {
  padding: 21px 32px 22px 31px;
  background-color: #ffffff;
}
.div_6 .container .right .cards .card p:first-child {
  padding-left: 26px;
  background: url(../img/calen.png) no-repeat left center;
  color: rgba(0, 0, 0, 0.63);
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 12px;
}
.div_6 .container .right .cards .card h4 {
  font-family: "Montserrat";
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 12px;
  text-transform: none;
}
.div_6 .container .right .cards .card p {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
}
.div_6 .container .right .cards .card:first-child {
  margin-bottom: 27px;
}
.div_7 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.div_7 .container .links {
  align-self: flex-start;
  padding-top: 28px;
  padding-bottom: 55px;
}
.div_7 .container .links a {
  color: #bdbdbd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.div_7 .container .links a:last-of-type {
  color: #4d4d4d;
}
.div_7 .container .title {
  align-self: flex-start;
  padding-bottom: 67px;
}
.div_7 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 26px;
  text-align: left;
}
.div_7 .container .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.div_7 .container .cards .card {
  margin-bottom: 62px;
  max-width: 335px;
  width: 100%;
  border: 1px solid #c4c4c4;
}
.div_7 .container .cards .card .bottom {
  padding: 42px 43px 33px 37px;
}
.div_7 .container .cards .card .bottom p:first-of-type {
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 2px;
  background: url(../img/cale.png) no-repeat left top;
  color: rgba(0, 0, 0, 0.411);
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
}
.div_7 .container .cards .card .bottom h4 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.div_7 .container .cards .card .bottom p {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 25px;
}
.div_7 .container .cards .card .bottom .button {
  margin: 0;
  max-width: 255px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1c83b;
  background: transparent;
  transition: 0.4s;
}
.div_7 .container .cards .card .bottom .button a {
  color: #2e2e2e;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.div_7 .container .cards .card .bottom .button:hover {
  background-color: #e1c83b;
}
.div_7 .container .cards .card .bottom .button:hover a {
  color: #fff;
}
.div_7 .container .pagination {
  max-width: 104px;
  width: 100%;
  display: flex;
  padding-bottom: 64px;
}
.div_7 .container .pagination button:first-child {
  background: #13313a;
  color: #fff;
}
.div_7 .container .pagination button {
  width: 20px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.2s;
}
.div_7 .container .pagination button:hover {
  width: 20px;
  height: 24px;
  background-color: #13313a;
  color: #fff;
}
.div_8 {
  padding-bottom: 94px;
}
.div_8 .container .links {
  align-self: flex-start;
  padding-top: 28px;
  padding-bottom: 55px;
}
.div_8 .container .links a {
  color: #bdbdbd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.div_8 .container .links a:last-of-type {
  color: #4d4d4d;
}
.div_8 .container .card .top {
  display: flex;
  justify-content: space-between;
}
.div_8 .container .card .top .left {
  flex-basis: 34%;
  display: flex;
  flex-direction: column;
}
.div_8 .container .card .top .left .img {
  position: relative;
  width: 450px;
  height: 370px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.div_8 .container .card .top .left .img .new {
  width: auto;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background-color: #34a949;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 10px;
}
.div_8 .container .card .top .left .img .new p {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.div_8 .container .card .top .left .img video {
  outline: none;
  width: 450px;
  height: 370px;
  cursor: pointer;
}
.div_8 .container .card .top .left .img .none {
  display: none;
}
.div_8 .container .card .top .left .img .active {
  display: block;
}
.div_8 .container .card .top .left .review_slider3 {
  margin-top: 30px;
  align-self: center;
  max-width: 370px;
  width: 100%;
}
.div_8 .container .card .top .left .review_slider3 .slick-dots {
  display: none !important;
}
.div_8 .container .card .top .left .review_slider3 .slick-prev {
  left: -11%;
  background: url(../img/left3.png) no-repeat center;
  background-size: contain;
  width: 11px;
  height: 21px;
}
.div_8 .container .card .top .left .review_slider3 .slick-next {
  right: -11%;
  background: url(../img/right3.png) no-repeat center;
  background-size: contain;
  width: 11px;
  height: 21px;
}
.div_8 .container .card .top .left .review_slider3 .slick {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.div_8 .container .card .top .left .review_slider3 .slick .imgs {
  max-width: 113px;
  width: 100%;
  height: 95px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.div_8 .container .card .top .left .review_slider3 .slick .imgs video {
  cursor: pointer;
  width: 113px;
  height: max-content;
}
.div_8 .container .card .top .left .review_slider3 .slick .imgs .mobile {
  display: none;
}
.div_8 .container .card .top .left .review_slider3 .slick .imgs .r100 {
  display: none;
}
.div_8 .container .card .top .right {
  flex-basis: 66%;
  padding-left: 47px;
}
.div_8 .container .card .top .right h1 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.div_8 .container .card .top .right h3 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.div_8 .container .card .top .right p {
  color: rgba(0, 0, 0, 0.788);
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 25px;
}
.div_8 .container .card .top .right .entry-summary {
  margin: 0;
}
.div_8 .container .card .top .right .woocommerce-product-attributes {
  max-width: 580px;
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item {
  display: flex;
  justify-content: space-between;
}
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  display: flex;
  align-items: center;
  flex-basis: 55%;
  padding-left: 35px;
  border-right: 1px solid rgba(216, 216, 216, 0.575);
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
  display: flex;
  align-items: center;
  flex-basis: 45%;
  padding-left: 62px;
}
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  line-height: 10px;
  padding-bottom: 0;
}
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2),
.div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(4) {
  background-color: #f0f0f0;
}
.div_8 .container .card .top .right .table {
  max-width: 580px;
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.div_8 .container .card .top .right .table .tab {
  display: flex;
  justify-content: space-between;
}
.div_8 .container .card .top .right .table .tab .p:first-child {
  display: flex;
  align-items: center;
  flex-basis: 55%;
  padding-left: 35px;
  border-right: 1px solid rgba(216, 216, 216, 0.575);
}
.div_8 .container .card .top .right .table .tab .p:first-child p {
  padding: 0;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.div_8 .container .card .top .right .table .tab .p:last-child {
  display: flex;
  align-items: center;
  flex-basis: 45%;
  padding-left: 62px;
}
.div_8 .container .card .top .right .table .tab .p:last-child p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  line-height: 10px;
  padding-bottom: 0;
}
.div_8 .container .card .top .right .table .tab:nth-child(2),
.div_8 .container .card .top .right .table .tab:nth-child(4) {
  background-color: #f0f0f0;
}
.div_8 .container .card .top .right .buttons {
  display: flex;
  margin-top: 31px;
}
.div_8 .container .card .top .right .buttons .button:first-child {
  margin-right: 32px;
  max-width: 200px;
  width: 100%;
  height: 57px;
  background-color: #e1c83b;
  border: 1px solid transparent;
}
.div_8 .container .card .top .right .buttons .button:first-child a {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0;
  padding-left: 39px;
  background: url(../img/lok.png) no-repeat 149px 18px;
}
.div_8 .container .card .top .right .buttons .button:last-child {
  max-width: 200px;
  height: 57px;
  border: 1px solid #e1c83b;
  background: none;
}
.div_8 .container .card .top .right .buttons .button:last-child a {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0;
  padding-left: 44px;
  background: url(../img/next.png) no-repeat 144px 17px;
}
.div_8 .container .card .top .right .buttons .button:hover {
  background: #13313a;
  border-color: transparent;
}
.div_8 .container .card .top .right .buttons .button:hover a {
  color: #fff;
}
.div_8 .container .card .top .right .download {
  padding-top: 17px;
}
.div_8 .container .card .top .right .download a {
  padding: 15px 0;
  padding-left: 40px;
  background: url(../img/pdf.png) no-repeat left center;
  color: #13313a;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: underline;
  text-transform: uppercase;
}
.div_8 .container .card .centers {
  padding-bottom: 56px;
  padding-top: 72px;
  border-bottom: 1px solid #dddddd;
}
.div_8 .container .card .centers p {
  color: rgba(0, 0, 0, 0.795);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 25px;
}
.div_8 .container .card .centers h4 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.div_8 .container .card .centers ul li {
  color: rgba(0, 0, 0, 0.795);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 24px;
  background: url(../img/ellips.png) no-repeat left center;
}
.div_8 .container .card .bottom {
  padding-top: 49px;
  display: flex;
}
.div_8 .container .card .bottom p {
  color: rgba(0, 0, 0, 0.795);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 25px;
}
.div_8 .container .card .bottom .left {
  max-width: 630px;
  width: 100%;
}
.div_8 .container .card .bottom .left .title h3 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  background: url(../img/hrsmal.png) no-repeat left top;
  padding-top: 12px;
}
.div_8 .container .card .bottom .left .table {
  margin-top: 32px;
  max-width: 630px;
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.div_8 .container .card .bottom .left .table .tab {
  display: flex;
  justify-content: space-between;
}
.div_8 .container .card .bottom .left .table .tab .p:first-child {
  display: flex;
  align-items: center;
  flex-basis: 75%;
  padding-left: 35px;
  border-right: 1px solid rgba(216, 216, 216, 0.575);
}
.div_8 .container .card .bottom .left .table .tab .p:first-child p {
  padding: 0;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.div_8 .container .card .bottom .left .table .tab .p:last-child {
  display: flex;
  align-items: center;
  flex-basis: 35%;
  padding-left: 15px !important;
}
.div_8 .container .card .bottom .left .table .tab .p:last-child p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  line-height: 20px!important;
  padding-bottom: 0;
}
.div_8 .container .card .bottom .left .table .tab:nth-child(2),
.div_8 .container .card .bottom .left .table .tab:nth-child(4),
.div_8 .container .card .bottom .left .table .tab:nth-child(6),
.div_8 .container .card .bottom .left .table .tab:nth-child(8),
.div_8 .container .card .bottom .left .table .tab:nth-child(10),
.div_8 .container .card .bottom .left .table .tab:nth-child(12),
.div_8 .container .card .bottom .left .table .tab:nth-child(14),
.div_8 .container .card .bottom .left .table .tab:nth-child(16),
.div_8 .container .card .bottom .left .table .tab:nth-child(18),
.div_8 .container .card .bottom .left .table .tab:nth-child(20),
.div_8 .container .card .bottom .left .table .tab:nth-child(26),
.div_8 .container .card .bottom .left .table .tab:nth-child(28),
.div_8 .container .card .bottom .left .table .tab:nth-child(22),
.div_8 .container .card .bottom .left .table .tab:nth-child(24) {
  background-color: #f0f0f0;
}
.div_8 .container .card .bottom .right {
  padding-left: 54px;
}
.div_8 .container .card .bottom .right .title {
  padding-bottom: 28px;
}
.div_8 .container .card .bottom .right .title h3 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  background: url(../img/hrsmal.png) no-repeat left top;
  padding-top: 12px;
}
.div_8 .container .card .bottom .right p {
  color: rgba(0, 0, 0, 0.795);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 25px;
}
.div_8 .container .card .bottom .right ul {
  max-width: 424px;
  width: 100%;
}
.div_8 .container .card .bottom .right ul li {
  color: rgba(0, 0, 0, 0.795);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
}
.div_9 {
  background: url(../img/background9.png) no-repeat center top;
  background-size: cover;
}
.div_9 .container .title {
  padding-top: 96px;
  padding-bottom: 95px;
}
.div_9 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  background: url(../img/hr.png) no-repeat center top;
  padding-top: 26px;
}
.div_9 .container .cards {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 77px;
}
.div_9 .container .cards .card {
  flex-basis: 50%;
  position: relative;
  margin-bottom: 36px;
}
.div_9 .container .cards .card .text {
  display: flex;
  align-items: center;
  position: absolute;
  width: 382px;
  height: 123px;
  background-color: rgba(255, 255, 255, 0.89);
  top: 59px;
  left: 160px;
}
.div_9 .container .cards .card .text p {
  padding-left: 21px;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.div_9 .container .cards .card .text p span {
  font-weight: 600;
}
.div_9 .container .cards .card:nth-child(2) img {
  padding-left: 26px;
}
.div_9 .container .cards .card:nth-child(2) .text {
  left: 186px;
}
.div_9 .container .cards .card:nth-child(3),
.div_9 .container .cards .card:nth-child(7) {
  display: flex;
  justify-content: flex-end;
}
.div_9 .container .cards .card:nth-child(3) img,
.div_9 .container .cards .card:nth-child(7) img {
  padding-right: 26px;
}
.div_9 .container .cards .card:nth-child(3) .text,
.div_9 .container .cards .card:nth-child(7) .text {
  left: 0px;
}
.div_9 .container .cards .card:nth-child(3) .text p,
.div_9 .container .cards .card:nth-child(7) .text p {
  max-width: 331px;
}
.div_9 .container .cards .card:nth-child(4),
.div_9 .container .cards .card:nth-child(8) {
  display: flex;
  justify-content: flex-end;
}
.div_9 .container .cards .card:nth-child(4) img,
.div_9 .container .cards .card:nth-child(8) img {
  padding-right: 0px;
}
.div_9 .container .cards .card:nth-child(4) .text,
.div_9 .container .cards .card:nth-child(8) .text {
  left: 26px;
}
.div_9 .container .cards .card:nth-child(4) .text p,
.div_9 .container .cards .card:nth-child(8) .text p {
  max-width: 329px;
}
.div_9 .container .cards .card:nth-child(5) .text p {
  max-width: 378px;
  width: 100%;
}
.div_10 {
  padding-bottom: 111px;
}
.div_10 .container .title {
  padding-top: 82px;
  padding-bottom: 86px;
}
.div_10 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  background: url(../img/hr.png) no-repeat center top;
  padding-top: 26px;
}
.div_10 .container .review_slider4 .slick-track {
  display: flex;
  justify-content: space-between;
}
.div_10 .container .review_slider4 .slick-dots {
  display: none !important;
}
.div_10 .container .review_slider4 .slick-prev {
  left: -98px;
}
.div_10 .container .review_slider4 .slick-next {
  right: -98px;
  background: url(../img/right2.png) no-repeat;
  width: 56px;
}
.div_10 .container .review_slider4 .slick {
  max-width: 551px;
  width: 100%;
  height: 200px;
  margin: 0;
  position: relative;
  transition: 0.4s;
  border: 1px solid #dddddd;
  border-right: none;
}
.div_10 .container .review_slider4 .slick .wr {
  transition: 0.4s;
  position: relative;
  z-index: 9;
  display: flex;
}
.div_10 .container .review_slider4 .slick .wrap {
  opacity: 0;
  position: absolute;
  width: 90%;
  transition: 0.4s;
}
.div_10 .container .review_slider4 .slick .top {
  max-width: 246px;
  top: 100%;
  width: 246px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.div_10 .container .review_slider4 .slick .top .m4 {
  display: none;
}
.div_10 .container .review_slider4 .slick .top .new {
  left: 10px;
  top: 10px;
  position: absolute;
  width: auto;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background-color: #34a949;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_10 .container .review_slider4 .slick .top .new p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_10 .container .review_slider4 .slick .top img {
  height: 197px;
}
.div_10 .container .review_slider4 .slick .top .hit {
  left: 10px;
  top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 30px;
  border-radius: 15px;
  background-color: #f98e3c;
}
.div_10 .container .review_slider4 .slick .top .hit p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_10 .container .review_slider4 .slick .bottom {
  background-color: #1a3a44;
  padding: 35px 24px 11px;
  position: relative;
  flex: auto;
}
.div_10 .container .review_slider4 .slick .bottom .yel {
  position: absolute;
  left: -17px;
  top: 17px;
}
.div_10 .container .review_slider4 .slick .bottom p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.div_10 .container .review_slider4 .slick .bottom ul li {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  padding-left: 24px;
  background: url(../img/ellips.png) no-repeat left 7px;
}
.div_11 {
  padding-bottom: 40px;
}
.div_11 .container .links {
  align-self: flex-start;
  padding-top: 28px;
  padding-bottom: 55px;
}
.div_11 .container .links a {
  color: #bdbdbd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.div_11 .container .links a:last-of-type {
  color: #4d4d4d;
}
.div_11 .container .title {
  padding-top: 0px;
  padding-bottom: 53px;
}
.div_11 .container .title h1 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 26px;
  padding-bottom: 33px;
}
.div_11 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 26px;
  padding-bottom: 33px;
}
.div_11 .container .title p {
  color: #010101;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.div_11 .container .filters {
  display: flex;
  padding-bottom: 56px;
}
.div_11 .container .filters .left {
  max-width: 565px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 21px 44px 41px 26px;
}
.div_11 .container .filters .left p {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
}
.div_11 .container .filters .left .content {
  display: flex;
}
.div_11 .container .filters .left .content .left2 {
  max-width: 239px;
}
.div_11 .container .filters .left .content .left2 .labe {
  position: relative;
  margin-top: 10px;
}
.div_11 .container .filters .left .content .left2 .labe label {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox,
.div_11 .container .filters .left .content .left2 .labe .checkbox2,
.div_11 .container .filters .left .content .left2 .labe .checkbox3,
.div_11 .container .filters .left .content .left2 .labe .checkbox4,
.div_11 .container .filters .left .content .left2 .labe .checkbox5 {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox + label,
.div_11 .container .filters .left .content .left2 .labe .checkbox2 + label,
.div_11 .container .filters .left .content .left2 .labe .checkbox3 + label,
.div_11 .container .filters .left .content .left2 .labe .checkbox4 + label,
.div_11 .container .filters .left .content .left2 .labe .checkbox5 + label {
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox2 + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox3 + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox4 + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox5 + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/box.png) no-repeat;
  transition: 0.2s;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox2 + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox3 + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox4 + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox5 + label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.2s;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox:checked + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox2:checked + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox3:checked + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox4:checked + label:before,
.div_11 .container .filters .left .content .left2 .labe .checkbox5:checked + label:before {
  background: url(../img/checkbox.png) no-repeat;
}
.div_11 .container .filters .left .content .left2 .labe .checkbox:checked + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox2:checked + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox3:checked + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox4:checked + label:after,
.div_11 .container .filters .left .content .left2 .labe .checkbox5:checked + label:after {
  left: 26px;
}
.div_11 .container .filters .left .content .right2 {
  max-width: 256px;
  width: 100%;
  padding-left: 55px;
}
.div_11 .container .filters .left .content .right2 .labe {
  position: relative;
  margin-top: 10px;
}
.div_11 .container .filters .left .content .right2 .labe label {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6,
.div_11 .container .filters .left .content .right2 .labe .checkbox7,
.div_11 .container .filters .left .content .right2 .labe .checkbox8,
.div_11 .container .filters .left .content .right2 .labe .checkbox9 {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6 + label,
.div_11 .container .filters .left .content .right2 .labe .checkbox7 + label,
.div_11 .container .filters .left .content .right2 .labe .checkbox8 + label,
.div_11 .container .filters .left .content .right2 .labe .checkbox9 + label {
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6 + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox7 + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox8 + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox9 + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/box.png) no-repeat;
  transition: 0.2s;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6 + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox7 + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox8 + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox9 + label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.2s;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6:checked + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox7:checked + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox8:checked + label:before,
.div_11 .container .filters .left .content .right2 .labe .checkbox9:checked + label:before {
  background: url(../img/checkbox.png) no-repeat;
}
.div_11 .container .filters .left .content .right2 .labe .checkbox6:checked + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox7:checked + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox8:checked + label:after,
.div_11 .container .filters .left .content .right2 .labe .checkbox9:checked + label:after {
  left: 26px;
}
.div_11 .container .filters ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.div_11 .container .filters ul li {
  margin-left: 16px;
  margin-bottom: 16px;
  padding: 21px 30px 20px 26px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  max-width: 276px;
}
.div_11 .container .filters ul li h4 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  text-transform: none;
}
.div_11 .container .filters ul li label {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.div_11 .container .filters ul li .sf-input-number:focus {
  outline-color: #e1c83b;
  color: #444;
}
.div_11 .container .filters ul li ul {
  display: block;
}
.div_11 .container .filters ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
.div_11 .container .filters ul li ul li .sf-input-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.div_11 .container .filters ul li ul li label {
  position: relative;
  padding: 0 0 0 29px;
  cursor: pointer;
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.div_11 .container .filters ul li ul li .sf-label-radio:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background: #FFF;
}
.div_11 .container .filters ul li ul li .sf-label-radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e1c83b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.div_11 .container .filters ul li ul li .sf-input-radio:checked + .sf-label-radio:after {
  opacity: 1;
}
.div_11 .container .filters ul li ul li .sf-input-checkbox {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.div_11 .container .filters ul li ul li .sf-label-checkbox {
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.div_11 .container .filters ul li ul li .sf-label-checkbox:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/box.png) no-repeat;
  transition: 0.2s;
}
.div_11 .container .filters ul li ul li .sf-label-checkbox:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.2s;
}
.div_11 .container .filters ul li ul li .sf-input-checkbox:checked + .sf-label-checkbox:before {
  background: url(../img/checkbox.png) no-repeat;
}
.div_11 .container .filters ul li ul li .sf-input-checkbox:checked + .sf-label-checkbox:after {
  left: 26px;
}
.div_11 .container .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div_11 .container .cards .card:nth-child(7),
.div_11 .container .cards .card:nth-child(8),
.div_11 .container .cards .card:nth-child(9) {
  display: none;
}
.div_11 .container .cards .active {
  display: block !important;
}
.div_11 .container .cards .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
.div_11 .container .cards .products .card {
  border: 1px solid #dddddd;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: 0.4s;
  margin-bottom: 53px;
  display: flex;
  flex-direction: column;
}
.div_11 .container .cards .products .card .wr {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.div_11 .container .cards .products .card .wrap {
  opacity: 0;
  position: absolute;
  width: 90%;
  transition: 0.4s;
}
.div_11 .container .cards .products .card .top {
  z-index: 99;
  height: 271px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.div_11 .container .cards .products .card .top .new {
  left: 10px;
  top: 10px;
  position: absolute;
  width: auto;
  padding: 0 15px;
  height: 30px;
  border-radius: 15px;
  background-color: #34a949;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div_11 .container .cards .products .card .top .new p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_11 .container .cards .products .card .top .hit {
  left: 10px;
  top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 30px;
  border-radius: 15px;
  background-color: #f98e3c;
}
.div_11 .container .cards .products .card .top .hit p {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.div_11 .container .cards .products .card .bottom {
  background-color: #1a3a44;
  padding: 42px 32px 31px 37px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.div_11 .container .cards .products .card .bottom .yel {
  position: absolute;
  left: 38px;
  top: -17px;
}
.div_11 .container .cards .products .card .bottom p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 28px;
}
.div_11 .container .cards .products .card .bottom h2 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 28px;
  text-decoration: none;
  transition: 0.3s;
  color: #e1c83b;
}
.div_11 .container .cards .products .card .bottom .woocommerce-loop-category__title {
  line-height: 28px;
  text-align: center;
  padding: 0 30px 20px;
}
.div_11 .container .cards .products .card .bottom ul li {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  padding-left: 24px;
  background: url(../img/ellips.png) no-repeat left 7px;
}
.div_11 .container .cards .products .card .bottom .button {
  max-width: 255px;
  width: 100%;
  height: 57px;
  border: 1px solid #e1c83b;
  background: transparent;
  transition: 0.4s;
  display: flex;
}
.div_11 .container .cards .products .card .bottom .button a {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 19px 0;
}
.div_11 .container .cards .products .card .bottom .button:hover {
  background: #e1c83b;
}
.div_11 .container .show {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  line-height: 67px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  line-height: 21px;
}
.div_12 {
  padding-bottom: 94px;
}
.div_12 .container .title {
  padding-top: 0px;
  padding-bottom: 53px;
}
.div_12 .container .title h2 {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  background: url(../img/hr.png) no-repeat left top;
  padding-top: 26px;
  padding-bottom: 33px;
}
.div_12 .container .title p {
  color: #010101;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.div_12 .container .links {
  align-self: flex-start;
  padding-top: 28px;
  padding-bottom: 55px;
}
.div_12 .container .links a {
  color: #bdbdbd;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.div_12 .container .links a:last-of-type {
  color: #4d4d4d;
}
.div_12 .container .content {
  display: flex;
}
.div_12 .container .content .left {
  padding-top: 167px;
  max-width: 483px;
  width: 100%;
}
.div_12 .container .content .left .table {
  border: 1px solid #ebebeb;
  border-right: none;
}
.div_12 .container .content .left .table .tab p {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 43px;
}
.div_12 .container .content .left .table .tab:nth-child(odd) {
  background: #fff;
}
.div_12 .container .content .left .table .tab:nth-child(even) {
  background: #ebebeb;
}
.div_12 .container .content .right {
  display: flex;
  width: 100%;
}
.div_12 .container .content .right .all {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 322px;
  width: 100%;
}
.div_12 .container .content .right .all img {
  padding-bottom: 5px;
}
.div_12 .container .content .right .all .table {
  border: 1px solid #ebebeb;
  max-width: 322px;
  width: 100%;
}
.div_12 .container .content .right .all .table .tab p {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
.div_12 .container .content .right .all .table .tab:nth-child(odd) {
  background: #fff;
}
.div_12 .container .content .right .all .table .tab:nth-child(even) {
  background: #ebebeb;
}
.div_12 .container .content .right .all .button {
  margin-top: 17px;
  max-width: 202px;
  width: 100%;
  height: 60px;
  border: 1px solid #e1c83b;
  background: transparent;
}
.div_12 .container .content .right .all .button a {
  color: #13313a;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.div_12 .container .content .right .all .button:hover {
  background-color: #13313a;
  border-color: transparent;
}
.div_12 .container .content .right .all .button:hover a {
  color: #fff;
}
footer {
  background-color: #13313a;
}
footer .container {
  padding-bottom: 45px;
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
}
footer .container .left {
  flex-basis: 50%;
  justify-content: space-between;
  display: flex;
}
footer .container .left .logo {
  padding-top: 14px;
}
footer .container .left .menu ul li a,
footer .container .left .menu ul li input {
  color: rgba(255, 255, 255, 0.678);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
footer .container .left .menu ul li input {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
footer .container .left .menu ul li a:hover,
footer .container .left .menu ul li input:hover {
  text-decoration: underline;
}
footer .container .left .catalog .title {
  padding-top: 10px;
  padding-bottom: 16px;
}
footer .container .left .catalog .title h4 {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.808);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
  background: url(../img/hrsmall.png) no-repeat left top;
}
footer .container .left .catalog ul li a {
  color: rgba(255, 255, 255, 0.685);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
footer .container .left .catalog ul li a:hover {
  text-decoration: underline;
}
footer .container .right {
  padding-left: 85px;
  flex-basis: 50%;
  display: flex;
  justify-content: space-between;
}
footer .container .right .course .title {
  padding-top: 10px;
  padding-bottom: 16px;
}
footer .container .right .course .title h4 {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.808);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
  background: url(../img/hrsmall.png) no-repeat left top;
}
footer .container .right .course p {
  max-width: 158px;
  width: 100%;
  color: rgba(255, 255, 255, 0.678);
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
footer .container .right .course .input {
  margin-top: 12px;
  width: 224px;
  height: 37px;
  border: 1px solid rgba(221, 221, 221, 0.541);
  background: url(../img/set.png) no-repeat right;
}
footer .container .right .course .input input {
  height: 36px;
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Montserrat';
  -webkit-appearance: none;
}
footer .container .right .contacts .top {
  padding-bottom: 25px;
}
footer .container .right .contacts .top a {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 27px;
  background: url(../img/phone2.png) no-repeat left;
  margin-bottom: 10px;
}
footer .container .right .contacts .top p {
  color: rgba(255, 255, 255, 0.685);
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
footer .container .right .contacts .bottom a {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  padding-left: 27px;
  background: url(../img/mail2.png) no-repeat left top;
}
footer .container .right .contacts .bottom .a {
  padding-top: 23px;
}
footer .container .right .contacts .bottom .a a {
  background: none;
  padding-left: 0;
  padding-right: 29px;
}
footer .ends {
  border-top: 1px solid rgba(255, 255, 255, 0.267);
}
footer .ends .end {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
footer .ends .end p {
  color: rgba(255, 255, 255, 0.356);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 0;
}
@media (min-width: 320px) and (max-width: 766px) {
  header {
    background: url(../img/header.png) no-repeat left top;
    background-size: cover;
  }
  header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .container .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  header .container .header_menu .bottom {
    display: none;
  }
  header .container .header_menu .top a {
    padding-right: 26px;
  }
  header .container .header_menu .top select {
    display: none;
  }
  .div_1 {
    padding-top: 0;
    padding-bottom: 85px;
  }
  .div_1 .review_slider .slick-dots {
    display: none !important;
  }
  .div_1 .review_slider .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    width: 56px !important;
  }
  .div_1 .review_slider .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    right: 4%;
    width: 56px !important;
  }
  .div_1 .review_slider .slick .abs {
    display: none !important;
  }
  .div_1 .review_slider .slick .content {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    width: 90%;
  }
  .div_1 .review_slider .slick .content .left h1 {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 15px;
  }
  .div_1 .review_slider .slick .content .left p {
    padding-bottom: 10px;
  }
  .div_1 .review_slider .slick .content .left .button {
    margin-bottom: 20px;
  }
  .div_1 .review_slider .slick .content .right {
    max-width: 480px;
    width: 100%;
    background: url(../img/dotted.png) left bottom no-repeat;
  }
  .div_2 {
    padding-bottom: 74px;
  }
  .div_2 .container {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .div_2 .container .title {
    align-self: center;
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 485px;
    width: 100%;
  }
  .div_2 .container .title h2 {
    padding-top: 16px;
    font-size: 25px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_2 .container .review_slider2 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    width: 56px !important;
    left: 4%;
  }
  .div_2 .container .review_slider2 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    right: 4%;
    width: 56px !important;
  }
  .div_2 .container .review_slider2 .slick .wrap {
    display: none;
  }
  .div_2 .container .review_slider2 .slick .wr {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.49);
  }
  .div_2 .container .review_slider2 .slick .wr:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.49);
  }
  .div_2 .container .review_slider2 .slick .top img {
    width: 90%;
    height: 90%;
  }
  .div_2 .container .review_slider2 .slick .bottom .yel {
    z-index: 99;
  }
  .div_3 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .div_3 .container .left {
    max-width: 485px;
  }
  .div_3 .container .wrap22 {
    display: none;
  }
  .div_3 .container .title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .div_3 .container .title h2 {
    padding-top: 16px;
    font-size: 25px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_4 .container {
    padding: 30px 0 !important;
  }
  .div_4 .container .title h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .div_5 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: none;
  }
  .div_5 .container {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .div_5 .container .text {
    max-width: 485px;
    position: initial;
    padding: 25px 10px;
  }
  .div_5 .container .text p {
    font-size: 19px;
    line-height: 25px;
    font-family: "Montserrat";
  }
  .div_5 .container .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .div_5 .container .cards .card {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  .div_5 .container .cards .card h4 {
    font-size: 20px;
  }
  .div_6 {
    background-size: cover;
  }
  .div_6 .container {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .div_6 .container .right .title h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-align: left;
  }
  .div_6 .container .left video {
    margin-top: 20px;
    height: auto;
  }
  .div_7 .container .links {
    padding-bottom: 0;
  }
  .div_7 .container .links a {
    font-size: 11px;
  }
  .div_7 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_7 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_8 {
    padding-bottom: 20px;
  }
  .div_8 .container {
    width: 96%;
  }
  .div_8 .container .links {
    padding-bottom: 0;
  }
  .div_8 .container .links a {
    font-size: 11px;
  }
  .div_8 .container .card .top {
    flex-direction: column;
  }
  .div_8 .container .card .top .left .img {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 {
    align-self: flex-start;
    padding-bottom: 60px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 95%;
    width: 56px !important;
    left: 4%;
    height: 55px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 95%;
    right: 4%;
    height: 55px;
    width: 56px !important;
  }
  .div_8 .container .card .top .left .review_slider3 .slick {
    max-width: 500px;
    width: 100%;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs {
    max-width: 500px;
    width: 100%;
    height: 289px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs img,
  .div_8 .container .card .top .left .review_slider3 .slick .imgs video {
    max-width: 268px;
    width: 100%;
    height: 100%;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .r10 {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .r100 {
    display: block;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .desctop {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .mobile {
    display: block;
  }
  .div_8 .container .card .top .right {
    padding-top: 20px;
    padding-left: 0;
  }
  .div_8 .container .card .top .right .table .tab .p {
    padding-left: 5px !important;
  }
  .div_8 .container .card .top .right .table .tab .p p {
    padding: 0;
    line-height: 19px !important;
    padding: 10px 0 !important;
  }
  .div_8 .container .card .top .right .buttons {
    flex-direction: row !important;
  }
  .div_8 .container .card .top .right .download a {
    font-size: 10px;
  }
  .div_8 .container .card .centers {
    padding-top: 30px;
  }
  .div_8 .container .card .bottom {
    flex-direction: column;
  }
  .div_8 .container .card .bottom .left .table .tab .p {
    padding-left: 5px !important;
    flex-basis: 50% !important;
  }
  .div_8 .container .card .bottom .left .table .tab .p p {
    padding: 0;
    line-height: 19px !important;
    padding: 10px 0 !important;
  }
  .div_8 .container .card .bottom .right {
    padding-top: 50px;
    padding-left: 0;
  }
  .div_9 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_9 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_9 .container .title h1 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_9 .container .cards {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .div_9 .container .cards .card:nth-child(1),
  .div_9 .container .cards .card:nth-child(2),
  .div_9 .container .cards .card:nth-child(3),
  .div_9 .container .cards .card:nth-child(4),
  .div_9 .container .cards .card:nth-child(5),
  .div_9 .container .cards .card:nth-child(6),
  .div_9 .container .cards .card:nth-child(7),
  .div_9 .container .cards .card:nth-child(8),
  .div_9 .container .cards .card:nth-child(9) {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .div_9 .container .cards .card {
    margin: 0 auto !important;
    max-width: 292px !important;
    width: 100% !important;
  }
  .div_9 .container .cards .card img {
    padding: 0 !important;
    height: 100%;
  }
  .div_9 .container .cards .card .text {
    max-width: 292px !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.582);
  }
  .div_9 .container .cards .card .text p {
    padding: 0 !important;
    text-align: center;
    color: #fff;
  }
  .div_9 .container .cards .card .text p br {
    display: none !important;
  }
  .div_10 {
    padding-bottom: 80px;
  }
  .div_10 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_10 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_10 .container .title h1 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_10 .container .review_slider4 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 110%;
    width: 56px !important;
    left: 4%;
  }
  .div_10 .container .review_slider4 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 110%;
    right: 4%;
    width: 56px !important;
  }
  .div_10 .container .review_slider4 .slick {
    height: auto;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
  }
  .div_10 .container .review_slider4 .slick .wr {
    flex-direction: column;
  }
  .div_10 .container .review_slider4 .slick .wr .top {
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    max-width: 320px;
    width: 100%;
  }
  .div_10 .container .review_slider4 .slick .wr .top .m4 {
    display: block;
  }
  .div_10 .container .review_slider4 .slick .wr .top .u1 {
    display: none;
  }
  .div_10 .container .review_slider4 .slick .wr .bottom .yel {
    display: none;
  }
  .div_11 .container .links {
    padding-bottom: 0;
  }
  .div_11 .container .links a {
    font-size: 11px;
  }
  .div_11 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_11 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_11 .container .title h1 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_11 .container .filters {
    flex-direction: column;
  }
  .div_11 .container .filters .left {
    margin: 0 auto;
  }
  .div_11 .container .filters .left .content {
    flex-direction: column;
  }
  .div_11 .container .filters .left .content .right2 {
    padding-left: 0;
  }
  .div_11 .container .filters .right {
    display: flex;
    flex-wrap: wrap;
  }
  .div_11 .container .filters .right .rad {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 565px;
    width: 100%;
  }
  .div_11 .container .cards {
    justify-content: space-between;
  }
  .div_11 .container .cards .wrapper .card {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .div_12 {
    padding-bottom: 40px;
  }
  .div_12 .container .links {
    padding-bottom: 0;
  }
  .div_12 .container .links a {
    font-size: 11px;
  }
  .div_12 .container .title {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .div_12 .container .title h2 {
    padding-bottom: 0;
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_12 .container .content .left {
    display: none;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
  }
  footer .container .left {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container .left .catalog .title {
    padding-bottom: 5px;
  }
  footer .container .left .logo {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start;
  }
  footer .container .left .menu ul li {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  footer .container .left .menu ul li a {
    text-align: right;
  }
  footer .container .right {
    display: flex;
    padding-left: 0;
    flex-direction: column;
    flex-basis: 100%;
    align-self: flex-start;
  }
  footer .container .right .course {
    padding-bottom: 20px;
  }
  footer .container .right .course .title {
    padding-bottom: 5px;
  }
  footer .container .right .contacts .top {
    padding-bottom: 10px;
  }
  footer .container .right .contacts .bottom .a {
    padding-top: 15px;
  }
  footer .ends .end p {
    text-align: center;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 731px) {
  .div_11 .container .cards {
    flex-direction: column;
    align-items: center;
  }
  .div_11 .container .cards .active {
    display: block;
  }
  .div_7 .container .cards {
    flex-direction: column;
    align-items: center;
  }
  .div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
    line-height: 18px;
    text-align: left;
    padding: 10px;
  }
  .div_8 .container .card .top .right .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
    padding: 10px;
  }
}
@media (min-width: 320px) and (max-width: 469px) {
  footer .container .left {
    flex-direction: column;
    align-items: center;
    max-width: 224px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center !important;
  }
  footer .container .left .catalog .title h4 {
    background: url(../img/hrsmall.png) center top no-repeat;
  }
  footer .container .left .menu {
    margin-bottom: 20px;
  }
  footer .container .left .menu ul li {
    text-align: center !important;
    justify-content: center;
  }
  footer .container .right {
    flex-direction: column;
    align-items: center;
    align-self: center;
    max-width: 224px;
    width: 100%;
    text-align: center !important;
  }
  footer .container .right .course {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .container .right .course .title h4 {
    background: url(../img/hrsmall.png) center top no-repeat;
  }
  footer .container .right .course p {
    margin-bottom: 20px;
  }
  footer .container .right .contacts .bottom .a {
    display: flex;
    justify-content: space-evenly;
  }
  footer .container .right .contacts .bottom .a a {
    padding: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 431px) {
  .div_8 .container {
    width: 96%;
  }
  .div_8 .container .links {
    padding-bottom: 0;
  }
  .div_8 .container .links a {
    font-size: 11px;
  }
  .div_8 .container .card .top .right .buttons {
    flex-direction: column !important;
  }
  .div_8 .container .card .bottom {
    flex-direction: column;
  }
  .div_8 .container .card .bottom .left .table .tab .p {
    padding-left: 5px !important;
  }
  .div_8 .container .card .bottom .left .table .tab .p p {
    padding: 0;
    line-height: 19px !important;
    padding: 10px 0 !important;
  }
}
@media (min-width: 470px) and (max-width: 766px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    position: relative;
    padding-bottom: 87px;
  }
  footer .container .left {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container .left .catalog {
    padding-top: 17px;
  }
  footer .container .left .catalog .title {
    padding-bottom: 5px;
  }
  footer .container .left .logo {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start;
  }
  footer .container .left .menu ul li {
    text-align: right;
  }
  footer .container .left .menu ul li a {
    text-align: right;
  }
  footer .container .right {
    position: absolute;
    left: 50%;
    top: 185px;
  }
  footer .container .right .course {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .container .right .course .title h4 {
    text-align: right;
    background: url(../img/hrsmall.png) right top no-repeat;
  }
  footer .container .right .course p {
    text-align: right;
  }
  footer .container .right .contacts {
    position: absolute;
    top: 160px;
    left: -221px;
    display: flex;
  }
  footer .container .right .contacts .top a {
    font-size: 19px;
  }
  footer .container .right .contacts .top p {
    font-size: 13px;
  }
  footer .container .right .contacts .bottom {
    padding-left: 82px;
  }
  footer .container .right .contacts .bottom a {
    background: url(../img/mail2.png) left center no-repeat;
    padding-left: 29px !important;
    padding-right: 0 !important;
    display: flex;
    align-items: flex-end;
  }
  footer .container .right .contacts .bottom .a {
    display: flex;
    justify-content: flex-end;
  }
  footer .ends .end p {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 660px) {
  .div_9 .container .cards {
    flex-direction: column !important;
    align-items: center !important;
  }
}
@media (min-width: 767px) and (max-width: 1170px) {
  header {
    background: url(../img/header.png) -393px top no-repeat;
    background-size: cover;
  }
  header .container .logo a img {
    width: 100px;
  }
  header .container .header_menu {
    width: 88%;
  }
  header .container .header_menu .bottom ul {
    padding-left: 0;
  }
  header .container .header_menu .bottom ul li a {
    font-size: 12px;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 0;
  }
  header .container .header_menu .bottom .search .hidden {
    left: 90%;
    width: 140px;
  }
  header .container .header_menu .bottom .search .toggle {
    left: auto;
    right: 0%;
  }
  .div_1 .review_slider .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    width: 56px !important;
  }
  .div_1 .review_slider .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    right: 4%;
    width: 56px !important;
  }
  .div_1 .review_slider .slick-dots {
    display: none !important;
  }
  .div_1 .review_slider .slick .abs {
    display: none !important;
  }
  .div_1 .review_slider .slick .content {
    padding-left: 20px;
  }
  .div_1 .review_slider .slick .content .right {
    max-width: 509px;
  }
  .div_1 .review_slider .slick .content .left {
    padding-left: 0;
    padding-top: 0;
  }
  .div_2 .container .slick .wrap {
    display: none;
  }
  .div_2 .container .review_slider2 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    width: 56px !important;
    left: 4%;
  }
  .div_2 .container .review_slider2 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 105%;
    right: 4%;
    width: 56px !important;
  }
  .div_3 .container .title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div_3 .container .wrap22 {
    display: none;
  }
  .div_4 .container {
    padding: 50px;
  }
  .div_4 .container .title h2 {
    line-height: 47px;
    text-align: center;
  }
  .div_5 {
    padding-bottom: 50px;
    padding-top: 50px;
    background: none;
  }
  .div_5 .container {
    background: none;
  }
  .div_5 .container .cards {
    justify-content: space-around;
  }
  .div_5 .container .cards .card {
    max-width: 350px;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  .div_5 .container .cards .card img {
    height: 80px;
  }
  .div_5 .container .text {
    margin-top: 20px;
    position: initial;
    padding: 30px;
  }
  .div_5 .container .text p {
    font-family: "Montserrat";
  }
  .div_6 {
    background-size: cover;
  }
  .div_6 .container {
    padding-top: 50px;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .div_6 .container .right {
    max-width: 1170px;
    width: 100%;
  }
  .div_6 .container .right .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
  }
  .div_6 .container .right .cards .card {
    max-width: 350px;
    height: 200px;
    padding-bottom: 0;
  }
  .div_6 .container .left {
    align-self: center;
  }
  .div_8 {
    padding-bottom: 20px;
  }
  .div_8 .container {
    width: 96%;
  }
  .div_8 .container .links {
    padding-bottom: 0;
  }
  .div_8 .container .links a {
    font-size: 11px;
  }
  .div_8 .container .card .top {
    flex-direction: column;
  }
  .div_8 .container .card .top .left .img {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 {
    align-self: flex-start;
    padding-bottom: 60px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 95%;
    width: 56px !important;
    left: 4%;
    height: 55px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 95%;
    right: 4%;
    height: 55px;
    width: 56px !important;
  }
  .div_8 .container .card .top .left .review_slider3 .slick {
    max-width: 500px;
    width: 100%;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs {
    max-width: 500px;
    width: 100%;
    height: 289px;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs img,
  .div_8 .container .card .top .left .review_slider3 .slick .imgs video {
    max-width: 268px;
    width: 100%;
    height: 100%;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .r10 {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .r100 {
    display: block;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .desctop {
    display: none;
  }
  .div_8 .container .card .top .left .review_slider3 .slick .imgs .mobile {
    display: block;
  }
  .div_8 .container .card .top .right {
    padding-top: 20px;
    padding-left: 0;
  }
  .div_8 .container .card .top .right .table .tab .p {
    padding-left: 5px !important;
  }
  .div_8 .container .card .top .right .table .tab .p p {
    padding: 0;
    line-height: 19px !important;
    padding: 10px 0 !important;
  }
  .div_8 .container .card .top .right .buttons {
    flex-direction: row !important;
  }
  .div_8 .container .card .top .right .download a {
    font-size: 10px;
  }
  .div_8 .container .card .centers {
    padding-top: 30px;
  }
  .div_8 .container .card .bottom {
    flex-direction: column;
  }
  .div_8 .container .card .bottom .left .table .tab .p {
    padding-left: 5px !important;
  }
  .div_8 .container .card .bottom .left .table .tab .p p {
    padding: 0;
    line-height: 19px !important;
    padding: 10px 0 !important;
  }
  .div_8 .container .card .bottom .right {
    padding-top: 50px;
    padding-left: 0;
  }
  .div_9 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_9 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_9 .container .cards {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .div_9 .container .cards .card:nth-child(1),
  .div_9 .container .cards .card:nth-child(2),
  .div_9 .container .cards .card:nth-child(3),
  .div_9 .container .cards .card:nth-child(4),
  .div_9 .container .cards .card:nth-child(5),
  .div_9 .container .cards .card:nth-child(6),
  .div_9 .container .cards .card:nth-child(7),
  .div_9 .container .cards .card:nth-child(8),
  .div_9 .container .cards .card:nth-child(9) {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .div_9 .container .cards .card {
    margin: 0 auto !important;
    max-width: 292px !important;
    width: 100% !important;
  }
  .div_9 .container .cards .card img {
    padding: 0 !important;
    height: 100%;
  }
  .div_9 .container .cards .card .text {
    max-width: 292px !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.582);
  }
  .div_9 .container .cards .card .text p {
    padding: 0 !important;
    text-align: center;
    color: #fff;
  }
  .div_9 .container .cards .card .text p br {
    display: none !important;
  }
  .div_10 {
    padding-bottom: 80px;
  }
  .div_10 .container .title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .div_10 .container .title h2 {
    font-size: 24px;
    padding-top: 16px;
    text-align: left;
    background: url(../img/hr.png) left top no-repeat;
  }
  .div_10 .container .review_slider4 .slick-prev {
    background: url(../img/left.png) no-repeat !important;
    background-size: cover !important;
    top: 115%;
    width: 56px !important;
    left: 4%;
  }
  .div_10 .container .review_slider4 .slick-next {
    background: url(../img/right2.png) no-repeat !important;
    background-size: cover !important;
    top: 115%;
    right: 4%;
    width: 56px !important;
  }
  .div_10 .container .review_slider4 .slick-track {
    justify-content: center;
  }
  .div_10 .container .review_slider4 .slick-track .slick {
    margin: 0 auto;
  }
  .div_11 .container .cards .card {
    margin: 0 !important;
    margin-top: 53px !important;
  }
  .div_11 .container .show {
    margin-top: 40px;
  }
  .div_11 .container .filters {
    flex-direction: column !important;
  }
  .div_11 .container .filters .right {
    margin-top: 20px;
    max-width: 565px;
    width: 100%;
  }
  .div_11 .container .filters .right .rad {
    margin: 0;
    max-width: 283px;
    width: 100%;
  }
  .div_12 .content .left {
    max-width: 333px !important;
    width: 100% !important;
  }
  footer .container .right {
    padding-left: 20px;
  }
  footer .container .right .contacts .bottom {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  footer .container .right .contacts .bottom a {
    background: url(../img/mail2.png) left center no-repeat;
  }
  footer .container .right .contacts .bottom .a a {
    padding-right: 0;
    padding-left: 26px;
  }
  footer .container .left .menu ul li {
    display: flex;
    justify-content: flex-start;
  }
  footer .container .left .logo {
    padding-right: 20px;
  }
  footer .ends .end p {
    text-align: center !important;
  }
  .cmn-toggle-switch {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 945px) {
  .div_1 .review_slider .slick-dots {
    display: none !important;
  }
  .div_1 .review_slider .slick .abs {
    display: none !important;
  }
  .div_1 .review_slider .slick .content {
    flex-direction: column;
    padding-left: 20px;
    align-items: center;
  }
  .div_1 .review_slider .slick .content .right {
    max-width: 509px;
  }
  .div_1 .review_slider .slick .content .left {
    padding-left: 0;
    padding-top: 0;
    max-width: 760px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .left {
    flex-direction: row-reverse;
    padding-bottom: 30px;
  }
  footer .container .right {
    padding-left: 0;
  }
  footer .container .right .contacts .bottom {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  footer .container .right .contacts .bottom a {
    background: url(../img/mail2.png) left center no-repeat;
  }
  footer .container .right .contacts .bottom .a a {
    padding-right: 0;
    padding-left: 26px;
  }
  footer .ends .end p {
    text-align: center;
  }
}
@media (min-width: 1260px) and (max-width: 1650px) {
  .div_1 .review_slider .slick .abs {
    width: 49%;
  }
}
@media (min-width: 1260px) and (max-width: 1575px) {
  .div_3 .container {
    padding-left: 20px;
  }
}
@media (min-width: 1170px) and (max-width: 1260px) {
  .div_1 .review_slider .slick .abs {
    display: none !important;
  }
  .div_3 .container .left {
    padding-left: 20px;
  }
}
#preloader {
  z-index: 999999999;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  position: relative;
  -webkit-animation: rotateit 1.3s linear infinite;
  animation: rotateit 1.3s linear infinite;
  z-index: 999999999999;
}
@-webkit-keyframes rotateit {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotateit {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.spinner.circles div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e1c83b;
  position: absolute;
  top: 35px;
  left: 45px;
}
.spinner.circles div:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -35px) scale(1.4);
  transform: rotate(0deg) translate(0, -35px) scale(1.4);
}
.spinner.circles div:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -35px) scale(1.2);
  transform: rotate(45deg) translate(0, -35px) scale(1.2);
  opacity: 0.7;
}
.spinner.circles div:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -35px) scale(1.1);
  transform: rotate(90deg) translate(0, -35px) scale(1.1);
  opacity: 0.6;
}
.spinner.circles div:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -35px) scale(0.9);
  transform: rotate(135deg) translate(0, -35px) scale(0.9);
  opacity: 0.5;
}
.spinner.circles div:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -35px) scale(0.7);
  transform: rotate(180deg) translate(0, -35px) scale(0.7);
  opacity: 0.4;
}
.spinner.circles div:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -35px) scale(0.5);
  transform: rotate(225deg) translate(0, -35px) scale(0.5);
  opacity: 0.3;
}
.spinner.circles div:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -35px) scale(0.3);
  transform: rotate(270deg) translate(0, -35px) scale(0.3);
  opacity: 0.2;
}
.spinner.circles div:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -35px) scale(0.1);
  transform: rotate(315deg) translate(0, -35px) scale(0.1);
  opacity: 0.1;
}
#menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat';
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  outline: none;
}
#menu select option {
  padding-left: 20px !important;
  color: #000000;
}
/*# sourceMappingURL=style.css.map */