@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic");
body {
  font-family: "Roboto Condensed", sans-serif;
}
:focus {
	outline: none !important;
}
.media-heading a{
    color:#000;
}
.img-left {
  float: left;
  margin: 5px 20px 20px 0;
}
.img-right {
  float: right;
  margin: 5px 0 20px 20px;
}

.img-cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.img-contain {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

a {
  color: #ff3b3b;
}
a:hover,
a:focus {
  color: #cc2f2f;
}

article .img {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border: 2px solid #cfcfcf;
}
article .page-in a {
    display:block;
}
article .page-in a:hover,
article .page-in a:focus {
    text-decoration:none;
}
article .page-in p{
    color: #000;
  margin-top: 20px;
}
header {
  padding: 30px 0 0;
}

header a {
  color: #ff3b3b;
}
header a:hover,
header a:focus {
  color: #cc2f2f;
}

header a .fa-whatsapp, header a .fa-phone-volume, header a .fa-map-marker-alt, header a .fa-envelope {
  color: #333;
}

header a:hover, header a:focus {
  text-decoration: none;
}

header .header-menu {
  background: #ff3b3b;
  margin-top: 30px;
}

header .header-menu ul li a {
  color: #fff;
  padding: 18px 22px;
  font-size: 18px;
}

header .header-menu ul li a:hover, header .header-menu ul li a:focus {
  background: #cc2f2f;
}

header .header-menu .active {
  background: #cc2f2f;
}

header .slogan {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 0 0;
}

.carousel-indicators {
  bottom: 40px;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin-right: 10px;
  margin-left: 10px;
}

.carousel-indicators .active {
  background-color: #ff3b3b;
}

.carousel .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 468px;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url(../img/right.png);
}

.carousel-control-prev-icon {
  background-image: url(../img/left.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 8px;
  height: 15px;
}

.carousel .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#wpbgallery li a {
    display:inline-block;
}
article {
  padding: 20px 0 50px;
}

article h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.company {
  padding: 100px 0;
}

.company h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.company p {
  font-size: 16px;
  line-height: 27px;
}

.company .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.offer {
  background: url(../img/bg.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 60px 0;
  position: relative;
}

.offer .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  transform: rotate(180deg);
}

.offer .teeth-bot {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.offer h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.offer a {
  display: block;
  padding-bottom: 20px;
}

.offer a:hover, .offer a:focus {
  text-decoration: none;
}

.offer a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.offer a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.offer a p {
  color: #fff;
  margin-top: 20px;
}

.stone {
  padding: 100px 0;
}

.stone h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.stone a {
  display: block;
  color: #000;
}

.stone a:hover, .stone a:focus {
  text-decoration: none;
}

.stone a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.stone a .img {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.stone a p {
  margin: 20px 0;
  font-size: 20px;
}

.popular {
  background: #f2f1f1;
  padding: 100px 0;
  position: relative;
}

.popular h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 50px;
}

.popular a {
  display: block;
  color: #000;
}

.popular a:hover, .popular a:focus {
  text-decoration: none;
}

.popular a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.popular a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.popular a p {
  font-size: 17px;
  margin: 10px 0 2px;
}

.popular a span {
  color: #ff3b3b;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
}
.popular a span svg {
  font-size: 19px;
}

.get-form, .get-form-single {
  padding: 100px 0;
  background: url(../img/bg1.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  color: #fff;
}

.get-form .teeth-top, .get-form-single .teeth-top {
  background: url(../img/teeth-1.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.get-form h2, .get-form-single h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 64px;
}

.get-form .form-control, .get-form-single .form-control {
  border-radius: 0;
  border-width: 3px;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0);
}

.get-form .form-control::-webkit-input-placeholder, .get-form-single .form-control::-webkit-input-placeholder {
  color: #fff;
}

.get-form .form-control::-moz-placeholder, .get-form-single .form-control::-moz-placeholder {
  color: #fff;
}

.get-form .form-control:-ms-input-placeholder, .get-form-single .form-control:-ms-input-placeholder {
  color: #fff;
}

.get-form .form-control::-ms-input-placeholder, .get-form-single .form-control::-ms-input-placeholder {
  color: #fff;
}

.get-form .form-control::placeholder, .get-form-single .form-control::placeholder {
  color: #fff;
}

.get-form .btn-primary, .get-form-single .btn-primary {
  background-color: #ff3b3b;
  border-color: #ff3b3b;
  border-radius: 0;
  padding: 4px 50px;
  font-size: 20px;
  margin-bottom: 20px;
}

.get-form .form-check-label, .get-form-single .form-check-label {
  font-size: 14px;
  font-style: italic;
}

.get-form .form-check-label a, .get-form-single .form-check-label a {
  color: #fff;
}

.get-form .teeth-bot, .get-form-single .teeth-bot {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.get-form-single .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  transform: rotate(180deg);
}

.get-form-single .form-control::-webkit-input-placeholder {
  color: #fff;
}

.get-form-single .form-control::-moz-placeholder {
  color: #fff;
}

.get-form-single .form-control:-ms-input-placeholder {
  color: #fff;
}

.get-form-single .form-control::-ms-input-placeholder {
  color: #fff;
}

.get-form-single .form-control::placeholder {
  color: #fff;
}

.get-form-single .form-check-label a {
  color: #fff;
}

.get-form-single .teeth-bot {
  background: url(../img/teeth-blue.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  bot: 0;
  width: 100%;
  transform: rotate(180deg);
}

.sert {
  border-top; 1px solid #ccc;
}

.advant {
  padding: 100px 0;
}

.advant h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.advant img {
  max-width: 100%;
}

.advant span {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px;
  font-size: 20px;
}

.advant p {
  font-size: 18px;
}

.catalog {
  padding: 80px 0;
  text-align: center;
}

.catalog h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 60px;
}

.catalog form {
  padding: 60px 0;
}

.catalog form .form-control {
  border-radius: 0;
  border-color: #ff3b3b;
}

.catalog form .btn-primary {
  background: #ff3b3b;
  border-color: #ff3b3b;
  border-radius: 0;
  padding: .375rem 30px;
}

.catalog .catalog-item a {
  display: block;
  color: #000;
}

.catalog .catalog-item a:hover, .catalog .catalog-item a:focus {
  text-decoration: none;
}

.catalog .catalog-item a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.catalog .catalog-item a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.catalog .catalog-item a p {
  background: #f2f1f1;
  padding: 10px 0 25px;
  font-size: 20px;
  position: relative;
  top: -3px;
}

.catalog .catalog-item a span {
  position: relative;
  display: inline-block;
  background: #ff3b3b;
  color: #fff;
  font-size: 23px;
  padding: 5px 20px;
  top: -35px;
}

.catalog .catalog-item a span .fa-ruble-sign,
.catalog .catalog-item a span .fa-euro-sign {
  font-size: 20px;
  padding: 0 0 2px;
}

.catalog nav {
  margin-top: 50px;
}

.catalog nav .page-numbers {
  border: none;
  margin: 0 7px;
  color: #000;
	   position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
	    font-family: 'Montserrat', sans-serif;
}

.catalog nav .page-numbers:hover, .catalog nav .page-numbers:focus {
  background-color: #ff3b3b;
  color: #fff;
	text-decoration:none;
}
.catalog nav .page-numbers.dots:hover, .catalog nav .page-numbers.dots:focus {
  background-color: transparent;
color:#000;
}

.profiles a .title {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.profiles a:hover,
.profiles a:focus {
  text-decoration: none;
}
.profiles a:hover .title,
.profiles a:focus .title {
  color: #ff3b3b;
}

/* .catalog nav .page-item:first-child .page-numbers {
  margin-right: 30px;
}

.catalog nav .page-item:last-child .page-numbers {
  margin-left: 30px;
}
 */

/* .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #007bff;
} */
.page-numbers.prev {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-numbers.next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.catalog nav .page-numbers.current {
background-color: #ff3b3b;
  color: #fff;
}
select.form-control, .get-form-single select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right .5em center;
  padding-right: 2em;
}

nav .breadcrumb {
  background-color: transparent;
  padding: .75rem 0;
}

nav .breadcrumb a {
  color: #000;
  font-size: 19px;
}
.breadcrumb-item.active {
    font-size:19px;
}

.single .single-img {
  margin-bottom: 30px;
}

.single .embed-responsive-4by3::before {
  padding-top: 100%;
}

.single .photo .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.single .photo p {
  background: #f8f8f8;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
}

.single .photo p span {
  font-weight: 700;
}

.single .photo p a {
  color: #000;
  text-decoration: underline;
  font-style: italic;
}

.single h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.single .text .price {
  padding: 15px 0;
  font-size: 12px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.single .text .price .fa-ruble-sign,
.single .text .price .fa-euro-sign {
  font-size: 20px;
  padding-bottom: 2px;
}

.single .text .price span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.single .text .price .info span {
  font-weight: 400;
}

.single .text .price .width20 span {
  color: #ff3b3b;
}

.single .parametr {
  padding: 18px 0;
  border-bottom: 1px solid #000;
  font-size: 15px;
}

.single .parametr .left {
  text-transform: uppercase;
  font-weight: 700;
}

.single .parametr .right ul {
  padding-left: 0;
  padding-top: 10px;
}

.single .text-bottom {
  padding: 20px 0;
}

/* .single .breadcrumb li:nth-child(2){
	display:none;
} */

.similar {
  padding: 100px 0;
  background: #f2f1f1;
  position: relative;
}

.similar h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.similar a {
  display: block;
  color: #000;
}

.similar a:hover, .similar a:focus {
  text-decoration: none;
}

.similar a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.similar a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.similar a p {
  margin: 20px 0;
  font-size: 20px;
}

.similar .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  transform: rotate(180deg);
}

.kromki {
  padding: 100px 0;
}

.kromki h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.kromki .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.kromki p {
  font-size: 17px;
  font-weight: 700;
  margin: 5px 0 10px;
}

.kromki a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.kromki a:hover, .kromki a:focus {
  text-decoration: none;
}

.kromki .btn-default {
  background: #ff3b3b;
  color: #fff;
  margin-top: 20px;
  padding: 5px 50px;
  font-size: 20px;
}

.advant-blue {
  padding: 100px 0;
  color: #fff;
  background: #ff3b3b;
  position: relative;
}

.advant-blue .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.advant-blue h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.advant-blue img {
  max-width: 100%;
}

.advant-blue span {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px;
  font-size: 20px;
}

.advant-blue p {
  font-size: 18px;
}

.questions {
  padding: 100px 0;
  font-size: 18px;
}

.questions h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.questions a:hover,
.questions a:focus {
  text-decoration: none;
}

.questions .left a {
  background: #ff3b3b;
  padding: 15px 50px;
  color: #fff;
  display: inline-block;
}

.questions .right a {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

#wpas-load-btn {
	    background: #ff3b3b;
    border-color: #ff3b3b;
    border-radius: 0;
    padding: .375rem 30px;
	font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff
}
#wpas-load-btn:hover,
#wpas-load-btn:focus {
	cursor:pointer;
}
footer {
  background: #000;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
.products a {
  display: block;
  padding-bottom: 20px;
}

.products a:hover, .offer a:focus {
  text-decoration: none;
}

.products a .embed-responsive-4by3::before {
  padding-top: 100%;
}

.products a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.products a p {
  color:#000;
  margin-top: 20px;
}
footer .teeth-top {
  background: url(../img/teeth.png) repeat 0px 0px;
  height: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  transform: rotate(180deg);
}

footer a,
footer span{
  font-size: 16px;
  color: #fff;
}

footer a:hover, footer a:focus {
  color: #fff;
}

footer ul {
  padding-left: 16px;
}

footer ul li a {
  color: #cacaca;
  font-style: italic;
}

footer .logo p {
  text-transform: uppercase;
  font-size: 16px;
}

footer .menu-2 ul {
  margin-bottom: 48px;
}

footer .address a {
  display: block;
  margin-bottom: 20px;
}

footer .phone a {
  display: inline-block;
  margin-bottom: 20px;
}

footer .dremin a {
  margin-top: 35px;
  display: block;
}
.hidden {
	display:none!important;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
       display: block;
       right:162px;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

@media (min-width: 1199px) {
  .toggle {
    display: none;
  }
}

@media (max-width: 1199px) {
  header a {
    font-size: 14px;
  }
  header .header-menu ul li a {
    padding: 16px 14px;
  }
  .header-menu .toggle {
    display: none;
  }
  .advant span,
  .advant-blue span {
    font-size: 16px;
  }
  .advant p,
  .advant-blue p {
    font-size: 14px;
  }
  footer .logo p {
    text-transform: uppercase;
    font-size: 14px;
  }
  footer .menu-2 ul {
    margin-bottom: 28px;
  }
}

@media (max-width: 992px) {
  header a {
    font-size: 15px;
  }
  header .header-menu {
    padding: 10px 0;
  }
  header .header-menu .toggle a {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
  }
  header .header-menu .toggle a:hover, header .header-menu .toggle a:focus {
    text-decoration: none;
    color: #fff;
  }
  header .header-menu .menu {
    display: none;
    text-align: center;
  }
  header .header-menu .menu ul {
    padding: 0;
  }
  header .header-menu .menu ul li a {
    padding: 10px 0;
    display: block;
  }
  .variants a {
    padding: 10px;
  }
  .single h1 {
    margin-top: 20px;
  }
  .nav {
    display: block;
  }
  header .toggle {
      display: block !important;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .company {
    padding: 60px 0 80px;
  }
  .offer p {
    margin-bottom: 30px;
  }
  .popular a span {
    margin-bottom: 20px;
    display: block;
  }
  .get-form h2, .get-form-single h2,
  .get-form-blue h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .advant p,
  .advant-blue p {
    margin-bottom: 30px;
  }
  footer {
    padding: 60px 0;
  }
  footer .address {
    margin-top: 30px;
  }
  .dis-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  header {
    padding: 15px 0 0;
  }
  header a {
    margin: 10px 0;
    display: block;
  }
  header .header-menu {
    margin-top: 5px;
    padding: 1px 0;
  }
  header .header-menu .menu ul li a {
    margin: 0;
  }
  .company {
    padding: 45px 0 35px;
  }
  .stone,
  .similar,
  .popular,
  .get-form,
  .get-form-single,
  .get-form-blue,
  .advant,
  .advant-blue,
  .catalog {
    padding: 50px 0;
  }
  .offer a .embed-responsive-4by3::before,
  .stone a .embed-responsive-4by3::before,
  .similar a .embed-responsive-4by3::before,
  .popular a .embed-responsive-4by3::before,
  .kromki a.embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .single .photo img {
    display: none;
  }
  .company h1,
  .offer h2,
  .stone h2,
  .similar h2,
  .popular h2,
  .get-form h2, .get-form-single h2, .get-form-single h2,
  .get-form-blue h2,
  .kromki h2,
  .advant-blue h2,
  .questions h2,
  .catalog h1 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .catalog h1 {
    margin-bottom: 10px;
  }
  .single .text .price {
    text-align: left;
  }
  .single .parametr .right ul {
    list-style: none;
  }
  .questions .right,
  .questions .left {
    text-align: center !important;
  }
  .questions .left a {
    margin-bottom: 20px;
  }
  footer .menu {
    text-align: center;
  }
  footer .phone {
    text-align: center;
  }
  footer .phone a {
    display: block;
  }
  footer .dremin {
    text-align: center !important;
  }
  footer .dremin a {
    margin-top: 10px;
  }
}

.fancybox-caption-wrap {
  text-align: center;
  font-weight: 700;
}
.fancybox-caption-wrap .fancybox-caption {
  font-size: 18px;
}

.btn-primary {
  background-color: #ff3b3b;
  border-color: #ff3b3b;
}

.portfolio-title {
  text-align: center;
}