@import url('https://fonts.googleapis.com/css2?family=Podkova:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geo&display=swap');

/* 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,
date,
content {
    margin: 0;
    padding: 0;
}

date,
content {
    display: block;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-family: 'Podkova', serif;
    color: #2a2b2c;
    background-color: #fff;
    font-size: 16px;
    line-height: normal;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto
}

img,
fieldset {
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

input:focus {
    outline: none;
}

a {
    color: #21a5d7;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

@media (hover: hover) {
    a:hover {
        color: #7aae4a !important;
        text-decoration: none;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    line-height: 1.1em;
    color: #767b81;
}

h1 {
    font-size: 2.2em;
    color: #7aae4a;
    padding-bottom: .6em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.6em;
    color: #7aae4a;
}

h4 {
    font-size: 1.3em;
    color: #0085B3;
}

h5 {
    font-size: 1.1em;
    color: #7aae4a;
}

p,
ul,
ol {
    margin-top: .6em;
    margin-bottom: 0;
    line-height: 1.4em;
}

p + h2, p + h3, p + h4,  p + h5,
ul + h2, ul + h3, ul + h4,  ul + h5, 
ol + h2, ol + h3, ol + h4, ol + h5 {
    margin-top: .6em;
}

p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0;
}

nav ul,
menu ul,
nav li,
menu li {
    margin: 0;
    padding: 0;
}

nav ul,
menu ul {
    display: flex;
    list-style-type: none;
}

/* forms */

select,
input,
textarea,
button {
    padding: 4px 5px 5px 5px;
    font-family: 'Podkova', serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    color: rgba(0, 0, 0, .9);
    background: #fff;
    border: 1px solid #d9d9da;
    border-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

textarea {
    height: 160px;
}

input[type='submit'],
input[type='button'],
button {
    padding: 7px 15px;
    color: #fff;
    background: #21a5d7;
    border: 0 solid #21a5d7;
    font-family: 'Podkova', serif;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
}

@media (hover: hover) {
    input[type='submit']:hover,
    input[type='button']:hover,
    button:hover
    {
        color: #fff;
        background-color: #7aae4a !important;
    }
}

input[type='submit'].opened,
input[type='button'].opened,
button.opened {
    color: #fff;
    background-color: #7aae4a !important;
}

input[type='submit'][disabled],
button[disabled] {
    color: #9b9b9b;
    background-color: #e0dbde;
    cursor: default;
}

input[type='submit'][disabled]:hover,
button[disabled]:hover {
    color: #9b9b9b !important;
    background-color: #e1e1e1 !important;
    cursor: default;
}

input:not([type='number']):not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']):not([name='count']):not([name^='editshop']),
textarea {
    width: 100% !important;
    max-width: 400px;
    min-width: 240px;
}

.splitPage input:not([type='number']):not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']):not([name='count']):not([name^='editshop']),
textarea {
    max-width: none;
}

.splitPage textarea {
    height: 100px !important;
}

input[type='checkbox'] {
    margin: 0 0 3px 0;
}

label {
    cursor: pointer;
}

input[type='number'],
input[name='count'],
input[name^='editshop'] {
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.formSection textarea {
    height: 200px;
}

input.error_input,
textarea.error_input {
    border-color: #e72d2d;
}

.commentLine {
    margin-top: .8em;
    font-size: .7em;
}

.errorComment {
    display: none !important;
}

/* forms */

.consoleBlock {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1rem;
    color: #fff;
    z-index: 9998;
    background-color: rgba(35, 31, 32, 0.8)
}

.consoleWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
    overflow: auto;
}

.formLineSubmit button {
    /* min-width: 159px;
    width: 159px; */
}

.consoleBlock .formSection {
    max-width: 400px;
}

.formLine {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    display: flex;
}

.consoleBlock .formLine {
    flex-wrap: wrap;
}

.formLine .formLineName {
    margin-bottom: 5px;
    font-size: .9em;
    font-weight: 500;
}

.formLine .formLineInput {
    flex: 1 1 auto
}

.formLineSubmit,
.privacyField {
    display: flex;
    align-items: center;
}

.formLineSubmit button {
    margin-right: 16px;
}

.formLineSubmit input[type='checkbox'] {
    margin-right: 6px;
}

.privacyField lebel {
    font-size: .8em;
    line-height: 1.3em;
}

.consoleBlock .privacyField lebel {
    color: #fff;
}

.consoleBlock .privacyField lebel a {
    color: #fff;
}

.consoleBlock .formLine>div {
    flex: 1 1 100%;
}

.consoleBlock .formLineName {
    color: #fff;
}

.formLineCheck,
.formLineNote {
    color: #fff;
    font-size: .75em;
}

.formLineCheck input {
    margin-right: 6px;
}

.formLineNote a {
    margin-right: 10px;
    color: #fff !important;
}

/* Иконка меню */

.icoMenu {
    display: none;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 10000;
}

.icoMenu span,
.icoMenu span:before,
.icoMenu span:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #049ed8;
    z-index: 9999;
}

.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 {
    background: #fff;
}

.icoMenu.opened span:before,
.icoMenu.opened span:after {
    background: #049ed8;
    display: inline-block;
    height: 2px;
}

.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;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    transition: all .3s
}

@media (hover: hover) {
    .closeButton:hover {
        color: #940000;
    }
}

::-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);
}