font-face {
    font-family: 'FontName';
    src: url('FileName.eot');
    src: url('FileName.eot?#iefix') format('embedded-opentype'),
         url('FileName.woff') format('woff'),
         url('FileName.ttf') format('truetype'),
         url('FileName.svg#FontName') format('svg');
    font-style: normal;
    font-weight: normal;
}

body{
    margin: 0px;
    padding: 0px;
}

a:hover, a:visited, a:focus, a:active{
    text-decoration: none;
    outline: none;
}

ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.logo {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 9999;
    top: 15px;
    left: 15px;
    color: #dfbe5c;
    text-shadow: 1px 1px 2px black;
    font-size: 20px;
}

.header img{
   max-width: 210px;
   margin: auto;
}

.header a{
    color: #dfbe5c;
    text-shadow: 1px 1px 2px black;
    font-size: 34px;
}

#mainmenu{}
.limenu{}
.current-menu-item{}

.first-screen{
    background: url('../img/erotic-massage-lviv.png')center center no-repeat;
    background-size: cover;
    min-height: 560px;
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    padding-top: 15px;
    
}

.fscrheader{
    border: 3px solid #dfbe5c;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-content: center;
}


.girls h3{
    width: 100%;
}

.girls{
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-content: center;  
}

.girls img{
    width: 100%;
}

.first-screen h1{
    color: #dfbe5c;
    text-shadow: 1px 1px 2px black;
    font-size: 34px;
}

.buy-it{
    background-color: #dfbe5c;
    color: #ffffff;
    padding: 10px 20px 10px;
    text-transform: uppercase;
    font-size: 21px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    overflow: hidden;
}

.buy-it:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #c28b42;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    letter-spacing: 3px;
}



.second-screen{}

.second-screen .procedures{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    align-content: center;
}

.second-screen .procedures img{
    width: 100%;
}


.third-screen{
    background: url('../img/erotic-massage-cherkassy.jpg')center center no-repeat;
    min-height: 560px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    padding-top: 15px;
}

.third-screen .container, .fourth-screen .container{
    background-color: rgba(255, 255, 255, 0.6);
}

.fourth-screen{
    background: url('../img/25-min.jpg')center center no-repeat;
    min-height: 560px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    padding-top: 15px;
}

.fiveth-screen{
    background: url('../img/form-bg-min.jpg')center center no-repeat;
    min-height: 560px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}


footer form{
    padding-top: 100px;
}

footer h4{
    color: #dfbe5c;
    text-shadow: 1px 1px 2px black;
    font-size: 34px;
    margin-top: 15px;
}

.link,.link:hover{
    color: #dfbe5c;
    text-shadow: 1px 1px 2px black;
    font-size: 34px;
    margin: 15px;
}

.group {
    position: relative;
    margin-bottom: 30px;
  }
  
  input {
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 300px;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #ccc;
    background: inherit;
  }
  input:focus {
    outline: none;
  }

label {
    color: #999;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  /* active state */
  input:focus ~ label, input:valid ~ label {
    top: -15px;
    font-size: 14px;
    color: #dfbe5c;
  }
  
  
  /* BOTTOM BARS ================================= */
  .bar {
    position: relative;
    display: block;
    width: 320px;
  }
  .bar:before, .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #dfbe5c;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .bar:before {
    left: 50%;
  }
  .bar:after {
    right: 50%;
  }
  
  /* active state */
  input:focus ~ .bar:before,
  input:focus ~ .bar:after {
    width: 50%;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance:textfield;
  }


.not-found{
background: url('../img/404-min.jpg') center center no-repeat !important;
height: 100vh;
}




@media (min-width: 576px) { }


@media (min-width: 768px) {  }


@media all and (max-width: 992px) {  
    footer form{padding-top: 15px;}
    .header{position: relative; top:0px; left: 0px;}
    .header img{max-width: 290px;margin: auto;}
    .fscrheader{margin-top: 35px;}
    
}

@media (min-width: 1200px) {  }

@media only screen and (max-device-width: 1366px) {
    .third-screen, .fourth-screen, .fiveth-screen, footer {
      background-attachment: scroll;
    }
  }