body {
  font-family: "Open Sans", sans-serif;
  color: #444;
  line-height: 1.5625;
}
p {
  text-indent: 40px;
  font-size: 16px;
}
p > img {
  width: 100% !important;
}
.iframe {
  width: 100%;
  height: auto;
  background: #fff none repeat scroll 0 0;
  border: 5px double #000;
  box-sizing: border-box;
  padding: 10px;
}
.form-font {
  font-size: 32px;
  text-shadow: 0 0 1px #67864d;
  line-height: 42px;
}
.block_form {
  margin: 0 0 12px;
}
.block_form_label {
  font-size: 14px;
  color: #333;
  display: block;
  float: left;
  width: 98%;
  margin: 0 auto;
  text-align: left;
}
.block_form input {
  display: block;
  width: 98.8%;
  padding: 8px 10px;
  border: 1px solid #888;
  font-size: 15px;
  border-radius: 5px;
  background: #fff none repeat scroll 0 0;
}
input {
  outline: 0 none;
}
.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: #d31e00 none repeat scroll 0 0;
  transition: all 0.2s linear 0s;
}
.ifr_button:hover {
  box-shadow: 0 0 0 2px #b42d17 inset, 0 0 0 4px #fff inset;
}
.block_form {
  margin: 0 0 12px;
}
.block_form_label {
  display: block;
  float: left;
  width: 98%;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.block_form input {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #888;
  font-size: 15px;
  background: #fff none repeat scroll 0 0;
}
input {
  outline: 0 none;
}
@media (max-width: 759px) {
  body,
  html {
    width: 100%;
    padding: 0 10px;
  }
  h1 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    line-height: 1.5625;
  }
  .iframe {
    width: 100%;
    height: auto;
    background: #fff none repeat scroll 0 0;
    border: 5px dashed #000;
    box-sizing: border-box;
    padding: 10px;
  }
  .form-font {
    font-size: 32px;
    text-shadow: 0 0 1px #67864d;
    line-height: 42px;
  }
  .block_form {
    margin: 0 0 12px;
  }
  .block_form_label {
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
    width: 98%;
    margin: 0 auto;
    text-align: left;
  }
  .block_form input {
    display: block;
    width: 98.8%;
    padding: 6px 10px;
    border: 1px solid #888;
    font-size: 15px;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
  }
  input {
    outline: 0 none;
  }
  .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 none repeat scroll 0 0;
    border: medium none;
    transition: all 0.2s linear 0s;
  }
  .ifr_button:hover {
    box-shadow: 0 0 0 2px #d2973d inset, 0 0 0 4px #fff inset;
  }
}
.attenrion {
  border: 4px double red;
  padding: 20px;
  margin-bottom: 20px;
}
.yellow-back {
  background-color: #fff07e;
  padding: 20px;
  color: #93cd01;
  text-transform: uppercase;
  text-align: center;
}
#order_form {
  background: #fff url(../images/formbg.jpg) no-repeat scroll 0 0 / cover;
  padding: 20px 20px 55px;
  max-width: 600px;
  font-family: Arial;
  margin: 7px auto;
  text-align: center;
}
#order_form div {
  background: transparent none repeat scroll 0 0 !important;
}
#order_form h2 {
  margin: 7px 0 0;
  padding: 0;
  line-height: 32px;
  border: medium none;
  font-size: 26px;
  font-weight: 700;
}
#order_form span {
  font-size: 12px;
}
#order_form .order_form_pole {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#order_form label {
  width: 230px;
  display: block;
  font-weight: 700;
  font-size: 12px;
}
#order_form input {
  font-size: 12px;
  padding: 6px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 250px !important;
  width: 100%;
}
#order_form button {
  display: block;
  width: 55%;
  padding: 10px 7px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: red;
  background-position: 1.35em 0.94em;
  background-size: 1em auto;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out 0s;
  border: medium none;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #order_form .order_form_pole {
    padding: 0;
    margin: 2px;
  }
  #order_form h2 {
    margin: -12px 0 0;
  }
  #order_form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 7px;
  }
  #order_form {
    padding: 10px;
  }
}
.landFormRow {
  box-sizing: border-box;
  margin: 40px auto 0;
  max-width: 461px;
  position: relative;
}
.box {
  margin: 5px 0;
  color: #fff;
  padding: 10px 20px;
}
.box-blue-light {
  background-color: #dfebec;
  color: #444;
}
.pull-right {
  float: right !important;
}
@media print {
  *,
  ::after,
  ::before {
    background: transparent none repeat scroll 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  h3 {
    page-break-after: avoid;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.glyphicon-thumbs-up::before {
  content: "";
}
.glyphicon-thumbs-down::before {
  content: "";
}
* {
  box-sizing: border-box;
}
::after,
::before {
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 4px;
  -moz-user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  outline: 0 none;
  background-image: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active {
  background-image: none;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-right {
  float: right;
}
h3 {
  margin-top: 4px;
}
.box {
  margin: 5px 0 !important;
  color: #fff;
  padding: 10px 20px;
}
.box-blue-light {
  background-color: red;
  color: #fff;
  margin-top: 60px !important;
}
h3 {
  hyphens: none;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
.voting-panel > a,
.voting-panel > a .badge {
  margin-left: 0.5em;
}
.glyphicon {
  margin-right: 4px;
}
html {
  min-width: 320px;
}
@media (min-width: 1920px) {
  * {
    background-size: cover;
  }
}
a:active,
a:focus {
  outline: 0 none;
}
:focus {
  outline: 0 none;
}
.cityg {
  text-transform: lowercase !important;
}
.mycity {
  background: #6b6b6b none repeat scroll 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 8pt;
  padding: 0.5pt 4px 0.7pt;
  margin-left: 2px;
  font-weight: 700;
  font-family: open sans condensed;
  border-radius: 3px;
}
#gkHeader.gkNoMenu {
  padding-top: 0;
}
.itemIntroText p {
  text-indent: 40px;
}
.itemFullText p {
  text-indent: 40px;
}
@media (max-width: 481px) {
  .comments-block {
    margin-top: 180px !important;
  }
}
.comment {
  margin-top: 40px !important;
}
.comment__block {
  display: flex;
  align-items: center;
}
.comment__img {
  width: 100px;
  margin-right: 10px;
}
.comment__img img {
  width: 100%;
}
.comment p {
  text-indent: 0;
}
.freezing-wrap {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1001;
  min-height: 198px;
  width: 360px;
  overflow: hidden;
  padding-bottom: 10px;
}
.freezing-active .freezing-info {
  animation: 1s ease-out 0s normal forwards 1 running buyShow;
}
.freezing-hide .freezing-info {
  transform: translate(0, 0);
  animation: 1s ease-out 0s normal forwards 1 running buyHide;
}
.freezing-active .freezing-info::before {
  animation: 1s ease-out 1s normal forwards 1 running iceShow;
}
.freezing-info--packages .packages-count {
  color: #c20114;
  font-size: 22px;
}
.freezing-buyer {
  opacity: 0;
  width: 330px;
  height: 64px;
  background: rgba(169, 169, 169, 0.8) none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 5px #a9a9a9;
  margin: 20px 10px;
  position: relative;
  z-index: 3;
  float: right;
}
.freezing-buyer.freezing-buyer--show {
  opacity: 1;
}
.freezing-buyer-prod-img {
  float: left;
  width: 60px;
  height: 64px;
  position: relative;
}
.freezing-buyer-prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.freezing-buyer-info {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.dynamic-info {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0 5px;
  line-height: 1;
}
@media all and (max-width: 980px) {
  .freezing-wrap {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 1001;
    min-height: 198px;
    width: 360px;
    overflow: hidden;
    padding-bottom: 10px;
  }
}
.first-top-title {
  font-size: 26px;
}
.second-top-tile {
  font-size: 26px;
}
.scrin-title {
  font-size: 26px;
}
.header-sbc-title {
  font-size: 31px;
}
@media (max-width: 576px) {
  .first-top-title {
    font-size: 20px;
  }
  .second-top-tile {
    font-size: 20px;
  }
  .scrin-title {
    font-size: 20px;
  }
  .header-sbc-title {
    font-size: 24px;
  }
}
.lead-form-box {
  box-sizing: border-box !important;
  background: #fff url(../images/formbg.jpg) no-repeat scroll right 0 top 0/100%
    100%;
  border-bottom: 1px solid #dacec6;
  padding: 20px;
  max-width: 600px;
  font-family: Arial;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
}
.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}
.time_remains {
  font-size: 13px !important;
}
#lead-form input {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: #fff none repeat scroll 0 0 !important;
  padding: 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: 400 !important;
}
#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.name-field,
.phone-field {
  text-align: left;
  margin-bottom: 10px;
}
.name-field label,
.phone-field label {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #333 !important;
}
.lead-form-box h2 {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  line-height: 32px !important;
  color: #000 !important;
  border: medium none;
}
.lead-form-box label {
  width: 100%;
  display: block;
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
}
.lead-form-box.order_form_pole {
  padding: 10px;
  margin: 10px;
}
.lead-form-box span {
  font-size: 12px;
}
#send-lead,
.btn3 {
  width: 100%;
  padding: 15px;
  background: #0299ff none repeat scroll 0 0;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  color: #fff !important;
  border: medium none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .lead-form-box {
    border-left: 1px solid #dacec6;
    border-right: 1px solid #dacec6;
    background-image: url(../images/formbg.jpg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 400px) {
  .fields-box {
    padding: 10px;
  }
  .lead-form-box {
    padding: 10px;
  }
  #send-lead {
    padding: 10px;
  }
}
.lakub_derza_timan {
  background-color: red;
  border-radius: 43px;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  padding: 4px 9px;
  text-align: center;
  text-decoration: none;
}
@keyframes glowing {
  0% {
    box-shadow: 0 0 2px #074673;
    font-size: 16px;
  }
  50% {
    box-shadow: 0 0 2px #094d7d;
    font-size: 20px;
  }
  100% {
    box-shadow: 0 0 2px #074673;
    font-size: 16px;
  }
}
.lakub_derza_timan {
  animation: 2s ease 0s normal none infinite running glowing;
}
.lakub_derza_timan:hover {
  text-decoration: none;
  color: #fff;
}
.img {
  max-width: 680px;
  width: 100%;
  display: block;
  margin: 20px auto;
  margin-bottom: 40px;
}
.img img {
  width: 100%;
}
.img p {
  text-align: center;
  font-style: italic;
  padding-top: 10px;
}
.img.portrait {
  max-width: 320px;
}
.comm-img.portrait {
  max-width: 320px;
}
.comm-img {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.comm-img.horizontal {
  max-width: 500px;
}
.comm-img.vertical {
  max-width: 300px;
}
.comm-img img {
  width: 100%;
}
.footer {
  padding: 15px;
  background: #000;
}
.footer p {
  max-width: 940px;
  text-indent: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
@media (max-width: 759px) {
  body,
  html {
    width: 100%;
    padding: 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
    padding-bottom: 15px !important;
  }
  h3 {
    font-size: 22px;
    line-height: initial;
  }
}
a {
  cursor: pointer;
}
.pricez {
  text-align: center;
}
