::-webkit-input-placeholder {color:#FBAA34;}
a:hover{
    text-decoration: none !important;
}
a:focus{
    color: #fff !important;
    text-decoration: none;
}

h2{
    position: relative;
    margin-bottom: 25px !important;
}
h2:before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 2px;
    background: #167992;
}
header{
    height: 600px;
    position: relative;
}

header:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.info--text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) ;
    color: #fff;
    font-size: 36px;
}
a.info--button{
    display: block;
    margin: auto;
    padding: 15px;
    color: #fff;
    background: #FBAA34;
    width: 200px;
    text-align: center;
    font-size: 18px;
    text-shadow: none;
    transition: all .3s linear;
}
a.info--button:hover{
    letter-spacing: 1px;
    color: #fff;
}
.logotype img{
    height: 60px;
}
.top--menu{
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    box-shadow: 1px 0px 10px black;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
.menu{
    margin-top: 15px;
}
.menu a{
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;;
    text-transform: uppercase;
    position: relative;
}
.menu a:before{
    position: absolute;
    content: '';
    left: 0;
    top: -5px;;
    width: 0px;
    height: 2px;
    background: #FBAA34;
    transition: all .3s linear;
}
.menu a:hover{
    color: #FBAA34;
}
.menu a:hover:before{
    width: 20px;
}
.text--slider{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:  translateY(-50%) translateX(-50%);
    z-index: 2;
}
.text--h2--title{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 232, 190, .5);
    color: #055974;
    text-transform: uppercase;
}
.two-block-slider .text--h2--title{
    background:rgba(5, 90, 117, .5);
}
.two-block-slider .text--h2--title h2{
    color: #FFE8BE;
}
.two-block-slider h2{
    text-align: center
}
.text--h2--title h2{
    font-size: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.all-block-slider{
     position: relative;
}
a.be--diller{
   color: #000;
    display: block;
    padding: 10px;
    width: 240px;
    font-size: 20px;
    text-align: center;
    background: #F59D0E;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 45px !important;
    transition: all .3s ease-out;
    margin: auto;
}
a.be--diller:hover{
    text-decoration: none;
    color: #fff;
    background: #16768C;
}
.three--block--slider a.be--diller{
    width: 310px;
}
.titile--services{
    z-index: 9999;
}
.titile--services a{
    text-transform: uppercase;
}
.titile--services a:hover{
    color: #167992;
}
.titile--services i{
    display: block;
    font-size: 32px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.services{
    padding: 0px !important;
}
.block--services{
/*    box-shadow: 0 0 10px #C7C7C7;*/
    position: relative;
   padding: 60px 40px;
    background: url(../img/featured-bg.png) repeat-y right top;
}
.block--services:before{
    content: '';
    position: absolute;
    left: 0; 
    right: 0;
    bottom: 0;
    top: 0;
    background: #f7f8f9;
    z-index: -1;
}
a.name--services{
    padding: 5px;
    padding-left: 0px;
    color: #000;
    font-weight: bold;
    position: relative;
}
a.name--services:before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 2px;
    background: #167992;
}
.description--services{
    padding-top: 15px;
    color: #000;
    z-index: 100;
}
.description--services p{
    color: #000;
    text-align: justify;
}
#about--company{
    padding-bottom: 60px;
    margin-top: 50px;
    background:url(../img/company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
}
#about--company ul li{
    list-style: 
}
#about--company h2{
    position: relative;
    color: #000;
    margin-bottom: 30px;
}
#about--company h2:before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #167992;
    bottom: -10px;
    left: 0;
}
#about--company p{
    color: #000;
}
#about--company p span{
    font-weight: bold;
}
#tabs{
    background:#FEFCE0;
}
.tabs {
	margin: 0 0 30px;
}
.tabs__caption {
	display: flex;
    flex-wrap: wrap;
	list-style: none;
	position: relative;
	padding-top: 25px;
    padding-bottom: 25px;
    border-right: 2px solid #B3B3B3;
}
.tabs__caption li:last-child:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -2px;
	z-index: -1;
	height: 5px;
	background: #7DCA86;
}
.tabs__caption:after {
	content: '';
	display: table;
	clear: both;
}
.tabs__caption li {
	padding: 9px 15px;
	margin: 1px 0 0 1px;
	background: transparent;
	color: #7A7A7A;
	position: relative;
	text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}

.tabs__caption .active {
	background: #FFE3AE;
	color: #000;
}
.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: #167992;
}
.tabs__content {
	display: none;
	background: transparent;
	padding: 7px 15px;
}
.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	display: block;
}
.vertical .tabs__caption li {
	float: none;
	border-width: 2px 0 2px 2px;
	border-radius: 5px 0 0 5px;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
}
.vertical .tabs__caption li:last-child:before {
	display: none;
}
.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}
.vertical .tabs__content {
	overflow: hidden;
}
.tabs__content  p{
    margin-top: 20px;
}
.tabs__content h3{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.tabs__content h3:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #167992;
}
#clients{
    padding-top: 25px;
    padding-bottom: 25px;
}
#clients h2{
    position: relative;
    color: #000;
    margin-bottom: 30px;
}
#clients h2:before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #167992;
    bottom: -10px;
    left: 0px;
}
.social--icon{
    margin: auto;
    margin-top: 25px;
}
.social--icon a{
    background: #000;
    color: #fff !important;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}
footer{
    padding-bottom: 25px;
    padding-top: 25px;
    background: rgba(0,0,0,.83);
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #FBAA34;
}
footer h3{
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer h3:before{
    position: absolute;
    content: '';
    width: 13%;
    height: 2px;
    left: 0px;
    bottom: -10px;
    background:rgba(255,255,255,.8);
}
.slick-prev:before, .slick-next:before{
    color: #000 !important;
    font-size: 24px !important;
}
.slick-next{
/*    right: 0 !important;*/
}
.slick-dots{
/*    bottom: 0 !important;*/
}
/*Slider news*/
.news--slider{
/*    padding-top: 30px;*/
}
.information--slide{
    display: block;
}
.information--slide p{
    text-align: right;
    padding-right: 25px;
    padding-left: 25px;
    color: #000;
    margin-top: 3px;
}
.information--slide p span{
    float: left;
}
.information--slide p span:last-child{
   float: right;
    font-style: italic;
}
p.description--news{
    text-align: justify;
    clear: both;
}
.information--slide img{
   margin: auto;
}
a.read--more--news{
    margin-right: 25px;
    font-weight: bold;
    color: #000;
    transition: all .3s ease-out;
    float: right;
}
a.read--more--news:hover{
    color: #FBAA34;
}
.footer--widget{
    position: relative;
}
.footer--widget a i{
    padding-right: 10px;
    display: table-cell;
}
.footer--widget a{
    display: block;
    color: rgba(255,255,255,.8);
    display: table;
    font-size: 16px;
    margin-top: 5px;
}
.footer--widget a:hover{
    color: #FBAA34;
}
.footer--logo{
    width: 60%;
}
.twoo--widget a{
    display: block;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 5px;
}
.footer--menu a{
    display: block;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 5px;
}
.one--widget p{
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 37px;
    width: 89%;
}
.twoo--widget a:hover,.footer--menu a:hover{
    color: #FBAA34;
}
.bottom--footer{
    margin-top: 25px;
    border-top: 1px solid rgba(255,255,255,.4);
}
.bottom--footer p{
    padding: 15px 0;
    text-align: center;
    color: rgba(255,255,255,.8);
}
#price{
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(0,0,0,.5);
}
.price{
    width: 85%;
    margin: auto;
    padding-top: 20px;
    box-shadow:  0 0 3px black;
    transition: all .3s linear;
    text-align: center;
}
.title--price{
    padding: 7px;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.price p{
    padding: 7px;
    color: #000;
    font-size: 16px;
}
.price p span{
    font-weight: bold;
}
.price a{
    display: block;
    padding: 10px;
    background: #07364C;
    margin-top:40px;
    color: #fff;
    transition: all .3s ease-out;
}
a.add--cart:hover{
    letter-spacing: 2px;
    color: #fff;
}
.price p:nth-child(4){
    font-size: 20px;
    color: #07364C;
}
.modal-body{
    background: rgba(0,0,0,.8);
}
#form{
    margin-top: 50px;
    padding: 10px;
}
#form input{
 /*   display: inline-block;
    width: 33.1%;*/
    padding:10px;
    margin-bottom: 10px;
    background: transparent;
    border:1px solid  #FBAA34;
    outline: none;
    color: #FBAA34;
}
#form textarea{
   /* display: block;
    width: 100%;*/
    padding: 10px;
    background: transparent;
    border:1px solid  #FBAA34;
    outline: none;
    color: #FBAA34;
    margin-bottom: 25px;
}
#form input[type="submit"]{
    width: 25%;
    display: block;
    background: #FBAA34;
    color:#FBAA34;
    padding: 5px;
     background: transparent;
    border:1px solid  #FBAA34;
    outline: none;
    transition: all .3s linear;
}
#form input[type="submit"]:hover{
    letter-spacing: 2px;
    color: #FBAA34;
}
.slick-slide img{
    margin: auto;
}
.full--block{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.buy--camp{
    margin: auto;
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 2px black; 
}
a.buy--camp{
    display: inline-block;
    margin: auto;
    padding: 15px;
    color: #fff;
    background: #FBAA34;
    width: 200px;
    text-align: center;
    font-size: 18px;
    text-shadow: none;
    transition: all .3s linear;
}
a.buy--camp:hover{
    color: #fff;
    letter-spacing: 1px;
}