/* Normalize */
html {
    line-height: 1.2;
}
@media (min-width: 1640px) {
    html {
        font-size: 12px;
    }
}
@media (max-width: 1639.98px) {
    html {
        font-size: 12px;
    }
}
body {
    margin: 0;
    background: white;
    font-family: 'Montserrat-M';
    color: #564D46;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden; 
} 
body * {
    outline: none; 
}
img {
    max-width: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, h2, strong {
    font-family: 'Montserrat-B';
}
p, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
small, .small {
    font-size: 0.875em;
}
.list-unstyled {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
a {
    color:#0386FF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* End Normalize */

/* Header, burger, menu */
html {
    background: #000000;
}
.header-top {
    align-items: center;
}
.burger-icon, .search-icon, .mail-icon {
    position: absolute;
    width: unset !important;
    padding: 0 !important;
    line-height: 0.75;
    cursor: pointer;
    z-index: 1;
}
.burger-icon {
    left: 55px;
}
.search-icon {
    right: 115px;
}
.mail-icon {
    right: 55px;
    height: 20px;
    display: inline-flex;
    align-items: end;
}
.mail-icon .hover, .icon-hover .hover {
    display: none;
}
.mail-icon:hover .hover, .icon-hover:hover .hover {
    display: inline;
}
.mail-icon:hover .no-hover, .icon-hover:hover .no-hover {
    display: none;
}

.burger-menu {
    position: absolute;
    display: block;
    background: white;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    top: 72px;
    left: 47px;
    display: none;
    z-index: 2;
}
.burger-menu.active {
    display: block;
}
.burger-menu__close {
    cursor: pointer;
}
.burger-menu ul {
    text-align: center;
    padding: 15px 28px;
}
.burger-menu ul li {
    margin-bottom: 35px;
}
.burger-menu ul li:last-child {
    margin-bottom: 0;
}
.searchformmain {
    position: absolute;
    right: 96px;
    width: 22% !important;
    border: 1px solid #797979;
    border-radius: 5px;
    padding: 10px 14px;
    background: white;
    z-index: 2;
    display: none;
}
.searchformmain.active {
    display: flex;
}
.searchinput {
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}
.searchsubmit {
    border: none;
    background: url(../img/search.png) no-repeat center center;
    /*background-size: auto;*/
    background-size: contain;
    width: 26px;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.close-form {
    cursor: pointer;
    position: absolute; 
    right: -7px; 
    top: -7px;
}
.main-menu {
    display: flex;
    align-items: center;
}
.main-menu li.active a, .burger-menu li.active a {
    font-family: 'Montserrat-B';
    pointer-events: none;
}
.main-menu li a, .burger-menu li a {
    text-transform: uppercase;
    color: #564D46;
    letter-spacing: 0.22em;
}
.main-menu li a:hover, .burger-menu li a:hover {
    color: #0386FF;
    text-decoration: none;
}
@media (min-width: 992px) {
    header {
        padding-top: 22px;
    }
    .main-menu {
        justify-content: space-evenly;
        height: 50px;
    }
    .burger-menu {
        width: unset !important;
        padding: 12px 8px !important;
    }   
}
@media (max-width: 991.98px) {
/*    header {
        padding-bottom: 10px;
    }*/
    .main-menu {
        flex-direction: column;
        line-height: 25px;
    }
    .logo img {
        max-width: 35%;
        height: unset;
    }
    .burger-icon {
        left: 15px;
    }
    .search-icon {
        right: 50px;
    }
    .mail-icon {
        right: 15px;
    }
    .burger-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        padding-top: 10px;
    }
    .searchformmain {
        right: 15px;
        width: calc(100% - 30px) !important;
    }
}
/* End header, burger, menu */

/* Breadcrumbs */
.breadcrumbs {
    padding: 20px 0;
}
.breadcrumbs ul {
    display: flex;
}
.breadcrumbs ul li {
    font-size: 13px;
    color: rgba(86, 77, 70, 0.5);
    letter-spacing: 0.22em;
    text-transform: lowercase;
}
.breadcrumbs ul li a {
    color: inherit;
}
.breadcrumbs .separator {
    padding: 0 8px;
}
/* End Breadcrumbs */

/* Products */
.product-item {
    text-align: center;
    position: relative;
    cursor: pointer;
}
.product-list .product-item {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}
.product-item > a {
    color: inherit;
    text-decoration: none;
}
.product-item .new {
    position: absolute;
    font-family: 'PFChampionScript-R';
    color: #FF0000;
    transform: rotate(-90deg);
}
.product-item__title {
    font-size: 36px;
    font-family: 'PFChampionScript-R';
    line-height: 81px;
    padding: 10px;
}
.product-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item__modification {
    padding: 10px;
    font-family: 'Montserrat-R';
    font-size: 18px;
}
.product-item__title, .product-item__modification {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 992px) {
    .product-item .new {
        left: 12px;
        bottom: 32px;
        font-size: 38px;
    }
    .product-list .product-item__img {
        min-height: 260px;
    }
}
@media (max-width: 991.98px) {
    .product-item .new {
        left: 4px;
        bottom: 24px;
        font-size: 30px;
    }
    .product-item__img {
        min-height: 140px;
    }
}
@media (max-width: 449.98px) {
    .product-item__modification {
        font-size: 16px;
    }
}

/* Slider and slider products */
.slider .owl-carousel.owl-theme {
    padding: 0 6px;
}
.slider .owl-stage-outer {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
}
.slider .owl-nav {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
}
.slider .owl-nav button.owl-prev, .slider .owl-nav button.owl-next, .slider-products .owl-nav button.owl-prev, .slider-products .owl-nav button.owl-next {
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
}
.slider .owl-theme .owl-dots .owl-dot span, .slider-products .owl-theme .owl-dots .owl-dot span {
    background: white;
    border: 1px solid #564D46;
/*    background: url(../img/point.png);
    background-size: cover;*/
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider-products .owl-theme .owl-dots .owl-dot.active span{
    background: #564D46;
}
.slider-products .owl-stage-outer {
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
.slider-products .product-item__modification {
    padding: 20px 10px;
}
.slider-products .owl-nav {
    display: flex;
    justify-content: space-between;
}
.slider-products .owl-dots {
    position: absolute;
    display: flex;
}
.slide-under-icons {
    padding-top: 40px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-under-icons a {
    margin: 0 25px;
}
.slide-under-icons a:first-child {
    margin-left: 0;
}
.slide-under-icons a:last-child {
    margin-right: 0;
}
.analogues .title {
    font-size: 13px;
    letter-spacing: 0.22em;
    margin: 40px 0;
}
@media (min-width: 1200px) {
    .slider-products .owl-nav {
        position: absolute;
        width: calc(100% + 230px);
        left: -115px;
        bottom: calc(50% - 15px);
        margin-top: 0 !important;
        display: flex;
        justify-content: space-between;
    }
    .slider-products .owl-dots {
        right: -105px;
        bottom: 0;
        flex-direction: column;
    }
    .slider-products .owl-theme .owl-dots .owl-dot span {
        margin: 7px 0;
    }
    .slider-products .owl-theme .owl-dots .owl-dot:last-child span {
        margin-bottom: 0;
    }
}
@media (max-width: 1199.98px) {
    .slider-products .owl-dots {
        bottom: 5px;
        width: 70%;
        left: 15%;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .slider-products .product-item__title {
        font-size: 48px;
        line-height: 100px;
        padding-top: 15px;
    }
    .slider-products .product-item__img {
        min-height: 323px;
    }
    .slider .owl-dots {
        bottom: 40px;
    }
}
@media (max-width: 991.98px) {
    .slider-products .product-item__img {
        min-height: 250px;
    }
    .slider .owl-dots {
        bottom: 0;
    }
}
@media (max-width: 449.98px) {
    .slider-products .product-item__img {
        min-height: 150px;
    }
}
/* End slider and slider products */

/* Footer */
.footer {
    background: #000000;
    color: #FFFFFF;
}
footer .main-menu li a {
    color: #FFFFFF;
}
.footer-middle .main-menu {
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer {
        padding: 7px 0 25px 0;
    }
    .footer-middle {
        padding: 20px 0 30px 0;
    }
}
@media (max-width: 991.98px) {
    .footer, .footer-middle {
        padding: 15px 0 15px 0;
    }
}
/* End footer */

/* Content page */
.text, .contacts {
    padding: 30px 0;
}
.content {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.content:not(.contacts) {
    text-align: center;
}
.content h1 {
    font-size: 36px;
    font-family: 'Montserrat-R';
    text-align: center;
}
.content p {
    font-family: 'Montserrat-R';
    margin-bottom: 25px;
    letter-spacing: 0.03em;
    line-height: 20px;
}
.content a {
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}
.content *:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .content {
        padding: 0 80px 40px 80px;
    }
    .content h1 {
        padding: 60px 0;
    }
    .content p {
        font-size: 18px;
    }
    .content .product-info p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 991.98px) {
    .content {
        padding: 0 10px 30px 10px;
    }
    .content h1 {
        padding: 40px 0 20px 0;
    }
    .content p {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .error .w-mob-50 {
        width: 50%;
    }
}
@media (min-width: 576px) {
    .m-r-error {
        margin-right: -15px;
    }
    .m-l-error {
        margin-left: -15px;
    }
}
@media (max-width: 575.98px) {
    .error .w-mob-50 {
        width: 50%;
    }
    .m-r-error {
        margin-right: -10px;
    }
    .m-l-error {
        margin-left: -10px;
    }
}
/* End content page */

/* Form */
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
    border: none;
    width: 100%;
    padding: 15px 15px 15px 50px;
    display: block;
}
#name {
    background: url('../img/name.svg') no-repeat 17px center;
}
#sname {
    background: url('../img/sname.svg') no-repeat 14px center;
}
#email {
    background: url('../img/email.svg') no-repeat 17px center;
}
#phone {
    background: url('../img/phone.svg') no-repeat 17px center;
}
#message {
    background: url('../img/message.svg') no-repeat 17px 13px;
}
.form-group label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: text;
    color: black;
    height: 45px;
    opacity: 1;
    width: 100%;
    padding: 15px 15px 15px 50px;
    display: block;
}
.form-group .form-control:not(:placeholder-shown) + label, .form-group .form-control:focus + label, .form-group .form-control:not(:placeholder-shown) + .suggestions-wrapper + label, .form-group .form-control:focus + .suggestions-wrapper + label {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    transition: all 0.2s ease;
    width: unset;
    height: unset;
    background: white;
    padding: 0 10px;
    left: 40px;
}
/*.icons-form img, .icons-form svg {
    cursor: pointer;
}*/
/* End form */