@charset "UTF-8";
body,
html {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-display: swap;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  color: #333;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}
.table-responsive td {
	border: none;
}
* {
  word-wrap: break-word !important;
}
*:focus,
*:hover {
  outline-color: transparent !important;
}
img {
  max-width: 100%;
}
a {
  color: #5069aa;
}
a:hover {
  color: #708dd8;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shadow-0 {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-blue-1 {
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
}
.shadow-blue-2 {
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.visible-lg,
.visible-md,
.visible-sm {
  display: none;
}
.btn {
  position: relative;
  padding: 8px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  white-space: pre-wrap;
  text-decoration: none;
  transition: .3s;
}
.btn:focus {
  box-shadow: none;
}
.btn_primary {
  background: #5069aa;
  color: #fff;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
}
.btn_primary:hover {
  background: #708dd8;
  color: #fff;
  box-shadow: none;
}
.btn_primary:focus {
  box-shadow: none;
}
.btn_secondary {
  background: #708dd8;
  color: #fff;
}
.btn_secondary:hover {
  background: #4e6bb6;
  color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn_secondary:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn_primary.line {
  background: #fff;
  color: #5069aa;
  border: 2px solid #5069aa;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
}
.btn_primary.line:hover {
  background: #eee;
  color: #5069aa;
  box-shadow: none;
}
.btn_primary.line:focus {
  box-shadow: none;
}
.price_button {
  background: #fff;
  color: #5069aa;
  border: 2px solid #5069aa;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .85rem;
}
.price_button:hover {
  background: #eee;
  color: #5069aa;
  box-shadow: none;
}
.price_button:focus {
  box-shadow: none;
}
.price_button i {
  margin-left: 5px;
  font-size: 1rem;
}
.back_link {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 25px;
}
.btn.price {
  position: relative;
  padding: 8px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  white-space: pre-wrap;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  background: #eee;
  color: #333;
}
.btn.price:focus {
  box-shadow: none;
}
.btn.price:hover {
  background: #708dd8;
  color: #fff;
}
input.error,
textarea.error {
	border: 1px solid red;
}
.form-control {
  padding: 5px 12px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
  border-color: #708dd8;
}
.area {
  height: 100px;
  resize: none;
}
.form .btn {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.form .btn i {
  margin-left: 5px;
}
.semicircle-bottom,
.semicircle-top {
  position: relative;
}
.semicircle-bottom:before,
.semicircle-top:before,
.semicircle-bottom:after,
.semicircle-top:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
}
.semicircle-bottom:before {
  bottom: 0;
  background-image: url('../img/semicircle-down.png');
  background-position: bottom center;
}
.semicircle-top:after {
  top: 0;
  background-image: url('../img/semicircle-up.png');
  background-position: top center;
}
.bg-gray {
  background: url('../img/bg/bg.png') repeat center;
}
.breadcrumbs {
  font-size: .9rem;
}
.breadcrumbs a {
  color: #5069aa;
}
.breadcrumbs a:hover {
  color: #708dd8;
}
.card-product {
  position: relative;
  width: 100%;
  max-width: 260px;
  padding: 25px 15px 20px 15px;
  margin: 10px auto;
  border: 1px solid #708dd8;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.card-product .img_box {
  margin-bottom: 15px;
}
.card-product .img_box img {
  display: block;
  object-fit: cover;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
}
.card-product .article {
  font-size: 12px;
  color: #adadad;
}
.card-product .name {
  display: inline-block;
  text-decoration: underline;
  color: #5069aa;
  margin-bottom: 1rem;
  min-height: 58px;
}
.card-product .name:hover {
  color: #708dd8;
}
.card-product .price {
  font-size: 1.5rem;
  font-weight: 500;
}
.card-product .price del {
  font-size: 1.2rem;
  color: #adadad;
  font-weight: 500;
}
.card-product .btn {
  padding: 4px 12px;
}
.card-product .btn_primary {
  background: radial-gradient(#5069aa 30%, #708dd8 90%);
}
.card-product .btn_primary:hover {
  background: radial-gradient(#5069aa 100%, #708dd8 0);
}
.sale_text,
.reduced_text,
.top_text,
.not-available_text{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: .8rem;
  text-transform: uppercase;
  z-index: 2;
  padding: 5px;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  display: none;
}
.sale_text {
  background: #ea2122;
}
.reduced_text {
  background: #fc8100;
}
.top_text {
  background: #708dd8;
}
.not-available_text {
	background: #999;
}
*.sale .price {
  font-weight: 700;
  color: #ea2122;
}
*.sale .sale_text {
  display: block;
}
*.reduced .price {
  font-weight: 700;
  color: #fc8100;
}
*.reduced .reduced_text {
  display: block;
}
*.top .top_text {
  display: block;
}
.quantity {
  display: inline-block;
  border: 1px solid #adadad;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
}
.quantity span {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  cursor: pointer;
  background: #fff;
  color: #fff;
  background: #5069aa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  text-align: center;
  border-radius: 5px;
  transition: .3s;
}
.quantity span:hover {
  background: #708dd8;
  color: #fff;
}
.quantity input {
  width: 100%;
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: #fff;
  padding: 5px;
  text-align: center;
  background: transparent;
}
.category_menu {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}
.category_menu li {
  display: block;
  margin-bottom: 5px;
}
.category_menu li a {
  display: block;
  padding: 15px;
  color: #fff;
  background: #5069aa;
  border-radius: 10px;
}
.category_menu li a:hover {
  background: #708dd8;
  color: #fff;
}
.category_menu li a.active {
  background: #708dd8;
}
.faq_collapse .card-header {
  background: #fff;
  border: none;
  padding: 10px 0;
}
.faq_collapse .card-header button {
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dashed #adadad;
  font-size: 1.5rem;
  color: #333;
}
.faq_collapse .card-header button:hover {
  color: #708dd8;
}
.faq_collapse .card-header button:hover i {
  color: #708dd8;
}
.faq_collapse .card-header button i {
  font-size: 1.7rem;
  margin-right: 10px;
  color: #5069aa;
}
.faq_collapse .card-body {
  font-size: .95rem;
  background: #f1f5ff;
  border-radius: 10px;
  margin: 15px auto;
}
.step span {
  color: #5069aa;
  font-weight: 700;
}
.modal-content {
  border-top: 6px solid #708dd8;
}
.add-cart_popup h5 {
  color: #708dd8;
}
.add-cart_popup img {
  height: auto;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}
.add-cart_popup .name {
  font-weight: 500;
  margin-bottom: 25px;
}
.add-cart_popup .btn {
  margin-bottom: 15px;
  font-size: .9rem;
}
.add-cart_popup a.btn {
  text-transform: uppercase;
}
.nav-pills .nav-item {
  margin: 0 10px 15px 0;
}
.nav-pills .nav-item .nav-link {
  position: relative;
  padding: 8px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  white-space: pre-wrap;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  min-width: 140px;
  background: #eee;
  color: #333;
}
.nav-pills .nav-item .nav-link:focus {
  box-shadow: none;
}
.nav-pills .nav-item .nav-link:hover {
  background: #708dd8;
  color: #fff;
}
.nav-pills .nav-item .nav-link.active {
  background: #5069aa;
  color: #fff;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.nav-pills .nav-item .nav-link.active:hover {
  background: #708dd8;
  color: #fff;
  box-shadow: none;
}
.nav-pills .nav-item .nav-link.active:focus {
  box-shadow: none;
}
.nav-pills .nav-item .nav-link.active:focus {
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.nav-pills .nav-item .nav-link.price {
  cursor: pointer;
}
.prev-arrow,
.next-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  color: #5069aa;
  margin: 0 2px;
}
.prev-arrow:hover,
.next-arrow:hover {
  color: #708dd8;
}
.prev-arrow i,
.next-arrow i {
  font-size: 28px;
}
.slick-slide {
  padding: 5px;
}
.slick-disabled {
  cursor: not-allowed;
  opacity: .3;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button:before {
  color: #5069aa;
  font-size: 18px;
}
.slick-dots li.slick-active button:before {
  color: #5069aa;
}
.slider-nav .slick-slide img {
  opacity: .4;
}
.slider-nav .slick-slide.slick-current img {
  border-radius: 5px;
  padding: 5px;
  opacity: 1;
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.modal-header {
  padding: 10px 15px;
}
.modal-header h5 {
  margin-bottom: 0;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination li {
  margin: 0 2px;
  display: inline-block;
}
.pagination li a {
  font-size: 1.2rem;
  border: 0;
  color: #5069aa;
  border-radius: 5px;
  padding: 5px 15px;
}
.pagination li a:hover {
  color: #fff;
  background: #708dd8;
  box-shadow: none;
}
.pagination li a:focus {
  box-shadow: none;
}
.pagination .page-item.active a {
  color: #fff;
  background: #708dd8;
}
#manager .none {
  display: none;
}
.filters {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filters li {
  position: relative;
  font-size: .9rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.manager-map .employees .block {
  margin: 0;
  box-shadow: none;
  border: none;
}
.product_box {
  background: #eee;
  border-radius: 10px;
  padding: 10px;
}
.product_box .slick-dots {
  bottom: -20px;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
.radio_style {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #adadad;
  border-radius: 50%;
}
input[type="radio"]:checked + .radio_style:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  border: 5px solid #5069aa;
}
header .header-top {
  padding: 15px 0;
}
header .header-top .row {
  margin: 0 -5px;
}
header .header-top .row *[class*='col-'] {
  padding: 0 5px;
}
header .header-top .logo img {
  max-height: 90px;
}
header .header-top .block_work p {
  font-size: .9rem;
  margin: 8px 0;
}
header .header-top .basket_block .box-icon {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
  padding: 10px 0;
  text-align: center;
  background: #5069aa;
  border-radius: 5px;
}
header .header-top .basket_block .box-icon i {
  font-size: 2rem;
  color: #fff;
}
header .header-top .basket_block .box-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 2px;
}
header .header-top .basket_block .box-text a {
  color: #5069aa;
  display: inline-block;
  margin-bottom: 5px;
}
header .header-top .basket_block .box-text a:hover {
  color: #708dd8;
}
header .header-top .basket_block .box-text span {
  font-size: .8rem;
  display: block;
}
header .header-top .btn {
  width: 100%;
  max-width: 190px;
  color: #5069aa;
  padding: 4px 8px;
}
header .header-top .btn:hover {
  color: #708dd8;
}
header .header-top .btn i {
  font-size: 1.2rem;
}
header .header-top ul.lang {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 5px 0 0 0;
}
header .header-top ul.lang li {
  display: inline-block;
  margin: 0 2px;
}
header .header-top ul.lang li a {
  display: inline-block;
  padding: 2px 8px;
  color: #5069aa;
  border: 1px solid #5069aa;
  border-radius: 5px;
}
header .header-top ul.lang li a:hover {
  color: #fff;
  border-color: #708dd8;
  background: #708dd8;
}
header .header-top ul.lang li a.active {
  background: #5069aa;
  color: #fff;
}
header .navbar.navbar-expand-lg {
  background: #5069aa;
  padding: 0;
}
header .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 8px;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header .navbar-nav .nav-item {
  border-radius: 5px;
}
header .navbar-nav .nav-item:hover {
  background: #708dd8;
}
header .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: .9rem;
  padding: 14px 12px;
  border-radius: 5px;
}
header .search-form .search_block {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin: 4px 0;
  border: 1px solid #fff;
}
header .search-form .form-control {
  height: 36px;
  padding: 4px 8px;
  font-size: .9rem;
  border-color: transparent;
  box-shadow: none;
}
header .search-form .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
header .search-form .btn {
  height: 36px;
  border-radius: 5px;
  padding: 2px 8px;
  background: #5069aa;
}
header .search-form .btn:hover {
  background: #708dd8;
}
header .search-form .btn i {
  color: #fff;
  font-size: 1.2rem;
}
.block_phone a {
  display: inline-block;
  font-size: 1.1rem;
  color: #5069aa;
  vertical-align: middle;
  margin: 8px 0;
  font-weight: 500;
}
.block_phone a:hover {
  color: #708dd8;
}
.block_phone a i {
  min-width: 20px;
  margin-right: 8px;
  font-size: 1.2rem;
  text-align: center;
}
.section_main {
  position: relative;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 170px);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
.section_slider-product {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 25px 0 50px 0;
}
.section_slider-product .title {
  text-align: center;
  font-weight: 500;
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: #fff;
}
.advantage_section.semicircle-bottom:before {
  z-index: 4;
}
.advantage_section {
  position: relative;
  width: 100%;
  height: auto;
  background: url('../img/bg/bg_3.jpg') no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: cover;
  padding: 75px 0 75px 0;
}
.advantage_section .img:before {
  content: '';
  position: absolute;
  top: -55px;
  right: -65px;
  background: url('../img/after.png') no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: cover;
  width: 455px;
  height: 505px;
  z-index: 3;
}
.advantage_section h2 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
.advantage_section .block {
  width: 190px;
  max-width: 190px;
  margin: 30px auto 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
}
.advantage_section .block .circle {
  position: relative;
  width: 123px;
  height: 123px;
  background: #6985ce;
  border-radius: 50%;
  border: 6px solid #fff;
  margin: 0 auto 10px auto;
}
.advantage_section .block .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section_faq {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #fff;
}
.section_form {
  position: relative;
  width: 100%;
  height: auto;
  background: url('../img/line.jpg') no-repeat scroll 0 0 #fff;
  background-position: top center;
  background-size: contain;
  padding: 50px 0;
}
.section_form .title {
  font-size: 2.3rem;
}
.section_form .subtitile {
  margin-bottom: 50px;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: url('../img/bg/bg.png') repeat center;
  border-top: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 5px 0 rgba(5, 5, 5, 0.1);
  font-size: .9rem;
}
footer .row {
  margin: 0 -5px;
}
footer .row *[class*='col-'] {
  padding: 0 5px;
}
footer .logo img {
  max-height: 70px;
  margin-bottom: 10px;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 10px 0 15px 0;
}
footer ul li a {
  display: inline-block;
  font-size: .9rem;
  color: #333;
  padding: 2px;
}
footer ul li a:hover {
  color: #333;
  text-decoration: underline;
}
footer ul li a:focus {
  color: #333;
}
footer .block_phone a {
  font-size: 1rem;
}
footer .social a {
  color: #8696a7;
}
footer .social a i {
  font-size: 30px;
}
/* Общий шаблон */
.section_top {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 60px 0;
  background: url('../img/bg/bg.png') repeat center;
}
.section_top .title {
  text-align: center;
}
.section_top .btn-section {
  display: inline-block;
  margin-top: 25px;
}
.section_top .btn-section a {
  display: block;
  float: left;
  padding: 10px 32px 25px 32px;
  color: #fff;
  background: #708dd8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  opacity: .8;
}
.section_top .btn-section a:hover {
  opacity: 1;
}
.section_top .btn-section a.active {
  background: #fff;
  color: #708dd8;
  opacity: 1;
}
.section_top.button-link {
  padding-bottom: 15px;
}
/* END */
.section_catalog {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.section_catalog .card-product {
  margin: 0 auto 30px auto;
}
.section_catalog .pagination {
  margin-top: 20px;
}
#map {
  position: relative;
  overflow-y: hidden !important;
}
.section_contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
}
.section_contact .box_info {
  padding: 25px 0;
  border-bottom: 1px solid #eaeaeb;
}
.section_contact .box_info .title {
  font-weight: 700;
  text-transform: uppercase;
}
.section_contact .box_info .btn {
  padding: 6px 12px;
}
.employees {
  padding: 25px 0 15px 0;
}
.employees .title-top {
  font-weight: 700;
  text-transform: uppercase;
  color: #708dd8;
  margin-bottom: 30px;
}
.employees .block {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #eaeaeb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.employees .block .row {
  margin: 0 -5px;
}
.employees .block .row *[class*='col-'] {
  padding: 0 5px;
}
.employees .block .img {
  margin-bottom: 10px;
}
.employees .block .img img {
  width: auto;
  height: 100%;
  max-height: 145px;
  object-fit: cover;
}
.employees .block .info {
  font-size: .9rem;
}
.employees .block .info .title {
  font-weight: 700;
}
.employees .block .info .head {
  min-height: 36px;
}
.employees .block .info .gray_text {
  display: block;
  color: #adadad;
  margin-bottom: 2px;
}
.employees .block .info a {
  display: inline-block;
  margin-bottom: 8px;
}
.employees .block .info i {
  width: 20px;
  text-align: center;
  font-size: 1.1rem;
  margin-right: 2px;
}
.section_cart {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #fff;
}
.section_cart .header {
  color: #999;
  padding: 15px 0;
  border-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 25px;
  font-size: .9rem;
}
.section_cart .header .row {
  margin: 0 -5px;
}
.section_cart .header .row *[class*='col-'] {
  padding: 0 5px;
}
.section_cart .product_block {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaeb;
}
.section_cart .product_block .row {
  margin: 0 -5px;
}
.section_cart .product_block .row *[class*='col-'] {
  padding: 0 5px;
}
.section_cart .product_block .img img {
  width: auto;
  height: 100%;
  max-height: 80px;
  object-fit: cover;
}
.section_cart .product_block .fa-trash-alt {
  color: #ea2122;
  cursor: pointer;
  font-size: 18px;
}
.section_cart .product_block .fa-trash-alt:hover {
  color: #c80000;
}
.section_cart .product_block .item {
  margin-bottom: 12px;
  text-align: center;
}
.section_cart .product_block .weight,
.section_cart .product_block .amount {
  margin-bottom: 5px;
}
.section_cart .sum_block .total {
  background: url('../img/bg/bg.png') repeat center;
  padding: 10px;
  border-radius: 10px;
  margin: 25px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.section_cart .sum_block .total span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5069aa;
}
.section_cart .btn {
  text-transform: uppercase;
}
.section_cart .btn i {
  margin-left: 5px;
}
.section_order {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: #fff;
}
.section_order .item {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 30px auto;
  font-size: .95rem;
}
.section_order .item .number_order {
  display: block;
  background: #eee;
  padding: 15px 10px;
  font-weight: 400;
  font-size: .9rem;
  border-radius: 10px;
  margin-bottom: 30px;
}
.section_order .item .title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
.section_order .item .title sup {
  color: #ea2122;
}
.section_order .item .box {
  background: #eee;
  border-radius: 10px;
  padding: 15px;
}
.section_order .item .form-control {
  padding: 5px 12px;
  font-size: .95rem;
}
.section_order label,
.section_order span.text {
  display: block;
}
.section_order label {
  margin-bottom: 15px;
  margin: 15px 0;
}
.section_order span.text {
  margin-bottom: 5px;
  font-size: .9rem;
}
.section_order .lable_check span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.section_order .delivery_order {
  margin-top: 30px;
  height: auto;
}
.section_order .delivery_order label {
  margin-bottom: 0;
}
.section_order .delivery_order select.form-control {
  height: auto;
  font-size: .9rem;
  margin-bottom: 15px;
}
.section_order .hidden {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.section_order .btn {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.section_manager {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.section_manager .filters {
  margin-bottom: 30px;
}
.section_manager .filters li {
  position: relative;
  padding: 8px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  white-space: pre-wrap;
  text-decoration: none;
  transition: .3s;
  background: #eee;
  margin: 5px 2px;
}
.section_manager .filters li:focus {
  box-shadow: none;
}
.section_manager .filters li.active {
  position: relative;
  padding: 8px 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  white-space: pre-wrap;
  text-decoration: none;
  transition: .3s;
  background: #5069aa;
  color: #fff;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
}
.section_manager .filters li.active:focus {
  box-shadow: none;
}
.section_manager .filters li.active:hover {
  background: #708dd8;
  color: #fff;
  box-shadow: none;
}
.section_manager .filters li.active:focus {
  box-shadow: none;
}
.section_manager .employees .block .info .head {
  font-weight: 500;
}
.section_product {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 25px 0;
  /* .not-availability {
        display: none;
        font-weight: 500;
        color: @red;
        text-transform: uppercase;

        i {
            font-size: 1.1rem;
        }
    } */
}
.section_product .title_product {
  margin-bottom: 30px;
  font-size: 1.3rem;
  min-height: 48px;
}
.section_product .old_price {
  font-weight: 500;
  color: #ea2122;
  font-size: 1rem;
}
.section_product .old_price del {
  font-size: 1.2rem;
}
.section_product .availability {
  font-weight: 500;
  color: #5069aa;
  text-transform: uppercase;
}
.section_product .availability i {
  font-size: 1.1rem;
}
.section_product .delivery-availability {
  display: none;
  font-weight: 500;
  color: #5069aa;
  text-transform: uppercase;
}
.section_product .delivery-availability i {
  font-size: 1.1rem;
}
.section_product .image_product .box_top {
  position: relative;
}
.section_product .image_product .box_top .sale_text,
.section_product .image_product .box_top .reduced_text,
.section_product .image_product .box_top .top_text {
  z-index: 2;
}
.section_product .image_product .slider-for {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(80, 105, 170, 0.16), 0 3px 6px rgba(80, 105, 170, 0.23);
}
.section_product .image_product .slider-for img {
  height: auto;
  max-height: 375px;
  margin: 0 auto;
  object-fit: cover;
}
.section_product .image_product .slider-nav .slick-slide img {
  height: auto;
  max-height: 120px;
  margin: 0 auto;
  object-fit: cover;
}
.section_product .image_product .slick-dots {
  bottom: -35px;
}
.section_product .content_blocks .blocks_price {
  padding: 12px 15px;
  border-radius: 10px;
}
.section_product .content_blocks .blocks_price .title {
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
.section_product .content_blocks .blocks_price .table-responsive .data-prices {
  width: 100%;
  margin-bottom: 10px;
}
.section_product .content_blocks .blocks_price .table-responsive .data-prices td {
  padding: 10px 5px;
  border-bottom: 1px solid #bac0c6;
}
.section_product .content_blocks .blocks_price .table-responsive .data-prices del {
  font-weight: 500;
  color: #ea2122;
}
.section_product .content_blocks .blocks_price .table-responsive .one-price.active {
  font-weight: 500;
  color: #5069aa;
}
.section_product .content_blocks .blocks_price .table-responsive .one-price.active .text-right span {
  font-weight: 700;
  font-size: 1.3rem;
}
.section_product .content_blocks .blocks_price .minsum {
  font-size: .9rem;
  text-align: right;
}
.section_product .content_blocks .add_product {
  text-align: right;
  padding: 15px 0;
}
.section_product .content_blocks .add_product .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.section_product .content_blocks .add_product .quantity span,
.section_product .content_blocks .add_product .quantity input {
  padding-top: 9px;
  padding-bottom: 9px;
}
.section_product .content_blocks .add_product .quantity input {
  max-width: 50px;
  padding: 9px 0;
}
.section_product .content_blocks .add_product .btn {
  padding: 7px 12px;
}
.section_product .content_blocks .pay_blocks {
  border-radius: 10px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #bac0c6;
}
.section_product .content_blocks .pay_blocks span {
  display: block;
  margin: 10px 0;
}
.section_product .content_blocks .pay_blocks i {
  width: 70px;
  margin: 10px 0;
  text-align: center;
  font-size: 22px;
  color: #5069aa;
}
.section_product .content_blocks .pay_blocks i:hover {
  cursor: pointer;
  color: #708dd8;
}
.section_product .content_blocks .pay_blocks i.line {
  border-right: 1px solid #bac0c6;
}
.section_product .descriptions_blocks {
  padding: 50px 0 25px 0;
  border-bottom: 1px solid #bac0c6;
}
.section_product .descriptions_blocks .blocks_options {
  padding: 5px 0;
  margin-bottom: 10px;
  background-repeat: repeat-x;
  background-image: url('../img/icon/dots.png');
  background-position: 0px 20px;
}
.section_product .descriptions_blocks .blocks_options *[class*='col-'] {
  background: #fff;
}
.section_product .btn.price {
  background: #fff;
  color: #5069aa;
  border: 2px solid #5069aa;
  box-shadow: 0 1px 3px rgba(80, 105, 170, 0.16), 0 1px 3px rgba(80, 105, 170, 0.12);
  padding: 6px 12px;
  line-height: 1.2;
}
.section_product .btn.price:hover {
  background: #eee;
  color: #5069aa;
  box-shadow: none;
}
.section_product .btn.price:focus {
  box-shadow: none;
}
.section_product .btn.price i {
  font-size: .9rem;
}
.section_product .text_block {
  margin-top: 30px;
}
.services_page {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0 50px 0;
  background: #fff;
}
.services_page .title {
  font-size: 6rem;
  color: #5069aa;
}
.services_page .btn {
  margin-top: 20px;
}
/* 17.09.19 */
.menu_block {
	padding: 15px;
  color: #000;
  background: url(../img/bg/bg.png) repeat center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.menu_block .title {
	font-size: 1.1rem;
}
.menu_block .text {
	font-size: 1.2rem;
	color: #555;
}
/* 17.09.19 END */
@media all and (max-width: 1199px) {
  body,
  html {
    font-size: 93%;
  }
  .advantage_section .img {
    display: none;
  }
}
@media all and (max-width: 991px) {
  body,
  html {
    font-size: 95%;
  }
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  header .navbar.navbar-expand-lg {
    padding: 10px;
  }
  .section_top.button-link {
    padding-bottom: 5px;
  }
  .section_cart .product_block .quantity input {
    max-width: 35px;
  }
}
@media all and (max-width: 767px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  footer ul {
    margin: 2rem 0 5rem 0;
  }
  .section_top.button-link {
    padding-bottom: 0;
  }
  .section_cart .product_block .fa-trash-alt {
    margin-top: 10px;
  }
  .section_product .title_product {
    margin-top: 30px;
  }
  .nav-pills .nav-item {
    margin: 0 auto 10px auto;
  }
  .category_menu {
		height: 0;
		overflow: hidden;
	}
	.category_menu.open {
		height: auto;
	}
}
@media all and (max-width: 575px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none !important;
  }
  .block_phone,
  .basket_block {
    margin-bottom: 15px;
  }
  footer {
    text-align: center;
  }
  footer ul {
    margin: 1rem 0;
  }
  .section_top .btn-section a {
    padding: 10px 15px 20px 15px;
  }
  .section_product .content_blocks .pay_blocks {
    padding: 15px;
    text-align: center;
  }
  .section_product .content_blocks .add_product {
    text-align: center;
  }
  .section_product .content_blocks .add_product .item {
    margin: 0 0 15px 0;
  }
  .section_product .content_blocks .add_product .btn {
    padding: 7px 10px;
  }
  .section_product .descriptions_blocks .blocks_options {
    background: transparent;
  }
  .section_product .descriptions_blocks .blocks_options span {
    font-weight: 700;
  }
  .nav-pills .nav-item {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
@media all and (max-width: 480px) {
  .section_product .descriptions_blocks .blocks_options {
    background: transparent;
  }
  .section_product .descriptions_blocks .blocks_options span {
    font-weight: 700;
  }
}

.text-sale {
	padding: 0 5px 10px 5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #bac0c6;
	font-size: .9rem;
}

.section_product .not-availability {
  font-weight: 500;
  color: red;
}
.section_catalog .card-product[data-available="0"] .not-available_text {
	display: block;
}
.section_catalog .card-product[data-available="0"] .img_box a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.section_catalog .card-product[data-available="0"] .name,
.section_catalog .card-product[data-available="0"] .img_box a img,
.section_catalog .card-product[data-available="0"] .price,
.section_catalog .card-product[data-available="0"] .btn {
		opacity: .6;
}

.section_main {
	position: relative;
	padding: 0;
	/*max-height: calc(100vh - 200px);*/
	height: auto;
	min-height: 150px;
	margin: 0;
	width: auto;
	background-size: cover;
}
@media all and (min-width: 991px) {
	.section_main {
		height: 740px;
	}
}
@media all and (max-width: 991px) {
	.section_main,
	.glass::after{
		max-height: calc(100vh - 50px);
	}
}
header {
	position: relative;
	z-index: 2;
}
.glass::after {
	content: '';
	position: absolute;
	width: 100%;
  height: 100%;
  max-height: calc(100vh - 200px);
  background: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 56.25% (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  z-index: 1;
  max-height: calc(100vh - 200px);
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-width: 0;
  outline-width: 0;
}

.thumb-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 2;
}

.video-box {
	width: 100%;
	height: calc(100vh - 200px);
	position: relative;
	overflow: hidden;
}
.video-box iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 0;
}
.video-content {
	position: relative;
	color: #fff;
	padding: 50px;
	font-size: 20px;
}
.video-content:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;	
}

@media all and (max-width: 991px) {
	.video-box {
		min-height: 300px;
		height: calc(100vh - 50px);
	}
}

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* .video-container{
  width:100%;
  height: calc(100vh - 200px);
  overflow:hidden;
  position:relative;
}
@media all and (max-width: 991px) {
	.video-container {
		height: calc(100vh - 100px);
	}
}
.video-container iframe,{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe, {
  pointer-events: none;
}
.video-container iframe{
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.video-foreground{
  pointer-events:none;
} */

.picture-link {
	position: relative;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 30px;
}
.picture-link__link {
	display: inline-block;
}

@media all and (max-width: 991px) {
	.picture-link {
		margin-top: 35px;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.force-font {
  font-family: 'Roboto', sans-serif !important;
  all: unset; /* сброс всех унаследованных стилей */
  font-family: 'Roboto', sans-serif !important;
}
