html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Tahoma';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Tahoma';
}
body {
  background: #b0bec5;
  background-size: 100% auto;
  font-family: 'Tahoma';
  font-weight: 300;
  color: #acaeb1;
  webkit-font-smoothing: antialiased;
}

.zotymo a{
  color:#acaeb1;
}

.lezogy {
  font-size:80%;
  color:#263238;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a, img, button {
  outline: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.tequ{
  font-size: 85%;
  color: #757575;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.tivuvox {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   variables
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pawini {
  margin-bottom: 15px;
}

.top-header {
  padding-top: 15px;
}

.country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.country-list li {
  display: inline-block;
}

.country-list li a {
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 13px;
  background: url(/images/country.png) no-repeat;
}

.country-list li .cypylic-ru {
  background-position: 0 0;
}

.country-list li .cypylic-en {
  background-position: -32px 0;
}

.country-list li .cypylic-tr {
  background-position: -64px 0;
}

.country-list li .cypylic-ua {
  background-position: -98px 0;
}
.country-list li .cypylic-pl {
  background-position: -130px 0;
}
.user-action-toolbar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-action-toolbar li {
  display: inline-block;
  margin-left: 15px;
}

.user-action-toolbar li a {
  padding-left: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.user-action-toolbar__tt_n li a{
  margin-left: 10px;
}

.user-action-toolbar__tt_n li a {
  text-transform: none;
  padding-left: 0;
}


.user-action-toolbar li a:hover {
  text-decoration: underline;
}

.cypylic-enter {
  background: url(/images/entry-icon.png) 0 center no-repeat;
}

.tel-icon {
  padding-left: 25px;
  background: url(/images/tel-icon.png) 0 center no-repeat;
}

.viplist {
  padding: 20px 10px 0;
  margin-bottom: 20px;
  border: 1px solid #272624;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  text-align: justify;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;

}
.viplist-vertical {
  padding-bottom: 20px;
  /*margin-top: 23px;*/
    margin-top: 66px;
}

.viplist-vertical:not(.slick-slider) {
  height: 400px;
  overflow: hidden;
}
.viplist:not(.slick-slider) {
  height: 210px;
  overflow: hidden;
}
.viplist:after {
  display: inline-block;
  width: 100%;
  height: 0;
}

.viplist-item {
  display: inline-block;
  margin: 0 10px 20px;
  /*border: 1px solid #b6b8b3;*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 12px;
}

.viplist-item .tykyzu {
  overflow: hidden;
}

.viplist-item .tykyzu img {
  min-width: 100%;
  height: auto;

}

.viplist-item .tykyzu a {
  display: block;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.viplist-item .tykyzu a:hover {
  opacity: .7;
}

.hitagy {
  display: block;
  margin-top: 1px;
  font-weight: 100;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #424242;
  font-family: 'Roboto';
  transition: opacity 0.3s;
}

.brand-link:hover, .brand-link:focus {
  opacity: .6;
  color: #fff;
  text-decoration: none;
}

.byfu {
  margin-top: 30px;
  padding: 15px 10px;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: #37474f;
  border: 1px solid #121210;
}

.byfu .qanami > [class*="col"] {
  padding: 0 0px 0 40px;
  width: 20%;
}

.byfu .qanami > [class*="col"]  .form-group:last-child {
  margin-bottom: 0;
}

.byfu .qanami > [class*="col"]:last-child {
  padding-right: 30px;
}

.byfu .qanami > [class*="col"]:last-child .favab{
  padding-right: 20px;
  padding-left: 20px;
}

.services-filter {
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #121210;
}

.services-filter .qanami .sumuq {
  width: 20%;
}

.services-filter h5 {
  margin-top: 15px;
  margin-left: 10px;
  color: #fff;
}

.services-filter a,
.nubuc a {
  color: #acaeb1;
}
.nubuc+#searchFilter {
  margin-top: 20px;
}
.services-filter a .cypylic-arrow,
.nubuc a .cypylic-arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/images/filter-arrow.png) center no-repeat;
}

.nubuc{
  padding: 0 20px;
}
.nubuc .vegahi {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}

.services-filter a[aria-expanded="true"] .cypylic-arrow,
.nubuc a[aria-expanded="true"] .cypylic-arrow {
  transform: rotate(90deg);
}

.fokon {
 /* margin-top: 30px;*/
}

.syhopy {
  padding: 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: #263238;
}

.hubew {
  text-align:center;
  padding: 2px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: #263238;
   border-bottom: 2px solid #fff;
   text-transform: uppercase;
}

.syhopy .heji {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

.hubew .heji {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  border-bottom: 2px solid #fff;

}

.buvu, .category-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.buvu .cypylic-arrow{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/images/filter-arrow.png) center no-repeat;
}
.buvu h4 a[aria-expanded="true"] .cypylic-arrow {
  transform: rotate(90deg);
}
.buvu h4 {margin: 0;}
.buvu h4 a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.buvu h4 a:hover{
  text-decoration: none;
  color: #acaeb1;
}

.buvu h4 a:focus {
  text-decoration: none;
  color: #fff;
}
.buvu li + li {
  margin-top: 10px;
}
.buvu>li + li {
  margin: 0px;
}
.buvu>li>a{
 /* border-bottom: 1px solid rgba(255, 255, 255, .6);*/
}

.buvu li a {
  color: #acaeb1;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s, border-color .3s;
}

.buvu li a:hover {
  color: #8f39e2;
}

.buvu li.active a {
  color: #8f39e2;
}

.suluh + .suluh {
  margin-top: 30px;
}

.suluh a {
  display: block;
  transition: opacity 0.3s;
}

.suluh a:hover {
  opacity: .7;
}

.suluh img {
  width: 100%;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.najehi {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.kafyg-l {
  width: 1000px;
}

.vejifos > .qanami {
  margin-bottom: 20px;
  color:#263238;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.4em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.checkeds {
    color: orange;
}
.hoqy {
  margin-bottom:20px;
  padding: 15px 20px 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: #263238;
}

.rilula {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #fff;
}

.rilula a {
  color: #fff;
  text-decoration: none;
}

.rilula a:hover {
  text-decoration: none;
  color: #fff;
}

.nykyjo .xaroci {
  margin-bottom: 10px;
}

.nykyjo .xaroci .tykyzu {
  float: left;
  width: 45%;
}

.nykyjo .xaroci .pahic {
  height:185px;
  text-align: center;
}

.nykyjo .xaroci .tykyzu img {
  width: 100%;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.nykyjo .xaroci .hehypes {
  margin-left: 50%;
}

.nake + .nake {
  margin-top: 25px;.
}

.sate {
  overflow: hidden;
  margin-bottom: 0;
}

.sate + .sate {
  margin-top: 5px;
}

/*.sate:after {
  content: ' . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  display: block;
  height: 1px;
  text-align: right;
  color: #fff;
  line-height: 1em;
  padding: 0 5px;
}*/

.sate dt {
  float: left;
  padding-right: 5px;
  font-weight: 300;
  color: #d1c4e9;
}

.sate dd {
  float: right;
  min-width: 36px;
  padding-left: 5px;
  color: #fff;
  font-family: 'Tahoma', 'Roboto',;
  font-weight: 400;
}

.not-separator .sate:after {
  display: none;
}

.naire-text {
  font-size: .9em;
  margin-bottom: 20px;
  text-align: justify;
}

.gavif {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: #263238;
}

.rupyna {
  width: 130px;
  height: 90px;
  float: left;
  overflow: hidden;
  vertical-align: middle;
}

.rupyna img {
  width: 100%;
}
.artical-container .img-artical {
  float: left;
  max-width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.artical-body {
  margin-top: 20px;
  padding: 15px 20px 20px;
  border: 1px solid #272624;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.artical-container .img-artical img {
  max-width: 100%
}
.back-to-article {
  margin-bottom: 0;
}
.back-to-article  a {
  color: #acaeb1;
  text-decoration: underline;
}
.back-to-article span {
  transform: rotate(180deg);
  font-size: 10px;
  margin-right: 8px;
}
.back-to-article  a:hover {
  color: #acaeb1;
  text-decoration: none;
}
.artical-container .img-artical{
  max-width: 40%;
}
.artical-container h1 {
  font-size: 25px;
  font-family: 'Tahoma', 'Roboto',;
  font-weight: 400;
}
.artical-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.artical-img img{
  width: 100%;
}
.artical-text {
  margin-left: 175px;
}
.artical-text h4 {
  margin-bottom: 0;
  margin-top: 0px;
  font-weight: 300;
}
.artical-separator {
  margin: 15px 0;
}
.artical-text h4 a {
  color: #fff;
}
.rating-result {
  display: inline-block;
  vertical-align: middle;
}

.rating-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: .8em;
}

.lyjuno {
  overflow: hidden;
  margin-bottom: 20px;
}

.lyjuno h4 {
  margin: 0 0 0 145px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1em;
}

.lyjuno h4 a {
  text-decoration: underline;
  color: #acaeb1;
}

.lyjuno h4 a:hover {
  text-decoration: none;
}

.lyjuno h4 a:visited {
  opacity: .7;
}

.koput {
  margin-top: 30px;
  padding-bottom: 30px;
}

.koput-nav {
  width: 50%;
  padding: 0;
  margin: 5px auto 30px;
  list-style: none;
  text-align: center;
}

.koput-nav li {
  display: inline-block;
  margin: 0 8px;
}

.koput-nav li a {
  color: #acaeb1;
  text-decoration: underline;
}

.koput-nav li a:hover {
  text-decoration: none;
}

.koput-nav li.active a {
  text-decoration: none;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-skin {
  background: #000;
  border-radius: 8px;
}

.popup {
  padding: 25px;
  background: #000;
  border: 1px solid #272422;
  border-radius: 8px;
}

.popup label {
  font-weight: 300;
  color: #acaeb1;
}

.popup .form-control + .link {
  margin-top: 5px;
}

.popup-title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #acaeb1;
  font-family: 'Tahoma', 'Roboto',;
  font-weight: 400;
  font-size: 1.4em;
}

.capcha {
  position: relative;
  margin-top: 5px;
}

.capcha a {
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #acaeb1;
  text-decoration: underline;
}

.capcha a:hover {
  text-decoration: none;
}

.fancybox-close {
  width: 18px;
  height: 18px;
  right: -6px;
  top: -6px;
  background: url(/images/close.png) center no-repeat;
}

.popup-xl {
  width: 600px;
}

.popup-l {
  width: 300px;
}

.img-captcha {
  margin-bottom: 5px;
}

.form-review {
  padding: 25px 30px;
  background: #191917;
  border: 1px solid #666666;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.form-review label {
  font-weight: 300;
  color: #acaeb1;
}
.errorMessage, .errorSummary ul{
  color: #bc0000;
  margin-top: 3px;
}

.errorSummary ul{
  padding-left: 15px;
}

.review-form-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Tahoma', 'Roboto',;
  font-weight: 500;
  font-size: 1.1em;
  color: #acaeb1;
}

.comments-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 500;
  font-family: 'Tahoma', 'Roboto',;
  text-transform: uppercase;
  color: #acaeb1;
}

.comment-item + .comment-item {
  margin-top: 25px;
}

.comment-item .date {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.comment-item .nuvusiz {
  width: 100px;
  margin-right: 10px;
  float: left;
}

.comment-item .comment {
  margin-left: 200px;
}

.comment {
  text-align: justify;gi-list-item
}
.breadcrumb {
  padding: 8px 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.sumo {
  margin: 0 0 20px;
  font-weight: 500;
  font-family: 'Tahoma', 'Roboto',;
  font-size: 1.2em;
  color: #fff;
}

.link {
  text-decoration: underline;
  color: #acaeb1;
}

.link:hover {
  color: #acaeb1;
  text-decoration: none;
}

.link .i-enter {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/entry-icon.png) center no-repeat;
  background-size: cover;
}

.rating-xs {
  font-size: 1.5em;
}

.form-control {
  height: 24px;
  padding: 0;
  border-color: #abadb3;
}

.form-control:focus {
  border-color: #7345a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 69, 233, 0.6);
}

.hupepa .control-label {
  padding: 0;
  text-align: left;
  font-weight: 300;
}

.radio label, .checkbox label {
  font-weight: 300;
}

.breadcrumb {
  background: none;
}

.breadcrumb li a {
  color: #acaeb1;
  text-decoration: underline;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
  text-decoration: none;
}

.breadcrumb li + li:before {
  content: '\2192';
}

.breadcrumb li.active {
  color: #acaeb1;
}

.gallery + .xaroci-block {
  text-align: justify;
}

.big-slide {
  height: 374px;
  padding: 0 30px;
  overflow: hidden;
  text-align: center;
}

.big-slide.slick-slider {
  height: auto;
}

.small-slides {
  overflow: hidden;
  height: 110px;
  margin: 30px auto;
  padding: 0 20px;
}

.small-slide-item {
  float: left;
  margin: 0 5px;
}

.small-slide-item img {
  vertical-align: middle;
  max-height: 110px;
}

.slick-slide img {
  min-width: 85%;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

hr {
  margin: 30px 0;
  border-color: #666;
}
.fancybox-wrap {top: 40px!important;}
.slick-nav {
  position: absolute;
  width: 13px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  border: none;
  background-color: transparent;
  background-image: url(/images/slider-nav.png);
  background-repeat: no-repeat;
  z-index: 17;
}

.slick-nav.next-btn-l, .slick-nav.next-btn {
  right: 0;
  background-position: right 0;
}

.slick-nav.next-btn-l {
  height: 45px;
  width: 8px;
  background-size: auto 45px;
  margin-top: -23px;
}

.slick-nav.prev-btn, .slick-nav.prev-btn-l {
  left: 0;
  background-position: left 0;
}

.viplist .slick-nav.prev-btn, .slick-nav.prev-btn-l {
  left: 6px;
}

.viplist .slick-nav.next-btn-l {
  right: 6px;
}

.slick-nav.prev-btn-l {
  height: 45px;
  width: 8px;
  background-size: auto 45px;
  margin-top: -23px;
}

.slick-nav.prev-btn-l {
  left: 6px;
  bottom: 0;top: 0;
  margin: auto 0px;
}
.viplist.viplist-vertical .slick-nav.prev-btn-l {
  top: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.viplist-vertical .viplist-item {
  margin: 10px 0;
}
.viplist.viplist-vertical .slick-nav.next-btn-l {
  bottom: -6px;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.attention {
  padding: 15px;
  margin-bottom: 25px;
  background: #000;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  border: 1px solid #666;
}

.attention p {
  margin: 0;
}

.card-block {
  padding: 20px;
  background: #262524;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  border: 1px solid #666;
}

.card h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #acaeb1;
  font-weight: 400;
  font-family: 'Tahoma', 'Roboto',;
  font-size: 1em;
}

.card .nuvusiz {
  font-size: 1.85em;
  line-height: 1;
}

.card a[href*=tel] {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #acaeb1;
}

.card a[href*=tel]:hover, .card a[href*=tel]:focus {
  text-decoration: none;
}

.card .sate dd {
  min-width: 80px;
}

.card .card-block .sate dd {
  min-width: 36px;
}

.card-services {
  margin-bottom: 0;
}

.card-services dt {
  font-size: 1.1em;
  font-weight: 400;
  font-family: 'Tahoma', 'Roboto',;
}

.card-services dd {
  margin-bottom: 15px;
  color: #fff;
}

.card-services dd span, .card-services dd a {
  text-decoration: underline;
  color: #fff;
}

.card-services dd a:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 1171px) and (max-width: 1295px) {
  .kafyg,
  .kafyg-l {
    width: 1170px;
  }
}

@media only screen and (max-width: 1170px) {
  .kafyg-l {
    width: 940px;
  }
}

@media only screen and (max-width: 991px) {
  .kafyg-l {
    width: 720px;
  }
  .suluh + .suluh {
    margin-top: 0;
  }
  .suluh {
    margin-bottom: 30px;
  }
  .syhopy {
    margin-bottom: 20px;
  }
  .koput-nav {
    float: left;
    width: auto;
  }
  .hidden-sm {
    display: none;
  }
  .services-filter .qanami .sumuq {
    width: 50%;
  }
  .hupepa .form-group {
    margin-top: 5px;
  }
  .hupepa .control-label {
    padding: 0px 10px;
  }
  .buvu li {
    margin-top: 0;
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }
  .buvu li + li {
    margin-top: 0;
  }
  .gavif {
    padding-bottom: 0;
  }
  .byfu .qanami > [class*="col"] {
    float: left;
    width: 50%;
  }
  .koput-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .rating-wrap {
    float: none !important;
    text-align: center;
  }
  .byfu .qanami > [class*="col"] {
    padding: 0 30px ;
  }

  .byfu .qanami > [class*="col"]  .form-group:last-child {
    margin-bottom: 15px;
  }
  .byfu .qanami > [class*="col"]  .form-group{margin-top: 0;}
  .byfu .qanami > [class*="col"]:last-child {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .byfu .qanami > [class*="col"]:last-child .favab{
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
  }

}

@media only screen and (max-width: 767px) {
  .comment-item .comment{
    margin-left: 0;
    margin-top: 30px;
  }
  .artical-img{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .artical-text{
    margin-left: 0;
    width: 100%;

  }
  .comment-item .comment:before{
    display: table;content: '';clear: both;
  }
  .comment-item{
    margin-bottom: 30px;
  }
  .comment-item+.comment-item{
    padding-top: 30px;
    border-top: 1px solid #666;
  }
  .comment-item .date{
    float: left;
    width: auto;
  }
  .comment-item .nuvusiz{
    float: right;
    width: auto;
  }
  .popup-l{
    width: 100%;
  }
  .card-price-block {
    margin-top: 20px;
  }
  .byfu .qanami > [class*="col"] {
    float: none;
    width: auto;
  }
  .popup-xl {
    width: 100%;
  }
  .capcha a{

    margin-top: 5px;
  }
  .hoqy {
    margin-bottom: 20px;
  }
  .kafyg-l {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .services-filter .qanami .sumuq {
    width: 100%;
  }
  .gavif {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hupepa .control-label {
    padding: 5px 10px 5px;
  }
  .buvu li {
    width: 100%;
    float: left;
  }
}

.page-article a{
  color: #fff;
  text-decoration: underline;
  text-align: justify;
}
.page-article a:hover, .page-article a:focus {
  text-decoration: none;
}
.page-article h1{
  font-size: 25px;
  font-weight: 500;
  font-family: 'Tahoma', 'Roboto',;
}
/* ==========================================================================
   Button classes
   ========================================================================== */
.favab {
  padding: 4px 40px 3px;
  border-radius: 3px;
  background: #70449B;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#70449B), to(#43296d));
  background: -webkit-linear-gradient(#70449B, #43296d);
  background: -moz-linear-gradient(#70449B, #43296d);
  background: -ms-linear-gradient(#70449B, #43296d);
  background: -o-linear-gradient(#70449B, #43296d);
  background: linear-gradient(#70449B, #43296d);
  border: 1px solid #8f6cad;
  border-left-color: #65458d;
  border-right-color: #65458d;
  border-bottom: none;
  transition: opacity 0.3s, transform 0.2s;
  color: #fff;
}

.favab:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.favab:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(1px);
}

a.favab:visited {
  opacity: .8;
}

.bybawy-w_100 {
  width: 100%;
}

/* ==========================================================================
   Atonomic style
   ========================================================================== */
.mt_15 {
  margin-top: 15px !important;
}
.mb_0{margin-bottom: 0!important;}
.mb_20{margin-bottom: 20px!important;}
.mb_15{margin-bottom: 15px!important;}
.mt_25 {
  margin-top: 25px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.ph-10 {
  padding-right: 10px;
  padding-left: 10px;
}

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}


.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cedycu:before,
.cedycu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cedycu:after {
  clear: both;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.flash-success
{e 
    color: #fff;
    text-align: center;
    margin:3%;
}
@media (min-width: 1200px)
.kafyg {
    width: 1080px;
}
    .sitemaps a {
        color: #fff;
        text-decoration: underline;
    }


#gs-confirm {
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 3px 1px rgba(34, 28, 5, 0.3);
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: gs-fadeInUp;
  position: fixed;
  top: 10px;
  left: 5%;
  width: 90%;
  margin: 0;
  font-size: 100%;
  padding: 0;
  height: auto;
  background-color: #f0eff0;
  display: block !important;
  cursor: auto;
  z-index: 15000;
}
#gs-confirm.center {
  left: 50%;
  margin: 0 0 0 -220px;
}
#gs-confirm.right {
  right: 30px;
  left: auto;
  margin: 0;
}
#gs-confirm .gs-confirm-wrap {
  position: relative;
  padding: 20px 15px 10px 15px;
  z-index: 13000;
}
#gs-confirm .gs-confirm-logo {
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  text-align: center;
}
#gs-confirm .gs-confirm-img {
  max-width: 100%;
  overflow: hidden;
}
#gs-confirm .gs-confirm-content {
  padding: 0 0 0 80px;
  text-align: left;
}
#gs-confirm .gs-confirm-title {
  color: #212121;
  margin: 0 0 5px;
  padding: 0;
  font: 700 14px/20px Arial;
  min-height: 20px;
  width: auto;
  height: auto;
}
#gs-confirm .gs-confirm-text {
  padding: 0;
  color: #212121;
  margin: 0 0 15px;
  font: 400 12px/16px Arial;
  min-height: 20px;
  width: auto;
  height: auto;
  text-align: left;
}
#gs-confirm .gs-confirm-btns {
  position: relative;
  font-size: 0;
  text-align: right;
}
#gs-confirm .gs-confirm-btn {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: background-color, color 0.2s ease-in;
  background-image: none;
  background-color: transparent;
  text-transform: none;
  padding: 0 10px;
  margin: 0 15px 10px 0;
  font: 400 12px/24px Arial;
  height: 26px;
  max-width: 170px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
}
#gs-confirm .gs-confirm-btn:focus {
  outline: 0;
}
#gs-confirm .gs-confirm-btn:hover {
  text-decoration: none;
  background-color: #fdd95b !important;
  border-color: rgba(34, 28, 5, 0.4) !important;
  color: #212121 !important;
  cursor: pointer;
}
#gs-confirm .gs-confirm-btn-close {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #212121 !important;
}
#gs-confirm .gs-confirm-btn-allow {
  background-color: #4596fb !important;
  border: 1px solid #50a1f8 !important;
  color: #fff !important;
  margin-right: 0;
}
@media (min-width: 480px) {
  #gs-confirm {
    top: 20px;
    left: 30px;
    width: 420px;
  }
  #gs-confirm .gs-confirm-wrap {
    padding: 20px 20px 10px 20px;
  }
  #gs-confirm .gs-confirm-btns {
    padding-left: 80px;
    text-align: left;
  }
  #gs-confirm .gs-confirm-btn {
    margin: 0 20px 0 0;
    padding: 0 15px;
  }
  #gs-confirm .gs-confirm-btns {
    padding-left: 80px;
  }
  #gs-confirm .gs-confirm-btn-allow {
    margin-right: 0;
  }
}
@keyframes gs-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#gs-label {
  padding: 0;
  margin: -28px 0 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  transition: background-color, color 0.2s ease-in;
  box-shadow: 0 1px 3px 0 rgba(34, 28, 5, 0.4);
  position: fixed;
  bottom: 15px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#gs-label img {
  animation-duration: .75s;
  animation-fill-mode: both;
  animation-name: gs-tada;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  z-index: 5;
}
#gs-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gs-label:hover img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: gs-tada;
  animation-iteration-count: infinite;
}
#gs-label.right {
  right: 15px;
}
#gs-label.left {
  left: 15px;
}
#gs-label.small {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
#gs-label.small img {
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
}
#gs-label.circle {
  border-radius: 50%;
}
#gs-label.yellow {
  background-color: #fdd95b;
  color: #212121;
}
#gs-label.yellow:hover {
  background-color: #ffca28;
}
#gs-label.yellow:active {
  background-color: #ffc318;
}
#gs-label.gray {
  background-color: #999;
  color: #212121;
}
#gs-label.gray:hover {
  background-color: #ccc;
}
#gs-label.gray:active {
  background-color: #888;
}
#gs-label.white {
  background-color: #fff;
  border: 1px solid #212121;
  color: #212121;
}
#gs-label.white img {
  top: 17px;
  left: 17px;
}
#gs-label.white.small img {
  top: 11px;
  left: 11px;
}
#gs-label.white:hover {
  background-color: #f5f5f5;
}
#gs-label.white:active {
  background-color: #dbdbdb;
}
#gs-label .gs-label-text {
  display: none;
}
#gs-label.gs-label-text-on {
  width: auto;
}
#gs-label.gs-label-text-on .gs-label-text {
  display: inline-block;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 3px;
  padding-left: 53px;
  padding-right: 18px;
}
#gs-label.gs-label-text-on.circle {
  border-radius: 4px;
}
#gs-label.gs-label-text-on.small .gs-label-text {
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
}
@keyframes gs-tada {
  0%,
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.gs-button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color, color 0.2s ease-in;
  box-shadow: 0 1px 3px 0 rgba(34, 28, 5, 0.4);
  position: relative;
  height: 56px;
  line-height: 56px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.gs-button img {
  animation-duration: .75s;
  animation-fill-mode: both;
  animation-name: gs-tada;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  z-index: 5;
}
.gs-button .gs-button-text {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  border-radius: 3px;
  padding-left: 53px;
  padding-right: 18px;
}
.gs-button:hover img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: gs-tada;
  animation-iteration-count: infinite;
}
.gs-button.rounded {
  border-radius: 10px;
}
.gs-button.yellow {
  color: #212121;
  background-color: #fdd95b;
}
.gs-button.yellow:hover {
  background-color: #ffca28;
}
.gs-button.yellow:active {
  background-color: #ffab00;
}
.gs-button.white {
  color: #212121;
  background-color: #fff;
  border: 2px solid #212121;
  line-height: 52px;
}
.gs-button.white:hover {
  background-color: #f5f5f5;
}
.gs-button.white:active {
  background-color: #dbdbdb;
}
.gs-button.white img {
  top: 17px;
  left: 17px;
}
.gs-button.white.small {
  line-height: 36px;
}
.gs-button.gray {
  color: #fff;
  background-color: #999;
}
.gs-button.gray:hover {
  background-color: #ccc;
}
.gs-button.gray:active {
  background-color: #888;
}
.gs-button.small {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.gs-button.small img {
  top: 10px;
  left: 15px;
  width: 16px;
  height: 16px;
}
.gs-button.small .gs-button-text {
  padding-left: 42px;
  padding-right: 15px;
}

#cntb  {
  display:none;
}