@font-face {
    font-family: 'Cuprum';
    src: url('/fonts/Cuprum-Regular.woff2') format('woff2'),
		url('/fonts/Cuprum-Regular.woff') format('woff'),
		url('/fonts/Cuprum-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cuprum';
    src: url('/fonts/Cuprum-Medium.woff2') format('woff2'),
		url('/fonts/Cuprum-Medium.woff') format('woff'),
		url('/fonts/Cuprum-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cuprum';
    src: url('/fonts/Cuprum-SemiBold.woff2') format('woff2'),
		url('/fonts/Cuprum-SemiBold.woff') format('woff'),
		url('/fonts/Cuprum-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Cuprum';
    src: url('/fonts/Cuprum-Bold.woff2') format('woff2'),
		url('/fonts/Cuprum-Bold.woff') format('woff'),
		url('/fonts/Cuprum-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
body{
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333;
	overflow-x:hidden;
}
.container{
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
p{
    margin: 0 0 10px;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.header_item{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 15px;
}
.adres {
    line-height: 1;
    margin-top: 10px;
    color: #000;
}
.top2{
    margin-top: 30px;
}
.adres2 {
    color: #000;
    font-size: 15px;
    text-align: right;
}
@media (max-width: 768px) {
    .logo img{
        margin-left: auto;
        margin-right: auto;
    }
    .header_item{
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 0px;
        margin-top: 0px;
    }
    .top_1{
        text-align: center;
    }
    .adres img{
        display: inline-block;
        float: none!important;
    }
    .adres2 {
        margin-top: 10px;
        text-align: center;
    }
}

#slide_top_3{
	background-image: url(/images/fon_main.webp);
    background-size: cover;
background-position: center bottom;
}
.top_3_item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
}
.top_3{
	background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 247, 227);
	padding: 0px 0px;
}
.k7{
	font-size: 34px;
	text-transform: uppercase;
    line-height: 1.0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	line-height: 1.2;
	color: rgb(255, 247, 227);
}
.k8 {
    color: rgb(178, 225, 255);
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
.k12{
	display: inline-block;
	position: relative;
	font-size: 20px;
    color: rgb(255, 247, 227);
	text-transform: uppercase;
	background-color: rgba(240, 240, 240, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: rgb(255, 247, 227);
    padding-top: 11px;
    padding-bottom: 7px;
    padding-left: 24px;
    padding-right: 24px;
	margin-top: 15px;
  margin-bottom: 45px;
}
.k12:hover{
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
.k9{
	text-align: center;
    padding: 0 30px;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .top_3_item{
        grid-template-columns: repeat(1,1fr);
    }
    #slide_top_3 .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    #slide_top_3{
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*block prichini*/
.position_1 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.k4{
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
    line-height: 1.0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}
.prichini{
    display: grid;
    grid-template-columns: 25% 40% 25%;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.k10{
	text-align: right;
}
.k6 {
    color: rgb(0, 86, 165);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.k13 {
    text-align: right;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.k14 {
    text-align: left;
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .prichini{
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .position_3{
        display: none;
    }
    .k10,
    .k11 {
        text-align: center;
    }
    .k13,
    .k14 {
        text-align: center;
    }
    .k13 {
        margin-right: 0px;
    }
    .position_4{
        margin-top: 20px;
    }
}

/*raschet*/
#raschet{
    /*background-image: linear-gradient(to top, rgba(81, 65, 60, 0.83), rgba(81, 65, 60, 0.83)), url(/images/fon6.jpg);*/
    background: linear-gradient(to top, rgba(81, 65, 60, 0.85), rgba(56, 42, 38, 0.85));
	color: rgb(255, 247, 227);
}
.position_5 .custom{
	padding-top: 55px;
    padding-bottom: 61px;    
}
.k2 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.0;
    text-align: center;
    margin-top: 1px;
}
input::placeholder {
    font-family: 'Cuprum', sans-serif;
}
button{
    font-family: 'Cuprum', sans-serif;
}
fieldset {
    margin-top: 20px!important;
    padding-bottom: 20px!important;
    border: 0px solid #ffffff;
}
@media (max-width: 769px) {
    input {
        margin-bottom: 10px;
    }    
}

/*proizvodstvo*/
#proizvodstvo{
	background-image: linear-gradient(to top, rgba(255,255,255,0.91), rgba(255,255,255,0.91)), url(/images/fon5.png);
    background-size: cover;
}
.position_6 .custom{
	padding-top: 49px;
    padding-bottom: 71px;
}
.k20 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.k23 {
    text-align: right;
    position: relative;
    padding: 10px 10px 30px 0;
    margin-top: -50px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 247, 227);
}

/*tipi*/
#proizvodstvo2{
    background-image: url("/images/fon22.jpg");
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.k5 {
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.0;
    margin-top: 70px;
    margin-bottom: 1px;
    font-weight: bold;
}
.position_8{
    background: #ffffff;
    font-size: 18px;
}
.position_8 .custom{
    padding: 0 100px 90px 100px;
}
hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
    #proizvodstvo2{
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 20px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px 0;
    }
    .position_8{
        padding: 0 30px 0 30px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .position_8 .custom{
        padding: 0 10px 90px 10px;
    }
}

/*video*/
#video {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(/images/fon7.png);
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    background-size: cover;
}
.position_9 .custom{
    padding-top: 49px;
    padding-bottom: 75px;
}
#video video{
    max-width: 450px;
}

/*konsultaciya*/
#konsultaciya {
    /*background-image: linear-gradient(to top, rgba(81, 65, 60, 0.05), rgba(81, 65, 60, 0.05)), url(/images/fon6.png);*/
    background: linear-gradient(to top, rgba(81, 65, 60, 0.85), rgba(56, 42, 38, 0.85));
    color: rgb(255, 247, 227);
}
.position_10 .custom{
    padding-top: 60px;
    padding-bottom: 60px;
}

/*raboti*/
.k3 {
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.0;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 25px;
}
.sp-sig a {
    width: auto;
    display: inline-block;
}

/*katalog*/
#katalog{
    /*background-image: linear-gradient(to top, rgba(81, 65, 60, 0.05), rgba(81, 65, 60, 0.05)), url(/images/fon6.png);*/
    background: linear-gradient(to top, rgba(81, 65, 60, 0.85), rgba(56, 42, 38, 0.85));
	color: rgb(255, 247, 227);
	margin-top: 20px;
}
.position_12 .custom{
	padding-top: 69px;
    padding-bottom: 71px;
}
.izgotovlenie1_item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;    
}
.k1 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.0;
    color: #333;
    text-align: center;
    margin-top: 43px;
    margin-bottom: 20px;
}
.position_14{
    font-size: 18px;
    color: #111;
    padding: 10px 0 0 70px;
    text-align: center;
}
.k25{
	display: inline-block;
	position: relative;
	font-size: 20px;
    color: rgb(135, 108, 100);
	text-transform: uppercase;
	background-color: rgba(240, 240, 240, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: rgb(135, 108, 100);
    padding-top: 11px;
    padding-bottom: 7px;
    padding-left: 24px;
    padding-right: 24px;
	margin-top: 20px;
	text-align: center;
}
.k25:hover{
	background-color: rgba(135, 108, 100);
	color: #fff;
}
@media (max-width: 1024px) {
    .izgotovlenie1_item{
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 10px;    
    }
    .position_14 {
        padding: 10px 0 10px 0px;
    }
}

/*preimushestva*/
#preimushestva{
    background-size: cover;
	background-image: linear-gradient(to top, rgba(32, 26, 24, 0.85), rgba(32, 26, 24, 0.85)), url(/images/fon5.png);
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-position: center bottom;
}
.position_15 .custom{
	padding-bottom: 70px;
}
.line1 {
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 90px;
    padding-bottom: 40px;
    line-height: 1.0;
    text-align: center;
}
.plusi_title {
    color: rgb(108, 207, 247);
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.plusi {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 18px;
    padding: 0 20px;
}
.plusi2 {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 0 0 70px;
}
.plusi3 {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 70px;
}
@media (max-width: 1024px) {
    .plusi{
		width: 100%;
		text-align: center;
		margin-top: 10px;
        margin-bottom: 30px;
	}
	.plusi2, .plusi3{
		width: 100%;
		text-align: center;
		margin-top: 10px;
        margin-bottom: 30px;
		padding: 0 0 0 0px;
	}
}

/*blagodarnosti*/
#blagodarnosti{
    margin-bottom: 40px;
}
.line {
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    font-weight: bold;
    line-height: 1.0;
    color: #333;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

/*voprosi*/
#voprosi{
    background: linear-gradient(to top, rgba(224, 224, 224, 0.76), rgba(240, 240, 240, 0.76));
    background-size: cover;
    text-align: center;
    font-size: 24px;
    padding-bottom: 51px;
}
.position_17 .custom{
    padding-top: 49px;
    padding-bottom: 51px;
}

/*footer*/
#footer1{
  background-image: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.88)), url(/images/fon3.jpg);
  background-position-y: center;
    background-size: cover;
}
.footer11{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;  
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer11 a{
    color: #fff;
}
.footer_2,
.footer_3{
    font-size: 16px;
}
.footer_3 img{
    text-align: center;
    float: none;
    display: inline-block;
}
footer{
    display: block;
}
@media (max-width: 1024px) {
    .footer11{
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 20px;
        grid-row-gap: 10px;  
    }
    .footer_1 img{
        margin-left: auto;
        margin-right: auto;
    }
}


.krug_napisat {
	position: fixed;
	bottom: 5%;
	right: 5%;
	transform: translate(-50%, -50%);
    /*background: #36d854;*/
    background: #25bd25;
	border-radius: 50%;
	width: 78px;
	height: 78px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	/*padding-top: 23px;*/
	padding-top: 28px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 9;	
	font-family: 'Open Sans', sans-serif;
	display: none;
}
.krug_napisat {
    /*font-size: 34px;*/
}
@media screen and (max-width: 768px){
.krug_napisat {
	bottom: 1%;
	right: 1%;
	display: block;
}
}

.krug_napisat:before,
.krug_napisat:after {
  content: " ";
  display: inline-block;
  position: absolute;
  border: 50%;
  /*border: 1px solid #36d854;*/
  border: 1px solid #25bd25;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.krug_napisat:after{
  animation-delay: .5s;
}

@keyframes animate{
  0%
  { transform: scale(0.5);
    opacity: 0;
  }
  50%
  {
    opacity: 1;
  }
  100%
  { transform: scale(1.2);
    opacity: 0;
  }
}


#lbCaption{
  display: none;
}
#lbNumber{
  display: none;
}