.btn,
.header__menu,
.logo__text,
.logo__uppercase,
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
.cf::after {
  content: "";
}
.btn,
a:active,
a:hover {
  outline: 0;
}
.btn,
.menu__link {
  letter-spacing: 1px;
}
.btn,
.vk-container,
a {
  text-decoration: none;
}
.btn,
.container {
  position: relative;
}
.btn,
.logo__text {
  white-space: nowrap;
}
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #264654;
}
footer,
header,
nav {
  display: block;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: 700;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font: 16px/1.25 sans-serif;
  font-family: sans-serif !important;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-wrap {
  max-width: 1140px;
  margin: 0 auto;


}
h1,
h2,
h3,
h4 {
  display: block;
  margin: 0.5em 0;
  line-height: 1.2;
  font-weight: 700;
}
h1 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1.0625rem;
}
.main p {
  margin: 1.6em 0;
}
a {
  color: #007db6;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
a:hover {
  border-bottom-color: transparent;
}
.btn,
img {
  border: none;
}
img {
  max-width: 100%;
}
.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0 1.2em;
  background: #297cb3;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header,
.logo,
.menu-toggle {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.btn:hover {
  background: #5faad7;
}
.btn:active {
  background: #1a72a3;
}
::-moz-selection {
  background: rgba(229, 90, 41, 0.75);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
::-moz-placeholder {
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}
::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}
::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}
.cf::after {
  display: table;
  clear: both;
}
.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 2.5%;
}
.header,
.header__menu,
.logo__pict img {
  position: relative;
}
.logo {
  display: table;
  table-layout: fixed;
  border-bottom: medium;
  color: inherit;
}
.logo:hover {
  opacity: 0.8;
}
.logo > * {
  display: table-cell;
  vertical-align: middle;
}
.logo__pict {
  padding-right: 12px;
}
.logo__pict img {
  top: -2px;
  width: 56px;
  max-width: none;
}
.logo__text {
  font-size: 14px;
  font-weight: 700;
}
.logo__uppercase {
  font-size: 32px;
  line-height: 1;
}
.actual-info {
  margin: 0;
  padding-bottom: 15px;
  font-size: 0.875rem;
}
.menu {
  top: 100%;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  line-height: 1.428;
}
.menu__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  border-bottom-color: transparent;
  font-weight: 700;
}
.menu-toggle {
  display: none;
}
.header {
  font-weight: 400;
}
.menu-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 23px;
  width: 27px;
  margin: auto;
  cursor: pointer;
}
.menu-toggle__line {
  height: 3px;
  background: #297cb3;
}
.menu-toggle__line + .menu-toggle__line {
  margin-top: 7px;
}
.header__menu .menu__link:hover {
  color: inherit;
}
.header {
  z-index: 1210;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.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%;
}
.user-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  margin: auto;
  text-align: right;
}
.user-block__login {
  max-width: 10rem;
  font-size: 13px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: none;
}
.user-block__btn--login {
  background-color: transparent;
  color: #297cb3;
  font-size: 14px;
  font-weight: 700;
}
.user-block__btn--login:hover {
  background-color: transparent;
  color: inherit;
}
.footer {
  padding: 25px 0;
  border-top: 3px solid #f2f2f2;
  background: #fff;
  font-size: 14px;
  line-height: 1.4285;
  font-weight: 400;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.page--inner .header {
  border-bottom: 2px solid #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 960px) {
  .header__in {
    padding: 0;
  }
  .header__cell {
    display: block;
  }
  .header__logo {
    position: relative;
    z-index: 110;
    width: auto;
    padding: 10px 2.5%;
    background: #fff;
  }
  .header__menu {
    display: none;
    position: absolute;
    z-index: 100;
    background: #297cb3;
    color: #fff;
  }
  .header__menu .menu__link {
    background: #297cb3;
    color: #fff;
  }
  .actual-info {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .user-block {
    position: static;
    float: none;
    display: table;
    width: 100%;
    border-top: 1px solid #2570a1;
    background: #297cb3;
    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: #297cb3;
  }
  .user-block__btn--login {
    width: 100%;
    padding: 0 2.5%;
    color: #fff;
    text-align: left;
    font-weight: 400;
  }
  [class*="user-block__btn--log"]:hover {
    background-color: #2570a1;
    color: #fff !important;
  }
  .header__menu .menu__link {
    float: none;
    display: block;
    margin: 0;
    padding: 20px 2.5%;
  }
  .header__menu .menu__link:hover {
    background-color: #2570a1;
    color: #fff;
  }
  .header__menu .menu__link + .menu__link {
    border-top: 1px solid #2570a1;
  }
  .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;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 14px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__in {
    padding: 0;
  }
  .actual-info,
  .header__logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  .actual-info {
    color: #aaa;
    text-align: center;
  }
  .user-block__btn--login {
    padding: 0 40px;
  }
  .menu .menu__link {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer {
    padding-top: 0;
  }
  .menu-toggle {
    display: block;
  }
}
.vk-container {
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
}
.vk-header {
  background: #dae2e8;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}
.vk-logo {
  background: no-repeat;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}
.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}
.main,
.sidebar {
  float: left;
  padding: 10px;
}
.main {
  border-right: 2px solid #f6f6f6;
}
.sidebar {
  background-color: #fbfbfc;
  margin: 15px;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}
.sidebar li img {
  float: left;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #f6f6f6;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.sidebar ul li {
  list-style: none;
  padding-top: 40px;
  font-size: 16px;
  color: #1697ce;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media (max-width: 980px) {
  .main {
    width: auto;
  }
  .sidebar {
    display: none;
  }
}
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;
  }
}
body {
  font-family: sans-serif;
}
.contentBox {
  line-height: 1.5;
}
.contentBox p {
  padding-bottom: 18px;
  padding-top: 10px;
}
.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 27px;
}
.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.ord_button {
  display: inline-block;
}
.contentBox p {
  margin: auto !important;
}
header {
  border-bottom: 3px solid #f2f2f2;
}
.qoute {
  position: relative;
  border-top: 3px solid #5e869e;
  border-bottom: 3px solid #5e869e;
  padding: 15px 0;
}
.qoute p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  z-index: 1;
}
.qoute img {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  z-index: 0;
}
.ord_button {
  background-color: #fa3d3d;
  color: #fff !important;
  padding: 10px 30px;
  font-size: 22px !important;
  -webkit-box-shadow: 2px 3px 8px rgb(153 153 153);
  box-shadow: 2px 3px 8px rgb(153 153 153);
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  text-shadow: 1px 1px 0 #565656;
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
td {
  padding: 5px;
}
img.photo-people {
  width: 75px;
  border-radius: 50px;
}
.photo {
  float: left;
  margin-right: 10px;
}
.commit-text {
  margin-top: 30px;
  min-height: 75px;
}
.com-txt {
  padding-left: 90px;
  text-align: left;
  color: #000;
}
.clear {
  clear: both;
}
@media only screen and (max-width: 500px) {
  .close-popup {
    right: 0 !important;
    top: -40px !important;
  }
}
.product-image {
  max-width: 400px;
  width: 100%;
}
[scroll="goScrollToForm"] {
  cursor: pointer;
}
input[type="submit"] {
  -webkit-appearance: none !important;
}
.com-txt img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 5px;
}
@media (max-width: 1100px) {
  .user-block {
    display: none;
  }
}
@media (max-width: 1000px) {
  .content-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .contentBox h2 {
    font-size: 24px;
  }
}
[scroll="goScrollToForm"] {
  cursor: pointer;
}
.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.3s infinite loadingD;
}
@keyframes loadingD {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
