/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-display: swap;
    font-family: 'SegoeUILight';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot') format('embedded-opentype'),
    url('../fonts/segoeuil.woff') format('woff'),
    url('../fonts/segoeuil.ttf') format('truetype'),
    url('../fonts/segoeuil.svg#SegoeUILight') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'SegoeUIRegular';
    src: url('../fonts/segoeui.eot');
    src: url('../fonts/segoeui.eot') format('embedded-opentype'),
    url('../fonts/segoeui.woff') format('woff'),
    url('../fonts/segoeui.ttf') format('truetype'),
    url('../fonts/segoeui.svg#SegoeUIRegular') format('svg');
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'SegoeUIRegular';
}
body {
  background: #0d0d0b url(/images/bg.jpg) center top no-repeat;
  background-size: 100% auto;
  font-family: 'SegoeUILight', 'Roboto', sans-serif;
  font-weight: 300;
  color: #acaeb1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-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;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   variables
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header {
  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 .icon-ru {
  background-position: 0 0;
}

.country-list li .icon-en {
  background-position: -32px 0;
}

.country-list li .icon-tr {
  background-position: -64px 0;
}

.country-list li .icon-ua {
  background-position: -98px 0;
}
.country-list li .icon-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;
}

.icon-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 .photo {
  overflow: hidden;
}

.viplist-item .photo img {
  min-width: 100%;
  height: auto;

}

.viplist-item .photo a {
  display: block;
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.viplist-item .photo a:hover {
  opacity: .7;
}

.brand-link {
  display: block;
  margin-top: 10px;
  font-weight: 100;
  font-size: 3.42em;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.3s;
}

.brand-link:hover, .brand-link:focus {
  opacity: .6;
  color: #fff;
  text-decoration: none;
}

.filter {
  margin-top: 30px;
  padding: 15px 10px;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #121210;
}

.filter .row > [class*="col"] {
  padding: 0 0px 0 40px;
  width: 20%;
}

.filter .row > [class*="col"]  .form-group:last-child {
  margin-bottom: 0;
}

.filter .row > [class*="col"]:last-child {
  padding-right: 30px;
}

.filter .row > [class*="col"]:last-child .btn-search{
  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 .row .col-md-3 {
  width: 20%;
}

.services-filter h5 {
  margin-top: 15px;
  margin-left: 10px;
  color: #fff;
}

.services-filter a,
.hide-filter a {
  color: #acaeb1;
}
.hide-filter+#searchFilter {
  margin-top: 20px;
}
.services-filter a .icon-arrow,
.hide-filter a .icon-arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/images/filter-arrow.png) center no-repeat;
}

.hide-filter{
  padding: 0 20px;
}
.hide-filter .text-uppercase {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}

.services-filter a[aria-expanded="true"] .icon-arrow,
.hide-filter a[aria-expanded="true"] .icon-arrow {
  transform: rotate(90deg);
}

.main {
 /* margin-top: 30px;*/
}

.left-navbar {
  padding: 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.left-navbar h5, .left-navbar .h5 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

.left-menu, .category-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-menu .icon-arrow{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/images/filter-arrow.png) center no-repeat;
}
.left-menu h4 a[aria-expanded="true"] .icon-arrow, .left-menu .h4 a[aria-expanded="true"] .icon-arrow {
  transform: rotate(90deg);
}
.left-menu h4, .left-menu .h4 {margin: 0;}
.left-menu h4 a, .left-menu .h4 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.left-menu h4 a:hover, .left-menu .h4 a:hover {
  text-decoration: none;
  color: #acaeb1;
}

.left-menu h4 a:focus, .left-menu .h4 a:focus {
  text-decoration: none;
  color: #fff;
}
.left-menu li + li {
  margin-top: 10px;
}
.left-menu>li + li {
  margin: 0px;
}
.left-menu>li>a{
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.left-menu li a {
  color: #acaeb1;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s, border-color .3s;
}

.left-menu li a:hover {
  color: #8f39e2;
}

.left-menu li.active a {
  color: #8f39e2;
}

.aside-banner + .aside-banner {
  margin-top: 30px;
}

.aside-banner a {
  display: block;
  transition: opacity 0.3s;
}

.aside-banner a:hover {
  opacity: .7;
}

.aside-banner img {
  width: 100%;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.icon-search {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/images/search.png) center no-repeat;
}

.container-l {
  width: 1000px;
}

.questionnaires > .row {
  margin-bottom: 20px;
}

.questionnaire-item {
  padding: 15px 20px 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.questionnaire-header {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #fff;
}

.questionnaire-header a {
  color: #fff;
  text-decoration: none;
}

.questionnaire-header a:hover {
  text-decoration: none;
  color: #fff;
}

.questionnaire-body .info {
  margin-bottom: 10px;
}

.questionnaire-body .info .photo {
  float: left;
  width: 45%;
}

.questionnaire-body .info .photo img {
  width: 100%;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.questionnaire-body .info .girl-info {
  margin-left: 50%;
}

.girl-info-list + .girl-info-list {
  margin-top: 25px;
}

.gi-list-item {
  overflow: hidden;
  margin-bottom: 0;
}

.gi-list-item + .gi-list-item {
  margin-top: 5px;
}

/*.gi-list-item:after {
  content: ' . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
  display: block;
  height: 1px;
  text-align: right;
  color: #fff;
  line-height: 1em;
  padding: 0 5px;
}*/

.gi-list-item dt {
  float: left;
  padding-right: 5px;
  font-weight: 300;
}

.gi-list-item dd {
  float: right;
  min-width: 36px;
  padding-left: 5px;
  color: #fff;
  font-family: 'SegoeUIRegular', 'Roboto';
  font-weight: 400;
}

.not-separator .gi-list-item:after {
  display: none;
}

.questionnaire-text {
  font-size: .9em;
  margin-bottom: 20px;
  text-align: justify;
}

.news-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #272624;
  border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.news-img {
  width: 130px;
  height: 90px;
  float: left;
  overflow: hidden;
  vertical-align: middle;
}

.news-img 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: 'SegoeUIRegular', '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;
}

.news-item {
  overflow: hidden;
  margin-bottom: 20px;
}

.news-item h4, .news-item .h4 {
  margin: 0 0 0 145px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1em;
}

.news-item h4 a, .news-item .h4 a {
  text-decoration: underline;
  color: #acaeb1;
}

.news-item h4 a:hover, .news-item .h4 a:hover {
  text-decoration: none;
}

.news-item h4 a:visited, .news-item .h4 a:visited {
  opacity: .7;
}

.footer {
  margin-top: 30px;
  padding-bottom: 30px;
}

.footer-nav {
  width: 50%;
  padding: 0;
  margin: 5px auto 30px;
  list-style: none;
  text-align: center;
}

.footer-nav li {
  display: inline-block;
  margin: 0 8px;
}

.footer-nav li a {
  color: #acaeb1;
  text-decoration: underline;
}

.footer-nav li a:hover {
  text-decoration: none;
}

.footer-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: 'SegoeUIRegular', '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: 'SegoeUIRegular', '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: 'SegoeUIRegular', '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 .name {
  width: 100px;
  margin-right: 10px;
  float: left;
}

.comment-item .comment {
  margin-left: 200px;
}

.comment {
  text-align: justify;
}
.breadcrumb {
  padding: 8px 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.title {
  margin: 0 0 20px;
  font-weight: 500;
  font-family: 'SegoeUIRegular', '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);
}

.form-horizontal .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 + .info-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: 'SegoeUIRegular', 'Roboto';
  font-size: 1em;
}

.card .name {
  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 .gi-list-item dd {
  min-width: 80px;
}

.card .card-block .gi-list-item dd {
  min-width: 36px;
}

.card-services {
  margin-bottom: 0;
}

.card-services dt {
  font-size: 1.1em;
  font-weight: 400;
  font-family: 'SegoeUIRegular', '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) {
  .container,
  .container-l {
    width: 1170px;
  }
}

@media only screen and (max-width: 1170px) {
  .container-l {
    width: 940px;
  }
}

@media only screen and (max-width: 991px) {
  .container-l {
    width: 720px;
  }
  .aside-banner + .aside-banner {
    margin-top: 0;
  }
  .aside-banner {
    margin-bottom: 30px;
  }
  .left-navbar {
    margin-bottom: 20px;
  }
  .footer-nav {
    float: left;
    width: auto;
  }
  .hidden-sm {
    display: none;
  }
  .services-filter .row .col-md-3 {
    width: 50%;
  }
  .form-horizontal .form-group {
    margin-top: 5px;
  }
  .form-horizontal .control-label {
    padding: 0px 10px;
  }
  .left-menu li {
    margin-top: 0;
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }
  .left-menu li + li {
    margin-top: 0;
  }
  .news-wrap {
    padding-bottom: 0;
  }
  .filter .row > [class*="col"] {
    float: left;
    width: 50%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  .rating-wrap {
    float: none !important;
    text-align: center;
  }
  .filter .row > [class*="col"] {
    padding: 0 30px ;
  }

  .filter .row > [class*="col"]  .form-group:last-child {
    margin-bottom: 15px;
  }
  .filter .row > [class*="col"]  .form-group{margin-top: 0;}
  .filter .row > [class*="col"]:last-child {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .filter .row > [class*="col"]:last-child .btn-search{
    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 .name{
    float: right;
    width: auto;
  }
  .popup-l{
    width: 100%;
  }
  .card-price-block {
    margin-top: 20px;
  }
  .filter .row > [class*="col"] {
    float: none;
    width: auto;
  }
  .popup-xl {
    width: 100%;
  }
  .capcha a{

    margin-top: 5px;
  }
  .questionnaire-item {
    margin-bottom: 20px;
  }
  .container-l {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .services-filter .row .col-md-3 {
    width: 100%;
  }
  .news-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .form-horizontal .control-label {
    padding: 5px 10px 5px;
  }
  .left-menu 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: 'SegoeUIRegular', 'Roboto';
}
/* ==========================================================================
   Button classes
   ========================================================================== */
.btn-search {
  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;
}

.btn-search:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.btn-search:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(1px);
}

a.btn-search:visited {
  opacity: .8;
}

.btn-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;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@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;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  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
{
    color: #fff;
    text-align: center;
    margin:3%;
}
.container {
    width: 1080px;
}
    .sitemaps a {
        color: #fff;
        text-decoration: underline;
    }