body{
	font-family: 'Raleway' !important;
}


ul{
	margin: 0px !important;
	padding: 0px !important;
}


.obw{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
}


.row-obw{
	flex-wrap: nowrap !important;
	justify-content: center !important;
}

@media screen and (max-width: 768px){
	.obw{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.row-obw{
flex-wrap: wrap !important;
justify-content: center !important;
}
}


.h2obw{
	color: #000;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: 800;
	line-height: 0.97;
}

.spanh2obw{
	color: #000;
	font-size: 40px;
	margin-bottom: 80px;
	font-weight: 800;
}

.h2bel{
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin-bottom: 40px;
	font-weight: 800;
}


@media screen and (max-width: 768px){
.h2obw{
	color: #000;
	font-size: 27px;
	margin-bottom: 50px;
}

.spanh2obw{
	color: #000;
	font-size: 33px;
	margin-bottom: 50px;
}

.h2bel{
	color: #fff;
	font-size: 27px;
	margin-bottom: 40px;
}
}



@media screen and (min-width: 768px){
  .pozv, .but-pozv{
    display: none;
  }
}


@media screen and (max-width: 768px){

  .pozv{
    text-align: center;
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100% !important;
    color: #fff !important;
    margin: auto !important;
    bottom: 0% !important;
    }

    .pozv-block{
      padding-right: 0px !important;
      padding-left: 0px !important;
    }

  .p-pozv{
    color: #fff;
    background: #0DC143;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
    font-size: 17px;
  }
  
  .but-pozv{
    margin-top: 20px;
    color: #fff !important;
    background: #0DC143 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: none !important;
  }
}

.top{
	background: #ffc107;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top1{
	text-align: left !important;
}

.top2{
	text-align: right !important;
}

.h3top{
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 0px !important
}


.h3top1{
	font-size: 25px;
	font-weight: 800;
	color: #000;
	margin: 0px !important
}

@media screen and (max-width: 768px){
	.top{
	background: #ffc107;
	padding-top: 10px;
	padding-bottom: 15px;
}

.top1{
	text-align: center !important;
}

.top2{
	text-align: center !important;
}

.h3top{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0px !important;
	margin-bottom: 10px !important;
}


.h3top1{
	font-size: 25px;
	font-weight: 800;
	color: #000;
	margin: 0px !important;
}
}


.bg{
	height: 400px;
	background: url(img/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 70px;
}

.bg-block1{
	padding-bottom: 70px;
}

.bg-block2{
	height: 300px;
	background: url(img/ev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

h1{
	font-size: 40px !important;
	font-weight: 900 !important;
	margin-bottom: 30px !important;
}

.h2bg{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 40px;
}

.span-bg{
	background: #ffc107;
}


.but-bg {
    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: 230px;
    height: 50px;
    padding-top: 2px;
    border: none !important;
    border-radius: 100px !important;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #ffc107 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.but-bg:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    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; } 
}




.transport{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
}

.tr{
	margin: 15px;
	text-align: center;
}


.tr img{
	height: 50px;
	margin-bottom: 5px;
}

.p-tr{
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: 400;
}


.bg-text{
	text-align: left !important;
}



.h2tr{
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 25px;
}


.ptr{
	font-size: 19px;
	margin-bottom: 25px;
}

.block2{
	padding-top: 50px;
	padding-bottom: 50px;
}


@media screen and (max-width: 768px){

.bg{
	text-align: center;
	justify-content: center;
	height: 500px;
	background: url(img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.but-bg{
	margin: auto;
}

.bg-block1{
	padding-bottom: 70px;
}

.bg-block2{
	height: 150px;
	background: url(img/ev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


	.transport{
		display: none;
	}

	.mob-flex{
		display: flex;
		justify-content: center;
		margin-bottom: 0px;
	}



.h2tr{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}


.ptr{
	font-size: 14px;
	margin-bottom: 20px;
}



h1{
	color: #000 !important;
	font-size: 30px !important;
    margin-bottom: 20 !important;
}


.h2bg{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.transport-mob{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
}


@media screen and (min-width: 768px){
	.transport-mob{
		display: none;
	}
}




.block3{
   background: #ededed;
}


.usl-block{
	margin: 15px;
	text-align: center;
	background: #f3f3f3;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	box-shadow: 0 4px 16px 0 rgb(189 162 162 / 38%);
}

.h3usl{
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 35px;
	height: 50px;
}

.usl1{
height: 200px;
background: url(img/1.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.usl2{
height: 200px;
background: url(img/2.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.usl3{
height: 200px;
background: url(img/3.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 0px;
}

.usl4{
height: 200px;
background: url(img/4.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
margin-bottom: 0px;
}


.but-usl {
    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: 200px;
    height: 40px;
    padding-top: 2px;
    border: none !important;
    border-radius: 100px !important;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #ffc107 !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin: auto;
}
.but-usl:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    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; } 
}


.poch-block{
	text-align: left;
	margin: 15px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	box-shadow: 0 4px 16px 0 rgb(189 162 162 / 38%);
}


.kr-img img{
	height: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
}


.h3poch{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.p-poch{
	font-size: 14px;
	font-weight: 400;
}

.zak-block{
	background: #ffc107;
	border-radius: 10px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.zakaz{
	margin-bottom: 50px;
}

.p-zak{
	color: #000;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 25px;
}

.h3zak{
	color: #000;
	font-size: 40px;
	font-weight: 800; 
}


@media screen and (max-width: 768px){
	.zak-block{
	background: #ffc107;
	border-radius: 10px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 15px;
}

.zakaz{
	margin-bottom: 50px;
}

.p-zak{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}

.h3zak{
	color: #000;
	font-size: 25px;
	font-weight: 800; 
}
}


.contacts{
	background: #18191f;
}


.cont-block{
	text-align: center;
	margin: 10px;
}


.h3cont{
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.pcont{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

@media screen and (max-width: 768px){
	.cont-block{
	text-align: center;
	margin: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #545454;
}
}