@font-face {
    font-family: 'BPG-DejaVu-Caps';
    src: url('../fonts/caps/BPG2017DejaVuSansCaps.eot');
    src: url('../fonts/caps/BPG2017DejaVuSansCaps.eot?#iefix') format('embedded-opentype'),
        url('../fonts/caps/BPG2017DejaVuSansCaps.woff2') format('woff2'),
        url('../fonts/caps/BPG2017DejaVuSansCaps.woff') format('woff'),
        url('../fonts/caps/BPG2017DejaVuSansCaps.ttf') format('truetype'),
        url('../fonts/caps/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSansCaps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'f-bold';
    src: url('../fonts/DejaVuSans-Bold.woff2') format('woff2'),
        url('../fonts/DejaVuSans-Bold.woff') format('woff'),
        url('../fonts/DejaVuSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'f-regular';
    src: url('../fonts/DejaVuSans.woff2') format('woff2'),
        url('../fonts/DejaVuSans.woff') format('woff'),
        url('../fonts/DejaVuSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'f-condensed';
    src: url('../fonts/DejaVuSansCondensed.woff2') format('woff2'),
        url('../fonts/DejaVuSansCondensed.woff') format('woff'),
        url('../fonts/DejaVuSansCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
.navigation,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
    font: inherit;
    vertical-align: baseline;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;

}
button {
    border: none;
    background: none;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: var(--grey-font);
}


:root {

    --fullhd-padding: 140px;
    --innerpage-padding: 280px;
    --primary-color: #B32045;
    --secondary-color: #192036;
    --text-color: #192036;
    --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);


}

body {
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
}

::selection {
    background-color: var(--primary-color);
    /* Change background color */
    color: var(--text-color);
    /* Change text color */
}

.lang-dropdown{
    display: none;
}

.icon {

    -webkit-mask-size: contain;
    background-color: white;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
    flex-shrink: 0;
}

.cargo {
    width: 22.22px;
    height: 20px;
    -webkit-mask-image: url('../images/car.svg');
    mask-image: url('../images/car.svg');
}

.arr-right {
    width: 26.19px;
    height: 21px;
    background-color: var(--secondary-color);
    -webkit-mask-image: url('../images/arr-right.svg');
    mask-image: url('../images/arr-right.svg');
}

.arr-left {
    width: 26.19px;
    height: 21px;
    background-color: var(--secondary-color);
    -webkit-mask-image: url('../images/arr-left2.svg');
    mask-image: url('../images/arr-left2.svg');
}

.arr-down {
    width: 12px;
    height: 12px;
    background-color: white;
    flex-shrink: 0;
    -webkit-mask-image: url('../images/arr-down.svg');
    mask-image: url('../images/arr-down.svg');
}

.ship {
    width: 50.54px;
    height: 28.16px;
    -webkit-mask-image: url('../images/ship.svg');
    mask-image: url('../images/ship.svg');
}

.divider {
    width: 1px;
    height: 45px;
    -webkit-mask-image: url('../images/divider.svg');
    mask-image: url('../images/divider.svg');
    flex-shrink: 0;
}

.calc {
    width: 14.59px;
    height: 14.59px;
    -webkit-mask-image: url('../images/calculator.svg');
    mask-image: url('../images/calculator.svg');
}

.phone {
    width: 17.21px;
    height: 17.21px;
    -webkit-mask-image: url('../images/phone.svg');
    mask-image: url('../images/phone.svg');
}

.navigation {
    display: flex;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    flex-direction: column;
    padding-inline: var(--fullhd-padding);
    gap: 25px;
    transition: 350ms ease;
}

.topbar {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
}

.raw-btn {
    border: 1px solid transparent;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    border-radius: 24px;
    font-family: 'f-regular';
    font-weight: bold;
    font-size: 14px;
    gap: 8px;
    padding: 9px 15px;
    height: 33px;
    color: white;
    cursor: pointer;
    transition: 350ms ease;
    font-feature-settings: "case" on;
}

.lang-btn {
    background-color: transparent;
    padding: 0;
    color: white;
    box-shadow: none;
    border: none !important;
    text-decoration: underline;
    font-feature-settings: "case" on;
}

.lang-dropdown-menu {
    min-width: 50px !important;
    margin-left: -10px !important;
    background-color: var(--primary-color) !important;
    color: white;
}

.lang-menu-item {
    width: 50px;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'f-regular';
    font-size: 14px;
}

.navigation nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation nav>.logo {
    width: 300px;
    height: 81.9px;
    flex-shrink: 0;
}


.navigation.g-scrolluped nav>.logo{
    margin: 5px 0;
    height: 80px;
}

.navigation nav>.logo img {
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}

.navigation-inner nav>.logo img{
    height: calc(100% - 20px);
    margin: 10px 0;
}

.navigation-inner.g-scrolluped nav>.logo img{
    height: 100%;
    margin: 0;
}

.navigation nav>ul {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    font-family: 'f-regular';
    color: white
}

.navigation nav>ul>li a {
    position: relative;
    font-family: 'BPG-DejaVu-Caps';
    font-feature-settings: 'case' on;
    font-size: 16px;
    line-height: 25px;
    z-index: 100;
}

.navigation nav ul a:hover {
    color: var(--primary-color);
}

nav .raw-btn:hover {
    color: var(--primary-color);


}

.topbar .raw-btn:hover {
    background-color: transparent;
    border: 1px solid white
}

/*.navigation nav>ul>li:nth-last-child(2) {
    border: 1px solid var(--primary-color);
    padding: 7px 15px;
    border-radius: 24px;
}*/

.hero header .raw-btn{
    font-family: 'BPG-DejaVu-Caps';
}

.navigation nav>ul>li:last-child:hover {
    background-color: var(--primary-color);


}

.navigation nav>ul>li:last-child a:hover {

    color: white;
}

.nav-btn {
    color: white;
    position: relative;
    z-index: 100;
    background-color: transparent;
    font-family: 'f-regular';
    box-shadow: none;
    width: auto;
    font-weight: normal;
    padding: 0;

    font-size: 16px;
}

.arr-down {
    transition: rotate 0.3s ease;
}

.arr-down.rotated {
    transform: rotate(180deg);
}

.nav-dropdown-menu.show {
    display: block;
    top: 5px !important;
    left: -10px !important;
    z-index: 5 !important;
    background-color: transparent;
    border: none;
    padding-top: 35px;
    border-radius: 0;
    padding-bottom: 0;
    border-left: 1.5px solid #DADCD7;
}

.dropdown:hover .arr-down {
    rotate: 180deg;

}

.nav-menu-item {
    color: white;
    padding-left: 10px;
    font-size: 14px;
    opacity: 0.6;
}


.nav-menu-item:hover {
    opacity: 1;
}

.hero {
    position: relative;
    padding-inline: var(--fullhd-padding);

    width: 100%;
    height: 100vh;
    background-image: url('../images/pic.jpg');
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.8;
}

.hero header {
    position: absolute;
    max-width: 780px;
    width: 100%;
    bottom: 65px;
    left: var(--innerpage-padding);
    z-index: 50;
}

.hero header h1 {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 50px;
    color: white;

}

.hero header .raw-btn {
    max-width: 208px;
    width: 100%;
    margin-top: 22px;
}

.hero header .raw-btn:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: white;
}

.index-about {
    display: flex;
    width: 100%;
    padding: 80px var(--innerpage-padding);
    align-items: flex-start;
    justify-content: center;
    gap: 180px;
}

.index-about header {
    max-width: 700px;
    width: 100%;
}

.index-about header h2 {
    font-family: 'BPG-DejaVu-Caps';;
    font-size: 46px;
    color: var(--text-color);
}

/*.index-about header h2 {
    font-family: 'f-bold';
    font-size: 46px;
    color: var(--text-color);
}*/

.index-about header p {
    font-family: 'f-condensed';
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
    margin-top: 20px;
}

.index-about ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    margin-bottom: 40px;
    color: #3A7CA5;
    font-family: 'f-bold';
    font-size: 20px;
}

.index-about ul li p {
    max-width: 400px;
    width: 100%;
    font-family: 'BPG-DejaVu-Caps';
    font-size: 18px;
}

.index-about ul li img {
    width: 32.19px;
    height: 64.39px;
}

.index-services,
.index-news {
    width: 100%;
    display: flex;
    padding: 80px var(--innerpage-padding);
    flex-direction: column;
    padding-bottom: 135px;
    align-items: start;
    /* gap: 80px; */
    background-color: var(--secondary-color);
    background-image: url('../images/Mask\ Group\ 1.png');
    background-size: 100% 98%;
    background-repeat: repeat;

}

.index-news {
    gap: 0;
    padding-bottom: 80px;
}

.index-services header,
.index-news header {
    font-family: 'BPG-DejaVu-Caps';;
    font-size: 46px;
    color: white;
    margin-bottom: 75px;

}

.index-services header h2{

}

.index-services>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    column-gap: 40px;

    row-gap: 75px;
    width: 100%;
    color: white;
}

.index-services>ul li a {
    display: flex;
    align-items: center;
    gap: 22px;
    font-family: 'f-bold';
    font-size: 22px;
}

.index-services>ul li a p {
    max-width: 295px;
    line-height: 24px;
}

.index-services>ul li a:hover {
    color: var(--primary-color);
}

.index-services>ul li a:hover>.icon {
    background-color: var(--primary-color);
}

.brand-carousel-item {
    /* width: 166px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

#brandsCarousel{
    transform: translateX(-50px);
}

#brandsCarousel .owl-item img {
    margin: 0 50px !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}

.brand-carousel-item a {
    width: 166px;
}

.brands-carousel {
    position: relative;
    width: 100%;
    padding: 80px var(--innerpage-padding);
    padding-bottom: 160px;
}

.brands-carousel header {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 46px;
    color: var(--text-color);
    margin-bottom: 80px;
}

#brandsCarousel .owl-item {
    position: relative;
}

#brandsCarousel .owl-item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 45px;
    background-color: var(--secondary-color)
}

#brandsCarousel .owl-stage-outer::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 10;
    pointer-events: none;
}

.brandsCarousel-right {
    position: absolute;
    right: calc(var(--innerpage-padding) - 50px);
    bottom: 178px;
    z-index: 10;
}

.brandsCarousel-left {
    position: absolute;
    display: none;
    left: calc(var(--innerpage-padding) - 150px);
    bottom: 178px;
    z-index: 10;
}

/*#brandsCarousel .owl-stage-outer {
    width: 95%;
}*/


.index-news>ul.g-products:first-of-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 75px;
    width: 100%;
}

.index-news>ul.g-products li a {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 15px;
    background-color: white;
    min-height: 435px;
    box-shadow: var(--shadow);
}

.index-news>ul.g-products li a>div:first-of-type {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 305px;
}

.index-news>ul.g-products li a>div:last-of-type {
    margin-top: auto;
    /* height: 30px; */
    border-top: 1px solid #3A7CA52E;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-news>ul.g-products li a>div:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 650ms ease;
    background-color: rgba(0, 0, 0, 0.55);
}

.index-news>ul.g-products li a>div:first-of-type img {
    width: 100%;
    height: 100%;
    transition: 550ms ease-out;
    object-fit: cover;
}

.index-news>ul.g-products li a:hover>div:first-of-type::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.index-news>ul.g-products li a:hover>div:first-of-type img {
    scale: 1.1;

}

.index-news>ul.g-products li a:hover p {
    color: var(--primary-color);
}

.index-news>ul.g-products li a:hover .icon {
    background-color: var(--primary-color);
}

.index-news ul li a .arr-right {
    width: 17.35px;
}

.index-news>ul li a>p {
    margin-top: 20px;
    font-family: 'BPG-DejaVu-Caps';
    color: var(--text-color);
    font-size: 16px;
    padding-bottom: 10px;
}

.index-news>ul li a>div:last-of-type>p {
    color: #3A7CA5;
    font-family: 'f-bold';
    font-size: 14px;
}

.index-news>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-family: 'f-regular';
    font-size: 16px;
    text-decoration: underline;
    align-self: flex-end;
    color: #D9DCD6;
    margin-top: 60px;
    font-size: 16px;
    /* transition: 250ms  */
}

.index-news>a:hover {
    color: var(--primary-color);
}

.index-news>a:hover .arr-right {
    background-color: var(--primary-color)
}

.index-news>a .icon {
    background-color: white;
}

footer {
    width: 100%;
    padding: 80px var(--innerpage-padding);
    display: flex;
    background-color: rgba(25, 32, 54, 0.1);
    align-items: center;
    justify-content: space-between;
    gap: 40px;

}

footer ul:first-of-type {
    margin-left: -80px;

}

footer ul:first-of-type li {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;

}

footer ul:first-of-type li h4 {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 20px;
    color: var(--primary-color);

}

footer li a {
    font-family: 'f-regular';
    font-size: 16px;
    color: var(--text-color);

}

footer li a:hover {
    color: var(--primary-color);
}

footer ul:last-of-type li {
    margin-bottom: 30px;

}

footer ul:last-of-type li a {
    font-family: 'f-bold';


}

.logo a {
    width: 100%;
    height: 100%;
}

.navigation-inner {
    background-color: var(--secondary-color);
    padding-inline: 0px;
    padding-bottom: 0px;
    gap: 0;
}

.navigation-inner .nav-dropdown-menu.show {
    background-color: var(--secondary-color);
    padding-bottom: 15px;
}

.navigation-inner .topbar {
    background: white;
    align-items: center;
    padding-inline: var(--fullhd-padding);
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navigation-inner nav {
    padding-bottom: 10px;
    padding-inline: var(--fullhd-padding);
}

.navigation-inner .lang-btn {
    color: var(--text-color);
}

.navigation-inner nav>.logo {
    height: 100%;
}

.navigation-inner nav {
    padding-bottom: 0;
}

.innerpage-wrapper {
    margin-top: 170px;
    padding-inline: var(--innerpage-padding);
    padding-bottom: 50px;
    background-color: white;
    padding-top: 0;

}

.innerpage-wrapper>header {
    padding: 30px 0; 
    width: 100%;
    border-bottom: 1px solid #DADCD7;
    font-family: 'BPG-DejaVu-Caps';
    font-size: 48px;
    color: var(--text-color);
    font-feature-settings: 'case' on;
    text-transform: uppercase;
}

.innerpage-wrapper section {
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
}

.innerpage-wrapper section>div {
    max-width: 575px;
    /*height: 433px;*/
    width: 100%;
}

.innerpage-wrapper section>div img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.contacts-wrapper section>div {
    max-width: 100%;

}

.innerpage-wrapper section>article {
    max-width: 690px;
    width: 100%;
    color: var(--text-color);
    font-family: 'f-regular';

}

.innerpage-wrapper section>article h3 {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 20px;
    margin-bottom: 15px;
}

.innerpage-wrapper section>article blockquote {
    margin-bottom: 15px;
    color: #3A7CA5;
    font-family: 'f-bold';
    font-size: 14px;
}

.innerpage-wrapper section>article p {
    font-family: 'f-regular';
    font-size: 16px;
    margin-bottom: 15px;

}

.innerpage-wrapper>ul:first-of-type {

    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(371px, 100%), 1fr));
    gap: 85px;
    row-gap: 40px;
    background-image: url('../images/mask2.svg');
    padding-bottom: 5px;

}

.innerpage-wrapper>ul:first-of-type li a>div:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 650ms ease;
    background-color: transparent
}

.innerpage-wrapper>ul:first-of-type li a:hover>div:first-of-type::after {
    background-color: rgba(0, 0, 0, 0.55);
}

.contacts-wrapper section {

    display: flex;
    flex-direction: column;
    gap: 95px;

}

.contacts-wrapper section>div:first-of-type {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    justify-content: space-between;
    height: 572px;

}

.contacts-wrapper section>div:first-of-type iframe {
    max-width: 950px;
    width: 100%;
    height: 100%;
    border: none;
}

.contacts-wrapper section>div:first-of-type ul {
    max-width: 284px;
}

.contacts-wrapper section>div:first-of-type ul li h4 {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 16px;
    color: var(--primary-color);
}

.contacts-wrapper section>div:first-of-type ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
}

.contacts-wrapper section>div:first-of-type ul li a {
    font-family: 'f-regular';
    font-size: 16px;
    color: var(--text-color);
}

.contacts-wrapper section>div:first-of-type ul li a:hover {
    color: var(--primary-color);
}

.contacts-wrapper section>div:first-of-type ul li:last-of-type {
    margin-bottom: 0;
}

.contacts-wrapper section:nth-child(2) h2 {
    font-family: 'f-bold';
    font-size: 43px;
    color: var(--text-color);
    margin-bottom: 37px;

}

.contacts-wrapper section:nth-child(2) form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    height: 250px;
}

.contacts-wrapper section:nth-child(2) form input:focus,
.contacts-wrapper section:nth-child(2) form textarea:focus {
    outline: none;
    border: 1px solid var(--primary-color);
}

.contacts-wrapper section:nth-child(2) form input {
    max-width: 610px;
    width: 100%;
    border: 1px solid #3A7DA5;
    border-radius: 20px;
    height: 70px;
    padding-left: 37px;
    font-family: 'f-regular';
    font-size: 16px;
    color: var(--text-color);
}

.contacts-wrapper section:nth-child(2) form textarea {
    max-width: 716px;
    width: 100%;
    min-height: 160px;
    padding: 25px;
    padding-left: 45px;
    font-family: 'f-regular';
    font-size: 16px;
    border: 1px solid #3A7DA5;
    border-radius: 20px;
}

.contacts-wrapper section:nth-child(2) form button {

    /* width: 100%; */
    height: 70px;
    border-radius: 20px;
    background-color: var(--primary-color);
    color: white;
    font-family: 'BPG-DejaVu-Caps';
    font-feature-settings: "case" on;
    font-size: 16px;
    cursor: pointer;
    transition: 250ms ease;
}

.contacts-wrapper section:nth-child(2) form button:hover {
    background-color: var(--secondary-color);

}

.calculator-modal-dialog {
    max-width: 850px;
    width: 100%;

}

.calculator-header {
    background-color: var(--primary-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 133px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
}

.calculator-header img {
    cursor: pointer;
}

.calculator-modal-dialog .modal-content {
    border-radius: 34px !important;
    background-image: url('../images/mask3.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.calculator-modal-dialog .modal-body,
.calculator-modal-dialog .modal-body form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.calculator-modal-dialog .modal-body {
    padding-bottom: 160px;

}

.calculator-modal-dialog .modal-body form {
    width: 100%;
}

.calculator-modal-dialog .modal-body label {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 40px;
}

.calculator-modal-dialog .modal-body label span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
}

.calculator-modal-dialog .modal-body input,
.calculator-modal-dialog .modal-body select {
    border-radius: 24px;
    border: 1px solid var(--secondary-color);
    max-width: 350px;
    width: 100%;
    height: 40px;
    padding-inline: 20px;
    font-family: 'f-condensed';
    font-size: 16px;
    color: var(--text-color);
}

.calculator-modal-dialog .modal-body select:focus {
    box-shadow: none;
    outline: none;
}

.calculator-modal-dialog .modal-body h2 {
    font-family: 'BPG-DejaVu-Caps';
    font-size: 31px;
    color: var(--text-color);
    font-feature-settings: "case" on;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 90px;
    width: 100%;
    text-align: center;

}

.calculator-modal-dialog .modal-body input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--primary-color);
}

.calculator-modal-dialog .modal-body form button {
    max-width: 350px;
    width: 100%;
    height: 40px;
    color: white;
    font-family: 'BPG-DejaVu-Caps';
}

.calculator-modal-dialog .modal-body form button:hover {
    background-color: var(--secondary-color);
    color: white;
}

.navigation-inner .topbar .raw-btn:hover {
    background-color: var(--secondary-color);


}

.navigation-inner .topbar .lang-btn:hover {
    background: transparent;

}

.pagination {
    display: flex;
    /* width: 100%; */
    align-items: center;
    gap: 25px;
    height: 50px;
    margin: 0 auto;
    margin-top: 70px;

}

.pagination li {
    color: #D9DCD6;
    font-family: 'f-regular';
    font-weight: bold;
    cursor: pointer;
}

.pagination li:hover {
    color: var(--text-color);
    text-decoration: underline;
}

.pagination li a.active {
    color: var(--text-color);
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .icon {
    width: 17.35px;
    height: 14px;
    display: block;
    /* padding-inline: 10px; */
    background-color: var(--text-color);

}

.pagination .icon:hover {
    background-color: var(--primary-color);
}

.hamburger {
    display: none;
}
.copyright{
    display: flex;
    height: 70px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding-inline: var(--fullhd-padding);
}
.copyright p{
    font-size: 16px;
    font-family: 'f-regular';
    color: var(--text-color);
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}


@media(width < 1662px) {
    :root {

        --fullhd-padding: 100px;
        --innerpage-padding: 140px;

    }

    .index-services>ul {
        grid-template-columns: repeat(auto-fill, minmax(307px, 1fr));

    }

    .brandsCarousel-right {
        right: 100px;
    }

    .brandsCarousel-left {
        left: 60px;
    }

    .contacts-wrapper section>div,
    .contacts-wrapper section:nth-child(2) form {
        height: auto !important;
    }

    .contacts-wrapper section:nth-child(2) form input,
    .contacts-wrapper section:nth-child(2) form textarea {
        max-width: 100%;
    }
}

@media(width < 1586px) {
    :root {

        --fullhd-padding: 100px;
        --innerpage-padding: 140px;
        --primary-color: #B32045;
        --secondary-color: #192036;
        --text-color: #192036;
        --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);


    }

    .navigation nav>ul {
        gap: 20px;
    }



}

@media(width < 1537px) {
    .brand-carousel-item {
        justify-content: center;
    }

    #brandsCarousel .owl-stage-outer {
        width: 99%;
    }

    #brandsCarousel .owl-item::after {
        right: 1%;
    }

    .brandsCarousel-right {
        right: 60px;
    }

    .index-about {
        gap: 170px;
    }

    .innerpage-wrapper section>article {
        margin-left: 50px;
    }

}

.footer-logo {
    width: 391.24px;
    /*height: 81.9px;*/
}

.footer-logo img {
    width: 100%;
}

@media(width < 1467px) {
    :root {

        --fullhd-padding: 40px;
        --innerpage-padding: 120px;

    }

    .index-about header {
        max-width: 570px;
    }
}

@media(width < 1367px) {
    .index-about {
        gap: 90px;
    }

}

@media(width < 1332px) {

    .navigation nav>.logo,
    .footer-logo {
        width: 265px;
    }

    .navigation nav>.logo img {
        object-fit: contain;
    }


}

.nav-open {
    transform: translate(0) !important;
    opacity: 1 !important;
height: 100vh !important;
}

@media(width < 1200px) {
    .navigation nav {
        position: relative;
    }

    :root {

        --fullhd-padding: 40px;
        --innerpage-padding: 80px;

    }

    .index-about ul li {
        font-size: 16px;
    }

    .navigation nav>ul {
        flex-direction: column;
        position: absolute;
        width: calc(100% + var(--fullhd-padding) * 2);
        align-items: start;
        background-color: var(--text-color);
        top: 100%;
        left: calc(-1 * var(--fullhd-padding));
        padding: 50px 0;

        padding-left: var(--fullhd-padding);
        transform: translateY(-200%);
        opacity: 0;
       height: 100vh;
        transition: 450ms ease;


    }

    .hamburger {
        display: block;
    }

    .nav-dropdown-menu {
        transition: 350ms ease;
    }

    .nav-dropdown-menu.show {
        position: relative;
        transition: 350ms ease;
        padding-top: 0;
        left: 0 !important;
        top: 0 !important;

    }

    .nav-menu-item {
        opacity: 1;
    }

    .navigation nav>ul>li a {
        height: auto;
    }

}



@media(width < 1000px) {
    .index-news>ul:first-of-type {

        grid-template-columns: repeat(1, 1fr);

    }
.navigation{
    gap: 0;
}
    .innerpage-wrapper section {
        flex-direction: column;
    }

    .innerpage-wrapper section>article {
        margin-left: 0;
        margin-top: 50px;
    }

    .contacts-wrapper section>div:first-of-type {
        flex-direction: column-reverse;
        align-items: start;
        gap: 30px;
    }

    .contacts-wrapper section>div:first-of-type ul {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        gap: 20px;
    }

    .contacts-wrapper section>div:first-of-type ul li a {
        font-size: 12px;
    }

    footer {
        flex-direction: column;
        align-items: start;
    }

    footer ul:first-of-type {
        margin-left: 0;
    }

    .hero header {
        max-width: 700px;
    }

    .hero header h1 {
        font-size: 40px;
    }

    .topbar {
        justify-content: start;
    }
}

@media(width < 761px) {
    :root {

        --fullhd-padding: 20px;
        --innerpage-padding: 40px;

    }

    .contacts-wrapper section>div:first-of-type ul {
        flex-wrap: wrap;
    }

    .hero header h1,
    .index-about header h2,
    .index-services header,
    .index-news header,
    .brands-carousel header {
        font-size: 28px;
    }

    .index-services>ul li a {
        font-size: 18px;
    }

    .index-about {
        gap: 40px;
    }

    .index-about ul li {
        margin-bottom: 20px;
    }

    .contacts-wrapper section>div:first-of-type {
        flex-direction: column;
    }

    .contacts-wrapper section:nth-child(2) h2 {
        font-size: 30px;
    }

    .innerpage-wrapper>header {
        font-size: 30px;
    }

    .innerpage-wrapper {
        margin-top: 180px;
    }

    .innerpage-wrapper section {
        padding-top: 50px;
    }

    .hero header {
        max-width: 450px;
    }

    .topbar .raw-btn {
        padding: 5px;
        gap: 1px;
    }
.navigation nav>ul{
    transform: translateX(-200%);
}
    .topbar .raw-btn span {

        font-size: 11px;
        text-align: center;
    }

    .index-about {
        flex-direction: column;
      
    }
    .index-services, .index-news, .brands-carousel{
  padding: 40px var(--innerpage-padding);
    }
    .index-services header, .index-news header, .brands-carousel header{
        margin-bottom: 40px;
    }
    .brandsCarousel-right{
        bottom: 60px;
        right: 20px;
    }
    .brandsCarousel-left{
        bottom: 60px;
        left: 20px;
    }
}






.navigation > nav .lang-btn{
    display: none;
    color: white;
}

.g-msg{
    margin: 15px 0;
    padding: 0;
    font-family: 'f-bold';
    font-feature-settings: "case" on;
    font-size: 16px;
}

.g-msg2{
    margin: 15px 0;
    padding: 0;
    font-family: 'f-bold';
    font-feature-settings: "case" on;
    font-size: 16px;
}

.g-social{
    margin: 0 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.g-social a{
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    position: relative;
}

.g-social a::after{
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.g-social a:hover::after{
    background-color: var(--primary-color);
}


.navigation-inner .g-social a::after{
    background-color: var(--secondary-color);
}

.navigation-inner .g-social a:hover::after{
    background-color: var(--primary-color);
}

.g-social.g-footer{
    justify-content: start;
    margin: 0 !important;
}

.g-social.g-footer a::after{
    background-color: var(--secondary-color);
}

.g-social.g-footer a:hover::after{
    background-color: var(--primary-color);
}


.g-social a.facebook::after{
    -webkit-mask-image: url(../images/facebook.svg);
    mask-image: url(../images/facebook.svg);
}

.g-social a.instagram::after{
    -webkit-mask-image: url(../images/instagram.svg);
    mask-image: url(../images/instagram.svg);
}

.g-social a.linkedin::after{
    -webkit-mask-image: url(../images/linkedin.svg);
    mask-image: url(../images/linkedin.svg);
}

article.g-article ul{
    margin: 25px 0;
}

article.g-article ul li{
    padding-left: 15px;
    position: relative;
}

article.g-article ul li::before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 100%;
}

article.g-article a{
    color: var(--primary-color);
    text-decoration: underline;
}

article.g-article a:hover{
    color: var(--secondary-color);
}

article.g-article img{
    max-width: 100%;
}

@media(width < 761px) {
    #brandsCarousel .owl-item::after {
        opacity: 0;
    }

    .topbar .g-social{
        display: none;
    }

    .index-news>ul.g-products:first-of-type{
        grid-template-columns: repeat(1, 1fr);
    }

    .index-news>a{
        align-self: start;
    }
}

@media(width < 500px) {
    #brandsCarousel .owl-item::after {
        opacity: 0;
    }

    :root {

        --fullhd-padding: 10px;
        --innerpage-padding: 40px;

    }

    .hero header {
        max-width: 300px;
    }

    .topbar .raw-btn span {

        font-size: 9px;
        text-align: center;
    }

    .topbar {
        gap: 1px;
    }

    .topbar .raw-btn {
        border-radius: 0px;
    }
    .topbar .raw-btn .icon{
        width: 15px;
    }
    .topbar .lang-btn{
        display: none;
    }
    .navigation > nav .lang-btn{
        display: block;
    }
    .lang-dropdown{
        display: block;
    }
}

@media(max-width: 960px){
    .navigation nav>.logo img{
        height: calc(100% - 20px);
        margin: 10px 0;
    }
    .navigation-inner nav>.logo{
        width: 200px;
    }

    header.navigation .g-phone{
        display: none !important;
    }

    header.navigation .topbar .dropdown{
        display: none !important;
    }

    .topbar{
        gap: unset !important;
        justify-content: space-around;
    }

    .topbar .raw-btn{
        border-radius: 24px !important;
        padding: 10px !important;
        gap: 10px !important;
    }

    .topbar .raw-btn span{
        font-size: 12px !important;
    }

   /* .navigation nav>ul>li:nth-last-child(2) {
        border: unset !important;
        padding: unset !important;
        border-radius: unset !important;
    }*/

    .g-nav-buttons{
        margin: 20px 0 0 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    header.navigation .g-nav-buttons .g-phone{
        display: block !important;
    }

    .navigation nav>ul{
        left: 0 !important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #g-nav-buttons a{
        display: block;
        text-decoration: none;
        border: 1px solid var(--primary-color);
        padding: 7px 15px;
        border-radius: 24px;
        font-size: 14px;
    }

    header.navigation .g-nav-buttons .g-phone{
        padding-left: 40px !important;
        position: relative;
    }

    header.navigation .g-nav-buttons .g-phone .phone{
        display: block;
        position: absolute;
        left: 14px;
        top: calc(50% - 8.5px);
    }

    .calculator-modal-dialog{
        width: unset !important;
    }

    .calculator-modal-dialog .modal-body h2{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .calculator-modal-dialog .modal-body{
        padding-bottom: 50px !important;
    }

    .calculator-header{
        height: 100px !important;
    }

    .calculator-modal-dialog .modal-body h2{
        font-size: 26px !important;
    }

    .nav-open .raw-btn{
        justify-content: left !important;
    }
}

.navigation nav>.logo a{
    display: block !important;
}

b, strong{
    font-weight: bolder !important;
}

/* LOGO STYLE !IMPORTANT START */
@media(min-width: 960px){/* DESK */
    .navigation nav>.logo {
        width: unset !important;
        height: unset !important;
        margin: 0 !important;
    }

    .navigation nav>.logo img{
        width: 300px !important;
        height: 81.9px !important;
        margin: 0 !important;
    }

    .navigation.g-scrolluped nav>.logo img{
        margin: 10px 0 5px 0 !important;
    }

    .navigation.navigation-inner nav>.logo img{
        width: 250px !important;
        height: unset !important;
        margin: 10px 0 5px 0 !important;
    }
}

@media(max-width: 960px){/* Mobile */
    #brandsCarousel .owl-item img{
        width: 100% !important;
    }

    .navigation nav>ul>li:last-child:hover{
        background-color: transparent !important;
    }

    .navigation nav .raw-btn:hover{
        color: white !important;
    }

    .g-msg2{
        margin: 0 !important;
    }

    .innerpage-wrapper section>div {
        max-width: 100%;
        height: 300px;
        width: 100%;
    }

    .innerpage-wrapper section>div img{
        object-fit: cover;
    }

    article.g-article img{
        height: unset !important;
    }

    .topbar > .g-tvirti,
    .topbar > .g-pricecalc{
        display: none !important;
    }

    .g-pricecalc{
        height: 41px !important;
        font-family: 'BPG-DejaVu-Caps';
        font-feature-settings: 'case' on;
    }

    .g-tvirti .icon{
        display: inline-block;
    }

    .topbar{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .navigation nav>ul>li ul li a{
        font-family: 'f-condensed' !important;
    }

    .innerpage-wrapper{
        margin-top: 115px !important;
    }

    .navigation nav>.logo {
        width: unset !important;
        height: unset !important;
        margin: 0 !important;
    }

    .navigation nav>.logo img{
        width: 200px !important;
        height: unset !important;
        margin: 10px 0 !important;
    }

    .navigation.g-scrolluped nav>.logo img{
        margin: 10px 0 5px 0 !important;
    }

    .navigation nav>ul{
        width: calc(100% + 20px) !important;
        left: -10px !important;
    }

    .navigation-inner nav>ul{
        width: calc(100%) !important;
        left: 0px !important;
    }

    .nav-open .lang-dropdown-menu{
        display: none;
    }

    .lang-dropdown{
        text-align: center;
        width: 100%;
    }

    .navigation > nav .lang-btn, 
    .lang-dropdown a.dropdown-item{
        display: inline-block;
    }

    .g-nav-buttons{
        margin-top: 0px !important;
    }
}

/* LOGO STYLE !IMPORTANT END */