@font-face {
    font-family: OSB; /* Имя шрифта */
    src: url(../Fonts/OpenSans-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: OSR; /* Имя шрифта */
    src: url(../Fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
}
html, body {
    overflow-x: hidden;
}
a{
	color: white;
    text-decoration: none;
}
a:hover, a:focus {
    color: white;
    text-decoration: none;
}
.nav{
	display:block;
	background:#3E4156;
}
*{
	font-family: 'Roboto', sans-serif !important;
}
.menu{
	display:block;
	text-align: center;
	margin: 0;
	padding:0;
}
ul.sub-menu li {
    text-align: left;
}
ul.sub-menu {
    width: 210px;
}
.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
}
ul.sub-menu {
    width: 220px;
}
.menu li:first-child{
	margin-left:0;
}

.menu li a {
	font-weight:600;
	text-decoration:none;
	padding:11px;
	display:block;
	color:black;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 18px;
}

.menu li a:hover, .menu li:hover > a {
    color: #6c6b6a;
}

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 43px;
	left: 0px;
	background: #ffffff;
}
li.gridder-list img {
    margin: 3px auto;
}
.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size:12px;
	font-weight:normal;
	display:block;
	color:#797979;
	border-left:3px solid #ffffff;
	background:#ffffff;
}

.menu ul li a:hover, .menu ul li:hover > a{
	background:#f0f0f0;
	border-left:3px solid #9CA3DA;
	color:#797979;
}

.menu li:hover > ul{ 
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}

.mobile-menu{
	display:none;
	width:100%;
	padding:11px;
	background:#3E4156;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
}
.mobile-menu:hover{
	background:#3E4156;
	color:#ffffff;
	text-decoration:none;
}
.owl-img-wrapper img {
    width: 100%;
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 10px 0px;
    background: white;
    border-bottom: 2px solid black;
}
.gridder-expanded-content .col-md-4.col-sm-5 img {
    margin: 0 auto;
}
.gridder-show {
    background: url(../img/bl-bg.jpg)no-repeat center !important;
    background-size: cover !important;
}
li.gridder-list p {
    text-align: center;
}
.gridder-navigation a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px 10px;
}
.owl-pagination {
    display: none;
}
.owl-buttons {
    display: none;
}
li.gridder-list p {
    color: #fff;
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.gridder-expanded-content h2 {
    color: #fff;
}
.gridder-expanded-content p {
    text-align: justify;
    color: white;
    font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
body.modal-open {
    padding-right: 0 !IMPORTANT;
}

.area {
  text-align: center;
  font-size: 6.5em;
  color: #fff;
  letter-spacing: -7px;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur 1s ease-out infinite;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}

@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}
.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #5e2125;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #5e2125), to(#c31f2a));
    background: linear-gradient(to right, #ff0011, #4c0005);
    -webkit-box-shadow: 0px 9px 16px 0px rgb(250 73 35 / 25%);
    box-shadow: 0px 9px 16px 0px rgb(6 6 6 / 25%);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
a.gridder-nav.prev {
    background-image: url(/img/left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
a.gridder-nav.next {
    background-image: url(/img/right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
a.gridder-close {
    background-image: url(/img/close.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
.owl-item-block.owl-carousel.owl-theme .owl-item img {
    width: 100%;
}
.owl-item-block.owl-carousel.owl-theme .owl-item {
    padding: 5px;
}

input.feedback.btn.btn-block {
    width: 100%;
    margin: 0 auto;
    background: none;
    background-image: url(/img/order.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 88px;
    color: white;
    text-transform: uppercase;
}
input.feedback.btn.btn-block.btn-success {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-block {
    padding: 140px 0px;
    margin-top: 30px;
}
header {
    background: #8a817c73;
    padding: 9px 0px;
}
.logo-block {
    text-align: center;
}
.menu-block {
    padding: 8px 0px 0px;
}
.text-block {
    padding: 178px 10px;
}
.img-block img {
    width: 100%;
    max-width: 100%;
}
.button-div {
    width: 150px;
    text-align: center;
    padding: 10px 15px;
    background: #463F3A;
    color: white;
    text-transform: uppercase;
    clear: both;
}
.btn_ktl {
    margin: 25px auto;
    width: 290px;
}
section.o_kompanii {
    background-image: url(../img/bg12.jpg); 
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
span.grey:before {
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    right: 0;
    background: #463F3A;
    content: '';
    z-index: -1;
}
span.grey {
    color: white;
    position: relative;
    z-index: 2;
}
section.o_kompanii .text-block p {
    font-size: 20px;
    width: 75%;
}
section.preimushestvo {
    padding: 50px 0px;
}
.photo-block {
    clear: both;
}
.photo-block {
    padding: 50px 0px;
}
form.forma input.form-control {
    border: 1px solid black;
    color: black !important;
    height: 40px;
    margin-bottom: 15px;
}
button.btn.btn-default.d-table.btn-block.btn-success {
    background: #feed01;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.fixed_block a {
    color: black;
    font-weight: bold;
}
.fixed_block {
	display:none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #01e675;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    padding: 11px 0px;
}
img.why {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
section.preimushestvo .icnoblock {
    text-align: center;
    min-height: 205px;
}
.desc-block {
    text-align: center;
}
section.preimushestvo h2 {
    margin-bottom: 50px;
}
section.preimushestvo .col-md-3.col-sm-6 {
    min-height: 325px;
}
h2.zagalovok {
    margin-bottom: 50px;
    font-size: 36px;
}
section.akcii h2.zagalovok {
    font-size: 85px;
}
.akcii-text-block span.grey {
    padding: 5px 5px 5px 5px;
    background: #463f3a;
}
.akcii-text-block {
    padding: 85px 0px;
}
.akcii-text-block h3 {
    font-size: 40px;
}
section.akcii {
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
section.katalog h2.zagalovok {
    font-size: 85px;
}
section.katalog {
    padding: 50px 0px;
}
.wrapper-katalog-block {
    text-align: center;
}
.desc-katalog-block .button-div {
    margin: auto;
}
.desc-katalog-block h4 {
    font-size: 25px;
}
.desc-katalog-block p {
    font-size: 20px;
}
footer {
    padding: 85px 0px;
    border-top: 1px solid;
}
.adres-block p {
    font-size: 18px;
}
p.bottom-icon-block a {
    margin: 0px 20px 0 0;
}

.owl-img-wrapper .text-block {
    position: absolute;
    top: 125px;
    left: 107px;
    margin: 0 auto;
    width: 525px;
    padding: 25px;
    background: #0000008c;
    color: white;
}
.owl-img-wrapper {
    position: relative;
}
section.katalog .wrapper-katalog-block .katalog-img img {
    width: 100%;
    max-width: 370px;
}





