@charset "UTF-8";

/*
Theme Name: Buonasera
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body > * {
    width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover, a:active {
    outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
    height: 50px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 15px;
}
textarea {
    height: 100px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 15px;
    resize: none;
}
*{
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  transition: .5s;
  background: rgb(156 194 235 / 90%);
}
header.active{
  padding: 0 0;
  background: rgb(156 194 235 / 90%);
}
header .container{
  justify-content:  space-between;
  align-items: center;
  display:  flex;
}
.menu{
  display: flex;
  list-style: none;
}
.menu a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    transition: .3s;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}
.menu a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 3px auto 0;
    transition: .5s;
}
.menu a:hover:after{
  width: 70%;
}
.soc_block {
    display: flex;
    margin-left: 60px;
    align-items: center;
}
.right_header{
  display: flex;
}
.container{
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-bottom: -3px;
  opacity: 0.4;
  max-height: 800px;
}
.block_video{
  background: #1c2e41;
  position: relative;
  overflow: hidden;
}
.logo{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.logo img {
    height: 75px;
}
.item_soc_block {
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    margin-left: 20px;
    text-decoration: none;
}
.item_soc_block:hover{
  color: #d7af1e;
}
.content_banner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  color: #fff;
}
.title_banner {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 67px;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.text_banner{
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  max-width: 760px;
  padding-left: 80px;
}
.text_banner:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-left: -75px;
    position: relative;
    top: 15px;
}
.button{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0c2239;
  background: #ffffff;
  text-decoration: none;
  padding: 17px 30px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 60px;
  border-radius: 7px;
  position: relative;
  transition: .5s;
}
.button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 7px;
    transition: .5s;
}
.button:hover:after{
  transform: translate(8px, 8px);
}
.button:hover{
  transform: translate(-4px, -4px);
}
.title_block{
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -3px;
  text-align: center;
  padding: 80px 0 50px;
  text-transform: uppercase;
}
.block_questions {
    background: url(../img/1.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.bg_block{
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bg_block + div{
  position: relative;
}
.for_quest{
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.item_quest{
  background: #fff;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.title_item_quest {
    border-style: solid;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    transition: .5s;
}
.text_item_quest {
    display: none;
}
.text_item_quest > div {
    padding: 25px 30px 20px;
}
.title_item_quest span{
  display: inline-block;
  margin-right: 15px;
  color: #000;
  transition: .5s;
}
.item_quest:hover span{
  color: #fff;
}
.title_item_quest span.active{
  transform: rotate(180deg);
}
.black{
  color: #0c2239;
}
.line_title {
    height: 4px;
    width: 50px;
    background: #d7af1e;
    margin: -30px auto 50px;
}
.for_price {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.item_price {
    color: #fff;
    width: 30%;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.title_item_price {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
}
.price_item_price {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
}
.price_item_price p {
    display: inline-block;
}
.price_item_price span {
    font-size: 40px;
}
.line_price {
    height: 2px;
    width: 50px;
    background: #fff;
    margin: 20px auto;
}
.text_item_price {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2.2;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 15px 10px;
    border-radius: 15px;
}
.item_price em{
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  display: block;
}
.oferta_agree {
    display: flex;
    align-items: start;
    margin-top: 30px;
    font-size: 14px;
}
.oferta_agree.red, .oferta_agree.red a {
    color: red;
}
.oferta_agree input {
    height: auto;
    margin: 2px 10px 0 0;
}
.oferta_agree a {
    color: #fff;
}
.dop_booking {
    display: flex;
    align-items: start;
    margin-top: 30px;
    font-size: 14px;
}
.dop_booking input {
    height: auto;
    margin: 2px 10px 0 0;
}
.item_price .button {
    margin-top: 20px;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
    overflow: visible;
}
.item_price .bg_block{
  opacity: 0.7;
  background: #200c0c;
}
.item_price:nth-child(1) {
    background: url(../img/greece.png);
    background-position: center center;
    background-size: 100% 100%;
}
.item_price:nth-child(2) {
    background: url(../img/spain.jpg);
    background-position: center center;
    background-size: 100% 100%;
}
.item_price:nth-child(3) {
    background: url(../img/italy.png);
    background-position: center center;
    background-size: 100% 100%;
}
.item_price:nth-child(4) {
    background: url(../img/france.jpg);
    background-position: center center;
    background-size: 100% 100%;
}
.block_galery{
  background: url(../img/3.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.for_slider_galery{
  padding: 0 80px 100px;
}
.item_slider_galery{
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #fff;
  opacity: 0.9;
}
.item_slider_galery img{
  object-fit: cover;
  height: 250px;
  transition: 10s;
}
.item_slider_galery a{
  outline: none;
}
.bg_hov {
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transition: .5s;
}
.plus_hov {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 100px;
}
.item_slider_galery:hover .bg_hov{
  opacity: 1;
}
.item_slider_galery:hover img{
  transform: rotate(20deg) scale(1.5);
}
.owl-next{
  color: #d7af1e;
  background: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding-left: 4px;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
.owl-prev{
  color: #d7af1e;
  background: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding-right: 4px;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
.owl-prev.disabled, .owl-next.disabled{
  opacity: 0.3;
}
.owl-prev:hover, .owl-next:hover{
  background: #d7af1e;
  color: #fff;
}
.block_price{
  background: url(../img/bg.png);
}
footer {
    background: #5d8cbe;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 40px 0;
}
.top_button {
    position: fixed;
    bottom: -60px;
    right: 35px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 58px;
    height: 58px;
    background: #0c2239;
    border-radius: 10px;
    font-size: 24px;
    opacity: 0;
    border: 1px solid #fff;
    transition: .5s;
}
.top_button.active{
  bottom: 35px;
  opacity: 0.6;
}
.top_button:hover{
  opacity: 1;
}
.for_contacts {
    padding-bottom: 100px;
    display: flex;
}
.item_contacts:first-child {
    width: 40%;
    padding-right: 50px;
}
.item_contacts:last-child {
    width: 60%;
    padding-left: 50px;
}
.element_item_contacts {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 20px;
    display: flex;
}
.element_item_contacts a{
  color: #0c2239;
  transition: .5s;
}
.element_item_contacts a:hover{
  color: #d7af1e;
}
.block_contacts {
    background: #ecf1fa;
}
.title_form {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #001835;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 15px;
}
.for_contacts form > p{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.for_contacts form .wpcf7-form-control-wrap {
    width: 48%;
}
.for_contacts form p:has(textarea) {
    display: block;
    width: 100%;
}
.for_contacts form textarea, .for_contacts form input {
    width: 100%;
}
.form_cont_submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #d7af1e;
    padding: 17px 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    border: none;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 0;
}
.form_cont_submit:hover{
  background: #0c2239;
  cursor: pointer;
}
.for_contacts form .wpcf7-spinner {
    margin: 10px auto 0;
}
.for_contacts form .wpcf7-response-output {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
}
.for_contacts form .wpcf7-not-valid-tip {
    margin: -15px 0 15px;
    font-size: 12px;
}
.element_item_contacts .fa{
  width: 40px;
  min-width: 40px;
  font-size: 20px;
  color: #d7af1e;
}
.item_contacts .soc_block{
  margin-left: 0;
  margin-top: 20px;
}
.item_contacts .item_soc_block {
    color: #0c2239;
    margin-left: 0;
    margin-right: 20px;
    font-size: 24px;
}
.item_quest:hover {
  cursor: pointer;
}
.item_quest:hover .title_item_quest{
  background: #d7af1e;
}
.item_contacts .item_soc_block:hover{
  color: #d7af1e;
}
.for_reviews {
    padding: 0 80px 100px;
}
.block_reviews{
  background: #ecf1fa;
}
.item_slider_rev {
    display: flex;
    background: #fff;
}
.for_img_rev {
    width: 35%;
}
.for_img_rev img {
    height: 100%;
    object-fit: cover;
}
.content_rev {
    width: 65%;
    padding: 10px;
}
.raiting_rev {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    background-color: #0c2239;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_rev {
    font-weight: 700;
    font-family: -webkit-body;
    color: #001835;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
.text_rev {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #475669;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 30px;
}
.content_rev i {
    color: #d7af1e;
    font-size: 26px;
    padding-bottom: 15px;
}
#map{
  height: 500px;
  width: calc(100% - 600px);
}
.for_map{
  display: flex;
}
.left_map{
  width: 600px;
  background: url(../img/4.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.title_left_map {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #0c2239;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -3px;
    text-align: center;
    padding: 80px 0 25px;
    text-transform: uppercase;
}
.under_title_left_map {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #0c2239;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 5px;
    text-align: center;
    padding: 0 0 50px;
    text-transform: uppercase;
}
.text_left_map {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 40px 30px;
    margin: 0 auto;
    max-width: 400px;
    background: rgba(12, 34, 57, 0.7);
    border-radius: 10px;
    line-height: 1.7;
    text-align: center;
}
.left_map .bg_block {
    background: #ecf1fa;
    opacity: 0.6;
}
.big_peint {
    position: absolute;
    bottom: 20%;
    left: -4%;
    font-size: 300px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 0.7;
    color: #d7af1e;
    opacity: 0.2;
    transform: rotate(-6deg);
}
.copyright {
    font-size: 12px;
    margin-top: 10px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
}

.pay {
    max-width: 600px;
}

.footer_menu .menu {
    display: block;
}

.footer_menu .menu a {
    font-weight: normal;
    padding: 0 0 10px;
    font-size: 12px;
    text-align: center;
}

.block_text {
    margin-top: 100px;
}

.text_content {
    max-width: 700px;
    margin: 0 auto 100px;
    padding-top: 50px;
    min-height: 350px;
}

.text_content p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.text_content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.text_content ul li {
    margin-bottom: 7px;
}

.text_content img {
    max-width: 100%;
}

.text_content table {
  border-collapse: collapse;
}

.text_content thead {
    font-weight: bold;
}

.text_content td {
    border: 1px solid black;
    padding: 5px 10px;
}

.footer_requis {
    font-size: 14px;
    line-height: 1.8;
}

.burger {
    display: none;
}
