@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;800&display=swap');
body, div, span, input, button, a { font-family: 'Albert Sans', sans-serif; letter-spacing: 0px; font-weight: 400; color: #2f5665; font-size: 20px; line-height: 24px;  }
a { text-decoration: underline; }
.nav-item a, a.nav-link, a.btn { text-decoration: none; }
h1, h2, h3, h4, h4 { color: inherit; text-transform: none; letter-spacing: 0px }
h1 { font-size: 36px; text-align: center; text-transform: none; font-weight: 800; margin-bottom: 90px; letter-spacing: 0px; margin-top: 50px }
h3 { font-size: 30px; line-height: 36px; text-transform: none; letter-spacing: 0px }
img { max-width: 100% }

@media (max-width: 800px){
	.navbar-brand { top: 15px; left: 15px; position: absolute; }
	.navbar { padding-top: 10px !important }
	.navbar .container { justify-content: right }
	.navbar-toggler { border: none; padding: 5px 0px; }
	.navbar-collapse { padding: 30px; display: flex; flex-flow: column-reverse; align-items: end; }
	.navbar-collapse ul { width: 100% }
	.navbar-right { flex-direction: initial; justify-content: flex-end; width: auto !important; }
	.navbar-right li {  }
	.navbar-light .navbar-nav .nav-link.active { margin-bottom: 0px; border: none !important; text-decoration: underline; }
}

@media (min-width: 1500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1400px }
}

@media (min-width: 1800px){
	.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1620px }
}

.navbar-brand img { height: 30px; min-height: 30px }
.navbar { text-transform: none; line-height: 13px; padding-top: 55px; padding-bottom: 40px }
.navbar-nav { border-bottom: 2px solid #2f6555; position: relative; top: 7px; }
.nav-item { margin-right: 0px }
.navbar-right a { font-size: 16px }
.navbar-light .navbar-nav .nav-link { padding: 0px; padding-bottom: 10px; font-weight: 500; color: #2f6555; margin-right: 15px; margin-left: 15px; letter-spacing: 1px; font-size: 20px }
.navbar-light .navbar-nav .nav-link.active { border-bottom: 4px solid #2f6555; margin-bottom: -3px }
.nav.ml-auto { margin-left: 0px !important }
.navbar-collapse { justify-content: space-between; }

.btn { border-radius: 30px; text-transform: none; font-size: 20px; line-height: 24px; font-weight: 400; padding: 18px 28px; }
.btn .ion { margin-left: 10px }
.btn-orange { background: #ffce44; color: #2f5665 }
.btn-outline { background: none; color: #2f5665; border: 2px solid #2f5665 }

.form-control { background: #fff; border: 1px solid #2f5665; }

.accessoryCard div { font-size: 20px; line-height: 24px }
.accessoryCard div.price { font-size: 36px; line-height: 43px; font-weight: 300; }
.contacts h1 { margin-bottom: 20px }
.contacts a { color: inherit; }

h1.catalog { font-size: 36px; line-height: 43px; font-weight: 800; margin-bottom: 20px; margin-top: 0px; text-align: left; }
.catalogDesc { font-size: 20px; line-height: 24px; }
.catalogOptTitle { font-size: 16px; line-height: 19px; margin-top: 40px; margin-bottom: 20px }
.catalogOption:after { content: ''; display: block; border-bottom: 4px solid #2f5665; width: 30px; position: relative; left: -15px }
.catalogOption { padding-left: 15px; padding-bottom: 5px }

.grayblock { background: transparent linear-gradient(112deg, #95A1A5 0%, #214452 100%) 0% 0% no-repeat padding-box; color: #fff; font-size: 20px; line-height: 24px; }
.grayblock div { color: #fff }
.grayblock .catalogOption:after { border-bottom: 4px solid #fff; }

footer { background: #000; color: #fff; padding-top: 133px; padding-bottom: 100px; margin-bottom: 0px !important; color: #fff }
footer a, footer div { color: #fff; font-size: 18px; }
footer a { text-decoration: none; }
footer a:hover { color: #fff; }
footer .list-unstyled { display: flex; flex-flow: column; }
.footerSubscribeForm .fa { transition-duration: 0.2s }
.footerSubscribeForm .fa:hover { padding-left: 20px; }