/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px 20px 12px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.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;
}



/* common */
body {
    background: #EEE;
}
header .container, main .container, footer .container {
    background: #FFF;
}
a:link {
    color: #247ABF;
}
a:visited {
    color: #1144AA;
}
img {
    max-width: 100%;
    height: auto;
}
.link__button {
    display: inline-block;
    padding: 10px 20px;
    background: #778899;
    text-decoration: none;
    transition: background-color .5s;
    margin: 10px;
}
.link__button:hover {
    background: #247ABF;
    text-decoration: none;
}
a.link__button:link, a.link__button:visited {
    color: #FFF;
}
input[type="submit"],
.button.solid {
    margin-top: 10px;
    padding: 5px 15px;
    background: #778899;
    border: 0;
    color: #FFF;
    transition: all .3s;
}
input[type="submit"]:hover,
.button.solid:hover {
    background: #247ABF;
}
.registration_form input[type=text],
.registration_form input[type=password],
.registration_form input[type=tel],
.registration_form input[type=file],
.registration_form textarea,
.registration_form input[type=email],
.registration_form 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: 300px;
    border: 1px solid #aaa;
}
textarea {
    height: 100px;
}
.feedback_form .inpselect {
    font-size: 13px;
}
.infofield {
    margin-top: 5px;
}
.chosen-container-single .chosen-single {
    border-radius: 5px;
    background:-webkit-gradient(#FFF,#FFF);
    background:-webkit-linear-gradient(#FFF,#FFF);
    background:-moz-linear-gradient(#FFF,#FFF);
    background:-o-linear-gradient(#FFF,#FFF);
    background:linear-gradient(#FFF,#FFF);
    box-shadow:none;
    border-radius: 0;
}
.registration_text, .regcomments {
    font-style: italic;
    font-size: 12px;
    margin: 2px 0 5px 0;
}

h1 {
    font-size: 28px;
    margin-bottom: 25px;
}
h2 {
    font-size: 22px;
    margin-bottom: 15px 0 20px 0;
}
h3 {
    font-size: 18px;
    margin: 10px 0 15px 0;
}
/* header */
header .row {
    padding: 10px 20px;
}
.header__logo {
    margin: 5px 0;
    text-align: right;
}
.header__logo img {
    max-width: 462px;
}
.header__title {
    font-size: 18px;
    padding: 25px 30px;
}
.title_name {
    font-size: 24px;
}
.title_date {
    font-size: 15px;
    line-height: 28px;
    color: #247ABF;
}
.title__place {
    font-size: 15px;
}
.lang-container .lang {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    text-indent: 9999px;
}
.lang.eng {
    background: url(../img/flag-eng-32.png);
}
.lang.ru {
    background: url(../img/flag-ru-32.png);
}
nav.row {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #778899;
    color: #FFF;
}
.topmenu {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#top-menu {
  /*border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;*/
}

.topmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topmenu ul li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
}
.topmenu ul li a {
  display: block;
  padding: 7px 0;
  color: #FFF;
}
.topmenu ul li a:hover,
.topmenu ul li a:active {
    color: #FFF;
    text-decoration: underline;
}
.topmenu ul li.active {
  padding: 7px 0;
}

.top-menu > li.active > a, .top-menu > li:hover > a{
    color: #b90546;
    text-decoration: none;
}

/* main */
.content {
    padding-bottom: 50px;
}

.wide-profile-block .profile-hello-text {
    padding-top: 20px;
}

.incontent_menu {
    padding-left: 40px;
}
.incontent_menu li {
    margin-bottom: 5px;
    list-style: none;
    font-style: italic;
}
.fa {
    margin-right: 10px;
}
.registration_form {
    display: none;
}
.attachment_extensions {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
}
.error_message, .error {
    position: relative;
    box-shadow: none;
    opacity: 1;
    z-index: 1;
}

/* sidebar */
.sidebar {
    padding: 20px 15px 40px 15px;
    background: #FFF;
    margin: 20px 0;
    border: 2px solid #EEE;
    border-radius: 4px;
}
.sidebar .menu {
    margin-left: 0;
    padding-left: 0;
}
.sidebar .menu li {
    list-style-type: none;
    padding-bottom: 5px;
}

/* cart */
#hidepars {
    display: none;
}
.cart th {
    font-size: 13px;
    padding: 2px 5px;
}
.view-source {
    border: 1px solid #dedede;
    margin: 20px 0;
    padding: 20px;
    width: 100%;
}
.payments .payment .payment_text {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 20px;
}
.order_form_param_text {
    margin: 15px 5px;
    font-style: italic;
    font-size: 13px;
}

/* shop */
.shop_list .block_header {
    background: #EEE;
    font-size: 140%;
    font-weight: bold;
}
.shop_id input[type="text"] {
    margin-bottom: 10px;
}
.shop-item-price {
    margin-bottom: 15px;
}
.shop-item-price .price {
    font-size: 20px;
    padding: 0 10px;
}
.shop_id .addict-field {
    margin-bottom: 15px;
}
.shop_id .error {
    font-size: 13px;
}
.shop_id .button {
    margin-bottom: 5px;
}
.shop_list {
    padding: 0 0 25px;
}
.shop_list .shop-item-title {
    display: block;
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.shop_id .shop-item-info1 {
    padding-top: 15px;
}
.shop_list .shop-item {
    height: 280px;
    max-width: 280px;
    float: left;
    padding: 10px 20px 10px 10px;
    margin: 0 20px 20px 0;
    border: 1px solid #EEE;
    transition: border .5s;
}
.shop_list .shop-item:hover {
    border: 1px solid #b90546;
}
.clearleft {
    clear: left;
}

/* captcha */
.block.captcha {
    width: 430px;
    display: table;
    position: relative;
    margin: 10px 0;
}
.block.captcha input[type="text"] {
    width: 120px;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.block.captcha .input-title {
    margin-top: 0;
}
.button-refresh {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_refresh.png);
    cursor: pointer;
}
.button-refresh:hover {
    text-decoration: none;
}

.login input {
    margin: 0 5px 10px 0;
}
.login .arrow-link {
    margin-right: 5px;
}

/* footer */
footer .row {
    padding: 20px;
    border-top: 2px solid #EEE;
}
.footer__logo {
    margin-top: 10px;
    height: 50px;
}
.footer__share {
    text-align: center;
}
.footer__share .socials > div {
    padding-bottom: 5px;
    font-size: 13px;
}
.footer_descript {
    margin-top: 10px;
    font-size: 13px;
}
.footer__contacts {
    padding-top: 5px;
    width: 250px;
    float: right;
}

/* visa support */
.visa_hidepart {
    display: none;
}
.feedback_form_param46 {
    display: none;
    padding-left: 20px;
    font-style: italic;
}
.feedback_form_param_text {
    font-size: 13px;
    font-style: italic;
}

.param15 {
    display: none;
    margin-left: 20px;

}