/* Code tidied up by ScrapBook */
html {
  font-family: sans-serif;
}
body {
  margin: 0px;
}
header,
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0px none;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
img {
  border: 0px none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  height: 100%;
  font: 18px/1.25 sans-serif;
}
body {
  min-height: 100%;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  color: rgb(38, 70, 84);
}
.page {
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.content-wrap {
  max-width: 1140px;
  margin: 0px auto;
  -moz-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
}
h1,
h4 {
  display: block;
  margin: 0.5em 0px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
h1 {
  font-size: 2.25rem;
}
h4 {
  font-size: 1.0625rem;
}
.main p {
  margin: 1.6em 0px;
  word-break: break-word;
}
a {
  color: rgb(0, 125, 182);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease 0s;
}
a:hover {
  border-bottom-color: transparent;
}
img {
  max-width: 100%;
  border: medium none;
}
.btn {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0px 1.2em;
  border: medium none;
  outline: medium none;
  background: rgb(41, 124, 179) none repeat scroll 0% 0%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.btn:hover {
  background: rgb(95, 170, 215) none repeat scroll 0% 0%;
}
.btn:active {
  background: rgb(26, 114, 163) none repeat scroll 0% 0%;
}
*::-moz-selection {
  background: rgba(229, 90, 41, 0.75) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
*::-moz-placeholder {
  color: rgb(140, 140, 140);
  font-size: 12px;
  text-transform: uppercase;
}
.cf::after {
  content: '';
  display: table;
  clear: both;
}
.container {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0px 2.5%;
}
.logo {
  display: table;
  table-layout: fixed;
  border-bottom: medium none;
  color: inherit;
  transition: all 0.25s ease 0s;
}
.logo:hover {
  opacity: 0.8;
}
.logo > * {
  display: table-cell;
  vertical-align: middle;
}
.logo__pict {
  padding-right: 12px;
}
.logo__pict img {
  position: relative;
  top: -2px;
  width: 56px;
  max-width: none;
}
.logo__text {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}
.logo__uppercase {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.actual-info {
  margin: 0px;
  padding-bottom: 15px;
  font-size: 0.875rem;
}
.menu {
  top: 100%;
  left: 0px;
  right: 0px;
  font-size: 0.875rem;
  line-height: 1.428;
}
.menu__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.5%;
  border-bottom-color: transparent;
  letter-spacing: 1px;
  font-weight: bold;
}
.menu-toggle {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  height: 23px;
  width: 27px;
  margin: auto;
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.menu-toggle__line {
  height: 3px;
  background: rgb(41, 124, 179) none repeat scroll 0% 0%;
}
.menu-toggle__line + .menu-toggle__line {
  margin-top: 7px;
}
.header {
  position: relative;
  z-index: 1210;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  font-weight: normal;
  flex-shrink: 0;
  transition: all 0.25s ease 0s;
}
.header__in {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__in:first-child {
  padding-top: 20px;
  padding-bottom: 5px;
}
.header__cell {
  display: table-cell;
  vertical-align: middle;
}
.header__logo {
  width: 1%;
}
.header__menu {
  position: relative;
  text-transform: uppercase;
}
.header__menu .menu__link:hover {
  color: inherit;
}
.user-block {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: table;
  margin: auto;
  text-align: right;
  top: 40px;
}

.user-block__login {
  max-width: 10rem;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

.user-block__btn--login {
  background-color: transparent;
  color: rgb(41, 124, 179);
  font-size: 14px;
  font-weight: bold;
}
.user-block__btn--login:hover {
  background-color: transparent;
  color: inherit;
}
.page--inner {
}
.page--inner .header {
  border-bottom: 2px solid rgb(247, 247, 247);
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 960px) {
  .header__in {
    padding: 0px;
  }
  .header__cell {
    display: block;
  }
  .header__logo {
    position: relative;
    z-index: 110;
    width: auto;
    padding: 10px 2.5%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  }
  .header__menu {
    display: none;
    position: absolute;
    z-index: 100;
    background: rgb(41, 124, 179) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
  }
  .header__menu .menu__link {
    background: rgb(41, 124, 179) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
  }
  .actual-info {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .user-block {
    position: static;
    float: none;
    display: table;
    width: 100%;
    border-top: 1px solid rgb(37, 112, 161);
    background: rgb(41, 124, 179) none repeat scroll 0% 0%;
    text-align: left;
  }
  .user-block__login {
    max-width: 12rem;
    font-size: 14px;
    text-transform: uppercase;
  }
  .user-block__btn {
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    font-size: 14px;
  }
  .user-block__btn:hover {
    background-color: transparent;
    color: rgb(41, 124, 179);
  }
  .user-block__btn--login {
    width: 100%;
    padding: 0px 2.5%;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: normal;
  }
  [class*='user-block__btn--log']:hover {
    background-color: rgb(37, 112, 161);
    color: rgb(255, 255, 255) !important;
  }
  .header__menu .menu__link {
    float: none;
    display: block;
    margin: 0px;
    padding: 20px 2.5%;
  }
  .header__menu .menu__link:hover {
    background-color: rgb(37, 112, 161);
    color: rgb(255, 255, 255);
  }
  .header__menu .menu__link + .menu__link {
    border-top: 1px solid rgb(37, 112, 161);
  }
  .header__menu .menu__link br {
    display: none;
  }
  .menu-toggle {
    z-index: 110;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .page {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
  h1 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__in {
    padding: 0px;
  }
  .header__logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  .actual-info {
    padding-left: 40px;
    padding-right: 40px;
    color: rgb(170, 170, 170);
    text-align: center;
  }
  .user-block {
  }
  .user-block__btn--login {
    padding: 0px 40px;
  }
  .menu .menu__link {
    padding-left: 40px;
    padding-right: 40px;
  }
  .menu-toggle {
    display: block;
  }
}
.vk-container {
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.vk-header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}
.vk-logo {
  background: transparent none no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}
.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}
.vk-avatar img {
  float: left;
  margin-right: 10px;
}
.vk-comment {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}
.vk-comment:last-child {
  border-bottom: 0px none;
}
.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}
.vk-comment-text {
  margin-left: 60px;
}
.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}
.main {
  margin: 0 auto;
  width: 80%;
  border-right: 2px solid rgb(246, 246, 246);
  padding: 10px;
}
@media (max-width: 980px) {
  .main {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

.vk-comment-text p {
  margin: 0;
  padding: 0;
}
#first-comment {
  display: none;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

body {
  font-family: sans-serif;
}
@media (max-width: 480px) {
  body {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    width: 100%;
    font-size: 90%;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 400px) {
  .answer {
    background-image: none !important;
    background-color: initial !important;
    padding-left: 0 !important;
  }
}

/* for here */
.vk-comment-date {
  display: none;
}
.answer {
  padding-left: 40px;
}
.bot-btn {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  background: red;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  padding: 7px 10px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.vk-comment-text img {
  display: block;
  width: 80% !important;
  max-width: 350px;
}

body {
  font-family: sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 27px;
}

.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentBox p {
  margin: auto !important;
}

header {
  border-bottom: 3px solid rgb(242, 242, 242);
}

.time_remains {
  color: red;
}

.vk-container {
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.vk-header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent none no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-comment,
.vk-comment {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
}

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 15px;
  margin-left: 60px;
  margin-bottom: 5px;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.vk-logo {
  background: transparent none no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-avatar img {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px !important;
}

.vk-comment,
.vk-comment {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-comment:last-child {
  border-bottom: 0px none;
}

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-text img {
  margin-top: 10px;
}

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.vk-comment p {
  margin: 0 !important;
}

.trust__blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.trust__block {
  max-width: 200px;
  width: 100%;
  max-height: 100px;
  height: 100%;
}
