section .container,
header .container {
width: 100%;
max-width: 1310px;
padding: 0 15px;
}
header.mob {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 99;
display: none;
}
.close-menu {
display: none;
}
@media (max-width: 992px) {
header.mob {
display: block;
}
.close-menu {
position: absolute;
display: block;
top: 24px;
right: 20px;
}
.header-mob {
height: 76px;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo-mob {
width: 168px;
}
.logo-mob img {
max-width: 100%;
height: auto;
}
.header-bt {
position: relative;
width: 36px;
height: 24px;
display: flex;
flex-direction: column;
display: flex;
justify-content: space-around;
align-items: end;
}
.header-bt span {
display: block;
width: 100%;
height: 4px;
background-color: #007ff8;
border-radius: 4px;
}
.header-bt span:last-child {
width: 70%;
}
}
header.desc {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 99;
}
@media (max-width: 992px) {
header.desc {
display: none;
width: calc(100% - 15px);
max-width: 360px;
left: auto;
right: 0;
height: 100%;
z-index: 99999999;
max-height: 100%;
overflow-y: auto;
}
.header-wrap {
flex-direction: column-reverse;
justify-content: flex-end;
display: flex;
}
.open-menu header.desc {
display: block;
}
.open-menu:before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 100;
}
header.desc .container {
padding: 0;
margin: 0;
}
}
.admin-bar header.desc {
top: 32px;
}
@media (max-width: 992px) {
.admin-bar header.mob {
top: 32px;
}
.admin-bar header.desc {
top: 0px;
}
}
.header-top {
border-bottom: 1px solid #c4c4c4;
padding: 12px 0;
}
@media (max-width: 1300px) {
.logo {
width: 150px;
}
.logo img {
max-width: 100%;
height: auto;
}
}
.header-top-in {
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 992px) {
.header-top {
padding: 30px 0;
border: none;
}
.header-top-in {
flex-direction: column;
flex-wrap: wrap;
padding: 0 30px;
}
.logo {
width: 150px;
position: absolute;
top: 10px;
left: 30px;
}
.first-block-main .header-main .logo,
.first-block-main .header-main nav.navbar,
.first-block-main .header-main .btn-contact-mobile {
display: none;
}
}
.lang ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 12px;
}
@media (max-width: 1300px) {
.lang ul {
gap: 8px;
}
}
.lang ul li a {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 5px 8px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 6px;
height: 32px;
line-height: 1;
font-size: 18px;
color: #000;
text-decoration: none;
}
@media (max-width: 1300px) {
.lang ul li a {
padding: 5px;
}
}
.lang ul li.current-lang a {
border: 1px solid #8f8989;
}
.soc-link {
display: flex;
gap: 16px;
}
@media (max-width: 1300px) {
.soc-link {
gap: 10px;
}
}
.header-right {
display: flex;
gap: 30px;
align-items: center;
}
@media (max-width: 1300px) {
.header-right {
}
}
.phone-header {
display: flex;
gap: 30px;
justify-content: space-between;
}
@media (max-width: 1300px) {
.phone-header {
gap: 5px;
flex-direction: column;
}
}
.phone-header a {
display: flex;
align-items: center;
font-weight: bold;
font-size: 18px;
color: #000;
gap: 11px;
text-decoration: none;
}
@media (max-width: 1300px) {
.phone-header a {
gap: 7px;
}
.phone-header a img {
width: 24px;
}
}
@media (max-width: 992px) {
.phone-header {
gap: 18px;
}
.phone-header a {
gap: 11px;
}
.phone-header a img {
width: 30px;
}
}
.def-bt {
background: linear-gradient(95.35deg, #f7ca45 29.53%, #f5b63f 75.87%);
border-radius: 8px;
height: 48px;
padding: 0 25px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 500;
color: #000 !important;
border: none;
text-decoration: none !important;
}
.def-bt.big {
height: 60px;
}
.def-bt:hover {
color: #fff !important;
}
.header-bot {
border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 992px) {
.lang {
order: 4;
width: 100%;
}
.header-right {
order: 1;
width: 100%;
flex-wrap: wrap;
}
.soc-link {
order: 2;
width: 100%;
padding: 30px 0;
}
.soc-link img {
width: 40px;
}
.header-bot {
padding-top: 103px;
}
}
.header-bot nav > ul {
letter-spacing: normal;
padding: 0;
margin: 0;
display: flex;
justify-content: space-around;
list-style: none;
}
.header-bot nav > ul li {
position: relative;
}
.header-bot nav > ul li a {
font-size: 18px;
color: #000;
display: block;
padding: 15px;
text-decoration: none;
transition: all 0.3s;
}
.header-bot nav > ul li a:hover {
color: #f90;
}
@media (max-width: 992px) {
.header-bot nav > ul {
flex-direction: column;
}
.header-bot nav > ul li {
width: 100%;
}
.header-bot nav > ul li a {
padding: 15px 30px;
}
}
.header-bot nav > ul li.menu-item-has-children > a {
padding-right: 22px;
position: relative;
}
.header-bot nav > ul li.menu-item-has-children > a:after {
content: "";
width: 14px;
height: 14px;
position: absolute;
background-image: url(//zakaz-avtobusa.com.ua/wp-content/themes/odissey/images/arr.svg);
background-repeat: no-repeat;
right: 0;
top: 50%;
transform: translate(0, -50%);
margin-top: 2px;
}
@media (max-width: 992px) {
.header-bot nav > ul li.menu-item-has-children > a {
display: flex;
align-items: center;
justify-content: start;
gap: 8px;
}
.header-bot nav > ul li.menu-item-has-children > a:after {
display: inline-block;
position: static;
transform: translate(0, 0);
margin-top: 5px;
}
}
.header-bot nav > ul li ul {
position: absolute;
background-color: #fff;
top: 100%;
left: 0;
list-style: none;
padding: 10px 0;
margin: 0; min-width: 250px;
max-width: 445px;
opacity: 0;
visibility: hidden;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
border-radius: 5px;
transition: opacity 0.3s;
border: none;
}
@media (min-width: 992px) {
.header-bot nav > ul li.menu-item-has-children:hover ul {
opacity: 1;
visibility: visible;
}
}
@media (max-width: 992px) {
.header-bot nav > ul li ul {
position: static;
background-color: #f1f1f1;
box-shadow: none;
width: 100%;
display: none;
}
.header-bot nav > ul li.show-menu ul {
opacity: 1;
visibility: visible;
display: block;
}
}
.header-bot nav > ul li ul li a {
font-size: 18px;
color: #000;
display: block;
padding: 7px 20px 7px 36px;
text-decoration: none;
transition: all 0.3s;
position: relative;
}
.header-bot nav > ul li ul li a:before {
content: "";
position: absolute;
left: 20px;
width: 8px;
height: 8px;
border-radius: 50%;
top: 15px;
background: #ff9900;
}
#hero {
background-position: center center;
background-size: cover;
margin-top: 128px;
}
@media (max-width: 992px) {
#hero {
margin-top: 76px;
}
}
@media (min-width: 768px) {
#hero {
background-image: url(//zakaz-avtobusa.com.ua/wp-content/themes/odissey/images/bus-bg.jpg);
}
}
@media (max-width: 767px) {
#hero {
background-image: url(//zakaz-avtobusa.com.ua/wp-content/themes/odissey/images/bus-mob-bg.jpg);
}
}
.hero-in {
display: flex;
height: 560px;
padding-bottom: 127px;
align-items: center;
flex-direction: column;
justify-content: center;
}
.hero-in h1 {
font-size: 58px;
font-weight: bold;
line-height: 1.2;
width: 100%;
}
.hero-in p {
font-size: 28px;
line-height: 1.2;
width: 100%;
font-weight: 500;
}
@media (max-width: 992px) {
.hero-in {
height: 503px;
padding: 36px 0 0 0;
text-align: center;
justify-content: start;
}
.hero-in h1 {
font-size: 34px;
margin-bottom: 8px;
}
.hero-in p {
font-size: 18px;
font-weight: 500;
}
}
.choose-city {
max-width: 888px;
width: 100%;
margin: 0 auto -47px;
position: relative;
top: -127px;
}
.choose-city:after {
content: "";
position: absolute;
background: rgba(6, 71, 132, 0.25);
filter: blur(9px);
border-radius: 10px;
top: 20px;
left: 20px;
right: 20px;
height: 100%;
}
.choose-city-in {
background: #007ff8;
border-radius: 10px;
height: 197px;
padding: 40px 75px 50px;
position: relative;
z-index: 10;
}
.choose-city-name {
font-size: 22px;
color: #fff;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
.choose-city-form {
display: flex;
gap: 10px;
width: 100%;
}
.choose-city-sel {
width: 100%;
}
.choose-city-sel select {
height: 60px;
padding: 0 30px;
border-radius: 10px;
border: none;
background-color: #fff;
width: 100%;
background-image: url(//zakaz-avtobusa.com.ua/wp-content/themes/odissey/images/arr.svg);
background-repeat: no-repeat;
background-position: right 30px center;
font-size: 18px; }
.choose-city-sel select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
}
.choose-city-bt button {
width: 250px;
}
@media (max-width: 992px) {
.choose-city {
top: -35px;
padding: 0 15px;
margin: 0;
}
.choose-city-in {
padding: 30px 15px;
height: auto;
}
.choose-city-name {
margin-bottom: 13px;
}
.choose-city-form {
flex-direction: column;
flex-wrap: wrap;
}
.choose-city-sel select {
background-position: right 22px center;
}
.choose-city-bt button {
width: 100%;
}
}
.order {
margin-bottom: 80px;
}
.order-tit {
margin-bottom: 40px;
}
.order-tit h3 {
font-size: 38px;
font-weight: normal;
}
@media (max-width: 992px) {
.order-tit {
margin-bottom: 28px;
}
.order-tit h3 {
font-size: 24px;
}
}
.order-list {
display: flex;
gap: 21px;
row-gap: 8px;
flex-wrap: wrap;
}
.one-order {
width: calc((100% - 42px) / 3);
background-color: #eef2f4;
border-radius: 8px;
height: 70px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
gap: 15px;
transition: all 0.3s;
position: relative;
}
.one-order a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (max-width: 992px) {
.order-list {
flex-wrap: wrap;
}
.one-order {
width: 100%;
}
}
.one-order:hover {
background: linear-gradient(95.35deg, #f7ca45 29.53%, #f5b63f 75.87%);
cursor: pointer;
}
.one-order-ico {
width: 40px;
}
.one-order-name {
font-size: 18px;
width: 100%;
}
.one-order-name p {
padding: 0;
margin: 0;
}
.first-block-main.first-block-home,
#stick_menu {
display: none !important;
}
.bt-show-more {
margin-bottom: 100px;
margin-top: -30px;
}
.bt-show-more-in {
display: flex;
align-items: center;
justify-content: center;
display: flex;
row-gap: 8px;
flex-wrap: wrap;
}
.bt-show-more-in .def-bt {
width: calc((100% - 42px) / 3);
cursor: pointer;
text-align: center;
}
@media (max-width: 992px) {
.bt-show-more-in .def-bt {
width: 100%;
}
.bt-show-more {
margin-bottom: 50px;
}
}
.hidden-order {
display: none;
}