@font-face {
    font-family: "Calibri-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/smp/fonts/Calibri.woff2") format("truetype");
}

@font-face {
    font-family: "Calibri-Bold";
    font-style: bold;
    font-weight: 700;
    src: url("/wp-content/themes/smp/fonts/calibri-bold.woff2") format("truetype");
}

@font-face {
    font-family: "PermianSlabSerifTypeface-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/smp/fonts/PermianSlabSerifTypeface-Bold.woff2") format("truetype");
}

@font-face {
    font-family: "PermianSlabSerifTypeface-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/smp/fonts/PermianSlabSerifTypeface.woff2") format("truetype");
}

html {
    background-color: #FFFFFF;
}

body {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    font-family: 'Calibri-Regular';
}

* {
    box-sizing: border-box;
}

h1,
h2 {
    font-family: 'PermianSlabSerifTypeface-Regular';
	margin-top: 40px;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

h3 {
    font-family: "Calibri-Bold";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: #5384C3;
}

a,
a:active {
    text-decoration: none;
    color: inherit;
}

button {
    background-color: #F07E13;
    height: 44px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}

img {
    padding: 0;
}

input,
textarea {
    padding: 10px;
}

/* GENERAL CLASSES*/

.navigation_crumbs-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.navigation_crumbs {
    width: 1200px;
    display: flex;
    column-gap: 15px;
}

.navigation_crumbs a {
    display: flex;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 10px;

}

.main-nav-a {
    font-family: "Calibri-Bold";
    font-size: 18px;
    color: #949494;
}

.main-nav-a:hover {
	color: #F07E13;
}
	
.main-nav-a:active {
	color: #003B66;
}

.price {
    font-family: "Calibri-Bold";
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.46px;
    color: #5384C3;
    text-align: center;
}

.footer-a {
    font-family: "Calibri-Bold";
    font-size: 18px;
    margin-bottom: 22px;
    color: white;
}

.nav-a {
    font-size: 16px;
    line-height: 25px;
    color: white;
}

/*HEADER-----------------------------*/

/*header {

}
.header {
  background: #003B66;
}
*/

.phone a{
    font-size:20px;
    color: #F07E13;
    font-weight: 700;
}

.phone a::before{
    
    content: url(/wp-content/themes/smp/img/phone-ico.svg);
    
    height: 15px;
    width: 15px;
    transform: scale(0.04);
    margin-left: -52px;
    margin-top: -10px;
    float: left;

}
.site-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.color1 {
    background-color: #003B66;
}

.color2 {
    background-color: white;
}

/*  .logo {
    position:fixed;
    left:9%;
  }
  */
.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    min-height: 121px;
    width: 100%;
}

.navigation {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;

}

.color-header1 {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.color-header2 {
    width: 100%;
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.nav-product {
    width: 100%;
    display: flex;
    min-height: 80px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;   
   /* background-color: white;*/
    color: black;

/*
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.1);*/
}



.nav-product a {
   align-self: stretch;
    color: #949494;
   display: flex;
   align-items: center;
   
}

.nav-product a:active {
    color: black;
}



.icon-boats {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.boats-nav {
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    column-gap: 3%;
   /* width: 74%;*/
   
}

.boats-nav a {
    align-self: stretch;
    display: flex;
}
/*.icon-excursion {
    margin-right: 80px;
    align-self: stretch;
    display: flex;   
    
}
*/









.boat_cap {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
/*
.boat_cap:first-child {
    justify-content: flex-start;
}

.boat_cap:last-child {
    justify-content: end;
}
*/


/*Главная страница-----------------------*/

.main-page {
    text-transform: uppercase;
    position: relative;
}

.main-img {
    max-height: 700px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.main-title {
  position: absolute;
  top:10%;
  left: 30%;
  color:white;
  text-align: center;
}
*/
.monarch {
    position: relative;
}

.nav-monarch {
    position: relative;
    height: 50px;
    display: flex;
    column-gap: 20px;
    align-items: center;

}

.ships_title {
    font-family: 'PermianSlabSerifTypeface-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    color: #B4B4B4;
    display: flex;
    align-items: center;
}

.map_piers {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 612px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 65px;
    max-height: 65px;
    transform: rotate(180deg);
}

.high_waves {
    background-color: #fff !important;
    height: 1px !important;
    border-top: 10px solid #fff !important;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.form-input label {
    margin-bottom: 5px;
    display: inline-block;
}



.ship_info-wrp,
.route_info-wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 100px;
    position: relative;
    font-size: 18px;
	min-height: 500px;
}

.route_info-wrp {
    min-height: 580px;
    justify-content: unset;
}

/*
.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 5px;
}

.gallery-col {
    width: calc(50% - 5px);
    display: flex;
    flex-wrap: wrap;
    height: auto;
    column-gap: 5px;
    row-gap: 5px;
}

.gallery_img_2 {
    width: 100%;
    height: 100%;
}

.gallery_img_4 {
    width: calc(100% - 5px);
    height: calc(50% - 5px);
}

.gallery_img_8 {
    width: calc(50% - 5px);
    height: 50%;
}

.gallery_img img {
    width: 100%;
    height: 100%;
    padding: 4px;
}

*/
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: dense;
}


/*
.gallery_img_8 {
    grid-row-start: 1;
    grid-row-end: 2;
  
}
.gallery_img_2 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
.gallery_img_4 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 5;
}
*/
.gallery_img_8 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery_img_4 {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery_img_2 {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery_img_3 {
    grid-column: span 3;
    grid-row: span 1;
}


.gallery_img img {
    width: 100%;
    height: 100%;
    padding: 4px;

}





.ship_info {
    width: 60%;
	/*-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;*/
}

.order_form {
    width: 30%;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 4%), 0px 20px 25px -5px rgb(0 0 0 / 10%);
    padding: 25px;
    position: absolute;
    right: 0;
    top: 12px !important;
    background-color: #fff;

}

.order_form h2 {
    font-family: 'PermianSlabSerifTypeface-Regular';
    font-size: 28px;
    font-weight: 400;
    line-height: 43px;
    margin-top: 0;
}

.ship_info-main,
.route_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	align-items: flex-start;
}

.ship_info-1 {
    flex-basis: 40%;
}

.route_info-1 {
    flex-basis: 60%;
}

.ship_info-2 {
	margin-top:43px;
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
    justify-items: end;
    align-items: flex-end;
}

.ship_info-name,
.piers_info-name {
    font-size: 28px;
    font-family: 'PermianSlabSerifTypeface-Regular';
}

.ship_info-price {
    color: #B4B4B4;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.ship_info-about_tarif {
    color: #949494;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
}

.piers_info-wrp {
    display: grid;
    column-gap: 10%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 2fr auto;
}

.piers_info-main {
    grid-column: 1/2;
}

.ship_info-cap,
.piers_info-cap {
    font-family: 'PermianSlabSerifTypeface-Regular';
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4F4F4F;
	margin-top: -10px;
}

.piers_info-desc {
    /* margin-top: 50px;*/
    flex-basis: 50%;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;

}

.piers_info {
    display: flex;
    column-gap: 90px;
}

.piers_button {
    /* margin-top: 50px;*/
    width: 70%;
    background-color: #003B66;
    text-align: center;
    align-self: flex-end;
}

.map_piers-item {
    grid-column: 2/3;
    grid-row: 1/4;
	margin-top: 20px;
    /* position: absolute;
    top: 24px;
    left: 51%;
    flex-basis: 50%;*/
}

.map_piers-item img {
    margin-top: 24px;
    width: 90%;
}

.ship_info-desc {
    margin-top: 20px;
    text-align: justify;
}

.ship_info-div {
    width: 100%;
    height: 4px;
    background-image: url(img/vector.svg);
    background-size: cover;
}

.about-cols {
    font-size: 18px;
    line-height: 27px;
    column-count: 2;
    column-gap: 8%;
    text-align: justify;
}

.about-cols p:nth-child(1) {
    margin-top: 0 !important;
}

.boats-nav img {
    height: 31px
}

.nav-product .boat.active_boat,
.boats-nav .boat_cap.active_boat_cap,
.boats-nav .boat_cap,
.nav-product .boat {

    position: relative;
}

.boat.active_boat:after,
.boat.active_boat:hover::after,
.boat_cap.active_boat_cap:hover::after,
.boat_cap.active_boat_cap:after,
.boat_cap:hover::after,
.boat:hover::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f07e13;
    display: block;
    position: absolute;
    bottom: 0px;
    /*left: -20px;*/
}

.boat:hover::after {
    background-color: grey;
    cursor: pointer;
}


.boat_cap.active_boat_cap:after,
.boat_cap.active_boat_cap:hover::after {
    background-color: #6BA5DB;
    bottom: 0px;
}


.boat_cap:hover::after {
    background-color: grey;
    bottom: 0;
    cursor: pointer;

}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 30px;
        min-height: 20px;
    }
}

.list-item {
    /*display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 10px;
    width: 100%;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 10px;

}


.title-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time {
    color: #949494;
}

.order {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5px;
    padding-top: 20px;
}

.order-item {
    flex-basis: 50%;
    align-self: center;
    flex-grow: 1;
}

.order-ticket {
    flex-basis: 50%;
    align-self: center;
    flex-grow: 1;
    background-color: #6BA5DB;
}

.order-individual {
    flex-basis: 100%;
}
/*
.icons {
    display: flex;
    flex-direction: row;
    justify-content: start;
    
    column-gap: 6%;
    padding-top: 20px;
    padding-bottom: 10px;

}*/

.icons {
    display: grid;
    padding-top: 20px;
    padding-bottom: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;

}

.icons a {
    text-decoration: underline;
    color: #949494;
}



.info {
    display: flex;
    column-gap: 90px;
    padding-bottom: 70px;
    justify-content: space-between;

    border: none;
}

.connection,
.faq {
    width: 50%;
}

.connection span {
    text-align: center;
}

.details {
    text-decoration: underline;
    color: #949494;
}

.faq ul, .faq h2 {
    padding: 0;
    margin-left: 40px;
	margin-top: 50px;
}

.faq .faq-li {
    margin-bottom: 30px;
    cursor: pointer;
}

.faq .faq-li {
    list-style-image: url(img/marker_minus.png);
    /* Убираем маркеры у списка */
}

.faq .faq-li.closed {
    list-style-image: url(img/marker.png);
    /* Убираем маркеры у списка */
}

.faq-a {
    font-weight: 700;
    font-size: 18px;
    color: #949494;
}

.faq-txt {
    display: block;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    transition: height linear 0.3s;
    /*  text-align: justify;*/
}

.faq-li.closed .faq-txt {
    height: 0;
    margin-top: 0;
    transition: height linear 0.3s;
}

.routes {
    margin-top: 50px;
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    color: #949494;
    font-size: 14px;


}

.client-contacts {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.order_form-route {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 4%), 0px 20px 25px -5px rgb(0 0 0 / 10%);
    position: absolute;
    right: 40px;
    top: -70px;
    background-color: #fff;
    width: 37%;
}



.form-input {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.client-contacts input {
    display: block;
    height: 50px;
    width: 100%;
 
    border: 1px solid #E0E0E0;
}

.form-input input {
    height: 50px;
}

.form_group-2-col {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
}

textarea {
    width: 100%;
    border: 1px solid #E0E0E0;
}

.form_ticket,
.form_rent {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.order_form-route p,
.order_form-route .radio-item label,
.order_form-route .radio-item input {
    color: black;
}

.radio input {
    height: inherit;
    width: auto;
    flex-grow: unset;

}

.radio-item {
    display: flex;
    column-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
}

.radio input {
    appearance: none;
        width: 13px;
        height: 13px;
        background-clip: content-box;
        border: 2px solid #A7A7A7;
        border-radius: 50%;
    }
    
    .radio input:checked {
    background-color: #FF7A00;
    }

.footer-waves {
    position: relative;
    bottom: 0px;
    border: none;
    width: 100%;
    height: 130px;
    background-image: url(img/footer_wave.svg);
    background-repeat: repeat;
    background-size: contain;
}

/* Footer----------------------------*/

footer {
    border: none;
}

.footer-main {
    background: #003B66;
    color: white;
}

.line_div {
    width: 100%;
    border-bottom: 1px #fff solid;
}

.footer {
    padding-top: 78px;
    padding-bottom: 40px;
    font-size: 16px;
    width: 100%;
    display: flex;
    min-height: 333px;
    justify-content: space-between;
    align-items: top;

}

.footer-nav {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-area: auto;
    flex-basis: 70%;
}

.footer-nav-a {
    font-size: 18px;
    line-height: 22px;
    color: white;
    padding-bottom: 20px;
}

.footer-routs,
.contacts,
.footer-fleet,
.footer-other,
.footer-piers,
.footer-other-nav,
.footer-address {
    display: flex;
    flex-direction: column;
}

.contacts {

    row-gap: 55px;
}

.footer-other {
    justify-content: space-between;
}

.favicons {
    align-items: flex-start;
    width: 32px;
    height: 32px;
}

.footer-address {
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
}

/*.faq ul {
  padding: 0;
}
*/


.footer_delim {
    border-top: 1px solid #FFFFFF;
}

.copyright {
    display: flex;
    width: 100%;
    justify-content: space-between;
    min-height: 94px;
    align-items: center;
}



.aside {
    display: flex;
    background-color: #003B66;
    top: 0;
    z-index: 101;
    height: 100vh;
    mix-blend-mode: normal;
    overflow: hidden;   
    position: absolute;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    transition: right linear 0.3s;
    right: 0;
}



.aside.hidden {
    right: -100vw;
    transition: right linear 0.3s;
}

.aside_wrp {
    height: 100vh;
    overflow: hidden;
    min-width: 300px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-aside {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.aside-nav {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.aside-nav a {
    font-size: 20px;
    font-family: Calibri-Bold;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    color: white;
    line-height: 50px;
}

.aside-footer {
    display: flex;
    flex-direction: column;
    line-height: 50px;
    color: white;
    align-items: end;
    justify-content: space-between;
    padding-right: 30px;
    padding-bottom: 80px;
}

.aside-footer a {
    font-size: 20px;
    font-family: "Calibri-Bold", Helvetica;
}



.card-small {
    display: flex;
    flex-direction: column;
    /*width: 30%;*/
	margin-bottom: 20px;
}

.card-big {
    display: flex;
    flex-direction: column;

}

.description-product {
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
}

.summary-ship {
    font-family: Calibri-Regular;
    line-height: 17px;
    text-align: justify;

}

.nav-img {
    display: none;
    position: absolute;
    right: 10%;
}

.main_logo_name {
    position: absolute;
    color: #fff;
    top: 140px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'PermianSlabSerifTypeface-Regular';
}

.main_logo_name img {
    width: 850px;
}

.main_logo_name div {
    font-size: 24px;
    margin-top: 50px;
}

.route_info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    width: 50%;
}

.route_name {
    text-transform: uppercase;
    color: #5384c3;
    font-family: "Calibri-Bold", "Helvetica";
    font-size: 16px;
}

.route_dur {
    color: #848484;
    font-size: 16px;
    font-family: "Calibri-Bold", "Helvetica";
}

.route_txt {
    font-size: 14px;
	min-height: 95px;
}

.route_about {
    color: #939393;
    text-decoration: underline;
    font-size: 14px;
}

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

.show_all {
    color: #a8a8a8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    font-size: 25px;
    font-family: PermianSlabSerifTypeface-Bold;
}

.divider {
    background-image: url(img/divider.svg);
    background-size: contain;
    background-repeat: repeat-x;
    height: 40px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.divider.footer-divider {
    background-image: url(img/footer_divider.svg);
}

.container.full {
    max-width: 100%;
}

.card-small-link {
    display: flex;
    flex-direction: column;
}

.footer-nav .footer-nav-a {
    font-family: 'Calibri-Bold';
}

.main_wrp {
    position: relative;
    overflow: hidden;
}

.ship_info-services {

    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    justify-content: space-between;
    row-gap: 30px;
    width: 60%;
}

.ship_info-services img {
    height: 24px;
}

.route_map {

    margin-top: 0;
}

.route_map img {
    width: 100%;
}

.form_time {
    display: flex;
    flex-wrap: wrap;   
}

.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 21px;
    border: none;
    color: black;
    /*border-radius: 6px;*/
    user-select: none;
}



/* Checked */
.form_radio_btn input[type=radio]:checked+label {
    background-color: #FF7A00;
}

/* Hover */
.form_radio_btn label:hover {
    color: #666;
}

.ships_title-small {
    display: none;
}




.tabs {
    font-family: 'PermianSlabSerifTypeface-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 43px;
    display: flex;
    height: 60px;
}

.order_form-route .tab {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #D9D9D9;
    color: #858585;
}

.order_form-route .tab.active {
    background-color: white;
    color: black;
    height: 100%;
}

.form_rent-ship {
    border: 1px solid #E0E0E0;
    height: 50px;
}

.order_form-route div:not(.tabs) {
    display: none;
}
.order_form-route div:not(.tabs).active {
    display:flex;
}



.quantity_inner * {
    box-sizing: border-box;
}

.quantity_inner {
    display: flex;
    justify-content: center;
    border: 1px solid #E0E0E0;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {

    height: 50px;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: white;
    color: black;
    cursor: pointer;

}

.quantity_inner .quantity {
    border: none;
}

.route_img-small {
    display: none;
}

.dock_map {
    position: relative;
    width: 100%;
}

.dock_map_mobile {
    display: none;
}

.docks_wrp {
    position: absolute;
    left: 1%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    align-items: center;
}

.docks {
    width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    cursor: pointer;
    justify-content: space-between;
    height: 380px;
}

.dock {
    background-color: #6BA5DB;
    color: #fff;
    font-family: 'Calibri-Regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}

.dock.active {
    background-color: #F07E13;
}

.dock_info {
    width: 240px;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    height: 350px;
    min-height: 380px;
}

.dock_info.active {
    display: flex;
}

.dock_info-img img {
    width: 100%;
}

.dock_info-txt {
    padding: 15px;
    font-family: 'Calibri-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.dock_info-link {
    font-size: 14px;
    color: #949494;
}

.dock_info-link a {
    text-decoration: underline;
}


.svg_map-mobile, .svg_map-tablet {
    display:none;
}


.desktopGallery {
	display: contents;
}
.mobileGallery {
	display: none;
}	

.order_form_mobile {
	display: none;
}	
.capacity_details {
	font-family: calibri; 
	font-size: 14px;
}



.crutch  {
	display: contents;
}
.crutch-mobile  {
	display: none;
}

	.strange_phone{
		display: none;
	}



/* ----------------------------------------------------------------------------------------------------------------------*/




@media screen and (max-width: 1050px) {

    .main_logo_name img {
        width: 698px;
        height: auto;
    }

    .main_logo_name div {

        font-weight: 700;
        font-size: 18px;
    }

    .container {
        max-width: 95%;
    }

    .order_form-route {
        position: static;
        top: unset;
    }

    .form_ticket,
    .form_rent {
        font-size: 16px;
		padding-left: 0px;
		padding-right: 0px;
    }

   /* .icon-excursion {
        margin-right: 60px;
    }
*/

    .list-item {
        grid-template-columns: 1fr 1fr;
    }
  
    .ships_title {
        display: none;
    }

    .ships_title-small {
        display: flex;       
        align-items: center;
    }

    .client-contacts {

        flex-direction: column;
    }

    .nav-product a {
        align-items: end;
        padding-bottom: 10px;
    }

    .nav-product .boat_cap {
        align-items: center;
    } 

    .boats-nav {
        align-items: flex-end;
        column-gap: 20px;
    }

    .navigation_crumbs-wrp {
        display: none;
    }

    .icon-boats {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 10px;
        row-gap: 5px;
        justify-content: center;
    }

    /*.icon-boats:first-child {
        row-gap: 0;
    }
*/
    .main-nav-a {
        display: none;
    }
	
    .nav-img {
        display: block;
    }

    .nav-img:hover aside {
        display: block;
    }

    .contacts {
        max-width: 200px;
        row-gap: 70px;
        margin-left: 10%;
    }


    .piers_info-main {
        grid-column: 1/3;
    }

    .map_piers-item {
        grid-column: 2/3;
        grid-row: 2/4;
    }

    .piers_button {

        width: 100%;

    }

    .footer-routs,
    .footer-fleet,
    .footer-piers {
        min-width: 200px;
    }

    .footer {
        column-gap: 20px;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        row-gap: 30px;
        flex-basis: 70%;
        justify-content: space-between;
    }

    .card-small {
        display: flex;
        flex-direction: column;
       
    }

    /*-------------------------------------*/
    .ship_info {
        display: flex;
        flex-direction: row;
        overflow-x: visible;
        width: 100%;
        justify-content: space-between;
    }

    .ship_info-main {
        justify-content: space-between;
    }

    .ship_info-1,
    .ship_info-2 {
        flex-basis: unset;
    }

    .ship_info-desc {
        width: 40%;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 20px;
    }

    .order_form {
        width: 55%;
        position: unset;
        top: 0;
        box-shadow: none;
        padding-bottom: 0;
    }

    .piers_info-name {
        width: 100%;
    }

    .route_info-1 {
        flex-basis: 100%;
    }

    .order_form-route {

        box-shadow: 0px 10px 10px rgb(0 0 0 / 4%), 0px 20px 25px -5px rgb(0 0 0 / 10%);

        width: 50%;
        box-shadow: none;
        padding-bottom: 0;
    }

    .route_map {
        margin-top: unset;
    }

    .ship_info-services {
        width: 100%;
    }

    .route_info {
        width: 100%;
    }




    .boat.active_boat:after,
    .boat_cap.active_boat_cap:after,
    .boat_cap.active_boat_cap:hover::after,
    .boat_cap:hover::after,
    .boat:hover::after,
    .boat.active_boat:hover::after {
        height: 5px;
        bottom: 0;
    }

    .boat.active_boat:after,
    .boat:hover::after,
    .boat.active_boat:hover::after {
        bottom: 0;
    }

    .svg_map-desct, .svg_map-mobile {
        display:none;
    }
    .svg_map-tablet {
        display:unset;
    }

    .docks_wrp {
        position: absolute;
        left: 3%;
        top: 30%;
        bottom: 0;
        display: flex;
        flex-direction: row;
        column-gap: 15%;
        align-items: center;
        height: 330px;
    }
    .docks {
        width: 260px;
        text-align: center;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        cursor: pointer;
        justify-content: space-between;
        height: 330px;
    }
    
    .dock {
        background-color: #6BA5DB;
        color: #fff;
        font-family: 'Calibri';
        font-weight: bold;
        font-size: 18px;
        line-height: 35px;
    }
    
   
    









    
    .dock_info {
        width: 240px;
        display: none;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
        height: 330px;
        min-height: 330px;
    }
    .dock_info-txt {
        padding: 5px;
    }
    /*


.form_group-1-col {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
}

/*.ship_info-desc {
    width: 50%;
}*/
    /*----------------------------------------
.client-contacts input {
    display: block;
    height: 50px;
    flex-basis: 100%;
    flex-grow: 1;
    border: 1px solid #E0E0E0;
}
*/

    /*-----------------------------------------*/
	
	.desktopGallery {
		display: contents;
	}
	.mobileGallery {
		display: none;
	}		
	.order_form_mobile {
		display: none;
	}	
	

}



/* ----------------------------------------------------------------------------------------------------------------------*/



@media screen and (max-width: 650px) {


    div.phone{
        display:none;
    }

	.ship_info-main	{
		flex-direction: column;
	}
	
	.crutch  {
		display: none;
	}
	.crutch-mobile  {
		display: contents;
	}	
	
	.ship_info-service { 
    	display: flex; 
    	flex-direction: column; 
    	align-items: flex-start; 
	}
	
	.ship_info-service img { 
    	margin-bottom:5px;
	}
	
    .divider.footer-divider {
        background-image: url(img/footer_divider_mobile.svg);
    }

    .divider {
        background-image: url(img/divider_mobile.svg);
        background-repeat: repeat-x;
    }

    .main-nav-a {
        display: none;
    }

    .nav-img {
        display: block;
    }

    .nav-product.without-nav {
        display: none;
    }
    .nav-product
    {
       flex-direction: column;}
    .nav-product
     a {
       
        row-gap: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .icon-boats {

       /* display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 10px;
        justify-content: space-around;*/
    }

    .nav-img:hover aside {
        display: block;
    }

    .contacts {
        max-width: 200px;
        row-gap: 55px;
        margin-left: 135px;
    }

    .footer-routs,
    .footer-fleet,
    .footer-piers {
        min-width: unset;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        row-gap: 30px;
        column-gap: 10%;
        flex-basis: 70%;
    }

    .client-contacts input {
        display: block;
        height: 50px;
        border: 1px solid #E0E0E0;
    }

    .color-header2 {
        display: none;
    }

    .color-header2.mobile {
        display: block;
    }

    /*.boats-nav {
        row-gap: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }*/

    .boat_cap {
    
        display: unset;
       

    }

    .boat.active_boat:after,
    .boat.active_boat:hover::after,
    .boat:hover::after,
    .boat_cap:hover::after,
    .boat_cap.active_boat_cap:after,
    .boat_cap.active_boat_cap:hover::after {
        height: 5px;
        bottom: -20px;
    }

    .boats-nav a {
        width: 100%;
    }

    .list-item 
    {
        display: flex;
        flex-direction: column;
    }

    .ships_title {
        display: block;
    }

    .ships_title-small {
        display: none;
    }

    .boat .icon-boats {
        flex-direction: row;
        flex-basis: 100%;
        justify-content: space-between;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo img {
        width: 75%;
        margin-left: 0%;
    }

    .main-nav {
        min-height: 100px;
    }

    .nav-img {
        background-color: #fff;
        padding: 18px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: -30px;
		margin-top: -39px;
    }

	.strange_phone{
		display: flex;
		height: 30px;
		width: 110px; 
		align-items: center;
        justify-content: right;
		font-family: 'Calibri-Bold'; 
		font-size: 15px; 
		color: #5384C3; 
		z-index: 100 !important;
		margin-top: -69px;
		margin-right: -3px;
	}
	
    .footer-waves {
        height: 105px;
        width: 100%;
        background-repeat: repeat-x;
        background-size: cover;
        bottom: 0px;
    }

    main,
    footer {
        width: 100%;
        overflow: hidden;
    }

    .copyright {
        flex-direction: column;
        font-size: 11px;
        justify-content: center;
        align-items: unset;
    }

    .copyright .nav-a {
        font-size: 11px;
    }

    .footer {
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 30px;
        font-family: 'Calibri-Bold';
    }

    .contacts {
        margin-left: 0;
        max-width: none;
        width: 100%;
        row-gap: 30px;
    }

    .footer-address {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .footer-nav {
        margin-top: 30px;
    }

    .footer-nav .footer-nav-a {
        padding-bottom: 10px;
        font-family: 'Calibri-Bold';
        font-size: 16px;
    }

    .footer-nav .nav-a {
        font-size: 14px;
    }

    .main_logo_name {
        top: 0px;
    }

    .main_logo_name img {
        display: none;
    }

    .main_logo_name div .dot_ext {
        display: none;
    }

    .main_logo_name div {
        font-family: "Calibri-Regular";
        font-size: 21px;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20%;
        text-align: center;
    }
	
	
	.monarch {
    	position: relative;
		height:280px;
	}

    .container {
        width: 90%;
        margin: 0 auto;

    }

    .piers_info-wrp,
    .route_info-wrp,
    .route_info {
        display: block;
    }

    .route_main {
        width: 100%;
    }

    .route_info-1 {
        flex-basis: 100%;
    }

    .order_form-route {
        position: unset;
        width: 100%;
    }

    .route_img {
        display: none;
    }

    .route_img-small {
        display: unset;
    }

    .route_map img {
        height: 100%;
    }

    .map_piers-item img {
        margin-top: 24px;
        margin-bottom: 40px;
        width: 100%;
    }

    .list-item .card-small {
        width: 100%;
        margin: auto !important;
    }

    .delim {
        background-size: cover;
        height: 30px;
    }

    .info {
        display: flex;
        flex-direction: column;
    }

    h2 {
        font-weight: 400;
    }

    .about-cols {
        display: block;
        column-count: auto;
        column-gap: unset;
    }

    .connection {
        width: auto;
		/*display: none;*/
    }	
	
    .faq {
        width: auto;
		display: none;
    }

    .footer.container {
        width: 100%;
    }

    .container.full {
        width: 100%;
    }

    .navigation_crumbs {
        column-gap: 5px;
    }

    .navigation_crumbs-wrp {
        height: 40px;
    }

    .ship_info-wrp {
        display: block;
    }

    .ship_info {
        width: 100%;
        display: block;
    }


    .order_form {
        width: 100%;
        position: unset;
    }

    .ship_info-desc {
        width: 100%;
    }

    .ship_info-div {
        background-size: contain;
    }

    .ship_info-2 {
        display: contents;
    }

    .ship_info-name {
        margin-bottom: 5px;
    }

    .ship_info-services {
        column-gap: 18px;
        row-gap: 20px;
    }

    .gallery {
        display: block;

    }

    .gallery-col {
        width: 100%;
    }

    .client-contacts input[name="pier"] {
        display: block;
        flex-basis: unset;
        flex-grow: unset;
        border: 1px solid #E0E0E0;
    }
    .radio input {
        appearance: none;
            width: 13px;
            height: 13px;
            background-clip: content-box;
            border: 2px solid #A7A7A7;
            border-radius: 50%;
        }
        .svg_map-desct, .svg_map-tablet {
            display:none;
        }
        .svg_map-mobile {
            display:unset;
        }
        .docks_wrp {
            display:none;
        }
	    .dock_map {
            display:none;
        }
	    .dock_map_mobile {
            display:contents;
        }	
	.desktopGallery {
		display: none;
	}
	.mobileGallery {
		display: contents;
	}
	.order_form {
		display: none;
	}
	.order_form_mobile {
		display: contents;
	}		
	.capacity_details {
		font-family: calibri; 
		font-size: 13px;
	}
	.ship_info-cap {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.ship_info-wrp {
		margin-top: 100px;
	}
	
}

.individual {
	width: 100%;
	/*height:160px;*/
}


