.text {
  text-align: justify;
}

.main-prod {
  width: 250px;
  padding-top: 20px;
}

.center {
  text-align: center !important;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px none;
  padding: 0px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.3;
  font-family: sans-serif;
}

body {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  color: rgb(38, 70, 84);
}

.content-wrap {
  max-width: 1140px;
  margin: 0px auto;
  -moz-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
}

h1,
h2,
h3 {
  display: block;
  margin: 0.5em 0px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.125rem;
}

p {
  margin: 0.5em 0px;
}

a,
.link {
  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;
}

.f-control:hover .f-control__input:not(:disabled)+.f-control__fake {
  border-color: rgb(143, 143, 143);
}

.cf::after {
  content: '';
  display: table;
  clear: both;
}

.container {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0px 2.5%;
}

.collapsible__heading {
  position: relative;
}

.collapsible__toggle {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  cursor: pointer;
}

.collapsible__toggle::after {
  /* content: ''; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 25px;
  height: 10px;
  width: 10px;
  margin: auto;
  border-width: medium 2px 2px medium;
  border-style: none solid solid none;
  border-color: currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(45deg);
  transform-origin: 66% 66% 0px;
  transition: all 0.25s ease 0s;
}

.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;
}

.menu__link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.5%;
  border-bottom-color: transparent;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
}

.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;
}

.subnav {
  border-bottom: 2px solid rgb(246, 246, 246);
  background: rgb(251, 251, 252) none repeat scroll 0% 0%;
  font-weight: normal;
}

.subnav__menu {
  height: 54px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
}

.subnav__menu .menu__link {
  margin-left: 0px;
  margin-right: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  color: rgb(41, 124, 179);
}

.subnav__menu .menu__link:hover {
  color: inherit;
}

.subnav__menu .collapsible__heading {
  display: none;
}

.subnav__menu .collapsible__body {
  display: inline-block;
}

.subnav__menu .collapsible__toggle {
  display: none;
}

.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;
}

.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: 16px;
  font-weight: bold;
}

.user-block__btn--login:hover {
  background-color: transparent;
  color: inherit;
}

@media only screen and (max-width: 1140px) {
  .main {
    border: none  !important;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 960px) {
  .header__menu {
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
    padding-right: 105px;
    overflow: hidden;
  }
}

@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) {
  .collapsible__toggle {
    display: block;
  }

  .collapsible__body {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .subnav__menu {
    margin: 0px -2.5%;
    padding: 0px;
  }

  .subnav__menu .menu__link {
    display: block;
    width: auto;
    margin-right: 0px;
  }

  .subnav__menu .collapsible__heading {
    display: block;
  }

  .subnav__menu .collapsible__toggle {
    display: block;
  }

  .text {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }

  h1 {
    font-size: 16px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 15px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header__in {
    padding: 0px;
  }

  .header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .actual-info {
    padding-left: 40px;
    padding-right: 40px;
    color: rgb(170, 170, 170);
    text-align: center;
  }

  .user-block__btn--login {
    padding: 0px 40px;
  }

  .menu .menu__link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subnav__menu {
    margin: 0px -40px;
  }

  .menu-toggle {
    display: block;
  }
}

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

.main {
  width: 100%;
  border-right: 2px solid rgb(246, 246, 246);
  border-left: 2px solid rgb(246, 246, 246);
  padding: 10px 15px;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fontawesome-webfont.eot-.html') format('embedded-opentype'),
    url('../fontawesome-webfont.woff2-v%3d4.6.1.html') format('woff2'),
    url('../fontawesome-webfont.woff-v%3d4.6.1.html') format('woff'),
    url('../fontawesome-webfont.ttf-v%3d4.6.1.html') format('truetype'),
    url('../fontawesome-webfont.svg-v%3d4.6.1.html') format('svg');
}

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

.subnav__menu .collapsible__heading {
  display: inline;
}

.subnav__menu .menu__link {
  margin-right: 1rem;
}

@media only screen and (max-width: 640px) {
  .subnav__menu .menu__link {
    display: inline-block;
    width: 100%;
  }

  .subnav__menu .collapsible__heading {
    display: inline;
  }
}

.iframe {
  width: 100%;
  height: auto;
  background: white;
  border: 5px dashed #000;
  box-sizing: border-box;
  padding: 10px;
}

.form-font {
  font-size: 32px;
  text-shadow: 0 0 1px #67864d;
  line-height: 42px;
  color: #000;
}

.order_form {
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  font-family: Arial, Helvetica;
}

.block_form {
  margin: 0 0 12px;
}

.block_form_label {
  font-size: 14px;
  color: #333;
  display: block;
  float: left;
  width: 97%;
  margin: 0 auto;
  text-align: left;
}

.block_form input {
  display: block;
  width: 100.8%;
  padding: 6px 10px;
  border: #888 1px solid;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

input {
  outline: 0;
}

.ifr_button {
  display: block;
  font-family: calibri, roboto, arial;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  height: auto;
  min-height: 51px;
  margin: 20px auto;
  padding: 0 34px;
  color: #fff;
  background: #bf2219;
  border: none;
  transition: 0.2s linear;
}

.ifr_button:hover {
  box-shadow: 0 0 0 2px #d2973d inset, 0 0 0 4px white inset;
}