*{
    padding: 0;
    margin: 0;
}
body{
    background: #151515;
    font-family: 'Fira Sans', sans-serif;
}
.untrans{
    color: #FFF;
}
.par{
    transform: rotate(0deg) scale(1) skew(-24deg) translate(0);
    height:100%;
    box-shadow: 25px 0px 50px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    background-color: #161616;
    position: relative;
    width: 10%;
    float: left;
    left:100px;
}
.par IMG{
    position: absolute;
    transform: rotate(0deg) scale(1) skew(24deg) translate(0px);
}
.par .shape{
    transition: 1s;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    position: absolute;
    top:0;
    left: 0;
    opacity: 1;
}
.par.activeSlide .shape{
    opacity: 0;
}

 .par.activeSlide{
    background-color: #3c3c3c;
    width: 60%;
}
#psrlt{
    position: fixed;
    width: 100%;
    height: 100%;
}
.untrans{
    transform: rotate(0deg) scale(1) skew(42deg) translate(0px);
}
.text-right{
text-align:right
}




#indicators{
    position: absolute;
    top: 200px;
    right: 30%;
    z-index: 9999;
    color: #FFF;
}
.arrowArea{
  position: absolute;
  top: 40%;
  width: 60%;
  left: 80px;
  z-index:10000;
}

.arrowArea{

}

.arrow{
    width: 45px;
    height: 27px;
    cursor: pointer;
    min-height: 90px;
}

.prev{
    background: url(prev.png) no-repeat center;
    left: 69px;
    top: 0;
    position: absolute;
}
.prev:hover{
    background: url(prev_hover.png) no-repeat center;
}

.next{
    background: url(next.png) no-repeat center;
    top: 0;
    right: 0;
    position: absolute;
}

.next:hover{
    background: url(next_hover.png) no-repeat center;
}

.title{
    font-size: 30px;
    text-align: left;
    padding-left:0;
    padding-right:20px;
    margin: 0 35px;
    margin-left:0;
    margin-bottom: 30px; 
    font-family: 'Tinos', serif;
    max-width: 280px;
    color: #FFF;
}
.dettedArea{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 40px auto;
    max-width: 300px;
    position: absolute;
    top: 35px;
    right: 30%;
}
.dot{
    width: 7px;
    height: 7px;
    border: solid 1px #757575;
    border-radius: 7px;
    margin: 0 4px;
    cursor: pointer;
}
.dot.actv{
    background: #FFF;
    border-color: #FFF;
}
.button{
    color: #FFF;
    text-decoration: none;
    padding: 15px 25px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    background: #151515;
}
.button:hover{
    color: #FFF;
    background: #202020;
}
.text-center{
    text-align: center;
}
#descriptionWrapper{
  position: absolute;
  left: 50px;
  bottom: 120px;
}
#psrlt, #psrlt IMG, #psrlt div{
    -webkit-user-select: none;
    /* user-select -- это нестандартное свойство */

    -moz-user-select: none;
    /* поэтому нужны префиксы */

    -ms-user-select: none;
}
#ost{
    width: 100%;
    height: 100%;
    position: relative;
}
#sectionBottom{
    color: #838383;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: #151515;
    font-size: 16px;
    font-weight: 300;
}
#sectionBottom a{
    color: #838383;
    text-decoration: none;
	border-bottom: solid 1px #f0b018;
}
#sectionBottom img{
    position: relative;
    top:2px;
}
#sectionBottom .container{
    line-height: 67px;
}
.container{
    margin: 0 auto;

}

.par IMG{
	position: absolute;
	right: 0;
	top:20%;

}

#phoneArea{
	 font-family: 'Tinos', serif;
	 font-size: 22px;
	 position: absolute;
	 top:50px;
	 right:60px;
	 line-height: 44px;
	 color: #FFF;
	 padding-right: 80px;
	 text-decoration: none;
}
#phoneArea img{ 
    position: absolute;
    right: 0;
    top: 0;
}


@media only screen and (min-width: 768px){
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px){
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px){
    .container {
        max-width: 1140px;
    }

    #indicators{
		top:200px;
		right: 22%
	}
}

.txt{
    display: none;
}
@media only screen and (min-width: 1366px){
	#indicators{
		top:160px;
		right: 22%
	}
}


@media only screen and (min-width: 1600px){

	#indicators{
		top:250px;
		right: 22%
	}
}

@media only screen and (min-width: 1920px){
	#indicators{
		top:250px;
		right: 35%;
	}
}


@media only screen and (max-height: 769px){
  #descriptionWrapper{
    left:150px;
  }
}
