@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');





html, body {
  min-width: 320px;
  width: 100%;
  height: 100%;
}




body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
* {
  outline: none !important;
}
b, strong {
  font-weight: 600;
}
a {
  color: #2d2978;
  cursor: pointer;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}


img {
  max-width: 100%;
}


textarea {
  min-height: 120px;
}


#title_catalog {margin-bottom:25px;}


.wrapper {
  overflow: hidden;
  position: relative;
}


@media (min-width:1200px) {
  .wrapper {
    padding-left: 270px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}


.m-b-90 {
  margin-bottom: 90px;
}
.grey-block {
  background-color: #f5f5f5;
}


header {
  background-color: #050452;
  background-image: url("ufa/header.jpg");
  background-repeat: repeat-x;
}



@media (min-width:1200px) {
	
  header {
    display: none;
  }
  
  
}





@media only screen and (min-width:320px) and (max-width:1060px) {
img#pclogo {margin: 0 0px 0 0;}
}




@media only screen and (min-width:650px) and (max-width:768px) {
img#pclogo {margin: 0 20px 0 0;}
}


@media only screen and (min-width:769px) and (max-width:1200px) {
img#pclogo {margin: 20px 0px 30px 0;}
}



@media only screen and (min-width:1200px)  {

  .navbar {
    display: none;
  }
  
}




.navbar-toggle {
  float: none;
  margin-right: 0;
  padding: 9px 15px;
  border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  display: block;
  margin-bottom: 7px;
  height: 1px;
  border-radius: 0;
}
.navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-toggle-text {
  margin-left: 15px;
  padding-top: 1px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.navbar-nav {
  margin: 0 0 0 15px;
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar {
  margin-bottom: 0;
  min-height: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: #0b0957;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #0b0957;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #0b0957;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}




.sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 270px;
  background-color: #fff;
  border-right: 1px solid #eee;
}

@media (max-width:1199px) {
  .sidebar {
    display: none;
  }
}





.sidebar .s-logo {
  padding: 20px 27px 0 26px;
  text-align: center;
}
.sidebar .s-logo a {
  color: #000;
}
.sidebar .s-logo .sl-image {
  margin-bottom: 10px;
}
.sidebar .s-logo .sl-main {
  line-height: 1;
  font-size: 26px;
  font-weight: 800;
}
.sidebar .s-menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .s-menu ul > li {
  display: block;
}
.sidebar .s-menu ul > li > a {
  display: block;
  padding: 2px 30px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
.sidebar .s-menu ul > li > a span {
  border-bottom: 1px solid transparent;
}
.sidebar .s-menu ul > li > a:hover {
  color: #2d2978;
  text-decoration: underline;
}
.sidebar .s-menu ul > li.active > a {
  color: #2d2978;
}
.sidebar .s-menu ul > li.active > a span {
  border-color: #2d2978;
}
.sidebar .s-button {
  padding: 0 30px;
}
.sidebar .s-button .btn {
  -webkit-box-shadow: 0 10px 50px 0 rgba(237, 27, 36, 0.4);
  box-shadow: 0 10px 50px 0 rgba(237, 27, 36, 0.4);
}
.sidebar .s-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0 0;
  background-color: #fff;
}
.sidebar .s-bottom:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.sidebar .s-contacts {
  padding: 0 30px;
}
.sidebar .s-contacts .sc-item {
  position: relative;
  padding-left: 35px;
}
.sidebar .s-contacts .sc-item .sci-icon {
  position: absolute;
  left: 0;
  top: -7px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  color: #2d2978;
  text-align: center;
}
.sidebar .s-contacts .sc-item .sci-text {
  line-height: 1;
}
.sidebar .s-city {
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #eee;
}
.sidebar .s-city a {
  margin: 0 5px;
  color: #999;
}
.sidebar .s-city a.active {
  color: #000;
}


.represent {
  overflow: hidden;
  position: relative;
}

.represent .r-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.represent .r-parallax .rp-bg {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: -10% !important;
  right: -10% !important;
  width: 120%;
  height: 120%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.represent:before {
  content: '';
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.represent .r-arrow {
  display: block;
  position: absolute;
  z-index: 11;
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  font-size: 37px;
  color: #fff;
  -webkit-animation: scrollAnimation 2s ease infinite;
  -o-animation: scrollAnimation 2s ease infinite;
  animation: scrollAnimation 2s ease infinite;
}
.represent .r-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 100px 0;
}
@media (min-width:576px) {
  .represent .r-content {
    padding: 150px 0;
  }
}
@media (min-width:768px) {
  .represent .r-content {
    padding: 200px 0;
  }
}
@media (min-width:1200px) {
  .represent .r-content {
    min-height: 100vh;
  }
}
.represent .r-sublogo {
  font-size: 41px;
  color: #fff;
}
.represent .r-logo {
  margin-left: -5px;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 70px;
  font-weight: 800;
  color: #fff;
}
@media (min-width:576px) {
  .represent .r-logo {
    font-size: 80px;
  }
}
@media (min-width:768px) {
  .represent .r-logo {
    font-size: 90px;
  }
}
@media (min-width:992px) {
  .represent .r-logo {
    font-size: 118px;
  }
}
.represent .r-title {
  margin-left: -5px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}



footer {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #eee;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}


.title-1 {
  line-height: 1.1;
  font-size: 30px;
  font-weight: 800;
}

#title_catalog {

  line-height: 1.1;
  font-size: 24px;
  font-weight: 800;
  margin-top: 20px;
}




a.a_t_catalog_main {text-decoration: none;}


.minmaxprice {
	margin-top: -15px;
	margin-bottom: 20px;
	font-weight:bold;
	font-size: 16px;
	color: rgb(45, 41, 120);
    
	
}

.minmaxprice b {
	color: red;

	
}

.minmaxprice span {
	color: red;

	
}

.minmaxprice sup {
	color: red;

	
}

@media (max-width:575px) {
  .title-1 {
    word-wrap: break-word;
  }
}
@media (min-width:576px) {
  .title-1 {
    font-size: 35px;
  }
}

.title-2 {
  margin-bottom: 30px;
  line-height: 1.1;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width:575px) {
  .title-2 {
    word-wrap: break-word;
  }
}
@media (min-width:576px) {
  .title-2 {
    font-size: 25px;
  }
}

.subtitle-1 {
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.subtitle-1 span {
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
}




.btn {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 14px;
}
.btn-lg {
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #2d2978;
  background-color: transparent;
  border-color: #2d2978;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-default:hover {
  color: #fff;
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  color: #fff;
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-primary {
  background-color: #2d2978;
  border-color: #2d2978;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #ff000b;
  border-color: #ff000b;
}
.btn-primary:hover {
  background-color: #ff000b;
  border-color: #ff000b;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #ff000b;
  border-color: #ff000b;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #ff000b;
  border-color: #ff000b;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ff000b;
  border-color: #ff000b;
}
.btn-info {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #000;
}
.btn-info:focus, .btn-info.focus {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.btn-info:hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.dropdown-menu {
  font-size: 16px;
}
label {
  margin-bottom: 10px;
  font-weight: 300;
}



.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #2d2978;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
  border-radius: 0;
}
.img-thumbnail {
  padding: 0;
}
.modal-backdrop {
  background: #000;
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
}
.modal-content .modal-img {
  position: absolute;
  z-index: 10;
  top: 65px;
  left: -122px;
}
@media (max-width:767px) {
  .modal-content .modal-img {
    display: none;
  }
}
@media (min-width:768px) {
  .modal-sm {
    width: 350px;
  }
}
.modal-header {
  padding: 20px 30px 0;
  border: none;
}
.modal-body {
  padding: 30px;
  border: none;
}
.modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.modal-header .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #2d2978;
  font-size: 30px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  top: 2px;
  right: 0;
}
.modal-header .close-custom {
  position: absolute;
  top: -10px;
  right: -10px;
  float: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.modal-body label {
  font-weight: 600;
}
.modal-catalog-item .modal-dialog {
  max-width: 76vw;
}
.modal-catalog-item-slider-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.modal-catalog-item-slider-main-wrap {
  position: relative;
  width: 78%;
}
.modal-catalog-item-slider-main {
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
}
div.modal-catalog-item-slider-main-item {
  display: block;
  height: 20vw;
  text-decoration: none;
}
.modal-catalog-item-slider-main-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.modal-catalog-item-slider-nav {
  width: 20%;
  flex-shrink: 0;
  margin: 0;
}


.modal-catalog-item div.modal-catalog-item-slider-nav-item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s;
  height: 6.1vw;
  margin-top: 0.3vw;
  margin-bottom: 10px;
}
.modal-catalog-item div.modal-catalog-item-slider-nav-item:first-child {
  margin-top: 0;
}
.modal-catalog-item-slider-nav-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.modal-catalog-item-slider-nav-item-hover {
  position: absolute;
  left: -1.5%;
  top: 0;
  width: 106%;
  height: 100%;
  background-color: rgba(103, 149, 196, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8vw;
  transition: all 0.4s;
  opacity: 0;
}


.modal-catalog-item-slider-nav-item-hover img {
  max-width: 100%;
  max-height: 100%;
}
.modal-catalog-item div.modal-catalog-item-slider-nav-item.slick-current {
  border-color: rgba(103, 149, 196, 0.8);
}
.modal-catalog-item-slider-nav-item:hover {
  border-color: rgba(103, 149, 196, 0.8);
}
.modal-catalog-item-slider-nav-item:hover .modal-catalog-item-slider-nav-item-hover {
  opacity: 1;
}









@media (max-width:991px) {
  .modal-catalog-item .modal-dialog {
    max-width: none;
    margin: .5rem;
  }
  .modal-catalog-item-slider-main-wrap {
    width: 76%;
  }
  .modal-catalog-item-slider-nav {
    width: 21%;
  }
  div.modal-catalog-item-slider-main-item {
    height: 400px;
  }
  .modal-catalog-item div.modal-catalog-item-slider-nav-item {
    height: 125px;
  
  }
}



@media (max-width:767px) {
  .modal-catalog-item-slider-wrap {
    margin-bottom: 30px;
  }
  .modal-catalog-item-slider-main-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-catalog-item-slider-nav {
    width: 100%;
    margin: 0 -5px;
  }
  div.modal-catalog-item-slider-main-item {
    height: 300px;
  }
  .modal-catalog-item div.modal-catalog-item-slider-nav-item {
    margin-top: 0;
    margin: 0 5px;
  }
}






@media (max-width:767px) {

  .modal-catalog-item div.modal-catalog-item-slider-nav-item {
    height: 140px;

  }
  
}


@media (max-width:600px) {

  .modal-catalog-item div.modal-catalog-item-slider-nav-item {
    height: 100px;

  }
  
}



@media (max-width:500px) {

  .modal-catalog-item div.modal-catalog-item-slider-nav-item {
    height: 80px;

  }
  
}















.table thead {
  background-color: #f5f5f5;
}
.table thead tr th {
  color: #777;
}



.pagination {
  margin: 0;
}

.pagination > li > a, .pagination > li > span {
  padding: 4px 10px;
  background: transparent;
  border: none;
  color: #765746;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: transparent;
  color: #777;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1e8754;
  color: #fff;
  border-color: #1e8754;
  border-radius: 5px;
}


.hidden-xs-up {
  display: none !important;
}
@media (max-width:575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width:576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width:767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width:768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width:991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width:992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width:1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width:1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width:576px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width:768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width:992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width:1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.row-sm {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row-sm [class^='col-'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row-xs [class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-zero {
  margin-left: 0;
  margin-right: 0;
}
.row-zero [class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width:768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width:992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width:1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.font-14 {
  font-size: 14px;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-cell {
  display: table-cell;
  vertical-align: middle;
}
.no-label label {
  display: none;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.p-a-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-a-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-a-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-a-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-60 {
  padding: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-a-90 {
  padding: 90px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-a-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-a-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-a-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-a-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media (min-width:576px) {
  .m-xs-a-0 {
    margin: 0 !important;
  }
  .m-xs-t-0 {
    margin-top: 0 !important;
  }
  .m-xs-r-0 {
    margin-right: 0 !important;
  }
  .m-xs-b-0 {
    margin-bottom: 0 !important;
  }
  .m-xs-l-0 {
    margin-left: 0 !important;
  }
  .m-xs-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-xs-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-a-5 {
    margin: 5px !important;
  }
  .m-xs-t-5 {
    margin-top: 5px !important;
  }
  .m-xs-r-5 {
    margin-right: 5px !important;
  }
  .m-xs-b-5 {
    margin-bottom: 5px !important;
  }
  .m-xs-l-5 {
    margin-left: 5px !important;
  }
  .m-xs-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .m-xs-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-xs-a-10 {
    margin: 10px !important;
  }
  .m-xs-t-10 {
    margin-top: 10px !important;
  }
  .m-xs-r-10 {
    margin-right: 10px !important;
  }
  .m-xs-b-10 {
    margin-bottom: 10px !important;
  }
  .m-xs-l-10 {
    margin-left: 10px !important;
  }
  .m-xs-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-xs-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-xs-a-15 {
    margin: 15px !important;
  }
  .m-xs-t-15 {
    margin-top: 15px !important;
  }
  .m-xs-r-15 {
    margin-right: 15px !important;
  }
  .m-xs-b-15 {
    margin-bottom: 15px !important;
  }
  .m-xs-l-15 {
    margin-left: 15px !important;
  }
  .m-xs-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-xs-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-xs-a-20 {
    margin: 20px !important;
  }
  .m-xs-t-20 {
    margin-top: 20px !important;
  }
  .m-xs-r-20 {
    margin-right: 20px !important;
  }
  .m-xs-b-20 {
    margin-bottom: 20px !important;
  }
  .m-xs-l-20 {
    margin-left: 20px !important;
  }
  .m-xs-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-xs-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-xs-a-30 {
    margin: 30px !important;
  }
  .m-xs-t-30 {
    margin-top: 30px !important;
  }
  .m-xs-r-30 {
    margin-right: 30px !important;
  }
  .m-xs-b-30 {
    margin-bottom: 30px !important;
  }
  .m-xs-l-30 {
    margin-left: 30px !important;
  }
  .m-xs-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-xs-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width:768px) {
  .m-sm-a-0 {
    margin: 0 !important;
  }
  .m-sm-t-0 {
    margin-top: 0 !important;
  }
  .m-sm-r-0 {
    margin-right: 0 !important;
  }
  .m-sm-b-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-l-0 {
    margin-left: 0 !important;
  }
  .m-sm-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-sm-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-a-5 {
    margin: 5px !important;
  }
  .m-sm-t-5 {
    margin-top: 5px !important;
  }
  .m-sm-r-5 {
    margin-right: 5px !important;
  }
  .m-sm-b-5 {
    margin-bottom: 5px !important;
  }
  .m-sm-l-5 {
    margin-left: 5px !important;
  }
  .m-sm-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .m-sm-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-sm-a-10 {
    margin: 10px !important;
  }
  .m-sm-t-10 {
    margin-top: 10px !important;
  }
  .m-sm-r-10 {
    margin-right: 10px !important;
  }
  .m-sm-b-10 {
    margin-bottom: 10px !important;
  }
  .m-sm-l-10 {
    margin-left: 10px !important;
  }
  .m-sm-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-sm-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-sm-a-15 {
    margin: 15px !important;
  }
  .m-sm-t-15 {
    margin-top: 15px !important;
  }
  .m-sm-r-15 {
    margin-right: 15px !important;
  }
  .m-sm-b-15 {
    margin-bottom: 15px !important;
  }
  .m-sm-l-15 {
    margin-left: 15px !important;
  }
  .m-sm-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-sm-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-sm-a-20 {
    margin: 20px !important;
  }
  .m-sm-t-20 {
    margin-top: 20px !important;
  }
  .m-sm-r-20 {
    margin-right: 20px !important;
  }
  .m-sm-b-20 {
    margin-bottom: 20px !important;
  }
  .m-sm-l-20 {
    margin-left: 20px !important;
  }
  .m-sm-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-sm-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-sm-a-30 {
    margin: 30px !important;
  }
  .m-sm-t-30 {
    margin-top: 30px !important;
  }
  .m-sm-r-30 {
    margin-right: 30px !important;
  }
  .m-sm-b-30 {
    margin-bottom: 30px !important;
  }
  .m-sm-l-30 {
    margin-left: 30px !important;
  }
  .m-sm-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-sm-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width:992px) {
  .m-md-a-0 {
    margin: 0 !important;
  }
  .m-md-t-0 {
    margin-top: 0 !important;
  }
  .m-md-r-0 {
    margin-right: 0 !important;
  }
  .m-md-b-0 {
    margin-bottom: 0 !important;
  }
  .m-md-l-0 {
    margin-left: 0 !important;
  }
  .m-md-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-md-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-a-5 {
    margin: 5px !important;
  }
  .m-md-t-5 {
    margin-top: 5px !important;
  }
  .m-md-r-5 {
    margin-right: 5px !important;
  }
  .m-md-b-5 {
    margin-bottom: 5px !important;
  }
  .m-md-l-5 {
    margin-left: 5px !important;
  }
  .m-md-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .m-md-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-md-a-10 {
    margin: 10px !important;
  }
  .m-md-t-10 {
    margin-top: 10px !important;
  }
  .m-md-r-10 {
    margin-right: 10px !important;
  }
  .m-md-b-10 {
    margin-bottom: 10px !important;
  }
  .m-md-l-10 {
    margin-left: 10px !important;
  }
  .m-md-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-md-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-md-a-15 {
    margin: 15px !important;
  }
  .m-md-t-15 {
    margin-top: 15px !important;
  }
  .m-md-r-15 {
    margin-right: 15px !important;
  }
  .m-md-b-15 {
    margin-bottom: 15px !important;
  }
  .m-md-l-15 {
    margin-left: 15px !important;
  }
  .m-md-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-md-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-md-a-20 {
    margin: 20px !important;
  }
  .m-md-t-20 {
    margin-top: 20px !important;
  }
  .m-md-r-20 {
    margin-right: 20px !important;
  }
  .m-md-b-20 {
    margin-bottom: 20px !important;
  }
  .m-md-l-20 {
    margin-left: 20px !important;
  }
  .m-md-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-md-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-md-a-30 {
    margin: 30px !important;
  }
  .m-md-t-30 {
    margin-top: 30px !important;
  }
  .m-md-r-30 {
    margin-right: 30px !important;
  }
  .m-md-b-30 {
    margin-bottom: 30px !important;
  }
  .m-md-l-30 {
    margin-left: 30px !important;
  }
  .m-md-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-md-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width:1200px) {
  .m-lg-a-0 {
    margin: 0 !important;
  }
  .m-lg-t-0 {
    margin-top: 0 !important;
  }
  .m-lg-r-0 {
    margin-right: 0 !important;
  }
  .m-lg-b-0 {
    margin-bottom: 0 !important;
  }
  .m-lg-l-0 {
    margin-left: 0 !important;
  }
  .m-lg-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-lg-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-a-5 {
    margin: 5px !important;
  }
  .m-lg-t-5 {
    margin-top: 5px !important;
  }
  .m-lg-r-5 {
    margin-right: 5px !important;
  }
  .m-lg-b-5 {
    margin-bottom: 5px !important;
  }
  .m-lg-l-5 {
    margin-left: 5px !important;
  }
  .m-lg-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .m-lg-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-lg-a-10 {
    margin: 10px !important;
  }
  .m-lg-t-10 {
    margin-top: 10px !important;
  }
  .m-lg-r-10 {
    margin-right: 10px !important;
  }
  .m-lg-b-10 {
    margin-bottom: 10px !important;
  }
  .m-lg-l-10 {
    margin-left: 10px !important;
  }
  .m-lg-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .m-lg-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-lg-a-15 {
    margin: 15px !important;
  }
  .m-lg-t-15 {
    margin-top: 15px !important;
  }
  .m-lg-r-15 {
    margin-right: 15px !important;
  }
  .m-lg-b-15 {
    margin-bottom: 15px !important;
  }
  .m-lg-l-15 {
    margin-left: 15px !important;
  }
  .m-lg-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-lg-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-lg-a-20 {
    margin: 20px !important;
  }
  .m-lg-t-20 {
    margin-top: 20px !important;
  }
  .m-lg-r-20 {
    margin-right: 20px !important;
  }
  .m-lg-b-20 {
    margin-bottom: 20px !important;
  }
  .m-lg-l-20 {
    margin-left: 20px !important;
  }
  .m-lg-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-lg-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-lg-a-30 {
    margin: 30px !important;
  }
  .m-lg-t-30 {
    margin-top: 30px !important;
  }
  .m-lg-r-30 {
    margin-right: 30px !important;
  }
  .m-lg-b-30 {
    margin-bottom: 30px !important;
  }
  .m-lg-l-30 {
    margin-left: 30px !important;
  }
  .m-lg-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .m-lg-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation: fadeInUp 1s 1;
  -o-animation: fadeInUp 1s 1;
  animation: fadeInUp 1s 1;
}
@-webkit-keyframes fadeInBottom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInBottom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation: fadeInBottom 1s 1;
  -o-animation: fadeInBottom 1s 1;
  animation: fadeInBottom 1s 1;
}
@-webkit-keyframes fadeInLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation: fadeInLeft 1s 1;
  -o-animation: fadeInLeft 1s 1;
  animation: fadeInLeft 1s 1;
}
@-webkit-keyframes fadeInRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation: fadeInRight 1s 1;
  -o-animation: fadeInRight 1s 1;
  animation: fadeInRight 1s 1;
}
@-webkit-keyframes scrollAnimation {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}
@-moz-keyframes scrollAnimation {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}
@-o-keyframes scrollAnimation {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}
@keyframes scrollAnimation {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}
.mimg .l-item {
  margin-bottom: 10px;
}
.visible-mobile {
  display: none;
}
.hidden-mobile {
  display: inline-block;
}



#dataprice {margin-top: 0rem;}




@media only screen and (min-width:1366px) {
  #luck:after {
    content: "выше 1366px";
  }
}
@media only screen and (min-width:1078px) and (max-width:1365px) {
  #luck:after {
    content: "от 1078px до 1365px";
  }
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
  #luck:after {
    content: "от 1024px до 1279px";
  }
}
@media only screen and (min-width:960px) and (max-width:1023px) {
  #luck:after {
    content: "от 960px до 1023px";
  }
}
@media only screen and (min-width:768px) and (max-width:959px) {
  #luck:after {
    content: "от 768px до 959px ";
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  #luck:after {
    content: "от 480px до 767px";
  }
}
@media only screen and (min-width:320px) and (max-width:479px) {
  #luck:after {
    content: "от 320px до 479px";
  }
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  span#gorod_index {
    float: left;
    margin-left: 10px;
  }
  .mimg .l-item {
    margin-bottom: 15px;
  }
  .contact-form .ego-m-t-15 {
    padding-top: 25px;
  }
  .h-city {
    position: relative;
    z-index: 99;
  }
  
  


}



@media only screen and (min-width:320px) and (max-width:380px) {
	
	

a#titlemenu {
font-size: 17px;
}


}
