/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(/assets/fonts/rawline-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(/assets/fonts/rawline-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 150%;
    overflow-x: hidden;
}
.navbar-nav li {
    font-size: 16px;
    color: #ffffff;
}
.navbar-nav li a {
    font-size: 16px;
    color: #ffffff;
}
.navbar-lite li a {
    color: #000000;
}
.navbar .dropdown {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0 32px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}
.dropdown-wrap {
    display: none;
}
.overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dropdown-wrap .dropdown-item {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 5px;
    margin-right: 5px;
}
.dropdown-wrap .dropdown-item:hover {
    background: #F1F1F1;
}
.hover {
    border-radius: 20px !important;
    height: inherit !important;
    line-height: inherit !important;
    background: #fff !important;
    margin-bottom: -28px;
}
.hover>a {
    margin-top: 10px;
}
.hover a {
    color: #000000 !important;
}
.hover a img {
    filter: invert(1);
}
.hover .dropdown-wrap {
    display: flex;
    position: absolute;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: inherit;
}
.hover {
    min-height: 90px;
}
.navbar .dropdown a {
    color: #ffffff;
}
.navbar .dropdown {
    min-width: 270px;
    text-align: center;
}
.navbar .dropdown svg {
     color: #FFFFFF;
     width: 15px;
}
.navbar .dropdown:hover ~ .nav-item .dropdown-menu {
    display: block;
}
.navbar-lite {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.navbar-lite a,
.navbar-lite p {
    color: #000000;
}
.navbar-lite .dropdown {
    background: #F5F5F5;
}
.navbar-lite .hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.navbar-lite .dropdown a {
    color: #000000;
}
.navbar-lite .dropdown a img {
     filter: invert(1);
}
.carousel {
    margin-top: 100px;
}

@media(max-width: 960px) {
    .carousel {
        height: 600px;
    }   
    .carousel img {
        object-fit: cover;
        height: 600px;
    }
    .navbar.fixed-top {
        position: absolute;
    }
}
/* .carousel img {
    object-fit: cover;
    height: 100vh;
} */
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}
@media (max-width:450px) {
  .carousel-caption {
    left: 5px;
    right: 5px;
  }
}
.carousel-caption h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}
hr {
    background: #E5E5E5;
    width: 100%;
}
section h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 30px;
    color: #383B42;
    
}
@media (max-width:450px) {
   section h2 {
    font-size: 31px;
} 
.carousel-caption h3{
    font-size: 20px;
}
}
section h3 {
    color: #383B42;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}
.card-deck {
    max-width: 996px;
    margin: 0 auto;
}
.card-deck .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.card-deck .card img {
    border-radius: 20px;
}
.card-deck .card-title {
background: linear-gradient(85.51deg, #E07C10 1.36%, #FFCF00 111.15%);
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #E07C10;
}
.card-deck .card-text {
    line-height: 120%;
}
.btn-success {
    background: linear-gradient(81.6deg, #E07C10 1.36%, #FFCF00 111.15%);
    border-radius: 50px;
    border: 0;
    padding: 10px 30px;
    max-height: 44px;
}
.btn-center {
    display: flex;
    justify-content: center;
    max-width: 237px;
    margin: 0 auto;
}
.btn-success svg {
    width: 18px;
    margin-right: 10px;
}
.cards-items .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 0;
}
.cards-items .card .card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.cards-items .card .card-text {
    font-size: 16px;
}
.cards-items .card .card-price {
    line-height: 21px;
    font-size: 18px;
}
.cards-items .card .card-price span {
    font-size: 24px;
    font-weight: 600;
}
.btn-link {
    background: linear-gradient(85.51deg, #E07C10 1.36%, #FFCF00 111.15%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #E07C10;
}
.btn-link svg {
    width: 15px;
    background: linear-gradient(85.51deg, #E07C10 1.36%, #FFCF00 111.15%);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #E07C10;
    margin-left: 20px;
}
footer p,
footer a {
    font-size: 16px;
    font-weight: normal;
}
.btn-border {
    border: 2px solid #E07C10;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.contact {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
    border: 0;
    color: #383B42;
}
.contact label {
    font-size: 14px;
    line-height: 18px;
    color: #191919;
    opacity: 0.5;
}
.page {
    margin-top: 109px;
    display: flex;
    flex-direction: column;
}
.item-page h1 {
    max-width: 760px;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    margin: 0 auto;
    color: #000000;
}
.top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.top-menu li a {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-right: 50px;
    position: relative;
    text-decoration: none;
}
.top-menu .active:after,
.top-menu .current-page a:after {
    content: "";
    background: linear-gradient(75.09deg, #E07C10 1.36%, #FFCF00 111.15%);
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -10px;
}
.item-hr {
    margin-bottom: 113px;
    margin-top: 9px;
}
.item-page .price span {
    font-size: 30px;
}
.item-page h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}
.line-item {
    margin-top: -7px;
}
.h1-page {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
}
@media (max-width:767.8px) {
    .hover .dropdown-wrap {
        position: relative;
    }
    .navbar .dropdown {
        min-width: inherit;
    }
    .maps-wrap {
        width: 100%;
    }
    .maps-home {
        position: relative !important;
        width: 100% !important;
    }
    .top-menu li a {
        font-size: 24px;
        margin-right: 10px;
        line-height: 46px;
    }
}
@media (max-width:450px) {
    .carousel-caption h1 {
        font-size: 31px;
        line-height: 1;
    }
    .navbar .dropdown a img {
        display: none;
    }
    .navbar .dropdown {
        padding: 0 11px;
    }
    .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navbar .container {
        padding: 0 !important;
    }
    .navbar .navbar-nav {
        align-items: center;
    }
    .hover .dropdown-wrap {
        flex-direction: column;
    }
    .h1-page {
        font-size: 24px;
        line-height: 1;
    }
    .item-page h1 {
        font-size: 24px;
        line-height: 1;
    }
    .top-menu li a {
        font-size: 18px;
        line-height: 46px;
        margin: 0;
    }
    #charakteristiki,
    #info {
        width: 100% !important;
    }
}
@media (max-width:350px) {
    .contact a {
        font-size: 14px;
    }
    .navbar-nav li a {
        font-size: 14px;
    }
}
