@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic');

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: 1em;
    line-height: 1em;
    color: #474747;
    background: #fff;
/*
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center bottom
*/
}

img,
fieldset {
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

figure.inlineImg {
    margin: 30px 0;
    text-align: center
}

a {
    text-decoration: none;
    color: #2e2d6e;
    border-bottom: 1px solid;
    border-color: rgba(46, 45, 110, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

a:hover {
    color: #bb3795;
    border-color: transparent
}

a.active {
    border-bottom: none
}

h1,
h2,
h3,
h4 {
    color: #bb3795;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
}

h1 {
    font-size: 26px;
}

h1 span:last-child {
    display: none
}

h2 {
    font-size: 23px;
}

.index h2 {
    margin-top: 40px
}

h3 {
    font-size: 18px;
}

p {
    margin-top: 15px;
    line-height: 1.6em
}

ul, li {
    line-height: 1.6em    
}

/* Формы */

select, input, textarea {
    padding: 4px 15px 5px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color:  rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

input, textarea, select {
    max-width: 400px;
    min-width: 280px;
    width: 100%;
}

textarea {
    height: 200px !important
}

.cart_one_click input {
    background-color: #f5f5f9;
    border: 1px solid rgba(0, 0, 0, .1);
}

input[type='submit'], input[type='button'], .button a {
    width: auto;
    min-width: auto;
    padding: 4px 15px 5px 15px;
    color: #fff;
    background-color: #7f728e;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s
}

.shopId input[type='button'] {
    margin: 20px 0;
    width: auto
}

input[type='submit']:hover, input[type='button']:hover, .button a:hover {
    background: #bb3795;
    
}

.button {
    margin-top: 10px;
    text-align: center
}

.button a {
    display: inline-block;
    padding: 12px 20px 11px 20px;
    max-width: 400px;
    min-width: 280px;
    width: 100%;  
}

input[type='checkbox'] {
    width: auto;
    max-width: auto;
    min-width: auto
}

input[type='file'] {
    padding: 9px 20px;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center
}

.error_input {
    border-color: #de5050 !important
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:  rgba(0, 0, 0, 0.4);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:  rgba(0, 0, 0, 0.4);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:  rgba(0, 0, 0, 0.4);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:  rgba(0, 0, 0, 0.4);
}

