/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&subset=cyrillic');
@charset "utf-8";

/* main section */

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
menu,
figure {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1em;
    color: #1f2020;
    background-color: #fff;
    max-width: 2560px;
    margin: 0 auto
}

body.overflowed {
    overflow: hidden;
}

img,
fieldset {
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

a {
    color: #007a00;
    color: #156fb4;
    text-decoration: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    line-height: 1.25em;
    color: #007a00;
}

h1 {
    font-size: 1.7em;
    font-weight: 600;
    color: #940000;
}

h1>span {
    display: none;
    content: "\25BC";
    margin-left: 10px;
    font-size: .8em;
    cursor: pointer;
}

h2, .contentIndex h1 {
    font-size: 1.5em;
}

.contentIndex h1>span {
    display: none !important;
}

.contentIndex h2 {
    margin-top: 20px;
    color: #940000;
}

.contentIndex h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

p, ul, ol {
    font-size: .95em;
    line-height: 1.4em;
    text-align: justify;
}

h1 + p, h2 + p, h3 + p {
    margin-top: .7em;
}

p + p, ul + p {
    margin-top: .9em;
}

p + ul {
    margin-top: .6em;
}

p + h3 {
    margin-top: 30px;
}

ul, ol {
    padding: 0 0 0 1em;
}

li {
    margin-top: .3em;
}

/*  */

header ul, nav ul, menu ul {
    margin: 0; padding: 0;
    line-height: 1em;
    list-style-type: none;
}

header li, nav li, menu li {
    margin: 0; padding: 0;
    text-align: left;
}

/*  */

select, input, textarea, button.focusSubmit, button.button-d {
    padding: 4px 15px 5px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #d9d9da;
    background: #fff;
    color:  rgba(0, 0, 0, .9);
    transition: all 0.4s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

input[type='submit'], input[type='button'], button.focusSubmit, button.button-d {
    position: relative;
    padding: 9px 15px 9px 15px;
    color: #fff;
    background-color: #156fb4;
    border: 0 solid #d9d9d9;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.shopItem input[type='submit'], .shopItem input[type='button'], .shopItem button.focusSubmit {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

input[type='submit'][disabled], button.focusSubmit[disabled] {
    color: #9b9b9b;
    background-color: #e1e1e1;
    cursor: default;
}

input[type='submit'][disabled]:hover, button.focusSubmit[disabled]:hover {
    color: #9b9b9b !important;
    background-color: #e1e1e1 !important;
    cursor: default;
}

input:focus, button.focusSubmit:focus {
    outline: none;
}

input.error_input, textarea.error_input {
    border-color: #e72d2d;
}

.cartOrder {
    padding: 20px 0;
    background-color: #fff;
    background-color: transparent;
    text-align: center;
}

input:not([type='number']):not([type='submit']):not([type='button']):not([type='checkbox']), textarea {
    width: 100% !important;
    max-width: 400px;
    min-width: 280px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}

.formSection textarea {
    height: 200px;
}

.commentLine {
    margin-top: 10px;
    font-size: .7em;
}

/**/

.errors {
    color: inherit
}

.error, .error_message {
    position: static;
    top: auto; left: auto;
    margin: 10px 0 0 0; padding: 0;
    font-size: .8em;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background-color: transparent;
}

/* Иконка меню */

.icoMenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s
}

.icoMenu span,
.icoMenu span:before,
.icoMenu span:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #007a00;
    opacity: 1;
    visibility: visible;
}

.icoMenu span {
    top: 13px;
    left: 4px;
}

.icoMenu span:before {
    top: -9px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.icoMenu span:after {
    top: 9px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.icoMenu.opened span {
    visibility: hidden;
    background-color: #940000;

}

.icoMenu.opened span:before, .icoMenu.opened span:after {
    visibility: visible;
    height: 2px;
    background-color: #940000;
}

.icoMenu.opened span:before {
    top: 1px; left: -3px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icoMenu.opened span:after {
    top: 1px; left: -3px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/* Закрывашка */

.closeButton {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s
}

.closeButton span,
.closeButton span:before,
.closeButton span:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 1;
    visibility: visible;
}

.closeButton span {
    visibility: hidden;
    top: 13px;
    left: 4px;
}

.closeButton span:before {
    top: 1px; left: -3px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closeButton span:after {
    top: 1px; left: -3px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:  rgba(145, 152, 159, 0.6);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  rgba(145, 152, 159, 0.6);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  rgba(145, 152, 159, 0.6);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  rgba(145, 152, 159, 0.6);
}

