﻿@charset "utf-8";

@import url(animate.css);

@import url(media-1.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400,600);

::-webkit-scrollbar-track {
  background-color: #eee;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar {
  background-color: #ddd;
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

* {
  box-sizing: border-box;
  moz-box-sizing: border-box;
  o-box-sizing: border-box;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes    fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes      fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes         fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  background: #fe6e0e;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 100vh;
  -webkit-animation: fade-in 1s linear;
 /* Safari 4+ */
  -moz-animation: fade-in 1s linear;
 /* Fx 5+ */
  -o-animation: fade-in 1s linear;
 /* Opera 12+ */
  animation: fade-in 1s linear;
 /* IE 10+, Fx 29+ */
  ;
}

html,body,h1,h2,h3,h4,h5,h6,ul,li,p,menu {
  margin: 0;
  padding: 0;
}

ul,li {
  list-style: none;
}

input,button,textarea {
  outline: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,blockquote {
  display: block;
}

article ul {
  padding: 0 0 0 40px;
}

article li {
  list-style: initial;
  padding: 5px 0;
}

article p {
  margin: 10px 0;
}

blockquote {
  background: #434354;
  color: rgba(255,255,255,.6);
  font-style: italic;
  margin: 0;
  padding: 20px;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

hr {
  border: 0px solid rgba(17,17,17,0.03);
  border-bottom-width: 1px;
  display: block;
  height: 0;
}

a {
  color: #fff;
  text-decoration: none;
  transition: .5s;
  webkit-transition: .5s;
  moz-transition: .5s;
  o-transition: .5s;
}

a:active,
a:hover {
  color: #fe6e0e;
}

#cat-left a:hover {
  border-bottom: 1px solid #fe6e0e;
}

.active {
  border-bottom: 1px solid #fe6e0e;
  color: #fe6e0e;
}

input, textarea, select, label {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#uCatsMenu7 {
  background: #f7f7f9;
  border: 1px solid #eee;
  padding: 8px;
  top: 60px !important;
  left: 30% !important;
}

input[type=text],
input[type=password],
textarea {
  background: #1f1f1f;
  border: 1px solid #222;
  border-radius: 0;
  padding: 5px 10px;
  webkit-appearance: none;
  webkit-border-radius: 0;
}

.button, input[type=submit], input[type=button], input[type=reset] {
  background: #1f1f1f;
  border-top: 0px solid #f2f2f2;
  border-left: 0px solid #f2f2f2;
  border-right: 0px solid #f2f2f2;
  border-bottom: 4px solid #222;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 16px;
  webkit-border-radius: 3px;
  width: auto !important;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

input[type=submit]:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.tov_desc .goodsbutton:hover {
  background: #222;
}

select {
  background: #1f1f1f;
  border-top: 0px solid #f2f2f2;
  border-left: 0px solid #f2f2f2;
  border-right: 0px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
  font-weight: normal;
  outline: none;
  padding: 7px 15px;
}

.header-up {
  width: 100%;
  height: 100%;
  max-height: 100px;
  position: relative;
  display: block;
}

input.search-header {
  background: url(search-icon.png) no-repeat;
  background-position: 95% 0;
}

#searchinput:focus {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 25px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 25px 0px rgba(254,110,14,0.7);
  border: 1px solid #fe6e0e;
}

#wrapper .container {
  background: #111;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.05);
}

.container {
  max-width: 1100px;
}

.content {
  padding: 25px;
  position: relative;
}

.box-categoty {
  position: relative!important;
  display: table!important;
  width: 100%;
  background: #1F1F1F;
  padding: 8px;
  top: -18px;
}

.content h1 {
  font-weight: 700;
  font-size: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-radius {
  border-radius: 5px;
}

.height420 {
  max-height: 375px;
  overflow: hidden;
  border-radius: 5px;
}

.border-dots {
  border: 4px dashed #fe6e0e;
}

.col-md-4 .img-radius {
  background: #111;
}

.img-radius img {
  width: 100%;
  margin: 5px;
}

.margin-bottom25 {
  margin-bottom: 25px!important;
}

.margin25 {
  margin: 25px 0;
}

h3.title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 25px;
  font-family: sans-serif;
}

.offer p {
  padding: 15px;
  transition: .5s;
  webkit-transition: .5s;
  moz-transition: .5s;
  o-transition: .5s;
 
}

.offer p:hover {
  background: #1f1f1f;
  border: 0px solid #1f1f1f;
}

.bg-gray {
  background: #1f1f1f;
  padding: 8px;
}

.alert-warning {
  border: 1px solid #1f1f1f;
}

.cena-item {
  text-align: center;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}

ul.info-list-preview {
  color: #3f3f3f;
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
}

ul.info-list-preview p {
  color: #808080;
  margin: 5px 0px;
  font-size: 12px;
  font-weight: 500;
}

ul.info-list-preview {
  float: left;
  white-space: nowrap;
}

ul.info-list-preview p {
  white-space: normal;
}

li.best-price-icon,li.delivery-icon {
  padding-left: 60px;
  background: url(shop-icons.png) no-repeat;
}

li.delivery-icon {
  background-position: 0px -40px;
}

li.best-price-icon {
  background-position: 0px 10px;
}

.form-horizontal {
  margin-top: 8px;
}

.navbar ul {
  margin-left: 15px;
}

.navbar-nav {
  text-transform: uppercase!important;
}

.navbar li a {
  color: #fff!important;
}

.navbar li {
  transition: .5s;
  webkit-transition: .5s;
  moz-transition: .5s;
  o-transition: .5s;
}

.navbar li:hover, .active2 {
  background: #fe6e0e!important;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
}

.navbar-default {
  background: #111111!important;
  border: 0px!important;
  position: relative;
  top: -15px;
  margin-bottom: -5px;
  -webkit-border-top-left-radius: 10px!important;
  -webkit-border-top-right-radius: 10px!important;
  -moz-border-radius-topleft: 10px!important;
  -moz-border-radius-topright: 10px!important;
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
  border-top: 5px solid #1f1f1f!important;
  border-bottom-right-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}

.navbar-toggle {
  font-size: 20px!important;
  border: 0px!important;
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 10px;
  background: #6a94ad!important;
  border-radius: 5px!important;
}

.navbar-toggle .fa {
  color: #fff;
}

.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  background: #6a94ad!important;
}

.dropdown-toggle:focus {
  background: #6a94ad!important;
}

.dropdown-menu {
  background: #74a3bf!important;
  border: 0px!important;
}

.dropdown-menu li a {
  color: #fff!important;
}

.dropdown-menu li:hover {
  background: #6a94ad!important;
}

.dropdown-menu li a:hover {
  background: #6a94ad!important;
}

.logo {
  text-align: center;
  color: #fff;
  font-size: 80px;
  line-height: 250px;
}

footer {
  padding: 15px;
  margin: auto;
  background: #111!important;
  border-bottom: 5px solid #1F1F1F;
  color: #fff;
  position: relative;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.footer-info {
  width: 100%;
}

.menu-footer {
  text-align: center;
  font-size: 20px;
  background: #1F1F1F;
  position: relative;
  padding: 15px;
  margin: 0 -15px;
}

.menu-footer a {
  margin: 1%;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 15px;
}

.menu-footer span {
  color: #eee;
}

.menu-footer a:hover {
  background: rgb(254, 110, 14);
  border-radius: 2px;
  padding: 8px 15px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
}

.footer-info .text {
  padding: 15px;
  font-size: 13px;
  text-align: center;
  padding: 0 10%;
  color: #fff;
}

.wp-block {
  margin: 0 0 15px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  cursor: default;
  border-radius: 2px;
}

a:hover {
  text-decoration: none;
}

.no-margin {
  margin: 0 !important;
}

.wp-block.inverse .figure {
  position: relative;
}

.wp-block.inverse .figure img {
  width: 100%;
}

.wp-block-info-over.left {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 55px;
  left: 0;
}

.wp-block-info-over {
  width: 100%;
  padding: 10px;
  background: #9cd70e;
  border-top: 1px solid #e0eded;
}

.wp-block-info-over.left h2 {
  font-size: 13px;
  font-weight: normal;
}

.wp-block.inverse h2, .wp-block.inverse .title {
  margin: 0;
  padding: 12px 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-transform: none;
}

.wp-block-info-over.left h2 a {
  padding: 10px 15px 20px 15px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  background: rgba(51,51,51,0.8);
  background: #2c3e50;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.wp-block-info-over.left h2 .label {
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding: .5em .6em .5em;
}

.wp-block.inverse h2, .wp-block.inverse .title {
  margin: 0;
  padding: 12px 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-transform: none;
}

label {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.label {
  border-radius: 0;
}

.editContent h4 {
  margin-bottom: 15px;
}

.sidebar {
  margin-top: -25px;
  padding-top: 25px;
  height: 100vh !important;
  min-height: 100%!important;
  background: #f4f6fa;
  border-right: 1px solid #e9ebef;
  position: relative;
}

.filter-box  select {
  background: #e5e6e8;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  border: 0;
}

.filter-box  select:focus {
  background: #D6D8DB;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  border: 0;
}

.filter-box input {
  margin-left: 25%;
  margin-top: 10px;
}

.btn:hover {
  opacity: .9;
  color: #fff;
}

.btn {
  background: #f05521!important;
  color: #fff;
  display: inline-block!important;
  padding: 8px 15px!important;
  text-align: center!important;
}

.film-box {
  padding: 20px;
  display: block;
  position: relative;
  float: left;
  width: 25%;
}

.film-image {
  text-align: center;
  width: 100%;
}

.film-title {
  text-align: center;
  color: #292c33;
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
}

.title-shop span {
  background-color: #fe6e0e;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(255, 18, 14, 0.75);
  font-size: 2.5em;
  color: #ffffff;
  border-radius: 5px;
  border-bottom: 5px solid #DA5801;
  padding: 8px 50px;
  vertical-align: middle;
  font-weight: bold;
  margin: 25px auto;
  display: table;
  text-transform: uppercase;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}

.game-preview_shop-block img {
  border-radius: 12px;
  height: 200px;
  width: 100%;
}

.game-preview_shop-block .img {
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.game-preview_shop-block {
  padding: 10px 14px;
  text-decoration: none;
  height: 250px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: .5s;
  webkit-transition: .5s;
  moz-transition: .5s;
  o-transition: .5s;
}

.game-preview_shop-block:hover {
  background: #1f1f1f;
  border-radius: 12px;
}

div.game-preview_shop-block:hover div.buy-product_btn {
  display: block;
  z-index: 2;
  display: block;
  background: #fe6e0e;
  text-shadow: 2px 2px 0px rgba(255, 18, 14, 0.75);
  border-bottom: 5px solid #da5801;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

div.game-preview_shop-block div.buy-product_btn {
  position: absolute;
  top: 34%;
  left: 25%;
  opacity: 0;
  transition: opacity 5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

a.buy_btn {
  margin: 25px auto;
  display: block;
  background: #fe6e0e;
  text-shadow: 2px 2px 0px rgba(255, 18, 14, 0.75);
  border-bottom: 5px solid #da5801;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  color: #fff;
  padding: 20px 25px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  max-width: 250px;
}

a.buy_btn:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  background: #e74c3c;
  border-bottom: 5px solid #c0392b;
}

.btn2 {
  background-color: #fe6e0e;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(255, 18, 14, 0.75);
  font-size: 2.5em;
  color: #ffffff;
  border-radius: 5px;
  border-bottom: 5px solid #DA5801;
  padding: 8px 50px;
  vertical-align: middle;
  font-weight: bold;
  margin: 25px auto;
  display: table;
  text-transform: uppercase;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}

.btn2:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  box-shadow: 0px 0px 55px 0px rgba(231, 76, 60, .7);
  background: #e74c3c;
  border-bottom: 5px solid #c0392b;
color: #fff;
}

.name-game {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-top: 15px;
}

.fir {
  display: inline-block;
  border-left: 20px solid transparent;
  border-bottom: 34px solid #fe6e0e;
  vertical-align: top;
  margin-right: -4px;
}

.tw {
  display: inline-block;
  background-color: #fe6e0e;
  padding: 0 10px;
  line-height: 27px;
  height: 35p;
  text-align: middle;
  vertical-align: top;
  color: white;
}

.fr {
  display: inline-block;
  border-right: 20px solid transparent;
  border-top: 34px solid #fe6e0e;
  vertical-align: top;
  margin-left: -5px;
}

.name-game span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 8px;
  position: absolute;
  top: -50px;
  background: #1f1f1f;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.game-preview_shop-block:hover .name-game span {
  background: #1f1f1f;
}

.price_game {
  position: absolute;
  top: 20px;
  color: #fff;
  right: 14px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
  padding: 8px;
  background: #fe6e0e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.old_price {
  opacity: .9;
  font-size: 16px;
  text-decoration: line-through;
}

#cat-left span {
  background: #111111;
  border-bottom: 3px solid #000;
  padding: 5px 15px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 15px;
}

#cat-left li {
  font-size: 16px;
  display: inline-block;
  margin: 5px;
  float: left;
  white-space: nowrap;
}

#cat-left li .fa {
  color: #fff;
  margin-right: 5px;
}

#cat-right li {
  background: #111111;
  border-bottom: 3px solid #020202;
  padding: 5px 15px;
  margin-right: 15px;
  border-radius: 5px;
  display: inline-block;
  transition: .5s;
  webkit-transition: .5s;
  moz-transition: .5s;
  o-transition: .5s;
}

#cat-right li:hover {
  background: #fe6e0e;
  border-bottom: 3px solid #da5801;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
}

#cat-right li a {
  color: #fff;
}

#block-vhod {
  position: fixed;
  padding: 10px;
  background: #74a3bf;
  border-top: 10px solid #6a94ad;
  color: #fff;
  border-radius: 5px;
  z-index: 8;
  top: 15%;
  font-weight: normal;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -250px;
  width: 100%;
  max-width: 450px;
  height: auto;
}

#block-links {
  position: fixed;
  left: 50%;
  top: 40%;
  margin: -150px auto auto -300px;
  padding: 10px;
  background: #1F1F1F;
  border-top: 10px solid #2B2B2B;
  color: #fff;
  border-radius: 5px;
  z-index: 15;
  font-weight: normal;
  z-index: 99999;
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}

#block-links .text {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 400px;
  overflow: auto;
  padding: 15px;
}

#block-vhod .title, #block-links .title {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 8px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #1f1f1f;
}

#block-links .text h1 {
  font-size: 18px;
  margin-bottom: 5px;
}

#block-vhod .close {
  position: absolute;
  float: right;
  color: #fff;
  right: 5px;
  font-size: 25px;
}

#block-vhod .close a {
  color: #fff;
}

#block-links .close {
  position: relative;
  float: right;
  color: #fff;
  margin-right: 25px;
  font-size: 15px;
}

#block-links .btn {
  padding: 8px 15px;
  border-radius: 5px;
  position: relative;
  display: block;
  float: left;
  margin: 15px;
background: #fe6e0e!important; 
border-bottom: 5px solid #da5801!important;
  max-width: 150px;
  color: #fff;
}

#block-vhod .forma_vxoda {
  padding: 25px;
  border: 0px;
}

#block-vhod .box-1 {
  display: table;
  position: relative;
  width: 100%;
  float: right;
}

#block-vhod .login_email {
  border-radius: 5px;
  margin: 10px;
}

#block-vhod .login_pass {
  border-radius: 5px;
  margin: 10px;
}

#block-vhod .login_knopka {
  margin: 20px;
  text-align: center;
}

#block-vhod .box-3 {
  text-align: center;
}

#block-vhod .rem {
  margin-left: 15px;
  margin-right: 5px;
}

#vk_comments, #vk_comments iframe {
  width: 100% !important;
  margin: auto!important;
}


/* How to buy*/

.step_block .title {
font-size: 22px;
margin-bottom: 15px;
font-weight: 700;
color: #fe6e0e;
transition: .5s;
}

#garant .step_block {
border: 1px solid #1f1f1f;
margin: 3px;
width: 49%;
height: 350px;
transition: .5s;
}

#garant .step_block:hover  {
background: #1f1f1f;
}


#garant .step_block:hover .title {
text-shadow: rgb(254, 110, 14) 0px -1px 25px;
}


#garant .step_block:hover .step {
 -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
 box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
}

#garant .step {
font-weight: 700;
transition: .5s;
}

.step_block {
  text-align: center;
  margin: 15px auto;
}

.step_block img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.step-img {
  height: 200px;
  overflow: hidden;
  border: 5px solid #1f1f1f;
  border-radius: 5px;
}

.step {
  display: block;
  background-color: #fe6e0e;
  color: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 85px;
  margin: 25px auto;
}

.step_block .discr {
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
}

.teh-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

hr {
  border: 0px solid #fafafa;
  border-bottom-width: 1px;
  display: block;
  height: 0;
}

.support_img {
  background: url(../img/support.jpg);
  width: 100%;
  height: 100%;
  max-height: 350px;
  min-height: 250px;
  border: 5px solid #eee;
  margin: 20px auto;
}

.swchItemA1, .catPages1,  
.catPages2,  
.pagesBlock1,  
.pagesBlock2,  
.pagesBlockuz1,  
.pagesBlockuz2 {
  padding: 35px 0px 10px 0px;
}

span.catPages1,  
span.catPages2,  
span.pagesBlock1,  
span.pagesBlock2,  
span.pagesBlockuz1,  
span.pagesBlockuz2 {
  display: inline-block;
}

.swchItemA1, .catPages1 a,  
.catPages2 a,  
.pagesBlock1 a,  
.pagesBlock2 a,  
.pagesBlockuz1 a,  
.pagesBlockuz2 a,  
.catPages1 b,  
.catPages2 b,  
.pagesBlock1 b,  
.pagesBlock2 b,  
.pagesBlockuz1 b,  
.pagesBlockuz2 b {
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #7badec;
  background: #f1f4f9;
  border: 1px solid #d3dceb;
  font-size: 13px;
}

.catPages1 b,  
.catPages2 b,  
.pagesBlock1 b,  
.pagesBlock2 b,  
.pagesBlockuz1 b,  
.pagesBlockuz2 b {
  color: #fff;
  background: #78aaff;
  border-color: #337bf4;
}

.catPages1 a:hover,  
.catPages2 a:hover,  
.pagesBlock1 a:hover,  
.pagesBlock2 a:hover,  
.pagesBlockuz1 a:hover,  
.pagesBlockuz2 a:hover {
  color: #2b83ef;
  background: #ecf2f6;
  border-color: #2c82ef;
}

.swchItemDots {
  letter-spacing: 1px;
  color: #828e96;
  font-size: 11px;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #111111;
  z-index: 100500;
}

.cssload-thecube {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px auto auto -100px;
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fe6e0e;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.col-sm-12 {
  margin: 25px;
}

.noEntry {
  text-align: center!important;
  padding: 15px!important;
  color: #31708f!important;
  background-color: #d9edf7!important;
  border-color: #bce8f1!important;
}

.dropdown .fa-vk {
  font-size: 20px!important;
  padding-right: 3px;
}

.none-ico, .none {
  display: none!important;
}

.caret {
  margin-left: 5px!important;
  margin-top: -3px;
}

.close-ifr {
  top: 37px;
  right: 5px;
  position: absolute;
  display: block;
  z-index: 9999;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  background: rgb(122,188,255);
  background: -moz-linear-gradient(left,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  background: linear-gradient(to right,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100%;
}

.close-ifr2 {
  top: 37px;
  right: 40px;
  position: absolute;
  display: block;
  z-index: 9999;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  background: rgb(122,188,255);
  background: -moz-linear-gradient(left,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  background: linear-gradient(to right,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 );
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100%;
}

iframe.ifrm {
  padding: 0;
  height: 100%;
}

iframe.ifrm {
  background: #fff;
  top: 47px;
  left: 0;
  position: absolute;
  display: block;
  z-index: 3;
  width: 100%;
  border: none;
  z-index: 999;
  z-index: 999;
}

.logotype img {
  width: 200px;
}

.logotype {
  width: 250px;
  height: 250px;
  line-height: 250px;
  background: #1f1f1f;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.box_onas2 .col-md-6 {
  padding: 25px;
}

.box_onas {
  position: relative;
  text-align: center;
  display: block;
}

.box_onas p {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  font-family: 'Open Sans Condensed', sans-serif;
}

.box_onas .fa {
  display: block;
  padding-bottom: 25px;
  color:  #fe6e0e;
  font-size: 100px;
  text-shadow: 1px 1px 2px #da5801;
}

.box_onas .col-md-3 {
  margin-bottom: 25px;
}

.sk-folding-cube {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 48%;
  top: 45%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fe6e0e;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -moz-box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  box-shadow: 0px 0px 55px 0px rgba(254,110,14,0.7);
  -webkit-animation: sk-foldCubeAngle 1.4s infinite linear both;
  animation: sk-foldCubeAngle 1.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.dot-title {
width: 8px;
height: 8px;
border-radius: 100%;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FE6E0E),
	color-stop(1, #FF002B)
);
background-image: -o-linear-gradient(bottom, #FE6E0E 0%, #FF002B 100%);
background-image: -moz-linear-gradient(bottom, #FE6E0E 0%, #FF002B 100%);
background-image: -webkit-linear-gradient(bottom, #FE6E0E 0%, #FF002B 100%);
background-image: -ms-linear-gradient(bottom, #FE6E0E 0%, #FF002B 100%);
background-image: linear-gradient(to bottom, #FE6E0E 0%, #FF002B 100%);
float: left;
position: relative;
top: 20px;
margin-right: 8px;
}