.select_sort {
  height: 56px;
  background: url("../img/select-chevron.svg") center no-repeat;
  background-position: 96% 50%;
  cursor: pointer;
  width: 100%;
  border-color: #dbdbdb;
  font-size: 13px;
  color: #777777;
  padding: 0 45px 0 15px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .select_sort {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .select_sort {
    height: 45px;
    margin: 0 0 15px;
  }
}

.select_sort:hover {
  border-color: #11abab;
}

.title small {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin: 12px 0 0;
  text-transform: initial;
}

.section-videos {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .section-videos {
    padding: 40px 0;
  }
}
.section-videos .title {
  margin: 0 0 40px;
}
.section-videos .filter-row {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-videos .filter-row {
    margin: 0 0 15px;
  }
}
.section-videos .search {
  display: flex;
  justify-content: flex-start;
  min-height: 57px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .section-videos .search {
    min-height: 45px;
  }
}
.section-videos .search .form-group {
  margin: 0;
  width: calc(100% - 57px);
}
.section-videos .search .form-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #777777;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  border: none;
}
.section-videos .search button {
  padding: 0;
  width: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
}
@media (max-width: 767px) {
  .section-videos .search button {
    height: 45px;
  }
}

.video-item {
  margin: 0 0 30px;
  display: block;
}
.video-item span, .video-item small {
  display: block;
}
.video-item .video-img {
  margin: 0 0 33px;
  height: 340px;
  overflow: hidden;
}
.video-item .video-img .labels {
  z-index: 9;
}
@media (max-width: 767px) {
  .video-item .video-img {
    height: 230px;
  }
}
.video-item .video-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.video-item .video-body {
  padding: 0 15px;
}
.video-item .video-body .video-title {
  font-size: 15px;
  color: #010101;
  font-family: "GothamProMedium";
  margin: 0 0 12px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.video-item .video-body .video-title:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 3px;
  background: #e09494;
}
.video-item .video-body .video-description {
  font-size: 15px;
  color: #565656;
  margin: 0 0 15px;
}
.video-item .video-body ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.video-item .video-body ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #e09494;
  font-family: "GothamProMedium";
  margin: 0 30px 0 0;
}
.video-item .video-body ul li:nth-last-child(1) {
  margin: 0;
}
.video-item .video-body ul li img {
  margin: 0 10px 0 0;
}
.video-item:hover .video-img img {
  transform: scale(1.1);
}
.video-item:hover .video-title {
  color: #e09494;
}

.section-video-inner {
  padding: 75px 0 85px;
}
@media (max-width: 767px) {
  .section-video-inner {
    padding: 35px 0;
  }
}
.section-video-inner .top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .section-video-inner .top-content {
    flex-wrap: wrap;
  }
}
.section-video-inner .top-content .left-side {
  max-width: 750px;
  width: 100%;
  height: 530px;
}
@media (max-width: 1365px) {
  .section-video-inner .top-content .left-side {
    max-width: 460px;
    height: 460px;
  }
}
@media (max-width: 991px) {
  .section-video-inner .top-content .left-side {
    max-width: 100%;
    height: 260px;
    margin: 0 0 15px;
  }
}
.section-video-inner .top-content .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video-inner .top-content .right-side {
  width: calc(100% - 750px);
  padding: 0 0 0 110px;
}
@media (max-width: 1430px) {
  .section-video-inner .top-content .right-side {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 1365px) {
  .section-video-inner .top-content .right-side {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991px) {
  .section-video-inner .top-content .right-side {
    width: 100%;
    padding: 0;
  }
}
.section-video-inner .top-content .right-side .label {
  min-height: 35px;
  text-transform: uppercase;
  color: #845056;
  border-radius: 300px;
  background: #ecbfc4;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
  margin: 0 0 15px !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side .label {
    font-size: 12px;
    min-height: 26px;
    padding: 0 10px;
  }
}
.section-video-inner .top-content .right-side .video-title {
  font-size: 40px;
  color: #000000;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side .video-title {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
.section-video-inner .top-content .right-side .video-title span {
  font-family: "GothamProMedium";
  color: #cb858d;
}
@media (max-width: 1365px) {
  .section-video-inner .top-content .right-side .video-title span br {
    display: none;
  }
}
.section-video-inner .top-content .right-side .description {
  font-size: 15px;
  color: #565656;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side .description {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-video-inner .top-content .right-side ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-video-inner .top-content .right-side ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 25px 25px 0;
  max-width: 50%;
  width: 100%;
}
.section-video-inner .top-content .right-side ul li:nth-child(1) {
  max-width: 180px;
  margin: 0 45px 25px 0;
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side ul li:nth-child(1) {
    margin-bottom: 10px;
  }
}
.section-video-inner .top-content .right-side ul li:nth-child(3) {
  max-width: 200px;
}
.section-video-inner .top-content .right-side ul li .info-img {
  min-width: 29px;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side ul li {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.section-video-inner .top-content .right-side ul li p {
  font-size: 15px;
  color: #cb858d;
  font-family: "GothamProMedium";
}
@media (max-width: 767px) {
  .section-video-inner .top-content .right-side ul li p {
    font-size: 13px;
  }
}
.section-video-inner .top-content .right-side ul li p span {
  color: #666666;
}
.section-video-inner .top-content .right-side .btn {
  min-width: 216px;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: 1.5px;
}
.section-video-inner .video-info .inner-title {
  font-size: 28px;
  color: #000000;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.section-video-inner .video-info ul li {
  padding: 0 0 0 16px;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .section-video-inner .video-info ul li {
    margin: 0 0 15px;
  }
}
.section-video-inner .video-info ul li p {
  font-size: 15px;
  color: #010101;
  text-transform: uppercase;
  font-family: "GothamProMedium";
  margin: 0 0 10px;
  position: relative;
}
.section-video-inner .video-info ul li p:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #11abab;
}
.section-video-inner .video-info ul li span {
  display: block;
  width: 100%;
  color: #565656;
}

.section-sign {
  padding: 100px 0 90px;
}
@media (max-width: 767px) {
  .section-sign {
    padding: 30px 0;
  }
}
.section-sign .sign-wrapper {
  max-width: 795px;
  margin: 0 auto;
  width: 100%;
  padding: 65px 70px 70px;
  background-color: #fff;
  box-shadow: 0 0 98px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .section-sign .sign-wrapper {
    padding: 25px 15px;
  }
}
.section-sign .sign-wrapper .sign-title {
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-sign .sign-wrapper .sign-title {
    font-size: 20px;
  }
}
.section-sign .sign-wrapper .sign-title span {
  font-family: "GothamProMedium";
  color: #cb858d;
}
.section-sign .sign-wrapper .subtitle {
  font-size: 12px;
  color: #131313;
  margin: 0 0 25px;
}
.section-sign .btn_blue {
  min-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-sign .btn_blue {
    margin: 0 0 15px;
  }
}
.section-sign .link {
  display: table;
  margin: 0 auto;
  font-size: 12px;
  color: #11abab;
  text-decoration: underline;
}
.section-sign .link:hover {
  text-decoration: none;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}
.form-group span {
  font-size: 14px;
  color: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.form-group .form-control {
  width: 100%;
  height: 55px;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  font-size: 13px;
  color: #5e5d5a;
}
@media (max-width: 767px) {
  .form-group .form-control {
    height: 45px;
  }
}
.form-group .js-pw {
  position: absolute;
  right: 15px;
  bottom: 17px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-group .js-pw {
    bottom: 12px;
  }
}
.form-group .js-pw:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/new-img/eye-off.png") center no-repeat;
}
.form-group .js-pw.active:after {
  background: url("../img/new-img/eye.png") center no-repeat;
}

/* Customize the label (the container) */
.check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check a {
  color: #11abab;
  text-decoration: underline;
}
.check a:hover {
  text-decoration: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check input:checked ~ .checkmark {
  background-color: #11abab;
  border-color: #11abab;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 30%;
  top: 50%;
  transition: all 0.3s ease;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#videoModal .close {
  position: absolute;
  right: -25px;
  top: -25px;
}

#videoModal .modal-body {
  padding: 0;
}

#videoModal .modal-content {
  border: none;
}

#videoModal .modal-dialog {
  max-width: 900px;
}

.trand_item .trand_descr {
  min-height: 42px;
}

.box_tabs_product_item .box_content_tab_product {
  display: block;
}

.row {
  display: flex !important;
}

.main_slider .slider_item .slider_descr {
  margin: -90px 0 0;
}

.main_slider .slider_item .main_slider_img img {
  max-height: 650px;
}

@media screen and (max-width: 1000px) {
  #videoModal .close {
    right: 0px;
    top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .trand_item .trand_descr {
    min-height: initial;
  }
}

/*# sourceMappingURL=video_app.css.map */
