.container {
 /* max-width: 960px;*/
}
.bg-light {box-shadow: 0 4px 3px 1px rgba(0,0,0,.07);}
a {color:#28c2ff;}
.logo {height: 50px;background: #28c2ff;padding: 10px;}
.logo-f {width: 100%;}
.tac {text-align: center;}
.menu a {color:#000;padding: 20px;}
.menu a:hover {color:#fff; background-color: #888;text-decoration: none;}
.mt0 {margin-top: 0px !important;}
.mod-p {float: left;margin-right: 8px;}
.had1 {color:#fff;}
.had {color:#fff; margin-top: 10px;}
.had-tel {font-size: 21px; color:#fff;font-family: 'Kelson Sans', sans-serif; margin-top: 10px;}
.img-p {height: 200px;margin-bottom: 20px;}
footer {background: #f8f9fa;margin-top: 50px;}
.img-c {width: 100%;}
.text-white a {color: #fff!important;}
.text-black a {color: #000!important;}
.nav-link {margin-right: 12px;margin-left: 12px;font-size: 17px;}
.nav-item a {color: #000!important;}
.nav-item a:hover {color: #888!important;}
.tit {color: #000;font-size: 21px; text-transform: uppercase;}
.tit-a > a {color: #000;font-size: 21px;}
.tit-a > a:hover {color: #666;}
.nastr {cursor: pointer;float: right;/*display: contents;*/display: none;color: #28c2ff;}
.nastr:hover {color: #0056b3;text-decoration: underline;}
#pop-scroll-close {background: url(/img/pop-scroll-close.gif) no-repeat!important;top: 17px!important;}
#pop-scroll-up {background: url(/img/pop-scroll-up.gif) left center no-repeat!important;display: none;}
.mrv {display: none!important;}
.basket {margin-top: 10px;}
.d3 {font-size: 3rem;}
#colbsk{float: right;margin-left: 7px;margin-top: 3px;}
nav.navbar .dropdown:hover > .dropdown-menu {display: block;} 
.region {color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1;
    justify-content: flex-start;
    padding-left: 15px;
    margin-top: -5px;}
.region span {
    display: block;
    text-align: left;
    padding-left: 4px;
}
.region svg {  position: relative;
    margin-left: -22px;
    font-size: 28px;
    margin-top: -15px;
    top: 31px;
    width: 20px;
	display: block;
    text-align: left;
    padding-left: 4px;
}
#region {background-color: #52585f;color: #fff;border: 0px;outline: 0px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background: none; border-bottom: solid 2px #28c2ff; border-radius: 0;}
.nav-pills .nav-link:hover {border-bottom: solid 2px #28c2ff; border-radius: 0;}
.inp {height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box; border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#pop-scrollT {padding: 10px!important;height: 36px!important;}
#pop-scroll h5 {color: #0062cc!important;}
.ntdu {background: #fff;}
#pop-scroll #okname, #pop-scroll #subname, #pop-scroll .blueButton {padding: 4px 8px!important;}
#pop-scroll input#name, #pop-scroll input#email, #pop-scroll input#chatText {border-radius: 0px !important;padding: 4px;border: 1px solid #666;}
#pop-scrollC {height: 160px!important;}
.redU {font: 14px Arial!important;color: #005F90!important;margin-left: 20px !important;}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: #52585f;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #999;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.gl {
  height: 32rem;
  background-image: -webkit-linear-gradient(270deg, rgb(134, 13, 255), rgb(3, 169, 244));
}
.carousel-item > .container > .row > div > img {width: 100%;}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.breadcrumb {background: none;padding: 15px 5px;}
.link-k {
	background: none;
    color: #212529;
    padding: 12px;
    border: solid 2px #cecece;
    margin-bottom: 40px;
    border-radius: 6px;
	margin-top: 40px;
}
.tab-pane thead {text-align: center;font-size: 16px;color: #ffffff;background: #28c2ff;text-transform: uppercase;}
.tab-pane tr:nth-child(2n) {background: #eee;}
.btn-primary {color: #fff; background-color: #28c2ff; border-color: #28c2ff;}
.carousel-indicators li {background-color: #ccc!important;}
.fade:not(.show) {opacity: 1 !important;}
div#cfmAll {
    width: 100%;
    position: fixed;
    height: 90px;
    bottom: 0px;
    background: #28c2ff;
    box-shadow: 2px 1px 10px #000;
    z-index: 999;
    animation: popinPOPOR 1 8s;
    animation-fill-mode: forwards;
}
div#cfmDialog {
    width: 390px;
    margin: auto;
    margin-top: 29px;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
}
div#cfmDialog:after {
    content: "»";
    border-radius: 110px;
    transition: .3s;
    font-family: 'Linearicons-Free';
    font-size: 17px;
    margin-left: 10px;
}

.cat-p > .price:after {
    content: "₽";
    font-size: 84% !important;
    margin-left: 8px;
}
.pricing-card-title > .price:after {
    content: "₽";
    font-size: 84% !important;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: 5px;
    float: right;
}
.pricing-card-title > .price::before {
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z'/%3e%3c/svg%3e");
margin-right: 8px;
}
.tac > .price:after {
    content: "₽";
    font-size: 84% !important;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: 5px;
    float: right;
}
.tac > .price::before {
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z'/%3e%3c/svg%3e");
margin-right: 8px;
}
.skrol {overflow-x: scroll;}