.header-white {
    position: fixed;
    width: 100%;
    z-index: 99;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    box-shadow: 1px -7px 14px grey;
    top: 0;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

.header-white .navbar {
	padding: 1.4rem 1rem;
}

.favorite-head{
    margin-left: auto;
    position: relative;
    padding-left: 48px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    cursor: pointer;
    background: url("../img/favorite.svg") left center no-repeat;
    text-decoration: none;
    color: black;
    display: block;
}
.favorite-head.active{
    color: white;
    background: url("../img/favorite-active.svg") left center no-repeat
}
.favorite-head .icon{
    position: absolute;
    font-size: 11px;
    width: 35px;
    left: 0;
    text-align: center;
}

.header-search-wrap{
    position: relative;
    width: 220px;
    height: 30px;
    background: transparent;
    margin-left: 25px;
}
.header-search-wrap input{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    height: 25px;
    position: relative;
    z-index: 11;
    color: black;
    display: block;
    background: transparent;
    border-bottom: 1px solid #ec661d;
    outline: none;
}
.header-search-wrap input::-webkit-input-placeholder { color: black; }
.header-search-wrap input::-moz-placeholder { color: black; }
.header-search-wrap input:-moz-placeholder { color: black; }
.header-search-wrap input:-ms-input-placeholder { color: black; }
.header-search-wrap .search-icon{
    position: absolute;
    width: 17px;
    height: 100%;
    cursor: pointer;
    top: -4px;
    right: 15px;
    z-index: 12;
    outline: none;
    border: 0;
    background: transparent;
}
.header-search-wrap .search-icon img{
    width: 17px;
    height: 100%;
    display: block;
}
.header-search-wrap .recommended-links{
    position: absolute;
    top: -8px;
    left: -25px;
    width: 100%;
    min-width: 270px;
    z-index: 10;
    overflow: hidden;
    background: white;
    display: none;
    padding: 55px 25px 25px;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
.header-search-wrap .recommended-links .block-l:last-child{
    margin-top: 20px;
}
.header-search-wrap .recommended-links .str{
    font-size: 16px;
    font-weight: 700;
    color: #ec661d;
    line-height: initial;
}
.header-search-wrap .recommended-links .links a{
    font-size: 16px;
    line-height: initial;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 9px;
    cursor: pointer;
}

.header-search-mobile, .header-search-container-mobile{
    display: none;
}

.nav-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1680px) {
    .nav-page {
        padding: 0;
    }
}

@media (max-width: 1200px) {
	.header-white .navbar {
		padding: 0.5rem 1rem;
	}
}

main, .main {
	padding-top: 90px;
}

@media (max-width: 1565px) {
    main, .main {
       padding-top: 87px;
    }
}

@media (max-width: 1440px) {
    main, .main {
         padding-top: 84px;
    }
}

@media (max-width: 1252px) {
    main, .main {
        padding-top: 82px;
    }
}

@media (max-width: 1200px) {
    main, .main {
        padding-top: 54px;
    }
}

@media (max-width: 1129px) {
    main, .main {
        padding-top: 51px;
    }
}

@media (max-width: 992px) {
    main, .main {
         padding-top: 49px;
    }
}

@media (max-width: 1200px) {
    .nav-page {
        padding: 0 10px;
    }
}

@media (max-width: 792px) {
    .nav-page {
        padding: 0;
    }
}
@media (min-width: 769px) {
    li.nav-item.dropdown:hover .dropdown-menu{
        display: block;
    }
    li.nav-item.dropdown .dropdown-menu{
        margin-top: 0;
    }
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.dropdown-toggle::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: none !important;
    border-left: none !important;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -6px;
    right: 2px;
}

@media (max-width: 1560px) {
    .dropdown-toggle::before {
        width: 7px;
        height: 7px;
        right: 3px;
    }
}

@media (max-width: 1208px) {
    .dropdown-toggle::before {
        width: 5px;
        height: 5px;
        margin-top: -4px;
        right: 0;
    }
}

@media (max-width: 992px) {
    .dropdown-toggle::before {
        width: 5px;
        height: 5px;
        left: 108px;
        right: auto;
        top: 15px;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .nav-page {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .favorite-head{
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .nav-page .logo-nav {
        position: absolute;
        top: 10px;
        left: 37%;
    }
}

@media (max-width: 768px) {
    .nav-page .logo-nav {
        left: 33%;
    }
}

@media (max-width: 564px) {
    .nav-page .logo-nav {
        left: 30%;
    }
}

@media (max-width: 472px) {
    .nav-page .logo-nav {
        left: 25%;
    }
}

.logo-nav a img {
    width: 230px !important;
}

@media (max-width: 1342px) {
    .nav-page .logo-nav a img {
        width: 150px !important;
    }
}

@media (max-width: 1252px) {
    .nav-page .logo-nav a img {
        width: 140px !important;
    }
}

@media (max-width: 992px) {
    .nav-page .logo-nav a img {
        width: 200px !important;
    }
}

@media (max-width: 370px) {
    .nav-page .logo-nav a img {
        width: 177px !important;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../../yacht/img/icons/menu.png") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.1em !important;
}

.phone-nav .phone-block a {
    color: #fd6c1e;
}

.phone-nav .phone-block {
    text-align: end;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
    width: 83%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #fd6c1e;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 1900px) and (min-width: 1565px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
    }
}
@media (max-width: 1564px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1252px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 1129px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        letter-spacing: -0.3px;
        padding: 7px 3px;
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1564px) {
    .phone-nav .phone-block {
        font-size: 14px;
    }
}

@media (max-width: 1416px) {
    .phone-nav .phone-block {
        font-size: 13px;
    }
}

@media (max-width: 1252px) {
    .phone-nav .phone-block {
        font-size: 12px;
    }
    .header-search-wrap{
        width: 148px;
    }
    .header-search-wrap .recommended-links{
        min-width: 195px;
    }
}

@media (max-width: 1129px) {
    .phone-nav .phone-block {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .phone-nav .phone-block {
        text-align: start;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .nav-page {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header-search-wrap {
        margin-left: 0;
        display: none;
    }
    .header-search-mobile{
        height: 30px;
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 2px 10px;
        border-bottom: 1px solid #ec661d;
        margin-bottom: 10px;
    }
    .header-search-mobile .search-q{
        margin-right: 10px;
        height: 100%;
        color: black;
        font-size: 14px;
        line-height: 25px;
        display: block;
        border: 0;
    }
    .header-search-mobile .search-icon{
        width: 15px;
        height: 100%;
        background-size: contain;
        cursor: pointer;
        margin-top: 0;
    }
    .header-search-mobile .search-icon img{
        width: 15px;
        height: 100%;
        display: block;
    }
    .header-search-container-mobile{
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 102;
        left: 0;
        background: white;
        padding: 30px 40px 90px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    .header-search-container-mobile .input-search{
        padding-left: 10px;
        padding-right: 35px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 45px;
        position: relative;
        background: white;
        margin-top: 0;
        border-bottom: 1px solid #ec661d;
    }
    .header-search-container-mobile .input-search input{
        border: 0;
        width: 100%;
        height: 100%;
        outline: none;
    }
    .header-search-container-mobile .search-icon{
        position: absolute;
        width: 50px;
        height: 100%;
        cursor: pointer;
        top: 0;
        right: -10px;
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
        z-index: 12;
        background-size: 23px;
        border: 0;
        outline: none;
        background: transparent;
    }
    .header-search-container-mobile .search-icon img{
        width: 21px;
        display: block;
    }
    .header-search-container-mobile .close-s{
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        color: #ec661d;
        z-index: 1;
        margin-top: 40px;
        text-align: right;
    }
    .header-search-container-mobile .recommended-links .block-l{
        margin-top: 15px;
    }
    .header-search-container-mobile .recommended-links .block-l:last-child{
        margin-top: 15px;
    }
    .header-search-container-mobile .recommended-links .str{
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #ec661d;
    }
    .header-search-container-mobile .recommended-links .links a,
    .header-search-container-mobile .recommended-links .links div{
        font-size: 18px;
        line-height: initial;
        font-weight: 400;
        text-decoration: none;
        color: black;
        display: block;
        margin-top: 10px;
    }
    .header-search-container{
        padding-top: 10px;
        position: relative;
        max-height: 225px;
    }
    .header-search-container .scroll {
        max-height: 185px;
    }
    .header-search-container .custom-select__option{
        font-size: 18px;
        line-height: initial;
        padding: 0;
        margin-top: 18px;
    }
    .header-search-container .custom-select__option:first-child{
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .nav-page .logo-nav {
        position: absolute;
        top: 10px;
        left: 37%;
    }
}

@media (max-width: 768px) {
    .nav-page .logo-nav {
        left: 33%;
    }
}

@media (max-width: 564px) {
    .nav-page .logo-nav {
        left: 30%;
    }
}

@media (max-width: 472px) {
    .nav-page .logo-nav {
        left: 25%;
    }
}

.logo-nav a img {
    width: 260px;
}

@media (max-width: 1342px) {
    .nav-page .logo-nav a img {
        width: 170px;
    }
}

@media (max-width: 1252px) {
    .nav-page .logo-nav a img {
        width: 160px;
    }
}

@media (max-width: 992px) {
    .nav-page .logo-nav a img {
        width: 220px;
    }
}

@media (max-width: 370px) {
    .nav-page .logo-nav a img {
        width: 177px;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        padding: 20px 40px;
        top: 48px;
        width: 100%;
        right: 0;
        background-color: #f8f9fa;
    }
}

@media (max-width: 992px) {
    .nav-link {
        padding: 0.2rem 1rem;
    }
}

@media (min-width: 200px) {
    .footer-contacts__phone {
        font-size: 15px !important;
    }
}

@media (min-width: 1073px) {
    .footer-contacts__phone {
        font-size: 17px !important;
    }
}

@media (min-width: 1200px) {
    .footer-contacts__phone {
        font-size: 19px !important;
    }
}

@media (min-width: 1400px) {
    .footer-contacts__phone {
        font-size: 21px !important;
    }
}