@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";







  @font-face {
font-family: 'GothaProBold'; src: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/fonts/GothaProBol.otf); }
@font-face {
font-family: 'GothaProLight'; src: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/fonts/GothaProLig.otf); }
@font-face {
font-family: 'GothaProReg'; src: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/fonts/GothaProReg.otf); } @-webkit-keyframes show-panel {
from {
left: -235px; }
to {
left: 0; } }
@keyframes show-panel {
from {
left: -235px; }
to {
left: 0; } }
@-webkit-keyframes hidden-panel {
from {
left: 0; }
to {
left: -235px; } }
@keyframes hidden-panel {
from {
left: 0; }
to {
left: -235px; } }
@-webkit-keyframes click-me {
0% {
right: 20px; }
50% {
right: 25px; }
100% {
right: 20px; } }
@keyframes click-me {
0% {
right: 20px; }
50% {
right: 25px; }
100% {
right: 20px; } } .hamburger-elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger-elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease; }
.hamburger-elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger-elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s; }
.hamburger-elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0; }
.hamburger-elastic.is-active .hamburger-inner.hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s; } html, body {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
font-family: "GothaProReg", "OpenSans", serif;
font-size: initial;
color: #070918; }
main {
width: 100%;
padding-bottom: 1em;
overflow: hidden; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "GothaProBold", "OpenSans", serif;
font-size: 1em; }
ul {
list-style: none;
margin: 0;
padding: 0; }
a {
text-decoration: none;
color: inherit; }
.single-post .site-main a {
color: #1d2262;
border-bottom: 1px dotted #ef7b00; }
.single-post .site-main a:hover, .single-post .site-main a:active {
color: #ef7b00;
border-bottom: 1px solid #ef7b00; }
figure {
margin: 0; }
img {
display: block;
max-width: 100%;
height: auto; }
.hide-text {
font-size: 0; }
.container {
width: 95%;
max-width: 1200px;
margin: 0 auto; }
.flex-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around; }
.color-orange {
color: #ef7b00; }
.color-blue {
color: #1d2262; }
.color-w {
color: #ffffff; }
.text-pro {
text-transform: uppercase;
color: #ef7b00; }
.shadow-big {
box-shadow: 2px 2px 5px rgba(29, 34, 98, 0.5); }
.shadow-small {
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.5); }
.btn {
display: block;
max-width: 260px;
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
padding: 10px 16px;
text-transform: uppercase;
text-align: center;
font-family: "GothaProBold", "OpenSans", serif;
font-size: 18px;
background: #ef7b00;
color: #ffffff;
border: 1px solid #ef7b00;
border-radius: 50px;
outline: none;
transition: all 0.5s;
box-shadow: 2px 2px 5px rgba(29, 34, 98, 0.4);
box-sizing: border-box; }
.btn:enabled:hover {
background: #1d2262;
color: #ef7b00;
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.3);
transition: all 0.5s; }
.btn.disabled:disabled {
color: #fff;
background-color: #CCC;
border: 1px solid #6D6D6D; }
.visuallyhidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden; }
body {
margin-top: 60px; } .breadcrumbs {
padding-left: 20px;
box-sizing: border-box; }
.breadcrumbs__link {
color: #1d2262; }
.breadcrumbs__link:hover {
color: #ef7b00; }
.breadcrumbs__current {
color: #ef7b00; }
  .header__logo,
.header__slogan,
.header__adress,
.header__btn {
display: none; } .header__top-box {
position: fixed;
top: 0;
left: 0;
background: #1d2262;
width: 100%;
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.5);
z-index: 999999; }
.header__container {
display: flex;
align-items: center;
justify-content: space-between; }
.hamburger {
display: inline-block;
padding: 15px 15px;
margin: 0;
font: inherit;
text-transform: uppercase;
color: inherit;
cursor: pointer;
background-color: transparent;
border: 0;
overflow: visible;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear; }
.hamburger:hover {
opacity: 0.7; }
.hamburger-box {
position: relative;
display: inline-block;
width: 30px;
height: 20px; }
.hamburger-inner {
top: 0;
display: block;
margin-top: 0; }
.hamburger-inner::before, .hamburger-inner::after {
position: absolute;
display: block;
width: 30px;
height: 3px;
background-color: #ef7b00;
border-radius: 3px;
content: '';
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before {
top: -12px; }
.hamburger-inner::after {
bottom: -12px; }
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
position: absolute;
width: 30px;
height: 3px;
background-color: #ef7b00;
border-radius: 3px;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.mobile-header__logo {
width: 80px; }
.mobile-header__phone-box {
display: flex;
justify-content: space-between;
width: 140px; }
.phone-button {
position: relative;
display: block;
width: 60px;
height: 32px;
padding: 2px;
font-size: 0;
border: 1px solid #ef7b00;
border-radius: 30px; }
.phone-button::after {
position: absolute;
top: 2px;
right: 2px;
display: block;
width: 30px;
height: 30px;
border: 1px solid #ef7b00;
border-radius: 50%;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_phone_w.png) no-repeat center center;
background-size: 70%;
content: ''; }
.phone-button::before {
position: absolute;
top: 8px;
left: 6px;
display: block;
width: 20px;
height: 20px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_vel_o.png) no-repeat center center;
background-size: contain;
content: ''; }
.phone-button.mts::before {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_mts_o.png) no-repeat center center;
background-size: contain; }
.phone-button.email::before {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_mail_o.png) no-repeat center center;
background-size: contain; }
.header__menu {
position: fixed;
top: -500px;
left: 0;
z-index: 99999;
width: 100%;
padding: 10px;
color: #ffffff;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_fill_s.jpg) repeat-y center center;
background-size: contain;
transition: all 0.5s ease; }
.header__menu.active {
top: 50px;
transition: all 0.5s ease; }
.menu__container {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.main-menu {
display: block;
width: 70%; }
.sub-menu {
display: none;
height: 0;
padding-left: 15px;
overflow: hidden;
list-style: disc;
transition: all 0.5s; }
.sub-menu.active {
display: block;
height: auto;
overflow: visible;
transition: all 0.5s; }
.main-menu .sub-menu li {
margin-bottom: 0;
padding: 7px 0 0 0; }
.main-menu li {
text-transform: uppercase;
margin-bottom: 0.5em; }
.main-menu li a {
margin-left: 4px;
padding: 2px 8px 2px 1px; }
.main-menu li.current_page_item a {
border-bottom: 3px solid #ef7b00; }
li.menu-item-has-children {
position: relative;
padding: 10px 0 10px 40px; }
.plus-btn {
position: absolute;
top: 4px;
left: 4px;
display: block;
width: 30px;
height: 30px;
border: 2px solid #ef7b00;
border-radius: 15px; }
.plus-btn::after, .plus-btn::before {
position: absolute;
top: 14px;
left: 7px;
display: block;
width: 16px;
height: 2px;
background: #ef7b00;
opacity: 1;
content: '';
transition: all 0.5s; }
.plus-btn::before {
top: 7px;
left: 14px;
width: 2px;
height: 16px; }
.plus-btn.active::after {
background: #ffffff;
transition: all 0.5s; }
.plus-btn.active::before {
opacity: 0;
transition: all 0.5s; }
.icon-menu {
display: block;
width: 30%; }
.icon-menu li {
display: block;
width: 48px;
height: 48px;
margin: 0.5em auto; }
.icon-menu li a {
font-size: 0; }
.icon-menu__icon {
display: block;
width: 48px;
height: 48px;
border: 1px solid #ffffff;
border-radius: 50%; }
.icon-menu__icon.avia {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_avia_o.png) no-repeat center center;
background-size: 85%; }
.icon-menu__icon.auto {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_auto_o.png) no-repeat center center;
background-size: 85%; }
.icon-menu__icon.ins {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_ins_w.png) no-repeat center center;
background-size: 60%; }
.icon-menu__icon.vk {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_vk_w.png) no-repeat center center;
background-size: 60%; }
.icon-menu__icon.ok {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_ok_w.png) no-repeat center center;
background-size: 60%; }
.icon-menu__icon.fb {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_fb_w.png) no-repeat center center;
background-size: 60%; }
 .main-slider {
padding: 1em 0; }
.main-slider h3 {
text-align: center;
text-transform: uppercase;
font-family: "GothaProReg", "OpenSans", serif;
font-size: 1.2em; }
.main-slider h3 span {
font-family: "GothaProBold", "OpenSans", serif;
font-size: 2.2em; }
.offer {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.offer::before {
position: absolute;
top: 10px;
left: 10px;
display: block;
width: calc(100% - 22px);
height: 78px;
background-color: #ffffff;
border: 1px solid #ef7b00;
border-radius: 5px;
box-shadow: 2px 2px 5px rgba(29, 34, 98, 0.3);
content: ''; }
.offer::after {
position: absolute;
top: 42px;
right: 20px;
display: block;
width: 18px;
height: 18px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_arrow_o.jpg) no-repeat center center;
background-size: contain;
content: ''; }
.offer .offer-content {
position: relative;
top: 10px;
display: block;
width: calc(100% - 110px);
margin: 0;
z-index: 99; }
.offer span {
display: block; }
.offer figure > img {
transform: scale(1);
transition: all 0.5s ease; }
.offer:hover::after {
-webkit-animation-name: click-me;
animation-name: click-me;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.offer:hover figure {
box-shadow: 2px 2px 5px rgba(29, 34, 98, 0.4);
transition: all 0.5s ease; }
.offer:hover figure > img {
transform: scale(1.15);
transition: all 0.7s ease; }
.offers-box__offer {
margin: 1em 0; }
.offers-box__btn,
.main-about__btn,
.card-box__btn {
margin: auto; }
.offer figure,
.card-box figure {
position: relative;
display: block;
width: 100px;
height: 100px;
box-shadow: 1px 1px 3px #bbbcd0;
overflow: hidden;
transition: all 0.5s ease; }
.main-slider .offer figure > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.tour-type__box {
display: block;
width: 100%;
text-align: center;
padding: 1em 15px;
box-sizing: border-box; }
.tour-type__box h5 {
text-transform: uppercase;
margin: 0.7em 0; }
.tt-btn {
width: 64px;
height: 64px;
margin: 0.5em auto;
padding: 12px;
background-color: #ef7b00;
border: 2px solid #ffffff;
border-radius: 50%;
box-sizing: border-box;
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.5); }
.main-news .offer__price {
max-height: 33px;
overflow: hidden; }
.main-slider__offers .offer .offer-content {
top: 0; }
.offer__price p {
margin: 5px 0; }
.offer__title {
font-family: "GothaProBold", "OpenSans", serif;
font-size: 1.1em;
text-transform: uppercase; }
.main-about {
padding: 1em 0;
background: #1d2262; }
.main-about__text {
padding: 10px;
color: #ffffff;
border: 2px solid #ffffff;
border-radius: 5px;
box-sizing: border-box; }
.main-about__advantages {
padding: 10px;
text-align: center;
color: #ffffff; }
.main-about__advantages li {
position: relative;
display: block;
text-align: center; }
.advantages__title {
display: inline-block;
vertical-align: top;
width: 100px;
margin: 20px 0;
padding: 0;
font-size: 25px;
color: #ef7b00;
font-weight: bold; }
.main-about__advantages p {
margin-top: 0; }
.main-about__advantages i {
position: relative;
display: inline-block;
vertical-align: top;
width: 48px;
height: 48px;
margin: 0.5em 0 0.5em 10px;
background: #ef7b00;
border: 1px solid #ffffff;
border-radius: 50%; }
.main-about__advantages i::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 48px;
height: 48px;
content: ''; }
.icon-like i::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_like_w.png) no-repeat center center;
background-size: 60%; }
.icon-clients i::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_clients_w.png) no-repeat center center;
background-size: 60%; }
.icon-cream i::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_cream_w.png) no-repeat center center;
background-size: 60%; }
.card-box {
position: relative;
width: 100%;
margin-bottom: 1em; }
.card-box::before {
position: absolute;
top: 15px;
left: 12px;
display: block;
width: calc(100% - 30px);
height: calc(100% - 15px);
border: 2px solid #ef7b00;
border-radius: 7px;
box-shadow: 1px 1px 2px #bbbcd0;
content: ''; }
.card-box__more {
position: relative;
display: block; }
.card-box__more::before {
position: absolute;
top: 20px;
right: 20px;
display: block;
width: 120px;
height: auto;
padding: 10px;
text-align: center;
text-transform: uppercase;
font-family: "GothaProBold", "OpenSans", serif;
font-size: 18px;
color: #ffffff;
background: #1d2262;
content: 'почитать';
-webkit-filter: blur(0);
filter: blur(0);
opacity: 0.8;
transition: all 0.8s ease;
z-index: 9999; }
.card-box__more .card-box__img {
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
box-shadow: 2px 2px 15px #bbbcd0;
transition: all 0.5s ease; }
.card-box__more .card-box__img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.card-box__text {
position: relative;
margin: 0 15px;
padding: 10px;
z-index: 555; }
.main-opers__slide {
position: relative;
width: 100px; }
.cloud-descript {
position: absolute;
top: 110%;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
text-align: center;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
border-radius: 5px;
z-index: 9999; }
.descriprion-box,
.main-opers,
.main-news {
position: relative;
padding: 1em 0;
background: #ffffff;
z-index: 999; }
.descriprion-box.dark {
color: #ffffff;
background: #1d2262; }
.descriprion-box::before,
.descriprion-box::after,
.main-opers::before,
.main-news::before,
.main-opers::after,
.main-news::after {
position: absolute;
display: block;
height: 16px;
background: #ef7b00;
border-radius: 8px;
content: '';
z-index: 991; }
.descriprion-box.avia::before,
.main-news::before {
bottom: 0;
left: -10px;
width: 100px; }
.descriprion-box.avia::after,
.main-news::after {
bottom: 0;
left: 100px;
width: 16px; }
.descriprion-box.auto::before,
.main-opers::before {
top: 0;
right: -10px;
width: 50px; }
.descriprion-box.auto::after,
.main-opers::after {
top: -16px;
left: 125px;
width: 16px; }
.section-title {
width: 100%;
text-align: center;
text-transform: uppercase;
font-size: 1.3em;
box-sizing: border-box; }
.section-title.white {
color: #ffffff; }
.section-title_dark-theme {
padding: 1em 7px;
color: #ffffff;
background: #1d2262; }
.main-avia,
.main-auto {
margin: 2em 0; }
.button-box {
width: 100%; }
.descriprion-box .avia-search {
margin-bottom: 1em; }
.news-box {
margin-bottom: 2em; }
.main-news .card-box__btn {
margin-bottom: 1em; }
.news-box__offer {
width: 100%;
margin: 15px 0;
padding-right: 20px;
font-size: 0.9em; }
.news-box__offer .offer__title {
font-size: 1em; }
.offer.news-box__offer::before {
height: 100%; }
.offer.news-box__offer::after {
display: none; }
.offer.news-box__offer:hover .offer__more {
color: #ef7b00; }
.site-main {
padding-bottom: 2em; }
   .category-news main {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 2em; }
.category-news article.post {
position: relative;
width: 100%;
margin-top: 0;
margin-bottom: 1em; }
.category-news .news-box__offer {
align-items: flex-start;
padding-bottom: 1em;
box-sizing: border-box; }
.category-news .news-box__offer::before {
top: 20px;
left: 20px; }
.category-news h1,
.single-news h1 {
display: block;
width: 100%;
text-align: center;
text-transform: uppercase;
font-size: 1.1em; }
.news-box__offer img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.category-news .posted-on {
position: absolute;
top: 15px;
left: 110px;
display: block;
font-size: 0.8em;
color: #82a3b1; }
.category-news .offer-content {
top: 30px; } .single-country .content-area {
padding-top: 0; }
.country-slider {
position: relative;
width: 100%;
height: 300px; }
.country-slider > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
.flag-box__title {
position: absolute;
top: 15px;
left: 15px;
display: flex;
align-items: center;
width: 320px;
margin: 0.2em auto;
padding: 6px 12px;
background-color: rgba(255, 255, 255, 0.85);
box-sizing: border-box;
border-radius: 5px; }
.flag-box__title .flag_img {
display: block;
width: 55px; }
.flag-box h1 {
display: block;
width: 100%;
margin: 0;
padding: 5px;
padding-left: 1em;
text-transform: uppercase;
font-size: 1.3em; }
.country-description {
padding-left: 10px;
border-left: 2px solid #ef7b00; }
.country-informers {
display: flex;
flex-wrap: wrap;
justify-content: space-around; }
.country__info-box,
.country__meteo-box {
display: block;
width: 100%;
margin: 1em 0;
padding: 10px;
border-radius: 5px;
background: #d2e8ff;
box-sizing: border-box; }
.country__info-box li {
margin: 0.5em 0;
color: #070918; }
.country__info-box li span {
color: #1d2262;
font-weight: bolder; }
.country__meteo-box .gsInformer {
margin: 0 auto; }
.country .avia-search {
margin-top: 1em; } .content-box,
.content-box__img {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.content-box__img li {
display: block;
width: 30%;
margin: 1em 0; }
.content-box__img li.current {
width: 100%; }
.about-partners__logos,
.about-partners__principes {
text-align: left; }
.about-partners__logos li {
display: inline-block;
vertical-align: top;
margin: 5px; }
.about-partners__logos img {
max-height: 30px;
width: auto; }
.about-partners__principes li {
position: relative;
display: block;
margin: 0.7em 0;
padding-left: 10px; }
.about-partners__principes li::after {
position: absolute;
top: 20%;
bottom: 20%;
left: 0;
width: 4px;
height: auto;
border-radius: 2px;
background: #ef7b00;
content: ''; }
.about-contacts__map iframe {
max-width: 100%; }
.about .form-box {
margin-bottom: 1em; } .visa-box__table {
overflow-x: scroll; }
.visa-box__table table {
margin: 1.5em auto;
border-collapse: collapse; }
.visa-box__table th, .visa-box__table td {
padding: 0.5em;
border: 2px solid #ef7b00; }
.visa-box__table a {
color: #ef7b00;
border-bottom: 1px dotted #ef7b00; }
.visa-box__table a:hover {
border-bottom: 1px solid #1d2262; } .site-main.reviews {
padding-bottom: 0.5em 0; }
.site-main.reviews article {
position: relative;
margin: 1.5em auto;
padding-bottom: 1px; }
.site-main.reviews .posted-on {
position: absolute;
top: -10px;
left: 110px; }
.news-box__offer.reviews {
width: 100%;
box-sizing: border-box; }
.news-box__offer.reviews img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; } .pay-box {
display: flex;
flex-direction: column;
flex-wrap: wrap; }
.pay-logo {
width: 100%;
background: #d2e8ff;
padding: 10px;
box-sizing: border-box;
border-radius: 5px; }
.pay-descript {
display: block;
width: 100%; } .order-form__input {
width: 100%;
margin: 1em 0;
padding: 0.5em;
border: 1px solid #1d2262;
box-sizing: border-box; }
.order-form__btn {
width: 100%;
max-width: 260px;
margin: 1em auto; }
.order-form__btn:hover {
cursor: pointer; }
.order-form__сonsent input {
width: 10px; } .left-panel {
display: none; }
  .wrap {
min-width: 100%;
min-height: 100%;
padding: 0;
box-sizing: border-box;
overflow: auto; }
.wrap--active {
position: fixed;
overflow: hidden;
pointer-events: none;
-webkit-filter: blur(5px);
filter: blur(5px); }
.btn.cloud-form__submit,
.btn.btn--excellent {
display: inline;
margin-top: 10px; }
.btn.btn--excellent {
margin-bottom: 10px; }
.popup-question-close {
position: absolute;
left: 95%;
padding: 0;
margin: 0;
font-size: 20px;
color: #6D6D6D;
background: none;
border: none;
outline: none;
cursor: pointer;
transition: all 0.5s; }
.popup-question-close:hover {
color: red;
transform: rotate(180deg);
transition: all 0.5s; }
.popup-question,
.popup-question-thanks {
position: absolute;
top: 50%;
left: 50%;
z-index: 99999;
width: calc(100% - 10px);
max-width: 390px;
height: auto;
box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
transform: translate(-50%, -150%);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; }
.cloud-form__title {
margin-bottom: 0;
font-size: 1.5em;
font-weight: 900;
text-transform: uppercase;
text-align: center;
color: #ef7b00; }
.cloud-form__head {
text-align: center; }
.cloud-form__head,
.cloud-form__client-info {
display: flex;
flex-direction: column;
padding-bottom: 0; }
.cloud-form__text {
display: flex;
flex-direction: column;
padding-bottom: 10px; }
.cloud-form__input,
.cloud-form__comment {
height: 1.7em;
padding: 0 20px;
margin-bottom: 7px;
font-size: 1em;
border: 1px solid rgba(109, 109, 109, 0.4);
border-radius: 5px; }
.cloud-form__comment {
height: 3.2em;
resize: none; }
.cloud-form {
background-color: #fff;
border-radius: 10px; }
.cloud-form__client-action {
align-items: center;
justify-content: center;
padding-top: 0;
text-align: center; }
.cloud-form__client-action > .cloud-form__text {
flex-direction: row; }
.cloud-form__link {
display: inline;
width: auto;
padding-bottom: 1.05em;
font-size: 0.75em;
text-decoration: underline;
color: #000;
transition: all 0.5s; }
.cloud-form__link:hover {
font-weight: bold;
transition: all 0.3s; }
.cloud-form__comment:focus,
.cloud-form__input:focus {
color: rgba(255, 19, 19, 0.54);
border: 1px solid rgba(255, 19, 19, 0.54);
border-radius: 5px;
outline: none; }
.cloud-form__comment:focus::-webkit-input-placeholder,
.cloud-form__input:focus::-webkit-input-placeholder {
color: transparent; }
.cloud-form__comment:focus::-moz-placeholder,
.cloud-form__input:focus::-moz-placeholder {
color: transparent; }
.cloud-form__comment:focus:-ms-input-placeholder,
.cloud-form__input:focus:-ms-input-placeholder {
color: transparent; }
.cloud-form__comment:focus::-ms-input-placeholder,
.cloud-form__input:focus::-ms-input-placeholder {
color: transparent; }
.cloud-form__comment:focus::placeholder,
.cloud-form__input:focus::placeholder {
color: transparent; }
.cloud-form__сonsent {
display: none; }
.cloud-form__head,
.cloud-form__client-info,
.cloud-form__client-action {
border: 0; }
.cloud-form__сonsent:checked + span,
.cloud-form__сonsent + span {
height: 18px;
padding-left: 19px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_checked.svg) no-repeat;
transition: opacity 1s ease-in-out; }
.cloud-form__сonsent + span {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_check.svg) no-repeat; }
.popup-question-thanks__text {
text-align: center; }
.popup-question-thanks__title {
color: #ef7b00; }
.popup-question-thanks {
text-align: center;
background-color: #fff;
border-radius: 5px; }
.modal-content-show {
visibility: visible;
opacity: 1;
transform: translate(-50%, -50%);
transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }
.popup-question {
text-align: left;
border-radius: 10px; }
  .footer {
padding: 1em 0 0 0;
box-sizing: border-box;
background: #1d2262;
color: #bbbcd0; }
.footer h3 {
text-align: center;
font-size: 1.1em;
text-transform: uppercase;
color: #ffffff; }
.footer .social,
.footer .payment {
display: block;
text-align: center; }
.footer .social li,
.footer .payment li,
.footer .social li a {
position: relative;
display: block;
width: 40px;
height: 40px;
font-size: 0; }
.footer .social li,
.footer .payment li {
display: inline-block;
vertical-align: top;
margin: 5px; }
.footer .social li {
border: 1px solid #ffffff;
border-radius: 50%;
background: transparent;
transition: all 0.7s ease; }
.footer .social li:hover {
background: #ef7b00;
transition: all 0.7s ease; }
.footer .phone-button::after {
opacity: 0;
transition: all 0.5s ease; }
.footer .phone-button:hover {
border: 1px solid #ef7b00;
transition: all 0.5s ease; }
.footer .phone-button:hover::after {
opacity: 1;
transition: all 0.5s ease; }
.footer .column-1,
.footer .dark {
font-size: 0.9em; }
.footer .dark {
color: #8e90b0;
background: #1d2245;
padding: 1em 0; }
.footer .dark a {
border-bottom: 1px dotted #8c90b0; }
.footer .dark a:hover {
color: #ffffff;
border-bottom: 1px solid #ffffff; }
.footer__container {
display: flex;
flex-direction: column-reverse;
justify-content: center;
padding-bottom: 1em; }
.social__icon a::after,
.payment__icon::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 40px;
height: 40px;
content: ''; }
.social__icon.ins a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_ins_w.png) no-repeat center center;
background-size: 75%; }
.social__icon.tel a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_tel_w.png) no-repeat center center;
background-size: 75%; }
.social__icon.vk a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_vk_w.png) no-repeat center center;
background-size: 75%; }
.social__icon.fb a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_fb_w.png) no-repeat center center;
background-size: 75%; }
.social__icon.ok a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_ok_w.png) no-repeat center center;
background-size: 75%; }
.social__icon.erip a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_erip.png) no-repeat center center;
background-size: 100%; }
.social__icon.e-pos a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_e-pos.png) no-repeat center center;
background-size: 100%; }
.social__icon.visa a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_visa.png) no-repeat center center;
background-size: 100%; }
.social__icon.mastercard a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_mastercard.png) no-repeat center center;
background-size: 100%; }
.social__icon.easy-pay a::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_easy-pay.png) no-repeat center center;
background-size: 100%; }
.footer .mobile-header__phone-box,
.about .mobile-header__phone-box {
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
width: 100%; }
.footer .phone-button,
.about .phone-button {
width: 260px;
margin: 5px auto;
text-align: center;
line-height: 2em;
font-size: 1em;
color: #ffffff;
border: 1px solid transparent;
box-sizing: content-box;
transition: all 0.5s ease; }
.about .phone-button {
color: #070918;
margin-left: 0; }
.about .phone-button::after,
.about .phone-button:hover::after {
display: none; }
.footer-menu li {
padding: 5px;
transition: all 0.5s ease; }
.footer-menu li:hover {
color: #ffffff;
transition: all 0.5s ease; }
.footer .header__adress,
.footer__clock {
position: relative;
display: block;
width: 260px;
margin: 0 auto;
padding-left: 40px;
font-size: 0.95em;
box-sizing: border-box; }
.footer .header__adress::after,
.footer__clock::after {
position: absolute;
top: 2px;
left: 5px;
display: block;
width: 20px;
height: 20px;
content: ''; }
.footer .header__adress .color-w,
.footer__clock .color-w {
display: inline-block;
vertical-align: top;
padding: 4px 0;
font-size: 1em; }
.footer .header__adress::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_map_o.png) no-repeat center center;
background-size: contain; }
.footer__clock::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_clock_o.png) no-repeat center center;
background-size: contain; }
.footer__logo {
display: block;
float: left;
width: 100px;
margin: 15px 15px 15px 5px; }
 @media screen and (min-width: 640px) {  .header {
position: relative;
z-index: 99999; }
.mobile-header__phone-box {
width: auto; }
.phone-button {
width: auto;
margin: 0 10px;
padding: 2px 38px 2px 28px;
color: #ffffff;
font-family: "GothaProLight", "OpenSans", serif;
font-size: 15px;
line-height: 32px; } .content-area {
padding: 1em 0; }
.main-slider__offers {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-end; }
.main-slider__offers a {
width: 48%; }
.tour-type__box {
width: 50%; }
.main-about {
margin: 1em 0;
padding-top: 0; }
.main-about__top {
padding: 2em 15px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_about_b.jpg) no-repeat top left;
background-size: cover; }
.main-about__text {
position: relative;
padding: 40px;
font-weight: bolder; }
.main-about__advantages {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
margin: 1.5em 0; }
.main-about__advantages li {
width: 30%; }
.card-box {
width: 48%; }
.description-box p {
line-height: 1.5em; }
.description-box.dark {
padding: 2em 0; }
.button-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around; }
.button-box .offers-box__btn {
min-width: 250px; }  .country__info-box {
width: 40%; }
.country__meteo-box {
width: 58%;
max-width: 330px; } .pay-box {
justify-content: space-between; }
.pay-logo {
width: 40%;
background: #d2e8ff;
padding: 10px;
box-sizing: border-box;
border-radius: 5px; }
.pay-descript {
display: block;
width: 55%; } .form-box form {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.order-form__input {
width: 48%; }
.order-form__input.message {
width: 100%; }
.order-form__сonsent {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%; }
.order-form__btn {
width: 50%; }
.сonsent-box {
width: 48%; } .footer__container {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around; }
.footer-menu {
padding-left: 15px; }
.footer section {
width: 49%; }
.footer section.dark {
width: 100%; }
.footer .phone-button {
width: 190px; }
.footer .header__adress::after,
.footer__clock::after {
left: 8px; } } @media screen and (min-width: 768px) {   .main-slider {
position: relative;
padding-bottom: 1em;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_main.jpg) no-repeat 0 60px;
background-size: 40%;
background-attachment: fixed; }
.main-slider::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_main_1.jpg) no-repeat 90% 10%;
background-size: 15%;
background-attachment: fixed;
content: '';
z-index: 9; }
.main-slider div {
position: relative;
z-index: 999; }
.offer figure {
box-shadow: -3px 2px 12px rgba(29, 34, 98, 0.4);
transition: all 0.5s ease; }
.offer:hover::before {
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.4); }
.main-about {
margin: 0; }
.flag-box__title {
left: 30px;
right: 100%; } .wrap--active {
padding-right: 16px; }
.cloud-form__title,
.popup-question-thanks__title {
font-size: 1.9em; }
.cloud-form__head > .cloud-form__text,
.popup-question-thanks__text {
font-size: 0.87em; }
.popup-question-thanks {
background-color: #fff; }
.cloud-form__client-action > .cloud-form__text {
font-size: 1em; }
.cloud-form__input,
.cloud-form__comment {
height: 40px; }
.cloud-form__comment {
padding-top: 20px; }
.cloud-form__comment::-webkit-input-placeholder,
.cloud-form__input::-webkit-input-placeholder {
font-size: 1em; }
.cloud-form__comment::-moz-placeholder,
.cloud-form__input::-moz-placeholder {
font-size: 1em; }
.cloud-form__comment:-ms-input-placeholder,
.cloud-form__input:-ms-input-placeholder {
font-size: 1em; }
.cloud-form__comment::-ms-input-placeholder,
.cloud-form__input::-ms-input-placeholder {
font-size: 1em; }
.cloud-form__comment::placeholder,
.cloud-form__input::placeholder {
font-size: 1em; }
.cloud__comment {
height: 100px; }
.cloud-form__client-info > .cloud-form__text {
font-size: 1em; }
.cloud-form__сonsentchecked + span,
.cloud-form__сonsent + span {
width: 19px;
height: 18px;
margin-top: 4px; } } @media screen and (min-width: 920px) {  .header__btn {
display: block;
font-size: 16px;
padding: 9px 18px; } .card-box {
width: 32%; }
.main-catalog_country .card-box {
width: 30%; }
.descriprion-box.auto::before, .main-opers::before {
width: 150px; }
.main-about {
display: flex;
padding: 0;
margin-bottom: 1em; }
.main-about__advantages {
flex-direction: column;
align-items: stretch;
height: 80%;
padding: 30px; }
.main-about__advantages li {
width: 100%;
text-align: left; }
.advantages__icon span,
.advantages__icon p {
margin-left: 15px; }
.news-box.flex-box {
justify-content: space-between; }
.news-box__offer {
width: 30%; }  .category-news .news-box__offer {
width: 100%;
height: calc(100% - 25px); }
.category-news main {
justify-content: space-between;
align-items: stretch; }
.category-news article.post {
position: relative;
width: 48%; } .site-main.country {
margin-top: 1em; }
.site-main.country .main-catalog {
margin: 1em 0; }
.site-main.country .button-box {
width: 100%; }
.country-informers {
margin: 2em 0; }
.country__meteo-box,
.country__info-box {
margin: 0; }
.country__news-box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.country__news-box .category-news .news-box__offer figure {
width: 100px;
height: 100px; }
.country__news-box .category-news .offer-content {
top: 30px;
width: calc(100% - 115px); } .site-main.about .section-title {
text-align: left;
padding-left: 20px; }
.about-contacts,
.about-partners {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.content-box {
flex-direction: row-reverse; }
.about-partners__logos,
.content-box__txt,
.about-partners__principes,
.content-box__img {
width: 49%; }
.about-partners__logos {
text-align: right; }
.about-partners__principes li {
padding-left: 27px; }
.about-contacts__contacts {
width: 40%; }
.about-contacts__map {
width: 58%; } .site-main.reviews .posted-on {
top: 0;
left: 170px; }
.news-box__offer.reviews.offer::before {
top: 15%;
height: 70%; }
.news-box__offer.reviews figure {
width: 150px;
height: 150px; }
.offer .offer-content_reviews {
top: 0;
width: calc(100% - 170px); } } @media screen and (min-width: 1024px) { body {
margin-top: 0; }
main {
padding-bottom: 2em; }
.site-main {
min-height: 200px; } .header {
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.5); }
.header__top-box {
position: relative;
padding: 0.5em 0;
background: #ffffff;
box-shadow: none; }
.mobile-header__hamburger,
.mobile-header__logo,
.icon-menu,
.phone-button:after {
display: none; }
.sub-menu {
padding-left: 0;
list-style: none; }
.header__menu.active {
top: 0; }
.header__logo {
display: block;
width: 120px; }
.header__slogan,
.header__adress {
display: block;
margin-left: 20px; }
.header__slogan p,
.header__adress p {
margin: 0;
font-family: "GothaProLight", "OpenSans", serif;
font-size: initial; }
.header__slogan p {
text-transform: uppercase;
line-height: 20px; }
.header__adress {
position: relative;
margin-left: 28px;
padding-left: 20px; }
.adress::after {
position: absolute;
top: 3px;
left: 0;
width: 20px;
height: 20px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_map_o.png) no-repeat center center;
background-size: contain;
content: ''; }
.mobile-header__phone-box {
position: relative;
flex-direction: column; }
.phone-button {
position: relative;
height: 28px;
padding: 2px 39px 2px 29px;
color: #070918;
border: 1px solid transparent;
transition: all 0.5s; }
.phone-button:hover {
border: 1px solid #ef7b00;
transition: all 0.5s; }
.phone-button:hover::after {
top: 6px;
right: 10px;
display: block;
width: 20px;
height: 20px;
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/icon_phone_o.png) no-repeat center center;
background-size: contain;
border: none;
opacity: 0;
transition: all 0.5s; }
.phone-button:hover::after {
opacity: 1;
transition: all 0.5s; }
.header__menu {
position: relative;
top: 0;
padding: 0;
background: #ffffff;
color: #070918;
border-top: 1px solid rgba(29, 34, 98, 0.2);
box-shadow: 0 1px 2px rgba(29, 34, 98, 0.5);
transition: all 0.5s ease; }
.header__menu.fixed {
position: fixed;
transition: all 0.5s ease; }
.main-menu {
width: 100%; }
.main-menu .menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.main-menu li {
position: relative;
margin: 0;
padding: 10px; }
.main-menu li.menu-item > a {
position: relative;
margin: 0;
padding: 10px;
z-index: 9999; }
.main-menu li.menu-item > a::after {
position: absolute;
bottom: -3px;
left: -5px;
display: block;
width: 0;
height: 3px;
background: #ef7b00;
content: '';
transition: all 0.5s; }
.main-menu li.current_page_item a {
border-bottom: none; }
.main-menu ul.sub-menu li > a {
padding: 0; }
.main-menu li.menu-item .sub-menu li:hover a::after {
display: none; }
.main-menu li.menu-item:hover > a::after,
.main-menu .menu > li.current-menu-parent > a::after,
.home .main-menu .menu > li.current_page_item:first-child > a::after {
width: calc(100% + 10px);
transition: all 0.5s; }
.main-menu li.menu-item:hover,
.main-menu .menu > li.current-menu-parent,
.home .main-menu .menu > li.current_page_item:first-child {
color: #ef7b00;
transition: all 0.6s; }
.main-menu li.menu-item .sub-menu > li:hover {
color: #ffffff;
transition: all 0.6s; }
.main-menu .menu-item .sub-menu {
position: absolute;
top: 50%;
left: 0;
display: block !important;
opacity: 0;
background: #ffffff;
box-shadow: 1px 1px 3px rgba(29, 34, 98, 0.5);
transition: all 0.5s ease; }
.main-menu .menu-item:hover .sub-menu {
opacity: 1;
transition: all 0.5s ease; }
.main-menu .menu-item:hover .sub-menu {
top: calc(100% + 2px);
height: auto;
transition: all 0.7s ease; }
.main-menu .sub-menu li {
margin: 0;
padding: 5px 20px;
color: #070918;
background: #ffffff;
transition: all 0.5s ease; }
.sub-menu li:hover {
color: #ffffff;
background: rgba(29, 34, 98, 0.5);
transition: all 0.5s ease; }
.plus-btn {
display: none; } .cloud-descript h5,
.cloud-descript p {
margin: 0; }
.main-opers__slide:hover .cloud-descript {
width: 150%;
height: auto;
clip: auto;
background: #ffffff;
box-shadow: 1px 1px 2px #bbbcd0;
padding: 10px; }
.tour-type {
position: relative;
box-shadow: 1px -1px 3px rgba(29, 34, 98, 0.5);
z-index: 9999; }
.tour-type__box {
width: 25%; }
.tour-type__box:hover .tt-btn {
box-shadow: 0 0 2px rgba(29, 34, 98, 0.5);
transition: all 0.5s ease; }
.tt-btn {
box-shadow: 1px 1px 5px rgba(29, 34, 98, 0.5);
transition: all 0.5s ease; } .card-box__more::before {
-webkit-filter: blur(5px);
filter: blur(5px);
opacity: 0;
transition: all 0.8s ease; }
.card-box__more:hover::before {
-webkit-filter: blur(0);
filter: blur(0);
opacity: 0.8;
transition: all 0.8s ease; }
.card-box .card-box__img {
-webkit-filter: blur(0);
filter: blur(0);
box-shadow: 1px 1px 4px #bbbcd0;
transition: all 0.5s ease; }
.card-box__more:hover .card-box__img {
-webkit-filter: blur(1px);
filter: blur(1px);
box-shadow: 2px 2px 15px #bbbcd0; }
.country .avia-search {
margin-top: 2em; } .category-news article.post {
margin-bottom: 2em; }
.category-news .news-box__offer {
height: calc(100% - 15px); }
.category-news .news-box__offer figure {
width: 150px;
height: 150px; }
.category-news .posted-on {
left: 170px; }
.category-news .offer-content {
top: 40px;
width: calc(100% - 170px); } .visa-box__table {
overflow-x: auto; } .pay-logo {
width: 25%; }
.pay-descript {
width: 70%; } .about .phone-button {
width: auto; } .flex-sidebar {
display: flex;
flex-wrap: wrap; }
.left-panel {
display: block;
width: 180px;
margin: 1em 20px 1em 0;
padding-right: 20px;
border-right: 1px solid rgba(29, 34, 98, 0.2);
box-sizing: border-box; }
.left-panel li {
position: relative;
margin: 10px;
padding: 10px;
text-transform: uppercase; }
.left-panel li::after {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #ef7b00;
content: '';
transition: all 0.5s; }
.left-panel li:hover::after {
width: 100%;
transition: all 0.5s; }
.flex-sidebar .site-main {
width: calc(100% - 201px); } .footer__container {
justify-content: space-between; }
.footer section {
width: 24%; }
.footer .social li,
.footer .payment li,
.footer .social li a {
width: 30px;
height: 30px;
font-size: 0; }
.footer .mobile-header__phone-box {
padding: 0.3em 0; }
.footer .phone-button {
line-height: 1.2em;
height: auto;
margin: 0 auto; }
.footer .phone-button:hover::after {
display: none; }
.footer .phone-button::before {
top: 2px; }
.footer .phone-button:hover {
border: 1px solid transparent;
color: #ef7b00;
transition: all 0.5s ease; }
.footer__logo {
float: none;
width: 100%;
margin: 0; }
.social__icon a::after,
.payment__icon::after {
width: 30px;
height: 30px; } } @media screen and (min-width: 1280px) {   .main-slider {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_main.jpg) no-repeat 0 33%;
background-size: 30%;
background-attachment: fixed; }
.main-slider::after {
background: url(//pro-tour.by/wp-content/themes/pro-tour_by/assets/css/img/bg_main_1.jpg) no-repeat 90% 28%;
background-size: 11%;
background-attachment: fixed; }
.main-slider__offers {
width: 60%;
margin: 3em auto 3em 30%; }
.main-about {
flex-wrap: wrap;
justify-content: space-between; }
.main-about__text {
width: 100%;
max-width: 640px;
margin: 0 0 0 auto; }
.main-about__top {
width: 60%;
box-sizing: border-box; }
.main-about__icons {
width: 40%;
box-sizing: border-box; }
.descriprion-box.auto {
padding-bottom: 2em; }
.button-box {
width: 70%; }
.card-box {
width: 24%; } .country__info-box,
.country__news-box {
width: 30%; }
.country__news-box {
margin: -1em 0 1em 0; } .footer__container {
padding: 2em 0; }
.footer .social li {
margin: 5px 10px; } } @media screen and (min-width: 1366px) {   .main-about__advantages li {
margin-bottom: 3em; }
.main-about__advantages p {
margin-top: 1em; }
.descriprion-box.avia::before,
.main-news::before {
bottom: 0;
left: -10px;
width: 25%; }
.descriprion-box.avia::after,
.main-news::after {
left: 25%; }
.descriprion-box.auto::after,
.main-opers::after {
left: calc(25% + 25px); }
.descriprion-box.auto::before,
.main-opers::before {
width: 40%; }
.descriprion-box p,
.button-box {
display: blok;
width: 50%; }
.descriprion-box.auto .title__text {
display: flex; } } @media screen and (min-width: 1600px) { .container {
max-width: 1400px; }  .main-slider {
padding: 4em 0; }
.main-slider h3 {
font-size: 1.5em; }
.main-slider h3 span {
font-size: 2.5em; }
.main-about__top {
width: 50%; }
.main-about__icons {
width: 50%; } .footer .payment li {
width: 40px;
height: 40px; }
.payment__icon::after {
width: 40px;
height: 40px; } }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}