@font-face {
 font-family: "Gilroy";
 src: url("/fonts/Gilroy-Regular.ttf") format("ttf");
}
@font-face {
 font-family: "Gilroy";
 src: url("/fonts/Gilroy-Light.ttf") format("ttf"); font-weight: 300;
}
@font-face {
 font-family: "Gilroy";
 src: url("/fonts/Gilroy-Medium.ttf") format("ttf");  font-weight:500;
}
@font-face {
 font-family: "Gilroy";
 src: url("/fonts/Gilroy-Black.ttf") format("ttf");  font-weight:600;
}
@font-face {
 font-family: "Gilroy";
 src: url("/fonts/Gilroy-Extrabold.ttf") format("ttf"); font-weight:900;
}

 
html { font-family: "Gilroy";, sans-serif; color:#393939;     font-size: 14px; background:#fefefe;}
body {
 font-family: "Gilroy", sans-serif; color:#393939;     font-size: 14px; background:#fefefe;
}
.header-logo img {
    width: 105px;
    filter: brightness(0) invert(1);
}
 .home header.header {
    position: absolute;
    width: 100%;     z-index: 9;
}
  header.header {
  color:white;
    font-weight: 600;
    font-size: 18px;
}
.header .container {
    max-width: 1720px;
}
ul.sub-menu {
    display: none;
}
header.header a {
    color: white;
}
.header .container .row {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.baner-content {
color: white;
    padding-bottom: 100px;
    margin-top: 0px;
}
section.baner-content .filter {
    position: absolute;
    bottom: 120px;
    left: 0px;
    width: 100%;
}
.home-baner .slick-next, .home-baner .slick-prev {
    font-size: 0; line-height: 0;
}
.home-baner ul.slick-dots {
    position: absolute;
    right: 37px;
    bottom: 150px;
 
    width: 2px;
    transform: rotate(
90deg
);
    display: flex;
}
.home-baner .slick-next:before {
    content: '›';
  display: block;
    margin: 0px!important; 
	transform: rotate(90deg);      color: white;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.home-baner .slick-prev:before {
    content: '‹';
    transform: rotate( 
90deg
 );
    display: block;     color: white;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.home-baner .slick-next, .home-baner .slick-prev {
    top: 70%;
    right: -10px;
    margin: 0;
	left: auto;
}
.home-baner button.slick-prev.slick-arrow {
    margin: -20px 19px;
}
.slick-dots li:before {
    content: "";
position: fixed;
    top: -11px;
    left: -36px;
    font-size: 17px;
    font-weight: 600;
    transform: rotate(
-90deg
);
    text-shadow: 2px 0px 5px black;     opacity: 0;
}
.slick-dots li.slick-active:before {opacity: 1;}
.slick-dots li:nth-child(1):before {
    content: "01";
}
.slick-dots li:nth-child(2):before {
    content: "02";
}
.slick-dots li:nth-child(3):before {
    content: "03";
}
.slick-dots li:nth-child(4):before {
    content: "04";
}
.slick-dots li:nth-child(5):before {
    content: "05";
}
.slick-dots li:nth-child(6):before {
    content: "06";
}
.slick-dots li:nth-child(7):before {
    content: "07";
}
.slick-dots li:nth-child(8):before {
    content: "08";
}


ul.second {
    display: none;
}
.header .container .row {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: nowrap;
}
.baner-content-slide {
padding: 240px 15px 280px;
    height: 100vh; background-size: cover!important;
}
.header-menu li {
    display: inline-block;
    margin: 0 3% 0;
}
ul.menu {
    margin: 0;
    padding: 0;
}
.header-menu {
    width: 100%;
    max-width: 850px;
 
}
header.header {
 
    padding: 10px 0 00px;
}
section.whatis-content  {
  background: url(../img/bg-home-bl2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}
section.boat-content { 
background: url(../img/bg-home-bl3.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial;
	}
section.popdestin-content .overl-bl {
    background: url(../img/bg-home-bl4.png) rgb(0 0 0 / 50%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial;
    background-position-y: 187px;
}
section.boat_hot-content {background: url(../img/bg-home-bl5.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial;}
section.blog-content{background: url(../img/bg-home-bl6.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial; float: left;
    width: 100%;}
section.feedback-content {
	background: url(../img/bg-home-bl7.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial;
    float: left;
    width: 100%;
}	
	.sub-footer {	background: url(../img/bg-home-bl8.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: initial;}
.page header.header {
    background: url(../img/header-bg.jpg);
    background-size: cover;
    padding: 10px 0 40px;
}
.header-inf img {
    width: 24px;
    filter: brightness(0) invert(1);
}
a.login span.status {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #2a7ea6;
    z-index: 2;
    border-radius: 50%;
    right: -3px;
}
a.login {position:relative;}
.header-inf a {
    margin: 0 10px 0;
}
.lang-sw li {
    display: inline-block;
}
.header-phone img {
    width: 25px;
    filter: brightness(0) invert(1);
    margin: -5px 5px 0px;
    position: relative;
}
li.has-child:after {
    content: "›";
    position: absolute;
    margin: -2px 8px 0;
    font-size: 20px;
    font-family: system-ui;
    transform: rotate(90deg);
    font-weight: 300;
}
.lang-sw:after {
    content: "›";
    position: absolute;
    margin: -2px 8px 0;
    font-size: 20px;
    font-family: system-ui;
    transform: rotate(90deg);
    font-weight: 300;
}  
ul.second {
    font-size: 14px;
    margin: 0;
    padding: 8px 12px 10px;
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 70px;
}
.lang-sw:hover ul.second {
    display: block;
}
ul.second li {
    width: 100%;
}
ul.sub-menu {
    font-size: 14px;
    margin: 0;
    padding: 8px 12px 10px;
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 250px;
}
li.has-child:hover ul.sub-menu {
    display: block;
}
ul.sub-menu li {width: 100%;}
.baner-title {
    font-weight: 900;
    font-size: 49px;
    line-height: 1.3;
    max-width: 820px;
    margin-bottom: 35px;
}
.baner-txt {
    font-size: 19px;
    font-weight: 300;
    max-width: 530px;
}
.filter-block label img {
    height: 21px;
}
.filter {
    margin: 50px 0 0px;
    background: white;
    max-width: 1280px;
}
.filter-block {
display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding: 25px 0 30px;
    padding-left: 3%;
    margin-bottom: 0px;
    position: relative;
    height: 160px;
}
.filter-block label {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 600;
}
.filter-block label img {
    height: 18px;
    margin: 0px 7px 4px 0px;
}
.picker{
    max-width: 330px;
}
.filter-block .f-submit button {
    background: linear-gradient( 
200deg
 , #2a7aa0, #279dd6);
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    transform: rotate( 
-90deg
 );
    padding: 10px 20px 20px;
    line-height: 1.2;
    margin: 3px -25px -1px;
    width: 160px;
    height: 102px;
    position: absolute;
    right: -95px;
    top: 26px;
}
.filter-block button span {
    font-size: 0.8em;
}
.filter-block select {
    color: #3c3c3c;
    font-weight: 900;
    font-size: 32px;
    border: 0;
  
    border-bottom: 1px solid rgb(128 128 128 / 50%);
}
.home-baner .container {
    max-width: 1690px;
}
.home-baner .social {
    width: 33px;
    position: absolute;
    right: 0px;
}
.home-baner .social img {
    width: 25px;
    margin-bottom: 12px; filter: brightness(0) invert(1); opacit:0.8;
}
.filter-block button:hover {
    background: #3c3c3c;
}
.cont-board_btn a:hover, .slider-destin_btn a:hover {
    text-decoration: none; background: #3c3c3c;
}
section.about-content {
    font-size: 17px;
}
.about-content .whatis-content_bl.center {
    max-width: 320px;
}
.about-content  .whatis-content_bl.center p.news-content_bl-title {
    min-height: 70px;}
.picker__holder {
    overflow: hidden;
}



.filter-block input {
    color: #3c3c3c;
    font-weight: 900;
    font-size: 32px;
    border: 0;
    width: 250px;
    border-bottom: 1px solid rgb(128 128 128 / 50%)!important;
}
.center {
    text-align: center;
}

p.news-content_bl-title {
    font-weight: 900;
    color: #393939;
    font-size: 21px;
}
.container {
    max-width: 1460px; position:relative;
}
.whatis-content_bl.center {
    padding: 20px 17px 5px;
    box-shadow: 0 20px 23px rgb(128 128 128 / 12%);
    max-width: 280px;
    margin: auto;     background: white;
}
.whatis-content_bl.center p.news-content_bl-title {
    min-height: 100px;
    margin: 5px 0 5px;
}
.title-hr {
    font-size: 44px;
    font-weight: 900; line-height: 1.3;
}
.title-hr.center  span{
    color: #2b79a1;
}
 .width-sm {
    max-width: 630px;
    margin: 25px auto 30px;
}
img {
    max-width: 100%;
}
.boat-bl {
    position: relative;
}
.cont-board {
    position: absolute;
    bottom: 0px;
    height: 220px;
    padding: 100px 25px 10px;
    width: 100%;
    background: linear-gradient(
0deg
, black, transparent);
    color: white;
}
.cont-board_title {
    font-weight: 900;
    font-size: 39px;
    line-height: 1;
    padding-right: 50px;
}
.cont-board_title span.date {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    top: -5px;
    position: relative;
}
.boat-bl {
    position: relative;
    max-width: 395px;
    box-shadow: 5px 15px 30px rgb(128 128 128 / 45%);     margin-bottom: 50px;
}
.cont-board_btn a {
background: linear-gradient( 
200deg
 , #216f94, #2ab3f5);
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    transform: rotate( 
-90deg
 );
    padding: 20px;
    line-height: 1.2;
display: block; min-width: 130px;
}
a.btn-whish.center {
    min-width: 95px;
}
.cont-board_btn{
    margin: -50px -37px 0px;
    position: absolute;
    right: 0px;
}
b, strong {
    font-weight: 600;
}
.cont-board_btn span {
    display: block;
    font-size: 0.7em;
}
.sm-bl {
    max-width: 620px;
    margin: auto;
}
.unstyled {
    -webkit-appearance: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
section.popdestin-content {
    position: relative;
    background-size: cover!important; color: white;
}
.overl-bl {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
}
.slider-destin_title img {
    width: 22px;
}
.main {
    float: left;
    width: 100%;
    overflow: hidden;
}
/*cloud*/
 
.cloud {
    overflow: hidden;
    position: relative;
    width: 100%;
padding-bottom: 220px;
    height: 0;
    background-position: top!important;
    background-repeat: no-repeat!important;
     background-size: cover!important; height: 285px;

}
.cloud img {
    object-fit: contain;
    height: 270px;
}
.cloudcontent {
    position: relative;
    padding:30px;
    color: #337AB7;
    font-size:22px;
    font-weight:bold;
    z-index:100;
}
.cloud img {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;
    user-select: none;    
    pointer-events: none;
}
@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}
@-moz-keyframes animCloud {
    from {
        -moz-transform: translateX(100%)
    }
    to {
        -moz-transform: translateX(-100%)
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.cloud1 {
    -webkit-animation: animCloud 100s infinite linear;
    -moz-animation: animCloud 100s infinite linear;
    animation: animCloud 100s infinite linear
}
.cloud2 {
    -webkit-animation: animCloud 380s infinite linear;
    -moz-animation: animCloud 380s infinite linear;
    animation: animCloud 380s infinite linear
}
.cloud3 {
    -webkit-animation: animCloud 180s infinite linear;
    -moz-animation: animCloud 180s infinite linear;
    animation: animCloud 180s infinite linear
}
.cloud4 {
    -webkit-animation: animCloud 220s infinite linear;
    -moz-animation: animCloud 220s infinite linear;
    animation: animCloud 220s infinite linear
}
.cloud5 {
    -webkit-animation: animCloud 220s infinite linear;
    -moz-animation: animCloud 220s infinite linear;
    animation: animCloud 220s infinite linear
}

.cloud6 {
    -webkit-animation: animCloud 320s infinite linear;
    -moz-animation: animCloud 320s infinite linear;
    animation: animCloud 320s infinite linear
}
.cloud7 {
    -webkit-animation: animCloud 280s infinite linear;
    -moz-animation: animCloud 280s infinite linear;
    animation: animCloud 280s infinite linear
}
img.cloud1 {
    margin-left: -130%;
}
section.popdestin-content:before {
    content: "";
    width: 100%;
    height: 320px;
    background: url(../img/cloud-bg.png);
    position: absolute;
    background-size: contain; background-repeat-y: no-repeat;
} 
img.cloud2{
margin-left: -55%;
    top: -10px;
    max-height: 263px;
    opacity: 0.7;
}
 
img.cloud5{
      margin-left: -100%;
    max-height: 290px;
}
img.cloud6{
    max-height: 280px;
}
img.cloud7{
    max-height: 290px; left: -100px; margin-left: -140%;
}
/*end cloud*/
section.popdestin-content .sm-bl {
    max-width: 720px;
    margin: -45px auto 0;
    padding: 0;
}
 .flex-wr {
    display: flex;
    align-items: flex-end;
}
.alig-center {
    align-items: center;
}
span.big-txt {
    font-size: 92px;
    font-weight: 700; line-height:1;
}
.slider-destin_title span.sm-txt {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    line-height: 1;
    font-weight: 600;
}
span.med-txt {
    font-weight: 600;
    font-size: 27px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.slider-destin_title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.slider-destin_btn a {
    background: linear-gradient( 
200deg
 , #2a7aa0, #279dd6);
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 23px;
    transform: rotate( 
-90deg
 );
    padding: 15px 20px 15px;
    line-height: 1.2;
    display: block;
}
.slider-destin_btn {
    margin-right: 40px;
}
.slider-destin_txt {
    font-size: 17px;
    line-height: 1.6;
    padding: 10px 0 0px;
    margin: 0 0 -10px; font-weight: 300;
}
.slider-destin {
    padding-bottom: 60px;
}
.slider-destin_title span img {
    float: left;
    margin-right: 5px;
    position: relative;
    top: -5px;
}
 ul.slick-dots {
    text-align: center;
}
 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
background: rgb(255 255 255 / 60%);
}
 .slick-dots li.slick-active {
    background: white;
    height: 3px;
    top: -2px;
    position: relative;
}
  .slick-next, .slider-destin .slick-prev {
    top: 100%;
}
 .slick-next {
    right: 50%;
    margin-right: -300px;
}
 .slick-prev {
    left: 50%;
    margin-left: -360px;
}

  .slick-next, .slick-prev {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 100%;
    display: block;
    width: 55px;
    height: 20px;
    padding: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    font-weight: 600;
    color: #2894c7; z-index: 99;
}

.destin-map-slider .slick-next, .destin-map-slider .slick-prev {
    bottom: 370px;
    right: -40px;
    margin: 0;
    left: auto;
    top: auto;
}
.destin-map-slider .slick-prev {
       margin: 20px 19px;
}
.destin-map-slider .slick-next, .destin-map-slider .slick-prev {
    font-size: 0;
    line-height: 0;
}
.destin-map-slider:focus, .destin-map-slider:hover, .destin-map-slider:focus, .destin-map-slider:hover {
    color: white;
    outline: 0;
    background: 0 0;
}
.destin-map-slider .slick-dots li button {
    display: none;
}
.destin-map-slider .slick-next:before {
    content: '›';
    display: block;
    margin: 0px!important;
    transform: rotate(
90deg
);
    color: white;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.destin-map-slider .slick-prev:before {
    content: '‹';
    transform: rotate( 
90deg
 );
    display: block;
    color: white;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.destin-map-slider ul.slick-dots {
    position: absolute;
    right: -15px;
    bottom: 110px;
    width: 200px;
    transform: rotate( 
90deg
 );
    display: flex;
    height: 155px;
 
}










 .slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 23px;
    line-height: 1;
    opacity: .95;
    color: #2892c4;
 
    font-weight: 600;
}
 .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: white;
    outline: 0;
    background: 0 0;
}
 .slick-next:before, .slick-prev:before {
 
    margin: 0 10px 0;
}
 .slick-next:before {
    content: '→';
    position: absolute;
    margin-left: 55px!important;
    margin-top: -2px!important;
}
.slider-destin.slick-slider {
    margin-bottom: 70px;
}
.slider-destin_title span.sm-txt img {    filter: brightness(0) invert(1);}

.cont-board_btn a.btn-whish {
    background: white;
    width: 125px;
}
.cont-board_btn a.btn-whish img {
    width: 25px;     opacity: 0.5;
 
}
.cont-board_btn a.btn-whish.active img{
	opacity: 1;
}
.cont-board_btn a.btn-whish {
 
    transform: rotate( 
0deg
 );
}
.cont-board_btn a.btn-whish {
    transform: rotate( 
0deg
 );
    padding: 0px 0px 0px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    margin: 0 auto 0px;
    top: -18px;
    position: relative;
}
 
.cont-board_sale {
       background:  #ed162b;
    max-width: 180px;
    font-weight: 700;
    font-size: 23px;
    font-style: italic;
    padding: 17px;
    text-align: center;
    position: absolute;
    right: -19px;
    top: -250px;
    width: 100%;
    box-shadow: 0 7px 16px rgb(237 22 43 / 40%);
}
.boat-bl.hot {
    height: 592px;
    margin-bottom: 50px;
}
ul.cont-board_info {
    margin: 0;
    padding: 12px 5px 0;
    height: 150px;
}
ul.cont-board_info li {
    display: flex;
    margin: 0 0 7px;
    justify-content: space-between;
    max-width: 225px;
 
}
.red {
    color: #ed162b;
}

.cont-board_sale:before {
    content: "%";
    position: absolute;
    right: 5px;
    top: 27px;
    font-weight: 800;
    font-size: 4em;
    line-height: 0;
    color: rgb(255 255 255 / 10%);
}

.boat-bl.hot .cont-board {
    height: 325px;
}
.boat-bl.hot  .cont-board_btn {
   margin: -155px -30px 0px;
}
.boat-bl.hot .cont-board_title {
    top: -12px;
    position: relative;
    font-size: 32px;
}
ul.cont-board_info li span {
    display: inline-block;
    text-align: left;
    width: 100%; min-width: 115px;
}
span.new_price {
    clear: both;
    position: relative;
    float: left;
    margin: auto;
    position: absolute;
    left: 143px;
    margin-top: 19px;
    font-size: 18px;
    color: #ed162b;
    font-weight: 600;
}
span.old_price {
    color: darkgrey;
    text-decoration: line-through;
}
.boat-bl.blocg-bl .cont-board {
    position: relative;
    background: white;
    color: black;
    padding: 25px 50px 10px 25px;     height: 190px;
 
}
.blocg-bl .cont-board_title {
    font-size: 28px;
    margin-top: 7px;
    height: 110px; line-height: 1.3;
}
.blocg-bl .cont-board_title span.date {
    top: 10px;
}
.blocg-bl .cont-board_btn {
    margin: -76px -67px 0px;
    position: absolute;
    right: 0px;
}
.blocg-bl .cont-board_btn a {
    padding: 19px 33px 19px;
    line-height: 1.2;
    display: block;
    box-shadow: -5px 5px 20px #2a7ca363;
    margin: -10px 0px;
}
.blocg-bl .img-board {
    height: 260px;
}
.blog-content .filter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 45px;
}
.blog-content .filter li {
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
 
    font-weight: 300;
    color: #565656;
    padding: 0 25px 15px;
    border-bottom: 1px solid gainsboro;
}
.blog-content .filter li a{
    color: #565656;
}
.blog-content .filter {
    background: transparent;
}
.right {
    text-align: right;
}
a.show-all {
    text-decoration: underline;
    color: #2989b7;
    margin: 0 60px 0;
}
.blog-content p.right {
    margin-bottom: 0;
    padding: 0;
}
section.blog-content .filter {
      margin: 5px auto 0;
}
.blog-content .filter li.ectiv {
    border-bottom: 3px solid #279ad1;
}
 .filter-block label {
    margin-left: -20px;
}
 .f-stars-bl {
    display: flex;
    justify-content: space-around;
}
 .star-wrapper a {
    color: #2b79a1;
}
 
 .stat-feed {
    font-weight: 900;
    font-size: 45px;
    color: #ffb750;
}
 .stat-feed span {
    font-size: 0.45em;
}
 .f-reit-bl {
    display: flex;
    align-items: center;
    justify-content: space-around;
}



/**/
.whatis-slider .slick-next, .whatis-slider .slick-prev {
    bottom: 370px;
    right: -40px;
    margin: 0;
    left: auto;
    top: auto;
}
.whatis-slider .slick-prev:before {
    content: '‹';
    transform: rotate( 
90deg
 );
    display: block;
    color: black;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.whatis-slider .slick-next:before {
    content: '›';
    display: block;
    margin: 0px!important;
    transform: rotate( 
90deg
 );
    color: black;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.whatis-slider .slick-dots li:before {
    text-shadow: none;
}
.whatis-slider .slick-prev {
    margin: 20px 19px;
}
.whatis-slider .slick-dots li {
    background: rgb(40 150 203);
}
.whatis-slider .slick-next, .whatis-slider .slick-prev {
    font-size: 0;
    line-height: 0;
}
.whatis-slider .slick-dots li.slick-active {
    background: #2892c4;
    height: 3px;
    top: -2px;
    position: relative;
}
.whatis-slider ul.slick-dots {
    position: absolute;
    right: -15px;
    bottom: 110px;
    width: 200px;
    transform: rotate( 
90deg
 );
    display: flex;
    height: 155px;
}


/**/

@media (min-width: 1160px) {

.rew-slider .slick-next, .rew-slider .slick-prev {
    bottom: 370px;
    right: -40px;
    margin: 0;
    left: auto;
    top: auto;
}
.rew-slider .slick-prev:before {
    content: '‹';
    transform: rotate( 
90deg
 );
    display: block;
    color: black;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.rew-slider .slick-next:before {
    content: '›';
    display: block;
    margin: 0px!important;
    transform: rotate( 
90deg
 );
    color: black;
    font-family: monospace;
    font-weight: 300;
    font-size: 30px;
}
.rew-slider .slick-dots li:before {
    text-shadow: none;
}
.rew-slider .slick-prev {
    margin: 20px 19px;
}
.rew-slider .slick-dots li {
    background: rgb(40 150 203);
}
.rew-slider .slick-next, .rew-slider .slick-prev {
    font-size: 0;
    line-height: 0;
}
.rew-slider .slick-dots li.slick-active {
    background: #2892c4;
    height: 3px;
    top: -2px;
    position: relative;
}
.rew-slider ul.slick-dots {
    position: absolute;
    right: -15px;
    bottom: 110px;
    width: 200px;
    transform: rotate( 
90deg
 );
    display: flex;
    height: 155px;
}


}
.rew-slider .slick-next:focus, .rew-slider .slick-next:hover, .rew-slider .slick-prev:focus, .rew-slider .slick-prev:hover {
    color: #2894c7;
    outline: 0;
    background: 0 0;
}
.rew-slider .slick-next:before {
    margin-top: -5px!important;
}

.card .btn.btn-link[aria-expanded="true"]:after {
    content: "-";
}
section.baner-content.single {
    padding-top: 180px;
}






.sf-mas-block a {
    color: #393939;
}
.sf-mas-block a:hover img{ filter: brightness(40%);}
footer.footer {
    background: #f8fcff;
    padding-top: 30px;
}













 .logo-feed img {
    padding-left: 20px; width: 120px;
}
 .row.med-bl {
    max-width: 780px;
    margin: auto;
}	
.feedback-bl {
    max-width: 240px;
    margin: auto;
} 
.rew-bl {
    display: flex;
    padding-right: 100px;
} 
.rew-bl_foto {
    max-width: 200px;
    height: 235px;
    position: relative;
    margin: -120px 35px 0px -65px;
}
.rew-bl_foto img{
    width: 100%;
    height: 100%;
     object-fit: cover;  
}
.whatis-slider .slick-track {
    padding-bottom: 40px;
}
.whatis-slider .slick-slide img {
    display: inline-block;
}
.rew-bl {
    display: flex;
    padding-right: 100px;
    padding: 75px 70px 60px 0px;
    box-shadow: 0px 15px 25px rgb(128 128 128 / 9%);
    margin: 0 70px 0;
    line-height: 1.77;
    margin-top: 80px;
   /* background: url(../img/rew-ico.png) right center;
    background-repeat: no-repeat;
    background-position-y: 45px;*/
}
.rew-bl:after {
    content: "";
    background: url(../img/rew-ico.png) right center;
    position: absolute;
    right: 57px;
 
    background-repeat: no-repeat;
 
    width: 87px;
    height: 75px;
  
}
 
.star-wrapper {
    margin: 0 0 5px;
}
.rew-bl_cont_title {
font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
} 
 .sub-footer .row {
    max-width: 1160px;
    margin: auto;
}
.rew-bl_cont_title a.cos-rew {
    margin: 3px 10px;
}
.sf-mas-block {
    padding: 30px;
    box-shadow: 0 20px 25px rgb(128 128 128 / 5%);
    max-width: 250px;
    margin: 0 auto 50px;
    font-weight: 900;
    font-size: 20px;
    line-height: 2.5;
}
footer.footer .container {
    max-width: 1080px;
    margin: auto;
}
footer.footer ul {
    margin: 0;
    padding: 0;
}
p.foot-title {
    font-weight: 900;
    font-size: 19px;
}
footer.footer ul a {
color: #717373;
    font-weight: 600;
}
footer.footer ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
footer.footer ul.partners li {
    text-align: center;
    margin-top: 30px;
}
.row.foo-logo {
    margin-bottom: 20px;
    padding-bottom: 45px;
    border-bottom: 1px dashed #e6e6e6;
 
}
.footer-copyrite {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    max-width: 1060px;
    margin: 50px auto 50px;
}
.f-social a {
    margin: 7px;
}
footer.footer {
    float: left;
    width: 100%;
}
.f-social {
    margin-right: 70px;
}
/**/
.article-bl-title {
    display: flex;
    padding: 15px 15px 0px 0px;
}
.article-bl-title h2 {
    font-size: 25px;
    font-weight: 800;
}
span.wish {
    width: 21px;
    opacity: 0.6;
    cursor: pointer;
    margin-top: 7px;
}
.article-bl-locat img {
    width: 20px;
    margin-right: 7px;
}
.article-bl-locat a {
    color:  #404040;
    font-weight: 800;
    text-decoration: underline;
}
.article-bl-info {
    display: flex;
    margin: 20px 0 20px;
}
.article-bl-price_price {
    color: #0fab52;
    font-weight: 800;
    font-size: 28px; line-height: 1;
}
.article-bl-price_price span.old-price {
    color: #bbbbbb;
    font-size: 15px;
    margin: 0 7px;
}
span.sale-pers {
    color: #393939;
    font-size: 14px;
    font-weight: 400;
 
}
.article-bl-info > div img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.article-bl-info > div {
    margin-right: 25px;
}
.article-bl-price {
    display: flex;
    justify-content: space-between;
}
.article-img {
    max-width: 360px;
    height: 240px;
    object-fit: cover;
}
.article {
    box-shadow: 0 15px 30px rgb(128 128 128 / 30%);
    margin-bottom: 45px;
    background: white;
}
section.baner-content {
    background-size: cover!important;
}


.bage-article {
    position: absolute;
    right: 10px;
    top: 20px;
}
span.bage-sale {
    color: white;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    background: rgb(237 22 43 / 85%);
    padding: 10px 10px;
    box-shadow: 0 3px 15px rgb(237 22 43 / 45%);
}
.article-bl-price_btn a {
    background: linear-gradient( 30deg , #2f5d75, #279dd6);
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin: 0px -7px 0px 0px;
    padding: 15px 30px 15px;
    line-height: 1.2;
    display: block;
}

span.bage-free {
    font-weight: 600;
    font-style: italic;
    color: white;
    background: rgb(15 171 82 / 75%);
    padding: 12px 15px;
}
.article-img img {
    max-width: 360px;
    height: 240px;
    object-fit: cover;
}
.soting-bl a {
    font-weight: 800;
    font-size: 13px;
    color: grey;
    margin: 0 5px 5px;
}
.soting-bl {
    margin-bottom: 30px;     margin-top: 40px;
}
.soting-bl a.active {
    color: #2896cb;
}
.article-bl-title h2 a {
    color: #404040;
}
li.pag-nav a {
    color: #2896ca;
    font-weight: 800;
    font-size: 18px;
}
li.pag-nav.n-activ a {
    opacity: 0.5;
}
.pagination ul {
    display: flex;
    margin: 5px 0 30px;
    justify-content: center;
    width: 100%;
    padding: 0;
	align-items: center;
}


.pagination ul li {
    display: inline-block;
    margin: 0px 20px;
}
.pagination ul li.pag-btn {
    margin: 0 5px;
    color: #404040;
}
.pagination ul li.pag-more {
    margin: 0 5px;
    color: black;
}
.pagination ul li.pag-btn a {
    color: #8c8c8c;
}
.pagination ul li.pag-btn.activ a {
    color: black;
    font-weight: 600;
}
p.sm-title {
    font-weight: 800;
    font-size: 37px;
    line-height: 1.3;
}
p.sm-title span {
    color: #289dd5;
}
.filt-location {
    text-transform: uppercase;
    color: grey;
    margin: 25px 0 10px;
    align-items: center;
}
.filt-location a {
    color: #393939;
    font-weight: 800;
    background: #4a8fb11c;
    padding: 9px 20px;
    margin: 0 5px 5px;
    font-size: 13px;
}
.support-bl {
    display: flex;
    margin-top: 60px;
    margin-left: -15px;
}
.support-bl img {
    width: 220px;
    height: 250px;
    object-fit: cover;
    margin-right: 50px;
}
.support-bl {
    display: flex;
    margin-top: 60px;
    margin-left: -15px;
    background: #2b779b;
    color: white;
    font-size: 12px;
    line-height: 1.77; width: 100%;
}
.support-bl_cont p.mm-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.support-bl_cont p.sm-title {
    margin: 0 0 0;
    font-size: 30px;
}
p.support-bl_cont_inf {
    text-transform: uppercase;
}
p.support-bl_cont_inf a {
    font-weight: 600;
    color: white;
    font-size: 16px;
}
section.blog-content {
    float: left;
    width: 100%;
}
.support-bl_cont {
    padding: 30px 0 10px;
}
.support-bl_cont_btn.cont-board_btn img {
    width: 20px;
    height: 20px;
    transform: rotate( 
90deg
 );
    opacity: 0.6;
    margin: 7px 0px 0px;
}
.support-bl_cont_btn a.btn-white.center {
    font-size: 20px;
    text-align: center;
    padding: 18px 15px;
    background: white;
    color: #393939;
    box-shadow: 2px 2px 20px hsl(0deg 0% 50% / 29%);
    margin: -35px 0 0;
}
select option {
    font-size: 16px;
}
.catalog-filter .filter-block {
    justify-content: flex-start; 
}
.filter-block.radio-blk input {
    display: none;
}
.filter-block.radio-blk label {
    width: 105px;
    height: 105px;
    background: #d9ecf5;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    margin-right: 25px;
    color: #404040; cursor: pointer;
}
.filter-block.radio-blk label img {
    height: 37px;
    margin: 0 0 15px;
    opacity: 0.7;
}
.filter-block.radio-blk input:checked+label {
 background: linear-gradient(45deg, #2a7aa0, #279cd5);
    color: white;
}
.filter-block.radio-blk input:checked+label img {
    filter: brightness(0) invert(1); opacity:0.9;
}
p.filter-block_smtitle {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
 
.filter-block.checkbox-blk input {
    display: none;
}
.filter-block.checkbox-blk label {
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background: #d9ecf5;
    padding: 0px 15px;
    font-weight: 800;
    color: #404040;
}
.filter-block.checkbox-blk > div {
    margin-right: 10px;
}
.rew-bl_cont_title img {
    width: 15px;
    opacity: 0.4;
}
.catalog-filter {
    background: white;
    padding: 25px;
    box-shadow: 5px 5px 15px rgb(128 128 128 / 13%);
    position: relative;
    top: -25px;
}
body.page .main {
    margin-top: -25px;
}
.catalog-bl .col-md-8 {
    padding-top: 30px;
}
.filter-widg .filter-block input {
    font-size: 30px;
}
.two-colums.filter-block.radio-blk label {
    width: 155px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-right: 20px; margin-bottom: 15px;
}
.filter-block.radio-blk.two-colums {
    flex-wrap: wrap;
}
.filter-block.checkbox-blk  label {cursor:pointer;}
.filter-block.checkbox-blk input:checked+label {
 background: linear-gradient(45deg, #2a7aa0, #279cd5);
    color: white;
}
.filter-widg  .filter-block input {
    width: 185px;
}
 .filter-block label span {
    color: #20abef;
}
input[type="submit"] {
    background: linear-gradient( 
0deg
 , #2a7aa0, #279dd6);
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 17px 35px 17px;
    line-height: 1.2;
    display: inline-block; 
	box-shadow: 0px 0px 10px rgb(39 157 214 / 20%)!important;
}
.filter-btn.center {
    margin-bottom: -35px;
}
span.wish.active {
    opacity: 1;
}
/**/
header.header .filter {
    margin: 10px 0 -10px;
}
.page header.header.desination {
    background: url(../img/destin-header-bg.jpg);
    background-size: cover;
    padding: 10px 0 30px;
    background-position: center;
}
.breadcreams ul {
    margin: 0;
}
.breadcreams ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;     margin-right: 5px;
}
.breadcreams ul li a{ font-weight: 600;}
.breadcreams ul {
    text-align: right;
}
section.blog-content.destin .blocg-bl .cont-board_title {
    height: auto;
}
 
section.blog-content.destin .boat-bl.blocg-bl {
    margin-bottom: 50px;
}
section.blog-content.destin .boat-bl.blocg-bl .cont-board {
    height: auto;
    min-height: 160px;
}
section.blog-content.destin .blocg-bl .cont-board_btn a {
    font-size: 24px;
    padding: 12px 27px 10px;
    margin: -9px 13px 0px;
}
section.blog-content.destin .cont-board p {
    padding-right: 40px;
}
a.load-more img {
    width: 24px;
 
}
a.load-more {
    color: #2797cd;
    font-size: 23px;
    font-weight: 800;
 
    text-decoration: underline;
}
a.load-more span {
    padding-left: 12px;
}
.filter.sales {
    max-width: 990px;
}
/**/
.breadcreams ul.center {
    text-align: center;
    color: white;
}
.breadcreams ul a{
    color: white;
}
.baner-title.center {
    text-align: center;
    margin: 0 auto 40px;
}
.gsize {
    max-width: 1280px;
    margin: auto;
}
.gsize  .baner-txt {
    max-width: 590px;
}
.slick-track .boat-bl {
    max-width: initial;
    margin: 40px 30px;
}
section.blog-content .slick-list {
    padding-bottom: 50px;
}
section.blog-content .slick-dots li.slick-active {
    background: #393939;
 
}
section.blog-content .slick-dots li {
    background: rgb(160 160 160 / 60%);
}
section.blog-content .slick-next:focus, section.blog-content .slick-next:hover, section.blog-content .slick-prev:focus, .section.blog-content slick-prev:hover {
    color: #151515;
}
.slick-dots li button:before {display:none;}
.post-bl {
    max-width: 860px;
    margin: auto;
}
.post-bl {
    font-size: 22px;
    font-weight: 300;
}
p.single-date.center {
    color: #a2a2a2;
    font-size: 17px;
}
a.btn.btn-opacit {
    text-transform: uppercase;
    padding: 12px 35px;
    background: rgb(0 58 93 / 48%);
    margin: 0 7px;
    border-radius: 0;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border: 0;
}
a.btn.btn-opacit:hover {
    background: rgb(0 58 93 / 98%);
}
p.post-cont-title {
    font-weight: 800;
    font-size: 37px;
    line-height: 1;
}
.flex-right .row {
    justify-content: flex-end; align-items: center;
}
.blog-lastbl {overflow:hidden;}
blockquote {
    padding: 5% 8%;
    background: #f8fcfe;
    color: grey;
    font-weight: 600;
    font-size: 1.1em;
}
blockquote:before {
    content: "";
    width: 40px;
    height: 60px;
	position:absolute;
    background: url(../img/rew-ico.png);
}
blockquote {position:relative;}
blockquote:before {
    content: "";
    width: 34px;
    height: 47px;
    position: absolute;
    background: url(../img/rew-ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: -20px -45px;
}
blockquote:after {
    content: "";
    width: 34px;
    height: 47px;
    position: absolute;
    background: url(../img/rew-ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px 15px;
    right: 5px;
}
.card .btn.btn-link {
font-weight: 800;
    color: #434343;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    text-align: left;
}
.card .btn.btn-link img {
    height: 21px;
    width: auto;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.card {
    margin-bottom: 30px;
    border: 0;
    background: white;
    box-shadow: 0 0 30px rgb(160 160 160 / 30%); 
}
.card-header {
    padding: 20px 15px;
    border: 0;
}
.card-body {
    padding: 6% 9%;
    font-size: 16px;
}
.card-body h3 {
    font-weight: 600;
    padding-top: 30px;
}

.card .btn.btn-link:after {
    content: "+";
    float: right;
    color: #2b79a1;
}
.post-bl.terms h3 {
    color: #269dd6;
    font-weight: 800;
    font-size: 28px;
}
.post-bl.terms h4{
    font-weight: 800;
    font-size: 23px;
}
.s-block {
    float: left;
    padding-left: 5%;
}
/**/
body.page-404 {
    float: left;
    width: 100%;
    background-size: cover!important;
}
body.page-404 header.header a {color:#3f3f3f;}
body.page-404 .header-inf img {
    filter: none;
    opacity: 0.8;
}
body.page-404 .post-bl.terms {
    color: white;
    font-weight: 600;
    font-size: 26px;
}
a.btn-white {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: white;
    padding: 20px 25px;
}
body.page-404 footer.footer {
    color: white; background: transparent;
}
body.page-404 footer.footer ul a {
    color: #ffffff;
    font-weight: 600;
}
body.page-404 .f-social img {
    filter: brightness(0) invert(1);
}
body.page-404  .header-phone img{filter: brightness(0%);}

body.page-404  .header-logo img{filter: brightness(50%);}
.thanks-bl .article-bl-price_btn {
    text-align: center;
    width: 100%;
}
.thanks-bl .article-bl-price_btn a {
    max-width: 250px;
    margin: auto;
    padding: 20px;
    font-size: 19px;
}
.article-bl-price_btn a {
    box-shadow: 5px 5px 25px rgb(40 147 199 / 55%);
}
span.chek {
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 21px;
    background: #00af87;
    border-radius: 50%;
    color: white;
    line-height: 33px;
    position: relative;
    top: -3px;
}
p.sm-txt {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
p.cont-phone {
    color: #414141;
    font-size: 30px;
    font-weight: 300;
} 
p.cont-phone a{
    color: #414141;
}
p.cont-adr {
    font-weight: 800;
    font-size: 21px;
}
.main .cont-social a {
    margin-right: 15px;
}
.cont-form label {
    width: 100%;
    color: #989898;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.cont-form input {
    font-size: 32px;
    font-weight: 800;
    color: #333333;
    background: transparent;
    border-bottom: 1px solid #b7b7b7!important;
    padding: 0 0 0;
    max-width: 100%;
    margin-bottom: 25px;
}
.cont-form label {
    transition: 0.2s;
    top: 35px;
    position: relative;
}
.cont-form label.active {
    top: 0px;
}
.cont-form {
    max-width: 600px;
}
.cont-form  input[type="submit"] {
    width: 100%;
    padding: 25px;
    color: white;
    border: 0!important;
    background: linear-gradient(
45deg
, #045175, #138dc7);
    font-size: 22px;
}
.cont-form  textarea#message {
    background: transparent;
    width: 100%;
    height: 80px;   
	border-bottom: 1px solid #b7b7b7!important; 
	margin-bottom: 25px;
}
.about-locbl img {
    height: 25px;
}
.about-locbl p.news-content_bl-title {
    margin-bottom: 0;
}
.about-locbl p.sm-txt {
    margin-top: 5px;
}
.about-locbl {
    max-width: 200px;
    margin: 40px auto 0;
    padding: 15px 35px;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 20%);
}
.team-content .cont-board {
    padding: 100px 25px 25px; height: auto;
}
section.team-content .sicoal-bl {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -12px;
    bottom: -12px;
    background: white;
	text-align: center;
    line-height: 100px;
}
section.team-content .sicoal-bl img {    width: 30px;
    height: 30px; opacity:.5;}
section.team-content .img-board img {
    height: 580px;
    width: 100%;
    object-fit: cover;
}
section.team-content .sicoal-bl a:hover img {opacity:.9;}
body.page-404 header.header ul.sub-menu a {
    color: white;
}
body.page-404  li.has-child:after {
color: #3f3f3f;
}
/**/
.slider-nav {
    position: absolute;
    z-index: 9; 
	top: 15px;
    left: 0px;
}
.slider-nav .slick-track {
    max-width: 150px; transform: none!important;
}
.slider-nav .itemnav.slick-slide {
    width: 150px!important;
    border: 2px solid white;
    margin: 0 0 7px;
}
.slider-for .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.slider-nav .slick-list.draggable {
    padding: 0px 14px!important;
}
.slider-nav .itemnav.slick-slide.slick-current {
    border-color: #3c3c3c;
}
.slider-for .slick-next, .slider-for .slick-prev {
    font-size: 0;
}
.slider-for button.slick-arrow {
    background: #f9f9f9;
    width: 60px;
    height: 60px;
    border: 1px solid rgb(128 128 128 / 12%);
    bottom: 25px;
    top: inherit;
}
.slider-for .slick-next:before {
    content: '→';
    position: absolute;
    margin-left: -10px!important;
    margin-top: -12px!important;
}
.slider-for .slick-next {
    right: 25px;
    margin-right: 0;
}
.slider-for  .slick-prev {
    right: 100px;
    margin-left: 0;
    left: inherit;
}
.container.first-prod-bl {
    max-width: 1640px;
}
.sub-footer {
    float: left;
    width: 100%;
}
.prod-titlebl .article-bl-title {
    justify-content: space-between;
}
.prod-titlebl {
    padding: 7% 14%;
    margin-left: -30px;
    box-shadow: 7px 15px 30px #8080804f;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    background: white;
    min-height: 660px;
}
.prod-slider {
    margin-top: 60px;
    position: relative;
}
.prod-titlebl .article-bl-locat {
    margin-bottom: 60px;
}
.prod-titlebl .filter-widg {
    margin-bottom: 40px;
}
.prodbl-price .line-price {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px dashed grey;
}
.prodbl-price .line-price span.line-price_inf {
    font-size: 20px;
    color: grey;
    font-weight: 600;
    display: block;
    background: white;
    top: 3px;
    position: relative;
    line-height: 1;
    padding: 0px 7px;
}
span.line-price_txt {
    padding-right: 7px;
    position: relative;
    top: 7px;
    background: white;
    line-height: 1;
}
.prodbl-price {
    margin-bottom: 50px;
}
span.line-price_inf b {
    color: #2fb162;
}
span.old-price {
    padding-left: 11px;
    position: relative;
}
span.old-price:after {
    content: "";
    width: 88%;
    height: 1px;
    background: #909090;
    position: absolute;
    right: 0;
    top: 11px;
}
.f-date-st label:after {
    content: "›";
    color: black;
    position: absolute;
    margin: -8px 15px 0;
    font-size: 25px;
    font-family: system-ui;
    transform: rotate( 
90deg
 );
    font-weight: 300;
}
.f-date-en label:after {
    content: "›";
    color: black;
    position: absolute;
    margin: -8px 15px 0;
    font-size: 25px;
    font-family: system-ui;
    transform: rotate( 
90deg
 );
    font-weight: 300;
}
.prod-titlebl .article-bl-price_btn a {
    text-align: center;
    font-size: 28px;
    padding: 20px;
}
span.donload-bl img, .bl-atrinbut img {
    height: 25px; width:25px; object-fit: contain;
}
.tab-content .article-bl-title h3 {
    font-size: 25px;
    font-weight: 800; 
    line-height: 1;
}
span.donload-bl {
    font-size: 17px;
    font-weight: 600;
    color: #2090cd;
    margin-left: 40px;
}
span.donload-bl a{
    color: #2090cd;
}
span.donload-bl img {
    position: relative;
    margin: -4px 3px 0px;
}
.product-contbl .tab-content {
    padding-top: 25px;
    padding-bottom: 50px;
}
.bl-product-atrinbut {
    display: flex;
    justify-content: space-between;
    padding-right: 5%;
}
.bl-atrinbut > div {
    display: flex;
}
.bl-atrinbut img {
    margin-right: 15px;
}
.bl-atrinbut > div {
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(128 128 128 / 24%);
    align-items: center;
}
.bl-atrinbut > div span:last-child {
    margin-left: auto;
padding-left: 100px;
    font-size: 19px;
}
.tab-content .article-bl-title {
    margin-bottom: 25px;
}
.product-contbl ul.nav.nav-tabs {
    justify-content: center;
    margin: 30px 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #989898;
}
.product-contbl ul.nav.nav-tabs li a{
    color: #989898;     padding: 8px 10px 12px;
}
.product-contbl .nav-tabs .nav-item.show .nav-link, .product-contbl .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #2897ce;
    padding: 8px 10px 12px;
}
.product-contbl .nav-tabs .nav-item {
    padding: 0 10px 0;
}
.tab-content div#about {
    font-size: 17px;
}
div#equipment .bl-atrinbut {
    max-width: 360px;
}
h3.blue-title {
    color: #298fc1;
}
 
.product-bl .support-bl img {
    margin-right: 0px;
}
.product-bl .support-bl_cont_btn.productpage-board_btn {
    width: 100%;
}
.product-bl .support-bl_cont_btn.productpage-board_btn a.btn-white.center {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding: 12px;
}
.product-bl .support-bl img {
width: 270px;
    height: 100%;
}
.product-bl .support-bl .support-bl_cont_btn.productpage-board_btn img {
    width: 23px;
    height: 23px;
    margin: 0px 7px;
    position: relative;
    top: -2px
}
.product-bl .support-bl_cont {
    padding: 15px 0 0px;
    width: 100%;
}
.item-list img {
    width: 23px;
    height: 17px;
    position: relative;
    top: -2px;
}
.item-list img {
    width: 25px;
    height: 19px;
    position: relative;
    top: -2px;
}
.terms-prod-bl h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
 
}
.terms-prod-bl.mt-5 {
    padding: 15px 5%;
    box-shadow: 0 10px 30px rgb(128 128 128 / 28%);
}
.item-list {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 30px;
}
.item-list span.avialabl {
    color: #0fab52;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}
.item-list span.price {
    font-size: 21px;
    line-height: 1; color: #0fab52;
}
.item-list span.avialabl:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0fab52;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 7px;
}
.support-bl_cont_txt {
    padding-left: 35px;
}
.oth-date a {
    color: black;
}
.checkout .cont-form {
    max-width: 890px;
}
.checkout-title {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
}
.checkout {
    margin-top: 100px;
}
 
p.form-agre input {
    float: left;
    margin: 4px 12px 5px 0px;
    width: 20px;
    height: 20px;
}
p.form-agre {
    float: left;
    max-width: 828px;
    font-size: 14px;
    margin-bottom: 40px;
}
.checkout .cont-form textarea#message {
    height: 130px;
}
.checkout-title span {
    color: #2a7fa9;
}
.checkout > .col-md-6 {
    padding: 50px 4%;
    box-shadow: 0px 15px 20px rgb(128 128 128 / 25%);
}
.check-prod-inf_img {
    width: 35%;
    float: left;
}
.check-prod-inf_cont {
    width: 65%;
    float: right;
    padding-left: 30px;
}
.checkout .article-bl-title h2 {
    font-size: 22px;
    margin-top: 0;
}
.checkout .article-bl-title {
    margin: 0;
    padding: 0;
}
.checkout .checout-bl-date {
    float: left;
    width: 100%;     margin-bottom: 25px;
}
.checkout .prodbl-price {
    margin-bottom: 20px;
}
.checkout-title {
    float: left;
    width: 100%; 
}
.checkout .article-bl-info {
    flex-wrap: wrap;
}
.checkout .article-bl-info > div {
    margin-bottom: 10px;
}
.checkout  .filter-widg .filter-block input {
    font-size: 23px;
}
.checkout .filter-widg .filter-block input {
    width: 160px;
}
.checkout .prodbl-price {
    float: left;
    width: 100%;
}
.check-prod-bl {
    float: right;
    width: 100%;
    padding: 40px 7%;
    box-shadow: 0px 15px 30px rgb(128 128 128 / 25%);
    max-width: 760px;
}
.checkout .prodbl-price {
    max-width: 500px;
}






@media (min-width: 2000px) {
	
	.baner-content-slide.slick-slide {
    display: flex;
    align-items: center;
}
.home-baner .slick-next, .home-baner .slick-prev {
    top: 70%;
    right: 0%;
    margin: 0;
    left: auto;
    margin-right: 400px;
}
.home-baner ul.slick-dots {
    position: absolute;
    right: 37px;
    bottom: 266px;
    width: 2px;
    transform: rotate( 
90deg
 );
    display: flex;
    right: 0%;
    margin: 0;
    left: auto;
    margin-right: 445px;
}
.home-baner button.slick-prev.slick-arrow {
    margin: -20px 15px;
    margin-right: 419px;
}
.filter {
    margin: 50px 0 0px;
    background: white;
    max-width: 1720px;
}
}


@media (min-width: 1160px) {
	.prod-titlebl .article-bl-price_btn a {
   
    margin: 0px auto -35px;
    max-width: 430px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 100px;
}
	li.only-mobile {
    display: none;
}
.only-mobile {
    display: none;
}
.blogpage .col-md-4:first-child {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
}
.blogpage .col-md-4:first-child .boat-bl.blocg-bl {
    max-width: 880px;
}
.blogpage .col-md-4:first-child .boat-bl.blocg-bl img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

}



@media (max-width: 1359px) {
	.container.second-prod-bl .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
	.container.second-prod-bl .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}
.filter {
    margin: 50px 0 0px;
    background: white;
    max-width: 860px;
}		
.filter-block input {
    width: 177px;
}	
	
	
	
	
	
section.blog-lastbl .col-md-3 {
    flex: 0 0 100%;
    max-width: 680px;
    margin: auto;
}
section.blog-lastbl .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}	
.blog-lastbl .boat-bl {
    margin: auto;
}	
	
	
	.article-bl-info > div {
    margin-right: 15px;
}
.article-img img {
    max-width: 310px;
    height: 240px;
    object-fit: cover;
}
.article-bl-title h2 {
    font-size: 20px;
    padding-right: 15px;
}
.catalog-filter {
    padding: 10px;
    max-width: 390px; padding-top: 30px;
}
.filter-widg .filter-block input {
    font-size: 22px;
}
 header.header {
    font-size: 17px;
}
 .header-menu li {
    margin: 0 2% 0;
}
 .baner-title {
    font-size: 40px;
 }
 .filter-block select {
    font-size: 19px;
}
.filter-block input {
    font-size: 20px;
}
.title-hr {
    font-size: 36px;
}
p.news-content_bl-title {
    font-size: 18px;
}
.cont-board_title {
    font-size: 30px;
    line-height: 1.3;
}
span.big-txt {
    font-size: 62px;
}
.cont-board_sale {
    max-width: 140px;
    font-size: 16px;
    padding: 10px;
}
.boat-bl.hot .cont-board_title {
    font-size: 26px;
}
.blocg-bl .cont-board_title {
    font-size: 22px;
}
.title-hr {
    font-size: 33px;
}
.header-menu {
    max-width: 670px;
}
}


@media (max-width: 1159px) {
.destin-map-slider ul.slick-dots {
    display: none!important;
}	
.destin-map-slider .slick-next, .destin-map-slider .slick-prev {
display: none!important;
}	
	
	
	
.header-menu.mobile-show ul.menu {
    display: block;
    width: 100%;
    position: fixed;
    height: 100vh;
}	
.header-menu.mobile-show   .f-social a {
    margin: 7px 15px 7px 0px;
}	
ul.sub-menu {
    position: relative;
}	
li.has-child {
    position: relative;
}	
li.has-child:after {
    display:none;
}	
li.has-child:before {
    content: "›";
    position: absolute;
    margin: -2px 8px 0;
    font-size: 20px;
    font-family: system-ui;
    transform: rotate(
90deg
);
    font-weight: 300;   right: 5px;
}
header.header {
    font-size: 21px;
}	
li.has-child a {
    padding-right: 40px;
}
.home-baner .social {
    display: none;
}	
.header-menu.mobile-show .menu-togle {
 
width: 31px;}	
.support-bl_cont_btn a.btn-white.center {
    font-size: 15px;
    padding: 7px 15px;
    margin: -20px 0 0;
}	
.support-bl img {
    width: 200px;
    height: 210px;
    object-fit: cover;
    margin-right: 15px;
}	
.article-img img {
    max-width: 270px;
}	
	
	.filter-block.radio-blk label {
    width: 90px;
    height: 99px;
    background: #d9ecf5;
    font-size: 12px;}
.two-colums.filter-block.radio-blk label {
    width: 140px;
}	
.filter-widg .filter-block input {
    width: 155px;
}	
.filt-location a {
    padding: 8px 8px;
    margin: 0px 2px 15px;
    font-size: 11px;
}	
p.sm-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
}	
.support-bl_cont p.sm-title {
    margin: 0 0 0;
    font-size: 20px;
}	
.support-bl_cont p.mm-title {
 
font-size: 14px;}	
p.support-bl_cont_inf a {
 
    font-size: 12px;
}	
	
	.mobile-phone {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(128 128 128 / 47%);
}
 .only-mobile .f-social {
    margin-bottom: 50px;
}
.only-mobile .f-social img {
    filter: brightness(0) invert(1);
    margin-top: 12px;
    opacity: 1;
}
.only-mobile .f-social a {
 
    opacity: 1;
}
ul.menu {
    position: absolute;
    background: rgb(0 0 0 / 90%);
    left: 0;
    top: 0;
    z-index: 999;
}	
ul.menu li {
    width: 100%;
    padding: 7px;
}	
	
	
	
ul.menu {
    display: none;
}
.header-logo {
    order: 2;
}
.header-menu {
    order: 1;
}
.lang-sw {
    order: 3;
}
.header-inf {
    order: 4;  
}
.header-phone {
	  order: 5;
}
.menu-togle {
    display: block!important;
    width: 55px;
    height: 40px;

    cursor: pointer;
}
.header .container .row > div {
    margin: 0 15px;
}
.menu-togle span {
    display: block;
    position: relative;
    width: 33px;
    height: 2px;
    background: white;
}
.menu-togle span:before {
	content:"";
	position:absolute;
	top: -9px;
    display: block;
    position: relative;
    width: 33px;
    height: 2px;
    background: white;
}
.menu-togle span:after {
	content:"";
	position:absolute;
	top: 7px;
    display: block;
    position: relative;
    width: 33px;
    height: 2px;
    background: white;
}
.header-menu {
    max-width: initial;
    width: auto;
}
.header .container .row {
 padding: 0px 20px;
    padding-left: 20px;
}
li.only-mobile .menu-togle.close {
  margin-top: 60px;
    margin-bottom: 25px;
}
header.header.mobile-h-show .header-logo {
    z-index: 99999;
}
.menu-togle.close span {
    background: transparent;
}
.menu-togle.close span:after {
    transform: rotate(45deg);
    top: -3px;
}
.menu-togle.close span:before {
    transform: rotate(-45deg);
    top: -1px;
}
ul.menu {
padding-left: 45px;
    padding-right: 30px;
}
body.page-404 .menu-togle span:before, body.page-404 .menu-togle span:after, body.page-404 .menu-togle span {
    background: #505050;
}
.checkout .checout-bl-date .filter-block {
 
    justify-content: flex-start;
}
.col-md-6.mwi-desct {
    flex: 0 0 100%;
    max-width: 100%;
}
.check-prod-bl {
    max-width: 100%;
}
.checkout .col-md-6.mwi-desct:first-child {
    order: 2;
}
.checkout {
    margin-top: 50px;
}
.check-prod-bl {
    padding: 0;
    box-shadow: none;
}
.checkout .prodbl-price {
    margin-bottom: 50px;
}
.checkout-title span {
 
    display: none;
}



}

.filter-block select, .filter-block input {
    background: transparent;
}

@media (max-width: 999px) {
header.header .filter {
    display: none;
}
.sub-footer-search.only-mobile {
    display: block!important;
}	
.sub-footer-search.only-mobile .filter-block {
    flex-wrap: wrap;
}	
.sub-footer-search.only-mobile  .filter-block > div {
    width: 100%;     margin: 15px 0 0;
}	
.sub-footer-search.only-mobile .filter-block select, .sub-footer-search.only-mobile .filter-block input {
    background: transparent;
    width: 100%;
    margin: 0 0 20px;
}	
.filter-mob {
    max-width: 270px;
    margin: auto;
    box-shadow: 5px 20px 30px rgb(128 128 128 / 50%);
}	
.filter-mob .filter-block label {
    margin-left: 0px;
}	
.filter-mob .f-date-st, .filter-mob .f-destin {
    padding: 0px 12px 0px 20px;
}	
	
	
	
	
	
	
	
	
.bl-product-atrinbut {
    flex-wrap: wrap;
}	
.bl-atrinbut {
    width: 100%;
}	
section.baner-content .filter {
    display: none;
}	
.sub-footer-search.only-mobile {
    display: block!important;
}	
.sub-footer-search.only-mobile .filter-block .f-submit button {
    transform: rotate( 0deg );
    width: 100%;
    position: relative;
    margin: 0;
    height: auto;
    right: 0;
    font-size: 27px;
    padding: 18px 20px 18px; top: 5px;
}	
.sub-footer-search.only-mobile .filter-block {
    height: auto;
    margin-bottom: 30px;    
	padding: 25px 0 0;
 
}	
.sub-footer-search.only-mobile {
    float: left;
    width: 100%;
    margin-top: 60px;
}	
.sub-footer-search.only-mobile button br {
    display: none;
}	
.sub-footer-search.only-mobile button span {
    transform: rotate(
-90deg
);
    display: inline-block;
    margin-left: 10px;
}	
	
	
.catalog-bl.show-filt  .catalog-filter {
    top: -40px;
}
.catalog-bl.show-filt .sort-s-menu-mob {
    display: none!important;
}
.filter-tgl.filter-close a {
    text-decoration: none;
    color: grey;
    font-size: 26px;
    line-height: 0.5;
}
.catalog-bl.show-filt .catalog-filter {
    display: block;
    margin-bottom: 38px;
}		
.catalog-bl.show-filt .filter-tgl.filter-close {
    display: flex!important;
    justify-content: space-between;
    padding: 0px 7px 7px;
}	 
	
.catalog-bl .col-md-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}	
.catalog-bl .catalog-filter {
    display: none;
}	
.filter-tgl.article-bl-price_btn {
    display: block!important;
}	
.filter-tgl.article-bl-price_btn a {
    text-align: center;
    max-width: 160px;
}	
.catalog-bl {
    background: white;
    padding-top: 20px;
}	
.soting-bl {
    margin-top: 0px;
}	
.sort-s-menu {
    display: none;
}	
.sort-s-menu-mob {
    display: block!important;
    float: right;
    margin-top: -75px;
}	
.sort-s-menu-mob select#sort {
    padding: 13px 15px;
    font-size: 17px;
    font-weight: 600;
    color: grey;
}	
	
	
.filter-block.checkbox-blk label {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
}	
.filter-widg .filter-block.radio-blk.two-colums > div {
    width: 50%;
}	
.filter-widg .filter-block.radio-blk.two-colums > div label {
    width: 92%;
    height: 45px;
    line-height: 45px;
    padding: 0;
}	
	
	
	
.filter-widg .filter-block input {
    width: 110px;
}	
.filter-widg .filter-block {
    padding: 5px 5px 20px;
}
.filter-widg .filter-block label img {
    height: 13px;
    margin: 0px 1px 4px 0px;
}	
.filter-widg .filter-block > div {
    text-align: left;
}	
.filter-widg .filter-block label {
 
    font-size: 10px;}		
	
.filter-widg .filter-block.radio-blk label {
width: 76px;
    height: 76px;
    font-size: 10px;
    padding-top: 10px;
    margin-right: 5px;
}	
.filter-widg .filter-block.radio-blk label img {
    height: 30px;
    margin: 0px 0 10px;
}	
.catalog-filter {

padding: 25px 0px;}
.filter-widg .filter-block > div {
    width: auto;
}
.filter-widg .filter-block input {
    font-size: 17px;
}
.filter-widg .filter-block {
    flex-wrap: nowrap;
}	
 .slider-destin_btn a {
    font-size: 15px;
    padding: 10px 10px 8px;
}
 .slider-destin_txt {
    font-size: 14px;
 }
 .slick-next, .slick-prev {
    font-size: 16px;
 }
 .slider-destin.slick-slider {
    margin-bottom: 20px;
}
 .slider-destin {
    padding-bottom: 35px;
}
 .slick-initialized .slick-slide {
    padding-bottom: 35px;
}
.filter-block button {
    font-size: 19px;
    padding: 5px 19px 10px;
}
.filter-block {
    padding: 20px 5px 20px;
}
.whatis-content_bl.center p.news-content_bl-title {
    min-height: 80px;
    margin: 5px 0 5px;
    font-size: 16px;
}
.title-hr {
    font-size: 28px;
}
.cont-board_btn a {
font-size: 20px;
    padding: 18px 20px 17px;
    margin: 0 18px 0px;
    position: relative;
    min-width: 99px;
}
.cont-board_title {
    font-size: 24px;
    line-height: 1.3;
}
.cont-board {
    height: 177px;
}
.boat-bl.hot .cont-board_title {
    font-size: 22px;
}
.cont-board {
    padding: 100px 15px 10px;
}
.boat-bl.hot {
height: 591px;
    margin-bottom: 70px;
}
.cont-board_sale {
    right: -6px;
    top: -90px;
}
.cont-board_btn a.btn-whish {
    transform: rotate( 
0deg
 );
    padding: 0px 0px 0px;
    width: 57px;
    height: 57px;
    line-height: 57px;
    margin: 0 auto 15px;
    top: 0px;
    position: relative;
    min-width: 75px;
}
.boat-bl.hot .cont-board_btn {
    margin: -80px -50px 0px;
} 
ul.cont-board_info li {
    font-size: 13px;
}
ul.cont-board_info li {
    max-width: 200px;
}
ul.cont-board_info li span {
    min-width: 100px;
}
span.new_price {
    left: 117px;
}
.blog-content .filter li {
    font-size: 16px;
    padding: 0 10px 6px;
}
.blog-content p.right {
    text-align: center;
    margin-bottom: 12px;
}
.blog-content .filter ul {
    margin: 0 auto 15px;
}
.rew-bl {
    padding: 68px 20px 40px 0px;
}
.rew-bl_foto {
    max-width: 145px;
    height: 170px;
    position: relative;
    margin: -80px 20px 0px -70px;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
    padding-bottom: 10px!important;
}
section.boat-content {
    margin-bottom: 50px;
}
.filter-block input {
    width: 125px;
}
.slick-next {
    margin-right: -150px;
}
.slick-prev {
    margin-left: -200px;
}
}

@media (max-width: 799px) {
.header .container .row > div {
    margin: 0 0px;
}	
 .home-baner .container {
    padding-right: 20px;
    padding-left: 10px;
}
/*
.row {
    margin-left: -20px;
}
*/
section.popdestin-content .slick-slide {
 
    padding: 10px;
}

	
.slider-nav .itemnav.slick-slide {
width: 21%!important;
    margin: 0 5px 0;
    float: none;
    display: inline-block;
}
.slider-nav .itemnav.slick-slide img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.slider-nav {
    position: absolute;
    z-index: 9;
    top: inherit;
    left: 0px;
    bottom: 0px;     width: 100%;
}	
.slider-nav .slick-track {
    max-width: 100%;
    transform: inherit; text-align: center;
}	
.slider-for .slick-slide img {
    height: 360px;
}
.slider-nav .itemnav.slick-slide {
    padding: 0;
    margin: 0 5px 0;
}	
.slider-nav .itemnav.slick-slide img {
    width: 100%;
    height: 70px;
}	
.slider-for .slick-next, .slider-for .slick-prev {
    display: none!important;
}
.boat-bl {
    margin: auto;
}
	.img-board img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}
p.cont-phone {
    font-size: 18px;
}	
p.cont-adr {
    font-size: 17px;
}	
.cont-form input {
    margin-bottom: 7px;
}	
	
	.baner-txt {
    font-size: 15px;
 
    margin-bottom: 20px;
}
.post-bl.terms h3 {
    font-size: 21px;
}
.post-bl.terms h4 {
    font-size: 19px;
}
.article-bl-price {
    padding: 5px 15px 20px;
}	
.article-img img {
    max-width: 100%;
}	
.article-bl-title {
    padding: 15px 15px 0px 15px;
}	
.article-bl-locat{
    padding: 15px 15px 0px 15px;
}		
.article-bl-info, .article-bl-locat {
    padding: 0 20px;
}	
.cont-board_title {
    font-size: 24px;
    line-height: 1.3;
    margin: -10px 10px 0;
}
.cont-board_title span.date {
    font-size: 15px;
    top: 0px;
}
.baner-title {
    font-size: 32px;
}
ul.cont-board_info li {
    display: flex;
    margin: 0 0 2px;}
	
	.blocg-bl .cont-board_title {
    font-size: 17px;
    padding-right: 25px;
}
.blocg-bl .img-board {
    height: 170px;
}
.sf-mas-block {
    padding: 15px;
    margin: 0px auto 20px;
    font-size: 17px;
    line-height: 1.5;
}
 
.sub-footer .row {
    flex-wrap: nowrap;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
    margin-top: 10px!important;
}
p.post-cont-title {
    font-size: 22px;
}
.post-bl {
    font-size: 15px;
    font-weight: 300;
}
section#postinfo {
    padding: 0 15px;
}
.breadcreams ul {
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
}
.support-bl {
    margin-left: 0px;
}
 .card .btn.btn-link {
    font-weight: 800;
}
.card-body h3 {
    font-size: 20px;
}
.post-bl {
    padding-top: 30px;
}
section.boat_hot-content {
 
    margin-top: 50px!important;
}
}

@media (max-width: 680px) {
.container {
padding-right: 20px;
    padding-left: 20px;
}
	
	
.tab-content .article-bl-title {
    flex-wrap: wrap; 
}	
.tab-content .article-bl-title h3 {
 
    margin-right: 15px;
}

span.donload-bl {
 
    margin-left: 0px;
}	
.item-list span.price {
font-size: 16px;}	
.product-bl .support-bl img {
    width: 100%;
    height: 100%;
}	
.home-baner a.btn.btn-opacit {
    margin-bottom: 7px;
}	
span.donload-bl {
    font-size: 12px;
}  
.tab-content .article-bl-title h3 {
font-size: 20px;}
section.team-content .img-board img {
    height: 326px;
    width: 100%;
    object-fit: cover;
}	
.rew-bl {
    padding: 5px 10px 30px 10px;
    flex-wrap: wrap;
}
.rew-bl_foto {
    max-width: 145px;
    height: 170px;
    position: relative;
    margin: -0px 20px 0px 0px;
}
.sf-mas-block {
    padding: 0px;
 
    max-width: 90px;
    margin: 0px auto 20px;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.5;
}
 p.foot-title {
    font-weight: 900;
    font-size: 18px;
}
 
.row.foot-r .col-md-3 {
    width: 50%;
}
footer.footer ul.partners li {
    text-align: center;
    margin-top: 30px;
}
.footer-copyrite {
    display: flex;
    font-size: 14px;
    justify-content: center;
    max-width: 1060px;
    margin: 50px auto 20px;
    flex-wrap: wrap-reverse;
    text-align: center;
    width: 100%;
}
.f-social {
    margin-right: 0;
margin-bottom: 22px;
}
.title-hr {
 font-size: 29px;
    line-height: 1.3;
}
.sub-footer .row .col-md-4.center {
    padding: 8px;
}
.sub-footer .row .col-md-4.center img {
    width: 27px;
}
.rew-bl {
 
    margin: 0 0px 0;
}
.boat-bl {
    margin-bottom: 40px;
}
 .slick-dots li {
    width: 20px;
}
.slider-destin_btn {
    margin-right: 0px;
}
.flex-wr {
 
    flex-wrap: wrap;
}
.slider-destin_btn a {
    font-size: 15px;
    padding: 10px 10px 8px;
    position: absolute;
    bottom: -130px;
    left: -30px;
}
section.whatis-content .col-md-3 {
    width: 50%;
}
.whatis-content_bl.center p.news-content_bl-title {
    font-size: 13px;
}
.filter-block {
    justify-content: center; 
    flex-wrap: wrap;
}
.filter-block button {
    transform: rotate( 
0deg
 );
}
.filter-block > div {
    width: 100%;
}
.filter-block select, .filter-block input {
    width: 95%;
    margin-bottom: 20px;
}
.header-phone, .lang-sw {
    display: none;
}
.header-inf a {
    margin: 0 5px 0;
}
.header-logo img {
    width: 80px;
}
.header .container .row .header-inf {
 margin-right: -5px;
}
.header .container .row .header-menu {
    margin-top: 35px;
}
.slider-destin .slick-next, .slider-destin .slick-prev {
    font-size: 14px;
}
.slider-destin .slick-next:before, .slider-destin .slick-prev:before {
    font-family: slick;
    font-size: 13px;
}
.slider-destin .slick-next {
    margin-right: -125px;
}
.slider-destin .slick-prev {
    margin-left: -164px;
}
.baner-title {
    font-size: 28px;
}
section.baner-content {
    padding-top: 0px;
}
span.big-txt {
    font-size: 48px;
}
.blog-content .filter li {
    font-size: 14px;
    padding: 0 10px 6px;
}
.blog-content .filter ul {
    margin: 5px auto 5px;
    flex-wrap: wrap;
    padding: 0;
}
.blog-content .filter li {
    margin-bottom: 10px;
}
.boat-bl.hot {
    height: 518px;
}
.home-baner ul.slick-dots {
    display: none!important;
}
.home-baner .slick-next, .home-baner .slick-prev {
    display: none!important;
}
.baner-content {
 
    padding-bottom: 00px;
    margin-top: 0px;
}
}

@media (max-width: 680px) {
.pt-5, .py-5 {
 
    padding-top: 15px!important;
}	
.boat-bl.hot {
    height: 500px;
    margin: 0 auto 50px;
    max-width: 320px;
}	
.sub-footer .sf-mas-block {
    box-shadow: 5px 5px 10px rgb(128 128 128 / 20%);
    padding: 3px 10px;
    margin-top: 15px;
}	
	
	
.article-bl-price_btn a {
    font-size: 14px;
    margin: 0px -5px 0px 0px;
    padding: 12px 15px 12px;
}
.article-bl-title h2 {
    font-size: 18px;
    padding-right: 15px;
}
.article-bl-info, .article-bl-locat {
    font-size: 12px;
}
.article-bl-price_price {
    font-size: 22px;
}
.article-bl-price_price span.old-price {
    color: #bbbbbb;
    font-size: 13px;
    margin: 0 0px;
}
span.sale-pers {
    font-size: 12px;
}
.article-bl-info, .article-bl-locat {
    flex-wrap: wrap;
}
.slick-track .boat-bl {
    max-width: initial;
    margin: 45px 25px;
}
.article-bl-info > div {
    margin: 0px 15px 6px 0px;
}
li.pag-nav a {
    font-size: 12px;
}
p.sm-title {
    font-size: 20px;
}
.filt-location a {
    margin: 0px 2px 7px;
    display: inline-block;
}
.support-bl {
    flex-wrap: wrap;
}
.support-bl img {
width: 100%;}
.support-bl_cont {
    padding: 20px 10px 10px;
}
.filter-tgl.article-bl-price_btn a {
    text-align: center;
    max-width: 119px;
}
.sort-s-menu-mob select#sort {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    color: grey;
}
.sort-s-menu-mob {
    margin-top: -70px;
}
.blogpage .boat-bl.blocg-bl {
    max-width: 320px!important;
    margin: 0 auto 36px;
}
.page header.header {
    padding: 10px 0 10px;
}
}
@media (max-width: 560px) {
.check-prod-inf_img {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}	
.check-prod-inf_cont {
    width: 100%;     padding-left: 0px;	
}	
.checkout .article-bl-info, .checkout  .article-bl-locat {
    padding: 0 0px;
}
.slider-destin_btn a {
font-size: 15px;
    padding: 18px 31px 19px;
    position: absolute;
    bottom: -87px;
    left: 10%;
    transform: rotate( 
0deg
 );
    opacity: 1;
    width: 80%;
    z-index: 99;
}
section.popdestin-content {
    padding-bottom: 40px!important;
}	
.boat-bl.hot {
    height: 380px;
    margin: 0px auto 77px;
    max-width: 320px;
}
.cont-board_sale {
    right: -6px;
    top: -62px;
}
.cont-board_btn {
    margin: -50px -38px 0px;
 
}
.cont-board_sale {
    max-width: 140px;
    font-size: 16px;
    padding: 20px 10px;
}
.blocg-bl .cont-board_btn a {
    padding: 18px 20px 19px;
}
section.blog-content.destin .blocg-bl .cont-board_btn a {
    padding: 18px 30px 19px; font-size: 20px;     margin: -3px -10px 0px;
}
.boat-bl.blocg-bl .cont-board {
    height: 160px;
}
body.page .main {
    margin-top: 0px;
}
.blocg-bl .cont-board_btn {
    margin: -100px -33px 0px;
    position: absolute;
    right: 0px;
}
.blog-content .boat-bl.blocg-bl .cont-board {
    height: 136px;
}
.whatis-content_bl.center {

    margin: 10px;
}
.whatis-slider .slick-track {
    padding-bottom: 0px;
}
.whatis-slider ul.slick-dots {
    display: none!important;
}
.whatis-slider .slick-next, .whatis-slider .slick-prev {
 
    display: none!important;
}
.slider-destin_title {
    align-items: start; 
}
.right {
    text-align: center;
}
.cont-board_btn a.btn-whish img {
    width: 20px;
}
.checkout .filter-widg .filter-block input {
    font-size: 19px;
}
.filter-block label {
    margin-left: -0px;
}
.check-prod-bl .filter-widg .filter-block {
    flex-wrap: wrap;
    height: auto;
}
.prodbl-price .line-price span.line-price_inf {
    font-size: 17px;
}

}




@media (max-width: 480px) {
.boat_hot-content .boat-bl.hot .cont-board_btn {
    display: flex;
}	
.boat_hot-content .boat-bl.hot .cont-board_btn a.btn-whish {
    order: 2;
    min-width: 57px;
}	
.boat_hot-content .cont-board_btn span {
    display: inline-block;
    font-size: 0.7em;
    transform: rotate(
-90deg
);
    margin: 0 12px 0;
}	
	
.boat_hot-content .boat-bl.hot .cont-board_btn {
  margin: 10px 0 0px;
    width: 80%;
    left: 10%; 
}	
.boat_hot-content .boat-bl.hot .cont-board_btn a.btn-whish {
transform: rotate( 
0deg
 );
    margin: 0 0px 0px;
    width: 100%;
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 57px;
}	
.boat_hot-content .boat-bl.hot .cont-board_btn a.btn-transf {
    transform: rotate( 
0deg
 );
    margin: 0 0px 0px;
    width: 100%;
}	
	
.destin-map-slider {
    margin-top: 90px; margin-bottom: 0px!important;
}	
 .img-board img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}
section.blog-content .img-board img {
    height: 190px;
 
}	
.bl-atrinbut img {
    margin-right: 7px;
}	
.bl-atrinbut > div, .bl-atrinbut > div span { 
    font-size: 12px!important;
}	
.item-list {
    font-size: 13px;
    padding: 10px 0px 30px;
 
    flex-wrap: wrap;
    align-items: center;
}	
	
.bl-atrinbut > div span:last-child {
    font-size: 15px;
}
.prod-titlebl {
    min-height: auto;
}	
	
.product-contbl ul.nav.nav-tabs li a {
    padding: 8px 0px 12px;
}	
.product-contbl .nav-tabs .nav-item.show .nav-link, .product-contbl .nav-tabs .nav-link.active {
    padding: 8px 0px 12px;
}	
.prod-titlebl {
    padding: 5% 3%;
    margin-left: 0px;	
}
.prod-titlebl .article-bl-price_btn a {
    text-align: center;
    font-size: 19px;
    padding: 18px;
}
.prod-titlebl .line-price span.line-price_inf {
    font-size: 16px;
}	
.prod-titlebl .article-bl-locat {
    margin-bottom: 35px;
}	
.prod-titlebl .filter-widg {
    margin-bottom: 10px;
}	
.slick-next {
    margin-right: -110px;
    font-size: 13px;
}
.slick-prev {
    margin-left: -170px; font-size: 13px;
}
.slick-prev {
    margin-left: -170px;
    font-size: 13px;
    margin-top: 0px;
}
}