/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* my */

@font-face {
    font-family: Bicubik;
    src: url(/fonts/Bicubik.ttf); /* Путь к файлу со шрифтом */
   }

header {
    background: white;
}

body {
    font-family: Bicubik;
    background: #F7F6F0;
}

body h1 {
    margin-bottom: 30px;
    font-family: Bicubik;
    font-size: 70px;
    text-transform: uppercase;
}

body h2 {
    font-family: Bicubik;
    font-size: 50px;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 0;
}

body h3 {
    font-family: Bicubik;
    font-size: 26px;
    text-transform: uppercase;
}

p, span, input {
    font-family: Arial, Helvetica, sans-serif;
    color: #8C8C8C;
    margin-bottom: 1.5em;
    line-height: 26px;
    font-size: 20px;
}

div.card-text {
    padding-right: 20px;
}

div.right {
    padding-left: 20px;
}

html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

/* .container {
    max-width: 1140px;
    margin: 0 auto;
} */

.navbar {
    background-color: #617856;
}

.navbar-nav {
    width: 75%;
    justify-content: space-between;
}

.nav-link {
    font-family: Arial, Helvetica, sans-serif;
    color: white!important;
    cursor: pointer;
}

.phone a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
}

.main-banner  {
    position:relative;
    /* background: url(../img/bg.jpg); */
    background: url(../img/bg2.jpg);
    background-size: cover;
    height: calc(100vh - 162px);
    min-height: 380px;
    max-height: 800px;
    margin-bottom: 150px;
}

.main-banner .wrapper {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cannon-main-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 60%;
}

#flag-main-banner {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 30%;
}


.order {
    display: inline-block;
    text-align: center;
    background: #9B373A;
    border-radius: 2px;
    padding: 20px 130px;
    color: #fff;
    padding: 18px 38px;
    width: 370px;
    z-index: 999;
}

.order-card {
    display: inline-block;
    text-align: center;
    background: #9B373A;
    border-radius: 2px;
    padding: 20px 130px;
    color: #fff;
    padding: 18px 38px;
    width: 100%;
}

.numbers {
    font-size: 70px; 
    font-weight: 800;
    font-family: Bicubik;
    color: #000; 
    margin-bottom: 10px!important;
    margin-top: 15px;
}

.disclaimer {
color: #2862AC;
text-transform: uppercase;
line-height: 20px;
text-align: left;
margin: 0 auto;

}

.main-post-bg  {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* background: url(/img/about-tank.jpg) 50% 50%; */
    background: url(/img/history.jpg) 50% 50%;
    background-size: cover;
    height: calc(100vh - 277px);
    min-height: 380px;
    max-height: 600px;
    /* margin-bottom: 150px; */
}

.lang {
    float: right;
}

a .phone {
    float: right;

}

#orderForm input {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.button-popup {
    background: #9B373A;
    padding: 25px 18px;
    color: white;
}

.cards {
    padding: 54px 39px;
    border: solid #617856;
    margin: 50px 0px;
    background: white;
}

/* .card-title {
    margin-bottom: 20px;
}    */

.mt-100 {
    margin-top: 100px;
}

.black {
color: #000!important;
}

.hidden {
    display: none;
}

.fa-bars:before {
    font-family: FontAwesome;
    content: "\f0c9";
}

button#burger-btn, #mobileToggler > div.lang {
    color: #9B373A;
    border: solid 1px black;
    border-radius: 0;
}

div.mobile-navigation {
    text-align: right;
    padding-right: 30px;
}

#menu-main-mobile > li > a, .menu-contacts a {
    color: #101010 !important;

}

.menu-contacts a {
    font-size: 18px;
    font-family: 'Bicubik';
}

#mobileToggler.show {
    opacity: 1;
}

#mobileToggler {
    position: absolute;
    width: 80%;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999;
    align-items: flex-end;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s;
    height: fit-content;
 }

#mobileToggler ul li, .menu-contacts {
    /* border-bottom: 1px solid #d3d3d3; */
    padding: 10px 20px;
    text-align: right;
    }

.category-nav {
margin-top: 25px;
}

.carousel-item h2 {
    text-align: left;
    width: 53%;
    margin-bottom: 2%;
}

.carousel-indicators {
    justify-content: left;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.carousel-indicators .active {
    width: 28px;
    transition: 0.6s;
    background-color: #9B373A;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.form-group.has-feedback {
    margin-bottom: 20px;
}

.copyright {
    font-size: 16px!important;
}

#scroll-up {
  display: inline-block;
  background-color: #617856;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: auto;
}
#scroll-up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#scroll-up:hover {
  cursor: pointer;
  background-color: #333;
}
#scroll-up:active {
  background-color: #555;
}
#scroll-up.show {
  opacity: 1;
  visibility: visible;
}

.confidence {
    font-size: 14px;
}

.btn-close {
    align-self: stretch;
}

.modal-content {
    border-radius: 0px!important;
    padding: 10px;
}

footer {
    background: white;
}

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;
}

#navbarCategory {
    width: 100%;
}

#navbarCategory ul {
    width: 100%;
    border-radius: 0px;
    background-clip: inherit;
}

.dropdown-toggle::after {
    float: right;
    margin-right: 5%;
   color: white;
   font-family: 'FontAwesome';
   content: '\f054';
   border: none!important;
   margin-top: 2px;
}

.dropdown-menu {
    background-color: #617856;
    font-family: 'Arial';
    text-align: center;
    padding: 0px;
}

.dropdown-item {
    color: white;
    padding: 25px;
    border-top: solid 1px;
}

#msgSubmit {
    padding: 20px;
}

@media (max-width:767px) {

    .main-banner {
        margin-bottom: 50px;
        height: calc(100vh - 90px);

    }

    .main-banner h1 {
        font-size: 35px;
        z-index: 999;
    }
    
    .main-banner .wrapper{
        width: 100%;
        height: 85%;
    }  
    
    #cannon-main-banner {
        width: 100%!important;
    }
    #flag-main-banner {
        width: 70%;
        bottom: 0%;
    }

    button.order {
        width: 100%;
    }
    body h2 {
        font-size: 22px;
    }
    body h3 {
        font-size: 18px;
    }
    .main-post-bg {
        margin-bottom: 50px;
    }
    .cards {
        border:solid 4px #617856;
        padding: 20px;
    }
    .card-title {
        margin: 20px 0;
    }   
    .order, .order-card {
        margin-bottom: 20px;
    } 
    .partners {
        padding-right: 50%;
    }
    div.lang > ul.navbar-nav {
        flex-direction: row;
    }
    .phone {
        margin-top: 20px;
    }
    #scroll-up {
        right: 13px;
    }
    .disclaimer {
        text-align: center;
    }
    .nav-link {
        color: black!important;
    }
    .lang {
        margin: 15px 35px;
    }
    .category-nav {
        background-color: #9B373A;
        padding: 0px;
    }
    a#category-nav {
        color: white!important;
        margin: 0 20px;
        padding: 20px 0px!important;
    }
    .mt-100 {
        margin-top: 10px;
    }
}