.register-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.register-popup form > div {
    position: relative;
    margin-bottom: 10px;
}
.register-popup label {
    font-family: "Lato Hairline",sans-serif;
    font-size: 20px;
    color: #2b2b2b;
    text-transform: uppercase;
}
.register-popup input {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    position: relative;
    right: 0;
    border: none;
    border: 1px solid #5d5d5d;
    font-family: "Lato Hairline",sans-serif;
    font-size: 20px;
    color: #2b2b2b;
    text-transform: uppercase;
    outline: 0;
    font-weight: 700;
}
.standart-btn{
    margin: 10px auto 0 auto;
}
.empty-space{
    height: 100px;
}
h2 b,p b,a.active{
    /*font-family: "Lato Hairline Bold",sans-serif;*/
    text-shadow: 0px 0px 1px black;
    color: #000;
}
/*.title-4{*/
    /*font-size: 24px;*/
/*}*/
/*.content-1{*/
    /*font-size: 24px;*/
/*}*/
.uppercase{
    text-transform: uppercase;
}
ul.slick-dots{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.slick-dots li{
    display: inline-block;
    margin: 0 15px;
}
ul.slick-dots li button{
    border: 1px solid #000;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50px;
}
ul.slick-dots li.slick-active button{
    background: #000;
}
button:focus,a:focus {
    outline:0;
}
button.slick-next{
    position: absolute;
    top: 40%;
    right: -40px;
    border: none;
    background: none;
    font-size: 0;
    z-index: 10;
    width: 30px;
    overflow: hidden;
    transform: rotate(180deg);
    padding: 0;
}
button.slick-next:before{
    content: '«';
    display: inline-block;
    font-family: "Lato Hairline",sans-serif;
    font-size: 175px;
    line-height: 32px;
    color: #141414;
}
button.slick-prev{
    position: absolute;
    top: 40%;
    left: -40px;
    border: none;
    background: none;
    font-size: 0;
    z-index: 10;
    width: 30px;
    overflow: hidden;
    padding: 0;
}
button.slick-prev:before{
    content: '«';
    display: inline-block;
    font-family: "Lato Hairline",sans-serif;
    font-size: 175px;
    line-height: 32px;
    color: #141414;
}
.reviews .review:before{
    display: none;
}
.reviews .team-item:nth-child(odd){
    padding-left: 5%;
    padding-right: 2.5%;
}
.reviews .team-item:nth-child(even){
    padding-left: 2.5%;
    padding-right: 5%;
}
.services.bg_2{
    background-image: url(../img/service-bg_2.png);
    background-position: center center;
}
.services.bg_2{
    background-image: url(../img/service-bg_2_ru.png);
    background-position: center top;
}

.services-list .artist-title .shadow{
    font-size: 30px;
    top: -5px;
    letter-spacing: 30px;
}
.services .services-block_simple ul li{
    border-right: 1px solid #000;
}
.services .services-block_simple ul li:last-child{
    border: none;
}
body{
    padding-top: 200px;
}
body.home{
    padding-top: 0;
}
#header{
    top: 0;
}
.main-banner .overflow-container,.overflow-container{
    overflow: visible;
}
*{
    outline: none;
}
.text-line .overflow-container p{
    top: 9px;
}
#header{
    z-index: 9999;
}
.reviews .review .content-1{
    text-align: left;
}
@media screen and (max-width: 480px){
.services .services-block.services-block_simple ul li {
    width: calc(100% / 2);
}
}

@media screen and (max-width: 480px){
.empty-space{
    height: 10px;
}
    .reviews .team-item .about-block img{
        max-height: 35px;
        width: auto;
    }
}
.logo{
    margin-top: 46px;
}