html {
  box-sizing: border-box;
  moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
pre {
  margin: 5px;
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
  width: 90%;
}
/*ul li {
  list-style: none;
}*/
a {
  /*-webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;*/
  color: #2869e3;
}
a:hover {
  outline: none;
  color: #1953bf;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a img {
  border: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #27282a;
  font-weight: bold;
}
h1 {
  font-size: 237.5%;
  text-transform: uppercase;
  line-height: 100%;
}
.btn {
  display: inline-block;
  height: 46px;
  background: #f13330;
  border-radius: 23px;
  color: #ffffff;
  padding: 0 43px;
  line-height: 46px;
  white-space: nowrap;
}
.btn.-big {
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  font-size: 118.8%;
}
.btn:hover,
.btn:focus {
  outline: none;
  background: #df120f;
  cursor: pointer;
}
a.btn {
  color: #ffffff;
  text-decoration: none;
}
input,
textarea {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.clear {
  clear: both;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._an a {
  text-decoration: none;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
}
._b {
  font-weight: 500;
}
._tup {
  text-transform: uppercase;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
hr {
  border: none;
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
._tac {
  text-align: center;
}
._tup {
  text-transform: uppercase;
}
._pz p {
  margin: 0;
}
._br {
  border-radius: 10px;
}
._brdr {
  border: #d5d5d5 1px solid;
}
._br-brdr {
  border-radius: 10px;
  border: #d5d5d5 1px solid;
}
._fs13 {
  font-size: 81.3%;
}
._fs {
  font-family: 'Comfortaa', cursive;
}
.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-alc {
  align-items: center;
}
.iflx {
  display: inline-flex;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.imho img:hover {
  opacity: 0.8;
}
img.imx,
.imx img {
  max-width: 100%;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.text p {
  margin: 10px 0;
}
.text ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.text ul li {
  list-style: disc;
}
.text table {
  border-collapse: collapse;
  border-left: #d5d5d5 1px solid;
  border-top: #d5d5d5 1px solid;
}
.text table td {
  padding: 3px 5px;
  border-right: #d5d5d5 1px solid;
  border-bottom: #d5d5d5 1px solid;
}
.text strong,
.text b {
  font-weight: 400;
}
/*.win {
  &.-grey {
    .bgr(#eff0f4);
  }
}*/
.close {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1 !important;
  cursor: pointer;
}
.close i {
  position: absolute;
  display: block;
  left: 3px;
  top: 14.399999999999999px;
  width: 24px;
  height: 2px;
  background: #f13330;
}
.close i:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close i:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.close:hover i {
  background: #000000;
}
#ajax-loader {
  position: fixed;
  z-index: 10010;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F9F9F9;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  box-shadow: 0px 0px 2px 0px #777;
  display: none;
}
.dialog-win {
  position: fixed;
  left: 200px;
  top: 200px;
  z-index: 10000;
  background: #eff2f5;
  border-radius: 10px;
  border: #d5d5d5 1px solid;
  min-width: 320px;
  max-width: 100%;
  display: none;
}
#dialog {
  width: 100%;
  height: 100%;
  background: #eff2f5;
  border-radius: 5px;
  position: relative;
}
#dialog .-cw {
  position: absolute;
  top: 5px;
  right: 0px;
}
#dialog .-h {
  color: #27282a;
  text-align: center;
  padding: 15px 40px;
  font-weight: 300;
  text-transform: uppercase;
  display: none;
}
.dialog-win .content {
  width: 100%;
  height: 100%;
  y-overflow: auto;
  padding: 40px 40px 30px 40px;
}
.dialog-win .content .blk .h,
.dialog-win .content .blk .h-sub {
  font-size: 20px;
}
#dialog-win-bgr {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9990;
  width: 100%;
  height: 100%;
  display: none;
}
#ghoul-ru {
  float: right;
  position: relative;
  width: 90px;
  margin: 5px 0 0 10px;
}
#ghoul-ru a {
  text-decoration: none;
  color: #ffffff;
}
#ghoul-ru div {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 80%;
  margin: 0;
}
.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 75%;
}
.crumbs li {
  display: inline-block;
  padding-right: 5px;
}
.crumbs li:not(:first-child) {
  padding-left: 5px;
}
.crumbs li a {
  color: #616060;
}
.admin-edit {
  display: inline-block;
}
.btn-arr {
  display: inline-block;
  width: 16px;
  height: 44px;
  background: url(../img/btn_arr.png) no-repeat;
}
.btn-arr.next {
  background-position: -16px 0;
}
.btn-arr:hover {
  cursor: pointer;
  opacity: 0.8;
}
.cross {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
.cross:before,
.cross:after {
  content: "";
  display: block;
  position: absolute;
  background: #27282a;
}
.cross:before {
  width: 10px;
  height: 2px;
  left: 2.5px;
  top: 6.5px;
}
.cross:after {
  width: 2px;
  height: 10px;
  top: 2.5px;
  left: 6.5px;
}
.cross:hover {
  cursor: pointer;
}
.kolvo {
  border: #d5d5d5 1px solid;
  border-radius: 2px;
  min-width: 60px;
  min-height: 30px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.kolvo input {
  border: 0;
  width: 40px;
  height: 30px;
  padding: 5px 0 5px 10px;
}
.kolvo i {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  right: 3px;
  font-style: normal;
}
.kolvo i.up {
  top: 6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.kolvo i.dn {
  bottom: 6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.kolvo i:hover {
  cursor: pointer;
  opacity: 0.8;
}
.kolvo:hover {
  border: #d5d5d5 1px solid;
}
.select {
  border: #d5d5d5 1px solid;
  border-radius: 3px;
  height: 30px;
  padding: 2px 15px 2px 2px;
  background: url(../img/arr_select.png) 95% center no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*option {
    &.-incr {
      background: url(../img/ico_incr.png) 95% center no-repeat;
    }
    &.-decr {
      background: url(../img/ico_decr.png) 95% center no-repeat;
    }
  }*/
}
.select:focus {
  border: #d5d5d5 1px solid;
}
.pagination {
  font-size: 81.3%;
  margin: 25px 0;
  text-align: left;
}
.pagination a {
  display: inline-block;
  border: #d5d5d5 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 1px;
}
.pagination a.act {
  color: #27282a;
  text-decoration: none;
}
.but-4-slider {
  position: relative;
}
.but-4-slider .btn-arr {
  position: absolute;
  z-index: 100;
}
.but-4-slider .btn-arr.prev {
  left: 0px;
}
.but-4-slider .btn-arr.next {
  right: 0px;
}
article a {
  color: #27282a;
}
article a:hover {
  color: #27282a;
}
article ul li {
  list-style: disc;
}
article strong,
article b {
  font-weight: 700;
}
article h1,
article h2,
article h3,
article h4 {
  font-weight: 300;
  font-size: 125%;
  margin: 0 0 15px 0;
  font-family: Ubuntu;
}
article p {
  margin: 0 0 15px 0;
  padding: 0;
}
/******** BUTTON UP **********/
.goto {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  display: none;
}
.goto:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.goto-wrapper {
  position: relative;
}
.goto-wrapper div {
  position: absolute;
  top: 20px;
  left: 45%;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  width: 100px;
}
.rating {
  display: inline-block;
  width: 65px;
  height: 12px;
  background: url(../img/star-o.png) left center repeat-x;
  vertical-align: middle;
  position: relative;
}
.rating:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/star.png) left center repeat-x;
  height: 12px;
}
.rating.-r1:after {
  width: 13px;
}
.rating.-r1-5:after {
  width: 19.5px;
}
.rating.-r2:after {
  width: 26px;
}
.rating.-r2-5:after {
  width: 32.5px;
}
.rating.-r3:after {
  width: 39px;
}
.rating.-r3-5:after {
  width: 45.5px;
}
.rating.-r4:after {
  width: 52px;
}
.rating.-r4-5:after {
  width: 58.5px;
}
.rating.-r5:after {
  width: 65px;
}
.form .line {
  position: relative;
  margin: 10px 0;
}
.form .line i {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0000;
  color: #ffffff;
  padding: 3px 10px;
  font-style: normal;
  font-size: 13px;
  white-space: nowrap;
}
.form .line .t {
  margin-bottom: 5px;
}
.form .line .t sup {
  color: #ffffff;
}
.form .line .t.-b {
  font-weight: bold;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  padding: 2px 10px;
  color: #27282a;
  resize: none;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus {
  border-right: #e2e2e2 1px solid;
  border-bottom: #e2e2e2 1px solid;
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.form textarea {
  height: 80px;
}
.form .form-btn {
  padding: 15px 40px;
  font-size: 112.5%;
  margin-top: 10px;
}
.form.pup {
  font-size: 87.5%;
}
.form.pup .line {
  color: #888888;
  font-weight: 300;
}
.form.pup .h {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  color: #27282a;
  text-transform: uppercase;
}
.form.pup .h p {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.form.pup .h:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 30%;
  height: 2px;
  background: #3192fb;
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.checkbox .box {
  background: #ffffff;
  width: 17px;
  height: 17px;
  border-radius: 3px;
}
.checkbox .box input {
  display: none;
}
.checkbox .box.checked {
  background: #ffffff url(../img/chbox_v.png) center center no-repeat;
}
.checkbox label {
  padding-left: 8px;
  width: 90%;
}
