@font-face {
    font-family: 'pf_universalblack';
    src: url('https://oilias.com/css/pfuniversal-regular-webfont.woff2') format('woff2'),
         url('https://oilias.com/css/pfuniversal-regular-webfont.woff') format('woff'),
         url('https://oilias.com/css/pfuniversalblack-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_universalbold';
    src: url('https://oilias.com/css/pfuniversal-bold-webfont.woff2') format('woff2'),
         url('https://oilias.com/css/pfuniversal-bold-webfont.woff') format('woff'),
         url('https://oilias.com/css/pfuniversal-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'pf_universallight';
    src: url('https://oilias.com/css/pfuniversallight-regular-webfont.woff2') format('woff2'),
         url('https://oilias.com/css/pfuniversallight-regular-webfont.woff') format('woff'),
         url('https://oilias.com/css/pfuniversallight-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_universalregular';
    src: url('https://oilias.com/css/pfuniversal-regular-webfont.woff2') format('woff2'),
         url('https://oilias.com/css/pfuniversal-regular-webfont.woff') format('woff'),
         url('https://oilias.com/css/pfuniversal-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
   
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    position: relative;

    font-family: pf_universalregular;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a{
    text-decoration: none;
    color: #fff;
}

h1 {
    font-size: 24px;
    line-height: 34px;
}

.contact-logo {
    margin: 30px 0 0 0;
    color: #ffe9c4;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 5%;
    z-index: 4;
    position: relative;
}

 .scale {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
   }
   .scale img {
    transition: 2s!important;
    display: block;
}
   .scale img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 0;
    width: 100%;
    -moz-transform: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-img-1{
    background-image: url(../images/bg.jpg);
}

.bg-img-2{
    background-image: url(../images/bg2.jpg);

}

.bg-img-3{
    background-image: url(../images/f1.jpg);

}

.text {
    text-align: center;
    line-height: 28px;
    z-index: 4;
}

.filter {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.84), rgba(0,0,0,0.84));
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: translateZ(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.filter-2 {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.82), rgba(0,0,0,0.82));
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: translateZ(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.logo{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 4;
}

.logo img {
    width: 65%;
    max-height: 200px;
}

.up-line {
    padding: 0 0 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffe9c4;
    z-index: 4;
}


.down-line {
    padding: 30px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffe9c4;
    z-index: 4;
    font-size: 36px;
}
.down-line span {
   padding: 0 0 10px 0;
    font-size: 16px;

}
.year{
    padding: 10px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffe9c4;
    z-index: 4;
    letter-spacing: 4px;
}


.button-block {
    width: 100%;
    z-index: 4;
}

.classic-button-min {
    backdrop-filter: blur(3px);
    background-color: #0000;
    border: 2px solid #ffe9c4;
    color: #fff;
    font-size: 18px;
    margin: 0;
    width: 100%;
    flex-basis: 48%;
    padding: 15px 0;
    border-radius: 5px;
    z-index: 4;
    letter-spacing: 1px;
    font-family: 'pf_universalregular';
    text-align: center;
}


.classic-button {
    backdrop-filter: blur(3px);
    background-color: #0000;
    border: 2px solid #ffe9c4;
    color: #fff;
    font-size: 18px;
    margin: 40px 0 0 0;
    width: 100%;
    padding: 30px!important;
    border-radius: 5px;
    z-index: 4;
    letter-spacing: 1px;
    
}

.hide {
    display: none;
    flex-direction: column;
}



.classic-button:hover {
background-image: linear-gradient(180deg, rgba(255,249,239,0.27) 0%, rgba(255,249,239,0.27) 100%);
    border-color: #fff9ef;
    color: #fff9ef;
    cursor: pointer;

    }


    .classic-button-min:hover {

        background-image: linear-gradient(180deg, rgba(255,249,239,0.27) 0%, rgba(255,249,239,0.27) 100%);
    border-color: #fff9ef;
    color: #fff9ef;
    cursor: pointer;

 }

.menu {
    display: flex;
    flex-direction: column;
    padding: 40px 5%;
   
}

.menu-card img{
    width: 100%;
}

.menu-card {
    margin: 0 0 40px 0;
}

.card-logo {
    margin: 10px 0 0 0;
    color: #ffe9c4;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.card-logo span {
    color: #fff;
    font-weight: 100;
    font-size: 21px;
}

.cost {
    margin: 5px 0 0 0;
    font-size: 28px;
    font-weight: 900;
}

.zag {
    text-align: center;
    font-weight: 900;
    font-size: 42px;
    padding: 40px 0 40px 0;
    line-height: 48px;
}

.social-block img {
    width: 40px;
}

.social-block {
    display: flex;
    justify-content: space-between;
    z-index: 4;
    width: 65%;
    margin: 20px 0 0 0;
}

.contact-logo {
    margin: 30px 0 0 0;
    color: #ffe9c4;
    font-size: 21px;
    font-weight: 900;
}

.contacts {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    width: 85%;
}

.contacts a{
    font-size: 18px;
}

.contacts span{
    font-size: 16px;
}

a.classic-button {
    width: auto;
    text-align: center;
    display: block;
}


.ui-widget.ui-widget-content {
    border: none!important;
}

.ui-widget-header {
    border: none!important;
    background: #fff0!important;
    color: #fff!important;
    font-weight: bold;
    display: flex;
}


.ui-datepicker-title {
    text-align: center;
    width: 100%;
}

table {
    min-width: 100%;
}

.ui-datepicker tr {
    display: table-row;
    border: none;
}

tr {
    border-bottom: 1px solid #e6e6e6;
    margin: 5px 0 5px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 0px 5px;
    align-items: center;
}

.ui-datepicker td {
    padding: 3px!important;
}

td {
    max-width: 55%;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px!important;
    text-align: center!important;
    border-radius: 3px!important;
    font-size: 16px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #fff!important;
    background: #fff!important;
    font-weight: normal;
    color: #2b2b2b!important;
    cursor: pointer;
}
.datepicker-box {
    width: 100%;
}

.ui-datepicker {
    width: 100%!important;
    padding: 0!important;
}


.ui-state-default{
   
    background: #f6f6f61f!important;
    font-weight: normal;
    color: #ffffff!important;
}

.ui-widget-content {
   
    background: #ffffff00!important;
   
}

.modal-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5% 50px;
}

input[type="text"] {
    border: 1px solid #fff;
    background-color: #ffffff12;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    font-size: 21px;
    color: #fff;
}

label.login-lable {
    padding: 20px 0 10px 0;
    width: 100%;
}

.ui-checkboxradio-label {
    padding: 10px 12px!important;
    margin: 10px 0;
}
.time_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-button{
    border: 1px solid #c5c5c5;
    background: #f6f6f621!important;
    font-weight: normal;
    color: #fff!important;
}
.ui-checkboxradio-checked{
    
    color: #111!important;
    background-color: #fff!important;
}
.ui-button:active{
    
    color: #111!important;
}

.exit-block {
    font-size: 24px;
    color: #ffffff80;
    display: flex;
    justify-content: flex-end;
    margin: 10px 15px 5px 0;
    cursor: pointer;
}

.modal {
 
    width: 100%;
   /* height: 100vh; */
    position: fixed;
    z-index: 9999999999;
    background-color: #000;
    padding: 0;
    overflow-y: auto;
}

.modal-block {
    display: block;
    overflow-y: scroll;
    height: 100vh;
    position: relative;
}
#accordion {
    width: 100%;
}


.ui-accordion-content {
    padding: 20px 0 20px 0!important;
    border: 0!important;
    overflow: auto!important;
}


.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .7em .7em 0.7em .7em;
    font-size: 100%;
    border-top: 0!important;
    border-left: 0!important;
    background-color: #fff0!important;
    border-right: 0!important;
}



.fixed-w{
    width: 10%!important;
}

.ui-accordion .ui-accordion-header {
    
    margin: 0!important;
    padding: 30px 10px 30px 0px!important;
    font-size: 18px!important;
}

.fix-down-block {
    position: fixed;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 20px 5%;
    bottom: 0;
    background-color: #000000b8;
}

.big {
    font-size: 48px;
}

h3.open-menu {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 25px 0 10px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffe9c4;
}

h3.open-menu:hover {
    color: #fff;
}

.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-container4 {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.swiper-container4 img {
    max-width: 100%;
}
.swiper-container img {
  max-width: 100%;
}
.slider {
    position: relative;
    margin: 0 0 40px 0;
}

.slider1 {
  position: relative;
  
}





@media screen and (min-width: 980px){

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20%;
    z-index: 4;
    position: relative;
}

.fix-down-block {
    position: fixed;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 20px 25%;
    bottom: 0;
    background-color: #000000b8;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20%;
    z-index: 4;
    position: relative;
    font-size: 36px;
}

.text {
    text-align: center;
    line-height: 42px;
    z-index: 4;
    font-size: 28px;
}

.logo img {
    width: 100%;
    max-height: 350px;
}

.social-block img {
    width: 55px;
}

.social-block {
    display: flex;
    justify-content: space-between;
    z-index: 4;
    width: 45%;
    margin: 20px 0 0 0;
}

h1 {
    font-size: 42px;
    line-height: 46px;
}

h3.open-menu {
    font-size: 28px;
    border-bottom: 1px solid #fff;
    padding: 25px 0 10px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffe9c4;
    cursor: pointer;
}

.hide {
    
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.menu {
    display: flex;
    flex-direction: column;
    padding: 40px 10%;
}

.menu-card {
    margin: 0 1% 40px;
    flex-basis: 31.3333%;
}

.social-block a:hover {
    opacity: 0.5;
}
.fixed-w {
    width: 3%!important;
}
.time_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.ui-checkboxradio-label {
    padding: 10px 12px!important;
    margin: 10px 15px!important;
}

.down-line span {
    padding: 0 0 10px 0;
    font-size: 36px;
}
.down-line {
    padding: 30px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffe9c4;
    z-index: 4;
    font-size: 48px;
}
.contacts {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    width: 45%;
}
}