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{
	padding-top: 15px;
	padding-bottom: 15px;
}

.top1{
	text-align: left !important;
}


.top1 img{
	height: 60px;
}

.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{
	padding-top: 10px;
	padding-bottom: 15px;
}

.top1{
	text-align: center !important;
}

.top1 img{
	height: 50px;
	margin-bottom: 10px;
}


.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: 500px;
	background: url(img/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 70px;
}


h1{
	color: #fff !important;
	font-size: 70px !important;
	font-weight: 900 !important;
	margin-bottom: 30px !important;
}

.p-bg{
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 30px;
}

.span-bg{
	background: #fff;
	height: 2px;
	width: 30px;
	margin-right: 10px;
}


.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: 260px;
    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: #feed01 !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; } 
}



@media screen and (max-width: 768px){

.bg{
	text-align: center;
	justify-content: center;
	height: 470px;
	background: url(img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.but-bg{
	margin: auto;
}


h1{
	font-size: 30px !important;
    margin-bottom: 20 !important;
}


.p-bg{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
}



.otch{
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.otch a{
	display: flex;
}



.otch img{
	height: 20px;
	margin-right: 10px;
	margin-top: 3px;
}

.potch{
	color: #000;
	font-size: 18px;
}





.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;
}
}

.lang{
	display: flex;
	margin-top: 20px !important;
}

.plang{
	margin-bottom: 0px !important;
	color: #000 !important;
	font-weight: 600 !important;
}

@media screen and (max-width: 768px){
	.lang{
	justify-content: center;
	}
	
	.plang{
	font-size: 22px;
	}
}