
body {
    background: #f0f6fa;
    color: #3f5c73;
    font-family: muli, sans-serif;
    font-size: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002e51;
}

/* 
* {
	outline: none!important;
} */

img {
    display: block;
    width: 100%;
}

.wrap {
    overflow: hidden;
}

.form-title {
    font-size: 1.5rem;
    line-height: 124%;
    margin-bottom: 24px;
    color: #002e51;
    font-weight: 700;
}

.form-label {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 4px;
}

.btn {
    /*
    height: 52px;
    line-height: 38px;
    padding-left: 28px;
    padding-right: 28px;
    */
}

.btn-primary {
    background: #297aa2;
    border-color: #297aa2;
    border-radius: 8px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background: #297aa2;
    opacity: .85;
    border-color: #297aa2;
}

.form-select {
    height: 48px;
}

.form-control {
    height: 48px;
}


.align-left {
    float: left;
}

.align-right {
    float: right;
}

/* 
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
} */

.bootstrap-select>.dropdown-toggle {
    height: 48px;
    /* --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); */
    display: block;
    width: 100%;
    padding: 0 2.25rem 0 .75rem;
    /* -moz-padding-start: calc(0.75rem - 3px); */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    /* background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none); */
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    /* border: var(--bs-border-width) solid var(--bs-border-color); */
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* 
.bootstrap-select>.dropdown-toggle:after {
	display: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	background-color: #fff;
	outline: none!important;
} 

.bootstrap-select .filter-option-inner {
	line-height: 48px;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
	border: 2px solid #d3e0eb;
	border-radius: 4px;
	width: 18px;
	height: 18px;
	order: -1;
	right: auto;
	left: 15px;
	display: block;
	position: absolute;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	background: #297aa2;
	border-color: #297aa2;
}

.bootstrap-select .bs-ok-default:after {
	border-width: 0 2px 2px 0;
	border-color: #fff;
	height: 12px;
	margin-left: 3px;
	margin-top: -1px;
}

*/

/* .search-toggler .navbar-toggler-icon {
	background: 0 0;
} */

/* .dropdown-menu .dropdown-item {
	display: flex;
} */
/* 
[aria-multiselectable=true] .dropdown-menu li a {
	padding-left: 40px;
} */

/* navigation starts */

.dropdown-item.active,
.dropdown-item:active {
    background: #297aa2;
    border-color: #297aa2;
}

.menu-toggler {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.menu-toggler .navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

.menu-toggler .navbar-toggler-icon {
    background: url(../svg/ico-toggler.svg) no-repeat center center;
}

.navbar {
    background: #fff;
    border-color: #297aa2;
    position: relative;
    z-index: 999;
}

.nav-link {
    color: #002e51;
    font-weight: 600;
}

.search-toggler {
    display: inline-block !important;
    border: 0 !important;
    box-shadow: none !important;
}

.search-toggler span {
    color: #002e51;
    font-weight: 600;
    font-size: 16px;
}

.search-toggler svg>* {
    stroke: #002e51;
}

.search-wr {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    background: transparent;
}

.search-wr .seacrh-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    width: 100%;
    margin-bottom: auto;
}

.search-wr.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-main {
    position: relative;
    margin-bottom: 16px;
}

.search-main .btn {
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 48px;
    border-radius: 0 8px 8px 0;
}

.more-filters {
    color: #297aa2;
    font-weight: 600;
    text-decoration: none;
}

.more-filters:after {
    content: '';
    position: relative;
    background: url(../svg/chevron-2.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin-left: 6px;
}

.more-filter-wr {
    padding-top: 24px;
}

.more-filter-hidden {
    display: none;
}

.more-filter-hidden.expanded {
    display: block;
}

.search-form [type=submit] {
    flex: 1;
    margin-left: 16px;
}

.search-form span {
    font-weight: 700;
    margin: 0 8px;
}

.search-form ul span {
    font-weight: 400;
    margin: 0;
}

.search-form .radios .btn {
    padding: 0;
    height: 48px;
    width: 33.33333%;
    padding-top: 5px;
}

.search-form .radios .btn-1 {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #d3e0eb;
    border-radius: 8px 0 0 8px;
}

.search-form .radios .btn-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #d3e0eb;
    border-radius: 0;
}

.search-form .radios .btn-3 {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d3e0eb;
    border-radius: 0 8px 8px 0;
}

.search-form .radios input:checked+label {
    background: #ebf7ff;
}

.within {
    padding-top: 28px;
}

.within label {
    margin-right: 8px;
}

.ui-autocomplete {
    background-color: #fff;
    list-style-type: none;
    z-index: 99999999;
    width: 30em;
    height: auto;
    cursor: pointer;
}

nav .nav-item .nav-link {
    font-size: 1.15rem;
}

.ui-menu-item-wrapper img{
    max-width: 100%;
    width: auto;
}

/* navigation ends */

/* slick slider starts*/

.slick-slide {
    height: auto;
    float: none;
}

.slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 24px;
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    padding: 0 8px;
    line-height: 0;
}

.slick-dots [type=button] {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    font-size: 0;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.slick-active [type=button] {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, .6);
}

.slick-slide img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.slick-track {
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.slick-arrow {
    background: #fff;
    border: 1px solid #d3e0eb;
    border-radius: 8px;
    width: 52px;
    height: 52px;
    position: absolute;
    top: -71px;
    right: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.slick-arrow:hover {
    opacity: .75 !important;
}

.slick-prev {
    right: 60px;
}

.discover-block .slick-arrow {
    top: -95px;
}

/* slick slider end*/


/* landing page start */

.hero .page-title {
    color: #fff;
    font-weight: 700;
    font-size: 5rem;
    line-height: 109%;
    position: relative;
    margin-bottom: 24px;
}

.hero .page-title:after {
    content: '';
    display: block;
    position: relative;
    background: url(../svg/bg-title.svg) no-repeat center center;
    width: 52px;
    height: 16px;
    margin-top: 24px;
}

.hero {
    background: url(../jpg/hero-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 0 32px 32px;
    min-height: 556px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 78px;
}

.hero .text-wr {
    color: #fff;
    padding-top: 40px;
}

.hero form {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 390px;
    max-width: 100%;
}

.hero form button {
    height: 52px;
    position: relative;
}

.hero form button[type=submit]:after {
    content: '';
    display: inline-block;
    position: relative;
    background: url(../svg/search.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    vertical-align: middle;
}

.clear-wr {
    padding-top: 12px;
}

.clear-wr a {
    font-weight: 600;
    color: #297aa2;
}

.content-wr {
    padding-top: 40px;
    padding-bottom: 80px;
}

.news {
    padding-bottom: 60px;
}

.list-wrap {
    position: relative;
}

.discover {
    padding-top: 100px;
    padding-bottom: 60px;
}

.discover .img {
    overflow: hidden;
    border-radius: 16px;
}

.discover .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover .menu {
    list-style: none;
    padding: 0;
}

.discover .menu a {
    padding: 26px 24px 22px;
    position: relative;
    font-size: 28px;
    line-height: 129%;
    color: #002e51;
    font-weight: 600;
    text-decoration: none;
    display: block;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.discover .menu a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../svg/arrow-up-right.svg) no-repeat center center;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.discover .menu li:not(:last-child) {
    margin-bottom: 16px;
}

.discover .menu li:hover a {
    background: #fff;
}

.discover-wr {
    margin-bottom: 80px;
}

.discover .list {
    list-style: none;
    padding: 0;
}

.discover .list .el {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 129%;
    width: 100%;
}

.discover .list span {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #297aa2;
}

.discover .list img {
    margin-right: 12px;
}

.discover .list .text {
    padding-top: 4px;
}

.bottom {
    padding-top: 132px;
    padding-bottom: 132px;
    background: url(../png/bg-bottom.png) no-repeat left top, #002e51 url(../png/bg-bottom-2.png) no-repeat right bottom;
    color: #fff;
}

.bottom .title {
    color: #fff;
    font-size: 50px;
    line-height: 116%;
    text-transform: capitalize;
    font-weight: 600;
}

.bottom .text {
    margin-bottom: 32px;
}


.latest-news-list .el,
.search-results .el,
.news .el,
.recent .el,
.browse .el {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 40px;
    width: 100%;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.latest-news-list .el {
    width: -webkit-calc(33.33333% - 80px/3);
    width: calc(33.33333% - 80px/3);
}

.latest-news-list .el:nth-child(1),
.latest-news-list .el:nth-child(2) {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.slick-partials .el:hover,
.related .el:hover,
.latest-news-list .el:hover,
.search-results .el:hover,
.news .el:hover,
.recent .el:hover {
    opacity: .8;
}

.el .inner {
    height: 100%;
}

.explore-boats .el,
.slick-partials .el .inner,
.related .el .inner,
.latest-news-list .el,
.search-results .el,
.recent .el,
.browse .el {
    border: 1px solid #d3e0eb;
    display: block;
}

.explore-boats .el,
.search-results .el,
.browse .el {
    margin-bottom: 16px;
    background: #fff;
    border-radius: 16px;
}

.slick-partials .el,
.related .el {
    padding-left: 16px;
    padding-right: 16px;
}

.related .text {
    line-height: 150%;
    color: #3f5c73;
    margin-bottom: 16px;
    display: block;
    font-size: 1rem;
}

.slick-partials .el .inner,
.related .el .inner,
.browse .el .inner {
    background: #fff;
    border-radius: 16px;
}

.slick-partials .el .inner,
.latest-news-list .el .inner,
.related .el .inner,
.search-results .el .inner,
.news .el .inner,
.recent .el .inner,
.browse .el .inner {
    text-decoration: none;
    color: #002e51;
}

.slick-partials .el .text-wr,
.explore-boats .el .text-wr,
.latest-news-list .el .text-wr,
.related .el .text-wr,
.search-results .el .text-wr,
.news .el .text-wr,
.recent .el .text-wr,
.browse .el .text-wr {
    padding: 24px;
    display: block;
}

.slick-partials .el .img,
.explore-boats .el .img,
.latest-news-list .el .img,
.related .el .img,
.news .el .img,
.recent .el .img,
.browse .el .img {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    display: block;
}

.recent .el .img {
    height: 300px;
}

.slick-partials .el .img,
.related .el .img,
.browse .el .img {
    height: 220px;
    border-radius: 16px 16px 0 0;
}


.slick-partials .el .img img,
.explore-boats .el .img img,
.latest-news-list .el .img img,
.related .el .img img,
.search-results .el .img img,
.news .el .img img,
.recent .el .img img,
.browse .el .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.slick-partials .el .img img,
.explore-boats .el .img img,
.related .el .img img,
.browse .el .img img {
    border-radius: 16px 16px 0 0;
}

.latest-news-list .el .date,
.news .el .date,
.blog-top .text-wr .date,
.related .el .inner .date {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f5c73;
    margin-bottom: 4px;
    font-weight: 500;
}

.latest-news-list .el .title,
.news .el .title {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 600;
}

.latest-news-list .el .text,
.news .el .text,
.blog-top .text-wr .text {
    line-height: 150%;
    color: #3f5c73;
    margin-bottom: 16px;
    display: block;
    font-size: 1rem;
}

.block-title {
    position: relative;
    margin-bottom: 60px;
    font-weight: 600;
    line-height: 116%;
    font-size: 2rem;
}

.block-title:after {
    content: '';
    display: block;
    position: relative;
    background: url(../svg/bg-title.svg) no-repeat center center;
    width: 52px;
    height: 16px;
    margin-top: 8px;
}

.block-title .close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.readmore {
    position: relative;
    color: #297aa2;
    font-weight: 700;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    font-size: 1rem;
}

.readmore:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 24px;
    height: 24px;
    background: url(../svg/arrow-up-right.svg) no-repeat center center;
    margin-top: -4px;
}

.readmore:hover {
    opacity: .75;
}

.discover .el img{
    max-width: 100%;
    width: auto;
}

/* landing page end */

/* news/article start */

.recent {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 32px;
}

.slick-partials .category,
.description .category,
.related .category,
.listing-info .category,
.search-results .category,
.browse .category,
.recent .category {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #005278;
    padding: 4px 8px 0;
    background: #ebf7ff;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}


.slick-partials .el .title,
.browse .el .title,
.related .el .title,
.search-results .el .title,
.recent .el .title {
    font-size: 1.5rem;
    line-height: 129%;
    margin-bottom: 0;
    font-weight: 600;
}

.related.articles .el .title {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.slick-partials .el .price,
.related .el .price,
.search-results .el .price,
.recent .el .price {
    font-size: 1.5rem;
    line-height: 129%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.slick-partials .tags,
.related .tags,
.search-results .tags,
.recent .tags {
    list-style: none;
    padding: 0;
    line-height: 1.5rem;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #3f5c73;
    margin-bottom: 0;
}

.slick-partials .tags li,
.related .tags li,
.search-results .tags li,
.recent .tags li {
    padding-top: 3px;
    position: relative;
    font-size: 1rem;
}

.slick-partials .tags li:not(:last-child),
.related .tags li:not(:last-child),
.search-results .tags li:not(:last-child),
.recent .tags li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
}
.img-wr  {
    padding: 20px 40px;
    background-color: rgba(255,255,255,.7);
    border-radius: 16px;
}

/* article/news end */


/* search list start */

.search-results .el .img {
    position: relative;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
    display: block;
    width: 48%;
    min-height: 240px;
}

.search-results .text-wr {
    width: 52%;
}

.search-breadcrumb,
.search-breadcrumb a {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #005278;
    font-weight: 600;
    display: inline-block;
}

.tags li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 2px;
    height: 30px;
    background: #d3e0eb;
}

.sidebar {
    width: 320px;
    flex: 0 0 320px;
}

.sidebar .block {
    background: #f0f6fa;
    border-radius: 16px;
    padding: 0 16px 16px;
}

.sidebar .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    position: relative;
}

.sidebar .search-form .radios .btn-1 {
    background: #fff;
}

.sidebar .search-form .radios input:checked+label {
    background: #297aa2;
    color: #fff;
}

.discover-block {
    background: #f0f6fa;
    border-radius: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.discover-block .block-title {
    margin-bottom: 40px;
}

.discover-block .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.discover-block .el {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.discover-block .el:hover {
    opacity: .75;
}

.discover-block .text {
    padding-top: 40px;
}

.discover-block .text h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 129%;
}

.discover-block .text li a {
    color: #297aa2;
    font-weight: 700;
    text-decoration: none;
}

.discover-block .text li a:hover {
    opacity: .75;
}

.found {
    font-size: 1rem;
    margin: 15px 0;
}

.sidebar .block .title {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 129%;
}

/* search list end */

/* .video-wr {
	position: relative;
	height: auto;
	padding-bottom: 52%;
	margin: 0 20px;
}

.video-wr iframe {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
} */

.filter-trigger {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    padding: 16px;
    border-top: 1px solid #d3e0eb;
}

.toggle-filter {
    position: relative;
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
}

.toggle-filter:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background: url(../svg/ico-filter.svg) no-repeat center center;
    width: 24px;
    height: 24px;
}

.block.filter .close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-listing .content-wr {
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

.page-listing .sidebar {
    width: 36.66%;
    flex: 0 0 36.66%;
}

/* boat detail starts */

.browse .el h3.title{
    font-size: 1.3rem;
}

.back-wr {
    padding-bottom: 16px;
    padding-top: 16px;
    background: #fff;
}

.back {
    position: relative;
    display: inline-block;
    line-height: 150%;
    color: #297aa2;
    font-weight: 700;
    text-decoration: none;
}

.back:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -2px;
}

.slideshow {
    background: #fff;
    padding-bottom: 80px;
}

.slideshow .col-slideshow {
    width: 66.66666%;
}

.slideshow .col-slideshow img {
    height: 600px;
    object-fit: cover;
}

.slideshow .listing-info {
    width: 33.33333%;
}

.listing-slider .slick-arrow {
    top: 50%;
    z-index: 1;
    opacity: .9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.listing-slider .slick-prev {
    left: 24px;
    right: auto;
}

.listing-slider .slick-next {
    right: 24px;
}

.form-text {
    color: #3f5c73;
    margin-bottom: 16px;
}

.pagination {
    padding-top: 24px;
}

.pagination .page-item:not(:last-child) {
    margin-right: 12px;
}

.pagination .page-item span {
    height: 52px;
    display: block;
    line-height: 52px;
}

.page-link {
    height: 52px;
    min-width: 52px;
    text-align: center;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    color: #002e51;
    font-weight: 700;
}

.page-link.active {
    background: #297aa2;
    color: #fff;
    border-color: #297aa2;
}

.accordion-button {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #002e51;
    box-shadow: none !important;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
    color: #297aa2;
}

.accordion-button::after {
    background: url(../svg/chevron-down.svg) no-repeat center center;
}

.accordion-button:not(.collapsed)::after {
    background: url(../svg/chevron-2.svg) no-repeat center center;
    transform: var(--bs-accordion-btn-icon-transform);
}

/* 
.page-search {
	background: #fff;
}

.page-heading {
	margin-bottom: 40px;
} */

.content .block-title {
    margin-bottom: 8px;
}

.block.form-wr {
    background: #ebf7ff;
    border-radius: 16px;
    padding: 24px 24px 1px;
}

.contact-form .btn {
    width: 100%;
    margin-top: 8px;
}

.listing-info {
    max-width: 600px;
}

.listing-info .page-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 122%;
    margin-bottom: 16px;
}

.listing-info .info {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
}

.listing-info .info>* {
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
}

.listing-info .info>*:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #d3e0eb;
}

.listing-info .text {
    margin-bottom: 24px;
}

.listing-info .details {
    padding: 24px 24px 8px;
    border: 1px solid #d3e0eb;
    border-radius: 16px;
}

.listing-info .btn-wrap {
    padding-top: 24px;
}

.listing-info .btn {
    width: 100%;
}

.details .el {
    width: 50%;
    margin-bottom: 16px;
}

.details .label {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f5c73;
}

.description {
    padding-top: 40px;
    padding-bottom: 80px;
}
.description .col {
    width: 100%;
    flex: 0 0 100%
}
.description img {
    width: 100%;
}
.description .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.description .slick-arrow.slick-prev  {
    right: auto;
    left: 24px;
}
.description .slick-arrow.slick-next {
    right: 24px;
}
.description .slideshow {
    padding-bottom: 0;
}
.description .breadcrumbs  {
    padding-top: 0;
}

.specification {
    background: #fff;
    border-radius: 32px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.specification .accordion-item,
.specification .accordion-button {
    background: #f0f6fa;
}

.specification .details .el {
    width: 25%;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 40px;
}

.gallery .block-title {
    margin-bottom: 40px;
}

.gallery .group .el {
    margin-bottom: 40px;
}

.gallery .group .el:nth-child(1) {
    width: -webkit-calc(66% - 20px);
    width: calc(66% - 20px);
}

.gallery .group .el:nth-child(2) {
    width: -webkit-calc(34% - 20px);
    width: calc(34% - 20px);
}

.gallery .group .el:nth-child(4),
.gallery .group .el:nth-child(3) {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.gallery .group .img {
    height: 100%;
}

.gallery .group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .slick-arrow {
    top: -92px;
}

.related {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    border-radius: 32px 32px 0 0;
}

.related.articles {
    background: 0 0;
}

.related.articles .slick-arrow {
    top: -90px;
}

.related.articles .block-title {
    margin-bottom: 40px;
    /*font-size: 1.5rem;*/
}

.related .list-wrap {
    margin-right: -20px;
    margin-left: -20px;
}

.related .slick-arrow {
    right: 20px;
}

.related .slick-prev {
    right: 80px;
}

.bottom-contacts {
    padding-top: 80px;
    padding-bottom: 64px;
}

.bottom-contacts .form-text {
    color: #fff;
}

.bottom-contacts form {
    max-width: 600px;
    margin-left: auto;
}

.bottom-contacts .block-title {
    color: #fff;
    margin-bottom: 40px;
}

.contact-form-popup {
    background: rgba(0, 46, 81, .5);
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.contact-form-popup .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 32px 32px 16px;
    width: 460px;
    max-width: 98%;
    max-height: max-content;
}

.contact-form-popup .block-title {
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.contact-form-popup .form-text {
    font-size: 1rem;
}

textarea {
    height: 72px;
    resize: none;
}

/* boat detail ends */

/* blog detail starts */

*.visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.blog-top {
    padding-top: 40px;
    margin-bottom: 80px;
}

.blog-top .block-title {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 116%;
}

.blog-top .img {
    width: 66.66666%;
    max-height: 370px;
}

.blog-top .slick-slide img {
    border-radius: 16px 0 0 16px;
}

.blog-top .title {
    font-size: 1.3rem;
    line-height: 140%;
    font-weight: 600;
}

.blog-top .text-wr {
    width: 33.33333%;
    padding: 24px;
    border-radius: 0 16px 16px 0;
    background: #fff;
    position: relative;
    padding-bottom: 40px;
}

.blog-top .text-wr .readmore {
    position: absolute;
    bottom: 24px;
    left: 24px;
    text-decoration: none;
    font-size: 1rem;
}

.blog-top .slick-dots {
    bottom: -56px;
}

.blog-top .slick-dots [type=button] {
    background: rgba(0, 82, 120, .4);
}

.blog-top .slick-active [type=button] {
    background: #297aa2;
}

.latest-news-list {
    padding-top: 80px;
    padding-bottom: 120px;
}

.latest-news-list .block-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
}

.latest-news-list .pagination {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-page .container {
    max-width: 853px;
}

.blog-page .date {
    margin-bottom: 8px;
    font-size: 1rem;
}

.blog-page h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 3rem;
    line-height: 116%;
    text-transform: capitalize;
}

.blog-page h2 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 122%;
}

.blog-page h3 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 129%;
}

.blog-page p {
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.blog-page img {
    margin-bottom: 24px;
    border-radius: 12px;
}

.blog-page li {
    font-size: 1.4rem;
}

/* blog ends*/

/* beach page start */
#location-wrapper .related {
    background-color: #f0f6fa;
}

.breadcrumbs-wr {
    background: #fff;
}

.breadcrumbs {
    margin: 0;
    list-style: none;
    padding: 40px 0 16px;
}

.breadcrumbs li {
    font-size: 16px;
    line-height: 150%;
    padding-right: 21px;
    position: relative;
    color: #3f5c73;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 11px;
}

.breadcrumbs li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    background: url(../svg/chevron.svg) no-repeat center center;
    width: 9px;
    height: 5px;
    right: -2px;
    top: 36%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}

.breadcrumbs a {
    color: #002e51;
    text-decoration: none;
    display: inline-block;
}

.product-top {
    background: #fff;
}

.rating {
    margin-bottom: 8px;
}

.rating .star {
    width: 24px;
    height: 24px;
    background: url(../svg/star-full.svg) no-repeat center center;
}

.rating .star.half {
    background: url(../svg/star-half.svg) no-repeat center center;
}

.rating .star.empty {
    background: url(../svg/star-empty.svg) no-repeat center center;
}

.product-top .listing-info {
    max-width: none;
}

.map-wr {
    position: relative;
    padding-bottom: 100%;
    border-radius: 32px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.map-wr iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-top .location {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #002e51;
}

.product-top .location .el {
    margin-bottom: 4px;
}

.fuel-wr {
    border: 1px solid #d3e0eb;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    background: #f0f6fa;
}

.weather-wr .heading,
.fuel-wr .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #002e51;
    margin-bottom: 16px;
}

.fuel-wr .heading {
    margin-bottom: 0;
}

.fuel-wr .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.collapser {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.collapser:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 8px;
    background: url(../svg/chevron.svg) no-repeat center center;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.collapser.expanded:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    background: url(../svg/chevron-2.svg) no-repeat center center;
    transform-origin: top;
}

.collapser+* {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.collapser.expanded {
    color: #297aa2;
}

.collapser.expanded+* {
    max-height: 1000px;
    padding-top: 16px;
}

.starting {
    opacity: 1;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.collapser.expanded .starting {
    opacity: 0;
}

.weather-wr .label,
.fuel-list .label {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f5c73;
}

.fuel-list .ico {
    width: 24px;
    height: 24px;
    background: url(../svg/check.svg) no-repeat center center;
    margin-bottom: 8px;
}

.fuel-list .list li:not(:last-child) {
    margin-bottom: 8px;
}

.weather-wr .val,
.fuel-list .val {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #002e51;
}

.weather-wr {
    background: #f0f6fa;
    border-radius: 16px;
    padding: 16px;
}

.weather-wr .info-wr {
    padding-left: 8px;
}

.weather-wr .ico {
    width: 42px;
    height: 42px;
}

.ico.temp {
    background: url(../svg/ico-temp.svg) no-repeat center center;
}

.ico.wind {
    background: url(../svg/ico-wind.svg) no-repeat center center;
}

.ico.humidity {
    background: url(../svg/ico-humidity.svg) no-repeat center center;
}

.gallery-2 {
    padding-top: 60px;
    background: #fff;
    border-radius: 0 0 32px 32px;
    padding-bottom: 80px;
}

.gallery-2 .block-title {
    margin-bottom: 40px;
}

.gallery-2 .img {
    padding-bottom: 70.314%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 20px;
}

.gallery-2 .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.gallery-2 .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

/* beach page end */


/* browse pages start */

.block-brands {
    padding: 80px 0;
    background: #fff;
    border-radius: 32px;
    margin-bottom: 80px;
}
.block-brands .block-title {
    margin-bottom: 40px;
}
.block-brands .brand-list  {
    gap: 40px;
    margin-bottom: 40px;
}
.block-brands .brand-list .el {
    border-radius: 16px;
    border: 1px solid #D3E0EB;
    background: #FFF;
    width: -webkit-calc(20% - 40px * 4 / 5);
    width: calc(20% - 40px * 4 / 5);
    display: block;
    position: relative;
    height: 140px;
}
.block-brands .brand-list .el img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
}
.all-brands .list {
    column-gap: 40px;
    row-gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.all-brands .list .el {
    width: -webkit-calc(20% - 40px * 4 / 5);
    width: calc(20% - 40px * 4 / 5);
}
.all-brands .list .el a {
    color: #000;
    text-decoration: none;
}
.all-brands .title {
    margin-bottom: 24px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}
.all-brands .toggler {
    color: #297AA2;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    padding-right: 24px;
    cursor: pointer;
    position: relative;
}
.all-brands .toggler:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../chevron-2.html) no-repeat right center;
}
.all-brands .toggler.collapser:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center;
}
.bdrs {
    border-radius: 32px;
}
.class-filters-wr {
    overflow-x: auto;
    margin: 0 0 60px;
}
.class-filters {
    padding: 0;
    margin: 0;
    list-style: none;
}
.class-filters > li:not(:last-child) {
    margin-right: 12px;
    white-space: nowrap;
}
.class-filters > li.label {
    padding-right: 12px;
    font-weight: 700;
    font-size: 20px;
}
.class-filters .btn {
    border: 2px solid #D3E0EB;
    font-weight: 700;
    border-radius: 8px;
    white-space: nowrap;
}
.class-filters .btn:hover,
.class-filters .btn.active {
    background: #297AA2;
    color: #fff;
}
.all-classes .block-title {
    margin-bottom: 40px;
}
.boat-type-top {
    border-radius: 0px 0px 32px 32px;
    background: #FFF;
    margin-bottom: 80px;
    padding: 0 0 42px;
}
.boat-type-top .breadcrumbs {
    padding-top: 16px;
}
.boat-type-top .block-title {
    margin-bottom: 24px;
}
.boat-type-top .specifications {
    background: #F0F6FA;
    border-radius: 16px;
    padding-bottom: 16px;
}
.boat-type-top .specifications .title {
    border-radius: 0px 0px 32px 32px;
    padding: 16px 24px;
    border-bottom: 1px solid #FFF;
    color: #3F5C73;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}
.boat-type-top .specifications .list .el {
    padding: 8px 24px;
}
.boat-type-top .specifications .label {
    color: #3F5C73;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.boat-type-top .cols {
    column-gap: 10%;
}
.boat-type-top .right {
    flex: 0 0 31.21%;
}
.boat-type-top .collapsed p:first-child ~ * {
    display: none;
}
.boat-brand-hero {
    padding: 107px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center right;
    border-radius: 0 0 32px 32px;
    position: relative;
    z-index: 1;
}
.boat-brand-hero img {
    margin: 0 auto;
}
.boat-brand-hero .page-title {
    color: #FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 98px;
    text-transform: capitalize;
}
.boat-brand-hero + .subnav {
    margin-top: -32px;
    padding-top: 32px;
}
.subnav {
    border-bottom: 2px solid #F0F6FA;
    background: #FFF;
}
.subnav ul {
 list-style: none;
    margin: 0 auto;
    padding: 0;
}
.subnav ul li {
    padding: 0 20px;
}
.subnav ul a, .subnav .navbar-nav .nav-link {
    color: #3F5C73;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}
.subnav ul a.current, .subnav .nav-link.active {
    border-bottom: 2px solid #297AA2;
    color: #002E51;
}
.page-boat-brand .description {
    border-radius: 0px 0px 32px 32px;
    background: #FFF;
    padding: 60px 0 80px;
    margin-bottom: 80px;
}
.page-boat-brand .description .block-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.page-boat-brand .description h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
}
.page-boat-brand .description p {
    margin-bottom: 8px;
}
.page-boat-brand .discover {
    padding-bottom: 80px;
}
.page-boat-brand .discover-wr {
    margin-bottom: 0;
}
.page-boat-brand .discover-wr + .discover-wr {
    margin-top: 80px;
}
.page-boat-brand .block-title {
    margin-bottom: 40px;
}
.page-boat-brand .discover-wr h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}
.page-boat-brand .discover-wr p:not(:last-child) {
    margin-bottom: 16px;
}
.page-boat-brand .specification {
    background: none;
    padding: 0;
    margin-bottom: 80px;
}
.page-boat-brand .specification .accordion-item,
.page-boat-brand .specification .accordion-button {
    background: #fff;
}
.page-boat-brand .specification .accordion-item {
    border-radius: 16px;
    overflow: hidden;
    border: 0;
}
.page-boat-brand .specification .accordion-item:not(:last-child) {
    margin-bottom: 8px;
}
.desc-table {
    border-radius: 16px;
    background: #F0F6FA;
    margin-top: 60px;
}
.desc-table .title {
    border-bottom: 1px solid #FFF;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0!important;
}
.desc-table .details  {
    padding: 24px 24px 8px;
}
.desc-table .details .el {
    width: 25%;
}
.desc-table .title {
}
.show-more, .readmore {
    position: relative;
    text-decoration: none;
    color: #297AA2;
    font-weight: 700;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.clipped-text {
  white-space: nowrap;
  overflow: hidden; /* or overflow: clip; */
}
#boat-makes-wrapper .discover .list .el  {
  border: 1px solid #D3E0EB;
}

/* browse pages end */




/* footer starts */

.footer {
    background: #fff;
}

.footer-wr {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer .col-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
}

.footer .logo {
    width: 173px;
    max-width: 100%;
}

.footer .menu {
    padding: 0;
    list-style: none;
}

.footer .menu li:not(:last-child) {
    margin-bottom: 12px;
}

.footer .menu.contacts li:not(:last-child) {
    margin-bottom: 12px;
}

.footer .menu li a {
    text-decoration: none;
    color: #002e51;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.footer .menu li a:hover {
    opacity: .8;
    text-decoration: underline;
}

.footer .menu.contacts span {
    display: block;
}

.footer .menu.contacts img {
    margin-right: 12px;
}

.footer .menu.contacts a,
.footer .menu.contacts b {
    font-weight: 700;
    color: #002e51;
}

.copy {
    color: #6b8599;
    border-top: 1px solid #d3e0eb;
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer-wr img{
    max-width: 100%;
    width: auto;
}

/* footer ends */

@media screen and (min-width:992px) {

    .container {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .row>* {
        padding-left: 20px;
        padding-right: 20px;
    }

    .description .col {
        max-width: 50%;
    }

    .more-filter-wr>*:nth-child(4n+4) {
        width: 195px;
    }

    .more-filter-wr>*:not(:nth-child(4n+4)) {
        width: calc(33.33333% - 243px/3);
    }

    .hero .text-wr {
        width: 60.337%;
    }

    .hero .form-wr {
        width: 39.663%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news .el {
        width: -webkit-calc(33.33333% - 40px/3);
        width: calc(33.33333% - 40px/3);
    }

    .recent .list .el,
    .news .list .el:nth-child(1),
    .news .list .el:nth-child(2) {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .discover .list .el {
        width: -webkit-calc(33.33333% - 80px/3);
        width: calc(33.33333% - 80px/3);
    }

    .discover-content {
        margin-left: 320px;
    }

    .bottom .title {
        width: 66.66666%;
    }

    .bottom .text-wr {
        width: 33.33333%;
        padding-left: 40px;
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: 100%;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background: url(../svg/ico-close.svg) no-repeat center center;
    }

    .navbar-toggler:not(.collapsed) svg {
        display: none;
    }

    .menu-wr {
        position: absolute;
        top: 100%;
        background: #fff;
        border-radius: 0 0 8px 8px;
        left: 0;
        right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .dropdown-toggle:after {
        float: right;
        margin-top: 15px;
    }

    .logo {
        max-width: 144px;
    }

    .navbar-brand {
        order: -2;
    }

    .search-toggler {
        margin-left: auto;
        order: -1;
    }

    .search-toggler .toggler-text {
        display: none;
    }

    .more-filter-wr .mb-3 {
        width: 100%;
    }

    .page-title {
        font-size: 44px;
        margin-bottom: 16px;
    }

    .page-title:after {
        display: none;
    }

    .hero {
        margin-bottom: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero .text-wr {
        padding-top: 0;
    }

    .hero .text {
        margin-bottom: 24px;
    }

    .hero .form-wr {
        width: 100%;
    }

    .hero form {
        width: 100%;
    }

    /* .block-title {
		margin-bottom: 40px;
		font-size: 30px;
	} */

    .discover-block,
    .news {
        padding-bottom: 136px;
    }

    .related .slick-arrow,
    .gallery .slick-arrow,
    .discover-block .slick-arrow,
    .news .slick-arrow {
        left: 0;
        right: auto;
        top: auto !important;
        bottom: -90px !important;
    }

    .discover-block .text {
        padding-top: 122px;
    }

    .discover-block .text h3 {
        font-size: 22px;
    }

    .related .slick-arrow {
        left: 16px;
        bottom: 0px !important;
    }

    .related .slick-next {
        left: 76px !important;
    }

    .related.articles .slick-arrow {
        left: 8px;
        bottom: 0px !important;
    }

    .related.articles .slick-next {
        left: 68px !important;
    }

    .related.articles {
        padding-bottom: 50px;
    }

    .related.articles .slick-list {
        width: 90%;
        overflow: visible;
    }

    .related .list-wrap {
        margin-right: -9px;
        margin-left: -9px;
    }

    .related.articles .el {
        padding-left: 8px;
        padding-right: 8px;
    }

    .bottom-contacts .col {
        flex: 0 0 auto;
        width: 100%;
    }

    .bottom-contacts .block-title {
        margin-bottom: 8px;
    }

    .bottom-contacts form {
        max-width: 100%;
    }

    .search-results .el .title,
    .news .el .title {
        font-size: 18px;
    }

    .related .slick-next,
    .gallery .slick-next,
    .discover-block .slick-next,
    .news .slick-next {
        left: 60px;
    }

    .search-results .el .text-wr,
    .news .el .text-wr,
    .recent .el .text-wr {
        padding: 16px;
    }

    .news .el {
        margin-bottom: 0;
    }

    .recent {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .recent .el {
        margin-bottom: 16px;
    }

    .search-results .el .price,
    .search-results .el .title,
    .recent .el .price,
    .recent .el .title {
        font-size: 22px;
    }

    .search-results .el .img,
    .recent .el .img {
        height: auto;
        padding-bottom: 56%;
    }

    #search-form-side {
        padding-bottom: 80px;
        position: relative;
        height: -webkit-calc(100% - 48px);
        height: calc(100% - 48px);
        overflow-y: auto;
    }

    #search-form-side .form-label {
        position: relative;
        display: block;
    }

    #search-form-side .form-label:after {
        content: '';
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../svg/chevron.svg) no-repeat center center;
        width: 24px;
        height: 24px;
    }

    #search-form-side .form-label.expanded:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    #search-form-side .form-label+* {
        display: none !important;
    }

    #search-form-side .form-label.expanded+* {
        display: flex !important;
    }

    #search-form-side .clear-wr {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 16px;
    }

    #search-form-side>* {
        margin-bottom: 0 !important;
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #d3e0eb;
    }

    .discover {
        padding-top: 60px;
        padding-bottom: 52px;
    }

    .discover .menu a {
        padding: 18px 16px 14px;
        font-size: 22px;
    }

    .discover .menu a:after {
        right: 16px;
    }

    .discover-wr {
        margin-bottom: 40px;
    }

    .discover-wr .col {
        flex: 0 0 100%;
    }

    .discover .list .el {
        margin-bottom: 8px;
        padding: 16px;
        font-size: 22px;
    }

    .sidebar {
        width: 100%;
        flex: 0 0 100%;
    }

    .search-results .el .img {
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .search-results .el .text-wr {
        width: 100%;
    }

    .sort-wr {
        position: fixed;
        bottom: 16px;
        z-index: 11;
        right: 16px;
        height: 52px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .block.filter {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 12;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
    }

    .slideshow .col-slideshow {
        width: 100%;
        margin-bottom: 24px;
    }

    .slideshow .listing-info {
        max-width: 100%;
        width: 100%;
    }

    .listing-info .page-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .listing-info .info {
        font-size: 24px;
    }

    .listing-info .text {
        margin-bottom: 16px;
    }

    .listing-info .btn-wrap {
        padding-top: 16px;
    }

    .slideshow {
        padding-bottom: 40px;
    }

    .description {
        padding-bottom: 40px;
    }

    .description .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .description img {
        width: 100%;
    }

    .specification {
        padding-top: 40px;
    }

    .specification .details .el {
        width: 50%;
    }

    .slideshow .col-slideshow img {
        height: 250px;
    }

    .gallery {
        padding-top: 40px;
        padding-bottom: 116px;
    }

    .gallery .img {
        height: 240px;
        width: 100%;
        position: relative;
    }

    .gallery .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery .slick-list {
        overflow: visible;
        width: 90%;
        margin-left: -8px;
    }

    .gallery .slick-slide .img {
        padding: 0 8px;
    }

    .related {
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .slick-partials .el .text-wr,
    .latest-news-list .el .text-wr,
    .related .el .text-wr,
    .search-results .el .text-wr,
    .news .el .text-wr,
    .recent .el .text-wr {
        padding: 16px;
    }

    .blog-top .block-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .blog-top .img {
        width: 100%;
    }

    .blog-top .text-wr {
        width: 100%;
        padding: 16px 16px 56px;
    }

    .blog-top .text-wr .readmore {
        left: 16px;
    }

    .blog-top .slick-slide img {
        border-radius: 16px 16px 0 0;
        height: 100%;
        object-fit: cover;
    }

    .latest-news-list {
        padding-top: 40px;
    }

    .latest-news-list .el {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .latest-news-list {
        padding-bottom: 80px;
    }

    .blog-page h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .blog-page h2 {
        margin-bottom: 12px;
        font-size: 26px;
    }

    .blog-page h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .blog-page .align-right,
    .blog-page .align-left {
        margin: 0 auto 24px;
        float: none;
    }

    .acc-wr {
        margin-bottom: 24px;
    }

    .bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bottom .title {
        font-size: 1.7rem;
        margin-bottom: 16px;
    }

    .bottom .text-wr {
        width: 100%;
    }

    .bottom .btn {
        width: 100%;
        text-align: center;
    }

    .footer .menu li a {
        display: block;
        padding: 5px 0;
        font-size: 1.15rem
    }

    .footer-wr {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .footer .col:not(:last-child) {
        margin-bottom: 40px;
    }

    .copy>.container {
        font-size: 1.14rem;
    }

    .blog-top .text-wr {
        border-radius: 0 0 16px 16px;
    }

    .search-wr {
        background-color: transparent;
    }

    .blog-page p,
    .blog-page ul li {
        font-size: 1.25rem;
    }

    .slick-slider {
        width: inherit;
        overflow-x: hidden;
        padding-bottom: 100px;
    }

    .gallery .slick-arrow {
        bottom: 0 !important;
    }

    .dropdown-item {
        padding: .25rem .5rem;
    }

    .navbar{
        z-index: 999;
    }
}



/************* utilities ********************/

.youtube-embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


