article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
*,
:after,
:before {
    box-sizing: border-box
}
html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px 5px 12px 0px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
  display: none;
}
.privacy_policy--active {
    display: block;
}
.privacy_policy a:link, .privacy_policy a:visited {
  color: #F0E68C;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:active {
  text-decoration: none;
}

.devoloper_tech ~ .privacy_policy {
  padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 1.2;
    background: transparent;
}
.privacy_policy .button:hover {
  cursor: pointer;
}
body {
    margin: 0;
    min-width: 310px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0
}
a,
a:visited {
    text-decoration: none;
    outline: 0
}
a:focus,
a:hover {
    text-decoration: underline
}
figure {
    margin: 0
}
img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
hr {
    margin: 20px 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee
}
[role=button] {
    cursor: pointer
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #cacaca
}
:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xsx-1,
.col-xsx-10,
.col-xsx-11,
.col-xsx-12,
.col-xsx-2,
.col-xsx-3,
.col-xsx-4,
.col-xsx-5,
.col-xsx-6,
.col-xsx-7,
.col-xsx-8,
.col-xsx-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (max-width: 519px) {
    .col-xsx-12 {
        width: 100%
    }
    .col-xsx-11 {
        width: 91.66666667%
    }
    .col-xsx-10 {
        width: 83.33333333%
    }
    .col-xsx-9 {
        width: 75%
    }
    .col-xsx-8 {
        width: 66.66666667%
    }
    .col-xsx-7 {
        width: 58.33333333%
    }
    .col-xsx-6 {
        width: 50%
    }
    .col-xsx-5 {
        width: 41.66666667%
    }
    .col-xsx-4 {
        width: 33.33333333%
    }
    .col-xsx-3 {
        width: 25%
    }
    .col-xsx-2 {
        width: 16.66666667%
    }
    .col-xsx-1 {
        width: 8.33333333%
    }
    .col-xsx-offset-12 {
        margin-left: 100%
    }
    .col-xsx-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xsx-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xsx-offset-9 {
        margin-left: 75%
    }
    .col-xsx-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xsx-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xsx-offset-6 {
        margin-left: 50%
    }
    .col-xsx-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xsx-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xsx-offset-3 {
        margin-left: 25%
    }
    .col-xsx-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xsx-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xsx-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1004px) {
    .container {
        width: 980px
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1224px) {
    .container {
        width: 1200px
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}
.hidden,
.hide {
    display: none !important
}
.show {
    display: block !important
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-xsx {
    display: none !important
}
@media (max-width: 519px) {
    .visible-xsx {
        display: block !important
    }
    .hidden-xsx {
        display: none !important
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 1003px) {
    .visible-sm {
        display: block !important
    }
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 1004px) and (max-width: 1223px) {
    .visible-md {
        display: block !important
    }
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1224px) {
    .visible-lg {
        display: block !important
    }
    .hidden-lg {
        display: none !important
    }
}
html {
    height: 100%
}
body {
    height: 100%;
    font: 300 normal 14px/1.4 "MuseoSansCyrl", "Helvetica", "Arial", sans-serif;
    background: #f1f1f1;
    color: #2a2a2a
}
.wrapper_body {
    margin: 0 auto;
    min-height: 100%;
    padding-bottom: 120px;
    overflow: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "MuseoSansCyrl", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-style: normal
}
a,
a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none
}
a,
a:link,
a:visited {
    color: #efc950
}
a:hover {
    color: #f3d77f
}
a:active {
    color: #ebbb21
}
.error_message {
    color: #ff1a00
}
a img:hover {
    opacity: 0.7
}
.title {
    color: #000;
    border-bottom: 2px solid #8577a2
}
ul.color {
    margin: 0;
    padding: 0;
    list-style-type: none
}
ul.color li::before {
    vertical-align: top;
    margin: 9px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    content: ' ';
    background: #8577a2
}
input:focus:required:invalid,
textarea:focus:required:invalid {
    border: 1px solid #ff1a00
}
input:required:valid,
textarea:required:valid {
    border: 1px solid #27eb32
}
img.left,
img.right {
    display: block;
    max-width: 33%;
    border-radius: 3px
}
img.left {
    float: left;
    margin: 0 20px 10px 0
}
img.right {
    float: right;
    margin: 0 0 10px 20px
}
input,
textarea,
select {
    border: 1px solid #303030;
    border-radius: 3px;
    padding: 5px
}
button,
input[type="submit"],
input[type="button"],
.link_button,
.link_button:link,
.link_button:visited,
.abutton,
.abutton:link,
.abutton:visited {
    padding: 8px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #efc950;
    color: #fff;
    border: 1px solid #efc950
}
.link_button,
.link_button:link,
.link_button:visited,
.abutton,
.abutton:link,
.abutton:visited {
    display: inline-block;
    border-radius: 30px;
    margin: 0 10px
}
.link_button--invert,
.link_button--invert:link,
.link_button--invert:visited {
    background: #fff;
    color: #efc950
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.link_button:hover,
.link_button:active,
.abutton:hover,
.abutton:active {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    color: #efc950
}
.link_button--invert:hover,
.link_button--invert:active {
    background: #efc950;
    color: #fff
}
.base {
    color: #efc950
}
.basetwo {
    color: #8577a2
}
.background-white {
    background: #fff
}
.background-base {
    background: #efc950
}
.background-basetwo {
    background: #8577a2
}
.background-gray {
    background: #303030
}
.background-grayblack {
    background: #1c1c1c
}
.background-home {
    background: #fff url("../img/background_home.jpg") no-repeat left top;
    background-size: cover
}
.bottom_margin {
    margin-bottom: 10px
}
.bold_text {
    font-weight: bold;
    font-style: normal
}
.italic_text {
    font-weight: 300;
    font-style: italic
}
.bold_italic {
    font-weight: bold;
    font-style: italic
}
.small_text {
    font-size: 80%
}
.big_text {
    font-size: 120%
}
.table_border {
    border-collapse: collapse
}
.table_border tr td,
.table_border tr th {
    border: 1px solid #303030
}
.table_border tr th {
    padding: 10px
}
.table_border tr td {
    padding: 5px 10px
}
.lang {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px 20px;
    overflow: hidden;

}
.lang__item {
    float: right;
    width: 31px;
    height: 21px;
    border-radius: 3px;
    background: #efc950 url("../img/flags_ico.jpg") no-repeat center -42px
}
.lang__item:last-child {
    background-position: center 0;
    margin-right: 10px
}
.lang__item:hover {
    opacity: .7
}
.logo {
    text-align: right;
    margin: 20px 10px
}
.top-menu {
    margin: 30px 10px 10px;
    font-family: "Century Gothic", "Helvetica", "Arial", sans-serif;
    font-weight: bold
}
.top-menu__block {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.top-menu__item {
    text-align: center;
    display: inline-block
}
.top-menu__link {
    display: block;
    padding: 12px 25px;
    color: #2a2a2a;
    font-size: 14px
}
.top-menu__link:link,
.top-menu__link:visited,
.top-menu__link:focus,
.top-menu__link:hover,
.top-menu__link:active {
    color: #2a2a2a
}
.top-menu__item:hover .top-menu__link,
.top-menu__item--active .top-menu__link {
    background: #efc950;
    color: #fff
}
.top-menu__item:hover .top-menu__link:link,
.top-menu__item:hover .top-menu__link:visited,
.top-menu__item:hover .top-menu__link:focus,
.top-menu__item:hover .top-menu__link:hover,
.top-menu__item:hover .top-menu__link:active,
.top-menu__item--active .top-menu__link:link,
.top-menu__item--active .top-menu__link:visited,
.top-menu__item--active .top-menu__link:focus,
.top-menu__item--active .top-menu__link:hover,
.top-menu__item--active .top-menu__link:active {
    color: #fff
}
[class^="line-"] {
    display: block;
    height: 7px;
    width: 50px;
    background: #fff;
    border-radius: 1px
}
.sandwich-button {
    display: none;
    background: rgba(239, 201, 80, 0.7);
    padding: 9px;
    margin: 0 auto;
    width: 68px;
    border-radius: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-align: center
}
.sandwich-button:hover {
    background: rgba(239, 201, 80, 0.4);
    cursor: pointer
}
.sandwich-button .label {
    display: inline-block;
    font-size: 14px;
    line-height: 0;
    margin: 16px 0;
    letter-spacing: 0.15rem
}
.burger-menu-clicked .line-1 {
    -webkit-animation: menu-top .4s forwards ease-in-out;
    animation: menu-top .4s forwards ease-in-out
}
.burger-menu-clicked .line-3 {
    -webkit-animation: menu-bottom .4s forwards ease-in-out;
    animation: menu-bottom .4s forwards ease-in-out
}
.burger-menu-clicked .label {
    opacity: 0
}
.burger-menu-closing .line-1 {
    -webkit-animation: menu-top-reverse .5s forwards ease-in-out;
    animation: menu-top-reverse .5s forwards ease-in-out
}
.burger-menu-closing .line-3 {
    -webkit-animation: menu-bottom-reverse .5s forwards ease-in-out;
    animation: menu-bottom-reverse .5s forwards ease-in-out
}
.burger-menu-closing .label {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1
}

@-webkit-keyframes menu-top {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(20px);
        transform: rotate(0deg) translateY(20px)
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg)
    }
}
@keyframes menu-top {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(20px);
        transform: rotate(0deg) translateY(20px)
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg)
    }
}
@-webkit-keyframes menu-top-reverse {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(20px);
        transform: rotate(0deg) translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg)
    }
}
@keyframes menu-top-reverse {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(20px);
        transform: rotate(0deg) translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg)
    }
}
@-webkit-keyframes menu-bottom {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-19px);
        transform: rotate(0deg) translateY(-19px)
    }
    100% {
        -webkit-transform: translateY(-19px) rotate(-45deg);
        transform: translateY(-19px) rotate(-45deg)
    }
}
@keyframes menu-bottom {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-19px);
        transform: rotate(0deg) translateY(-19px)
    }
    100% {
        -webkit-transform: translateY(-19px) rotate(-45deg);
        transform: translateY(-19px) rotate(-45deg)
    }
}
@-webkit-keyframes menu-bottom-reverse {
    0% {
        -webkit-transform: translateY(-19px) rotate(-45deg);
        transform: translateY(-19px) rotate(-45deg)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-19px);
        transform: rotate(0deg) translateY(-19px)
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg)
    }
}
@keyframes menu-bottom-reverse {
    0% {
        -webkit-transform: translateY(-19px) rotate(-45deg);
        transform: translateY(-19px) rotate(-45deg)
    }
    50% {
        -webkit-transform: rotate(0deg) translateY(-19px);
        transform: rotate(0deg) translateY(-19px)
    }
    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg)
    }
}
.site {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
}
.site__name {
    font-size: 16px;
    margin: 0
}
.site__name--big {
    font-size: 32px
}
.site__venue {
    color: #8e775f;
    margin: 5px 0
}
.cat__content > .row {
    padding-bottom: 50px;
}
.content {
    padding: 10px 15px 30px
}
.home-content {
    text-align: center
}
.home-content__title {
    font-size: 32px;
    font-weight: bold
}
.js_shop_buy input[disabled] {
    border: 1px solid #666 !important;
    color: #666 !important
}
.js_shop_buy input[disabled]:hover {
    box-shadow: none;
    text-shadow: none
}
.awadcontent {
    width: 900px;
    margin: 20px auto
}
.block_captcha {
    margin: 10px 0;
    padding: 5px 0;
    text-align: center
}
.block_captcha .left_captcha {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}
.block_captcha .right_captcha {
    display: inline-block;
    vertical-align: top;
    text-align: left
}
.block_captcha .right_captcha input[type="text"] {
    margin-top: 15px
}
.captcha_update {
    margin-top: 5px
}
.button-refresh {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_refresh.png);
    cursor: pointer;
    text-decoration: none
}
#regform {
    display: none
}
#regform,
.reminding_form,
.feedback_form,
.usersettings_form {
    width: 50%
}
#regform input[type=text],
#regform input[type=password],
#regform input[type=tel],
#regform input[type=file],
#regform textarea,
#regform input[type=email],
#regform select,
.reminding_form input[type=text],
.reminding_form input[type=password],
.reminding_form input[type=tel],
.reminding_form input[type=file],
.reminding_form textarea,
.reminding_form input[type=email],
.reminding_form select,
.feedback_form input[type=text],
.feedback_form input[type=password],
.feedback_form input[type=tel],
.feedback_form input[type=file],
.feedback_form textarea,
.feedback_form input[type=email],
.feedback_form select,
.usersettings_form input[type=text],
.usersettings_form input[type=password],
.usersettings_form input[type=tel],
.usersettings_form input[type=file],
.usersettings_form textarea,
.usersettings_form input[type=email],
.usersettings_form select {
    width: 100%
}
#regform textarea,
.reminding_form textarea,
.feedback_form textarea,
.usersettings_form textarea {
    height: 120px
}

.lang_1 .registration_form .param19 {
    display: none;
}
.lang_1 .registration_form .param20 {
    display: none;
}

.login {
    text-align: center
}
.login input[type=text] {
    margin-bottom: 10px
}
.login input[type="submit"] {
    margin: 10px auto;
    padding: 5px 20px;
    width: 30%
}
.login input[type="checkbox"] {
    margin: 10px 0
}
.user_order tr td,
.user_order tr th {
    padding: 5px 10px
}
.required_field {
    font-size: 13px
}
.registration_form .param16 {
    display: none
}
.block_captcha .error_message {
    color: red;
    font-size: 12px;
    padding-top: 22px
}
.regcomments {
    font-style: italic;
    font-size: 12px
}
.errors {
    color: red;
    font-size: 12px;
    font-weight: bold
}
.block {
    background-color: #FFF;
    padding: 15px 30px 30px 30px;
    margin: 20px 0
}
.block h3,
.block .block_header {
    margin: 20px 0
}
.block h4 {
    margin: 5px 0 15px
}
.block h4:first-child {
    margin-top: 5px
}
.block .login input[type='text'],
.block input[type='password'] {
    padding: 8px 10px;
    width: 100%
}
.block .button {
    margin: 6px 0
}
.block p:first-child {
    margin-top: 5px
}
.block-row {
    border-bottom: solid 1px #F6F6F6;
    padding-top: 1px;
    margin: 20px 0;
    padding-bottom: 10px;
    display: table
}
.block-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.block-row-img {
    display: table-cell;
    margin-top: 6px;
    margin-bottom: 5px
}
.block .block-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px
}
.block-no-img .block-text {
    padding-left: 0
}
#show_cart {
    line-height: 24px
}
#show_cart img {
    margin: 0px 10px 30px 50px;
    float: left
}
.to-cart input[type=button] {
    margin: 10px 0
}
.shop-item::before {
    border: 1px solid transparent;
    bottom: -5px;
    content: " ";
    left: -12px;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: -12px;
    -webkit-transition: border 0.2s ease 0s;
    transition: border 0.2s ease 0s
}
.shop-item:hover::before {
    border: 1px solid #060
}
.shop-photo {
    display: block;
    position: relative
}
.shop-photo-labels {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%
}
.shop-photo-labels>* {
    display: block;
    margin: 5px 0;
    vertical-align: bottom
}
.shop-item-price .title {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    padding-top: 4px;
    border-bottom: none;
}
.shop-item-price .price {
    color: #17345A;
    display: table-cell;
    padding-top: 4px
}
.price {
    font-size: 18px;
    font-weight: bold
}
.shop-item-left {
    margin: 0 20px 30px 0
}
.shop-row {
    position: relative;
    margin-left: 0;
    margin-bottom: 30px
}
.shop-pane .shop-item-title {
    display: block;
    clear: left;
    color: #1A4860;
    font-size: 12px;
    margin: 10px 0 0 0
}
.shop-pane .shop-item-title .goodname {
    color: #CC3366;
    font-size: 14px;
    font-weight: 500
}
.shop-pane .paginator {
    clear: both
}
.shop-item {
    margin: 10px;
    padding: 10px;
    position: relative;
    min-height: 215px;
}
.shop-item:first-child {
    margin-top: 0
}
.shop-item:before {
    pointer-events: none;
    content: " ";
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -5px;
    border: 1px solid transparent;
    -webkit-transition: border 0.2s;
    transition: border 0.2s
}
.shop-item:hover:before {
    border: 1px solid #599FAB
}
.shop-item .shop_img.shop-photo {
    text-align: center;
    height: 100px;
    overflow: hidden
}
.shop-item .shop_img.shop-photo img {
    max-width: 100%;
    max-height: none;
    height: auto;
}
.shop-photo {
    position: relative;
    display: block
}
.shop-photo-labels {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    pointer-events: none
}
.shop-photo-labels>* {
    display: block;
    margin: 5px 0;
    vertical-align: bottom
}
.shop-like {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: url(../img/icon_like_off.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px
}
.shop-like.active {
    background: url(../img/icon_like_on.png) no-repeat center center
}
.shop-like:after {
    content: " ";
    background: url(../img/icon_like_off.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top 0s, opacity 0s, visibility 0s;
    transition: top 0s, opacity 0s, visibility 0s
}
.shop-like.animate:after {
    opacity: 1;
    visibility: visible
}
.shop-like.active:after {
    -webkit-transition: top 0.4s, opacity 0.4s, visibility 0.4s;
    transition: top 0.4s, opacity 0.4s, visibility 0.4s;
    top: -12px;
    opacity: 0;
    visibility: hidden
}
.shop-item-info2 .block img {
    margin-right: 8px;
    vertical-align: middle
}
.shop_search_param {
    margin-top: 10px
}
.cart {
    width: 100%
}
.cart .cart_count input[type="text"] {
    width: 50px
}
.cart .cart_name {
    width: 250px
}
.payments .payment .payment_text {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 20px
}
.cart_one_click {
    background-color: #fff;
    padding: 10px
}
.cart_autorization .login input[type="text"],
.cart_autorization .login input[type="password"],
.cart_autorization .login label {
    display: block;
    width: 20%
}
table.cart,
table.wishlist,
table.user_order {
    border-collapse: collapse
}
table.cart td,
table.wishlist td,
table.user_order td {
    border: 1px solid #dedede;
    padding: 10px
}
table.user_order {
    width: 100%
}
.cart_form input[type="text"],
.cart_form input[type="email"],
.cart_form textarea {
    margin-top: 10px;
    width: 400px
}
textarea {
    height: 80px;
    width: 350px
}
.payments {
    line-height: 24px;
    margin-bottom: 10px
}
.view-source {
    border: 1px solid #dedede;
    margin: 20px 0;
    padding: 10px 20px;
    width: 100%
}
#hidepars {
    display: none
}
#hidepars .infoform {
    color: #17345A;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0
}
.infoform {
    color: #599FAB;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 16px
}
.feedback_form_param40 {
    display: none;
    padding-left: 25px;
    color: #17345A;
    font-style: italic
}
#hidepart {
    display: none
}
.cart_remove span,
.wishlist_remove span {
    display: block;
    background: url(../../img/remove.png) no-repeat center center;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0 auto
}
.cart_remove input[type=checkbox] {
    display: none
}
.shop_form .error {
    font-size: 12px;
    font-weight: bold;
    color: #FF0000
}
.shop_form .error a:link,
.shop_form .error a:visited {
    color: #FF0000;
    text-decoration: underline
}
.shop_form .error a:hover {
    text-decoration: none
}
.shop_list .block_header {
    font-size: 1.2em;
    font-weight: bolder;
    margin: 10px 0 5px 0
}
.user_order tr td,
.user_order tr th {
    border: 1px solid #e2e2e2
}
.wide_logout input[type="submit"] {
    display: inline-block
}
.feedback_form {
    width: 50%
}
.feedback_form input[type=text],
.feedback_form input[type=email],
.feedback_form input[type=password],
.feedback_form input[type=tel],
.feedback_form input[type=file],
.feedback_form select,
.feedback_form textarea {
    width: 100%
}
.feedback_form .error_message div[align=center] {
    margin: 20px 0
}

.feedback_form .infofield {
    margin-top: 10px;
}

.feedback_form .feedback_form_param_text {
    margin: 5px 0 10px 0;
    font-size: 13px;
}

.feedback_form_param56 {
    display: none;
}
.feedback_form_param57 {
    display: none;
}


.footer {
    height: 120px;
    margin-top: -120px;
    color: #616161
}
.footer .bold_text {
    color: #a8a8a8
}
.footer a,
.footer a:link,
.footer a:visited {
    color: #616161
}
.footer a:hover {
    color: #7b7b7b
}
.footer a:active {
    color: #484848
}
.copyright__more-information {
    float: right
}
.copyright__more-information a,
.copyright__more-information a:link,
.copyright__more-information a:visited {
    color: #efc950
}
.copyright__more-information a:hover {
    color: #f3d77f
}
.copyright__more-information a:active {
    color: #ebbb21
}
.footer-logo {
    padding: 10px 5px 5px
}
.footer-logo img {
    max-width: 170px
}
@media (max-width: 1223px) {
    .feedback_form {
        width: 50%
    }
}
@media (max-width: 1003px) {
    .top-menu__link {
        display: block;
        padding: 10px;
        color: #EB2027;
        font-size: 14px
    }
    .feedback_form {
        width: 60%
    }
}
@media (max-width: 767px) {
    .copyright {
        text-align: center
    }
    .copyright__more-information {
        float: none;
        display: block;
        width: 100%;
        text-align: center
    }
    .logo {
        text-align: center;
        margin: 10px
    }
    .wrapper_body {
        padding-bottom: 0
    }
    .footer {
        height: auto;
        margin-top: 10px
    }
    .feedback_form {
        width: 75%
    }
    .content {
        margin: 5px 0 30px;
        padding: 10px 10px 20px
    }
    .top-menu {
        margin: 0 10px 10px 10px
    }
    .top-menu__block {
        text-align: center
    }
    .lang {
        top: -60px;
    }
}
@media (max-width: 519px) {
    img.left,
    img.right {
        display: block;
        float: none;
        max-width: 90%;
        margin: 0 auto 10px
    }
    .feedback_form {
        width: 90%;
        margin: 0 auto
    }
    .logo {
        width: 180px;
    }
    .lang {
        margin: 10px;
        top: -55px;
    }
}