
html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
    padding:0;
    margin:0;
}
a:focus {outline: none}
img{max-width: 100%;height: auto}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
body{font-size: 16px;line-height: 1.4;font-family: 'Open Sans', sans-serif;}
.header-content {
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.container{max-width: 1200px;margin: 0 auto;padding: 0 15px;}
.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header-logo img {width: 210px;}

.header-menu {
    width: 100%;
    background-color: #4a76a8;
}

.header-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header-menu a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 600;
    transition: 0.3s;
}

.header-menu a:hover {
    background-color: #2f70c2;
}

.main-content {
    background-color: #e7eaee;
}

.main-content-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
    flex-wrap: wrap;
}

.left-content-block {
    width: 75%;
    background-color: #fff;
}

.content-title-br {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    padding: 20px 0 15px;
}

.content-title-br li a {
    color: #C3C3C3;
    text-decoration: none;
    margin-left: 40px;
    position: relative;
}

.content-title-br li:nth-of-type(1) a {
    color: #000;
    margin-left: 0;
}

.content-title-br li a:before {
    position: absolute;
    content: '';
    padding: 3px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    left: -25px;
    top: 7px;
    transform: rotate(45deg);
}

.content-title-br li:nth-of-type(1) a:before {
    content: none;
}

.content-title-block {
    padding: 0 40px;
}

.content-title h1 {
    font-weight: 400;
    font-size: 40px;
    margin: 0;
}

.main-logo img {
    width: 80px;
}

.main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-text {
    margin-left: 20px;
}

.logo-text span {
    display: block;
    color: #ccc;
}

span.up-logo {
    font-size: 24px;
    color: #4a76a8;
    font-weight: 600;
}

.content-title-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.number-of-sentences {
    display: block;
    padding: 5px;
    padding-left: 40px;
    font-size: 14px;
    background-color: #edeff1;
}

.main-senteces-blocks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}

.left-item-block img {
    max-height: 60px;
    display: block;
    margin: 0;
}

.left-item-block {display: flex;align-items: center;justify-content: center;flex-direction: column;padding-left: 10px;padding-right: 10px;width: 20%;}

.left-item-block img:nth-of-type(2) {
    max-height: 12px;
    max-width: 80px;
}

.center-item-block-title h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
}

.center-item-block-item.rating-item {
    width: 60px;
    flex-shrink: 0;
}

/*
.center-item-block-item:nth-child(2) {
    width: calc(50% - 108px);
} 
*/

/*.center-item-block-item:nth-child(3) {
    width: calc(50% - 48px);
} */

.center-item-block-item:nth-child(4) {
    width: 96px;
    flex-shrink: 0;
}

.center-item-block-item.rating-item .stars {
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.center-item-block-item span {
    display: block;
    font-size: 15px;
}

.center-item-block-item span:nth-of-type(2) {
    font-size: 13px;
    color: #C3C3C3;
}

.center-item-block-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.center-item-block-item {
    margin-left: 20px;
}

.content-title-br ul {
    list-style: none;
    width: 100%;
    display: flex;
}

.center-item-block-item:nth-of-type(1) {
    margin-left: 0;
}

.center-item-block {
    width: calc(80% - 130px);
}

.right-item-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 130px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 25px;
}

.right-item-block a.right-item-button {
    display: inline-block;
    vertical-align: top;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    text-align: center;
    background-color: #3cb371;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.right-item-button:hover {
    background-color: #3479D0;
}

.right-item-block a {
    text-decoration: none;
    color: #c3c3c3;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-sentences-item {
    border: 1px solid #ccc;
    border-bottom: none;
    transition: 0.5s
}

.main-sentences-item:hover{box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);}

.main-sentences-item:last-child {
    border-bottom: 1px solid #ccc;
}

.active-sentence{display: none;}

.special .active-sentence{display: block;}

.main-sentences-list.special {
    position: relative;
    margin-top: 30px;
}

.special .main-sentences-item{    
    border: 2px solid #FFD700;
    border-bottom: none;
    background-image: url(../images/bg-triangle.png);
    background-repeat: no-repeat;
    background-position: -100%;

}

 .star {
    background-image: url('../images/star.png');
    width: 11px;
    height: 10px;
    display: inline-block;
    background-size: 11px;}
 .star.full {background-position-y:10px;}
.star.empty {background-position-y:0px;}

.main-sentences-list.special{  
    border-bottom: 2px solid #f9a94f;

}

.active-sentence {
    position: absolute;
    left: -6px;
    top: -9px;
    background-color: #FFD700;
    font-size: 15px;
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    line-height: 1;
    padding: 7px;
    z-index: 98;
    border-radius: 5px;
}

.active-sentence:before{
    bottom: -5px;
    left: 0px;
    display: block;
    background-image: url(../images/flag1.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 5px;
}

.active-sentence:after{
    top: 0px;
    right: -12px;
    display: block;
    background-image: url(../images/flag2.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 28px;
}

.main-sentences-list {
    border-bottom: 1px solid #ccc;
}

.left-text-content {
    padding-top: 40px;
    background-color: #e7eaee;
    padding-bottom: 30px;
}

.left-text-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.left-text-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.main-footer {
    background-color: #4a76a8;
}

.main-footer-menu ul {
    list-style: none;
    display: flex;
    max-width: 570px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-footer-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.main-footer-menu a:hover {
    opacity: 0.7;
}

.main-footer-menu li {margin-right: 30px;}

.main-footer-menu {
    padding: 30px 0;
}

.footer-copyright {
    color: #fff;
    font-size: 12px;
    max-width: 500px;
    opacity: 0.7;
    padding-bottom: 30px;
}

.hamburger {
    display: none;
    position: relative;
    width: 20px;
    height: 15px;
    margin-left: 20px;
    cursor: pointer;
}

.hamburger span {
    width: 20px;
    height: 2px;
    background-color: #4B87D2;
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
}

.hamburger:before {
    width: 20px;
    height: 2px;
    background-color: #4B87D2;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.hamburger:after {
    width: 20px;
    height: 2px;
    background-color: #4B87D2;
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
}

.right-content-block {
    width: 22%;
}

.right-calculate-block {padding: 15px;background-color: #fff;margin-bottom: 20px;}

.right-calculate-block form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.right-calculate-block h3 {
    margin-bottom: 10px;
}

.calc-inputs {
    box-sizing: border-box;
    width: 100%;
}

.calc-input input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.calc-but {
    width: 100%;
    margin-bottom: 10px;
}

.calc-but input {
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 2px;
    background-color: #4a76a8;
    color: #fff;
    transition: 0.3s;
}

.calc-but input:hover {
    background-color: #3479D0;
}

.calc-procents {
    font-size: 14px;
}

.calc-procents span {
    display: inline-block;
    margin-bottom: 5px;
}

.right-links-block {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.right-links-block h3 {
    text-align: center;
    margin-bottom: 10px;
}

.right-link-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.right-link-item {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.right-link-item a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
    background-color: #4a76a8;
    border-radius: 10px;
}

.right-link-item a:hover {
    background-color: #3479D0;
}

.header-menu.header-menu-fix {
    position: fixed;
    top: 0;
    z-index: 100;
}

span.star-value {
    font-size: 12px;
    margin-left: 5px;
    color: #fb0;
}

.left-detail {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.right-detail {
    display: inline-block;
    vertical-align: top;
    width: 39%;
}

.right-detail img {
    display: block;
}

.right-detail a {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    text-align: center;
    background-color: #3cb371;
    border-radius: 2px;
    cursor: pointer;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
}

.right-detail a:hover {
    a.right-item-button: hover {      background-color: #3479D0;  }
    background-color: #3479D0;
}

span.name {
    color: #c9c3c7;
    margin-right: 10px;
}

.content-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.content-info {
    margin-bottom: 20px;
}

.content-block h3 {
    margin-bottom: 10px;
}

.content-block ul {margin-left: 30px;}

.content-item a {
    text-decoration: none;
}

.content-item a:hover {
    text-decoration: underline;
}

.white{background-color:#fff;}
.grey{background-color:#e7eaee;}
.left-reviews {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
}

.left-reviews-title {
    margin-bottom: 20px;
}

.left-review-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.title-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-name span {
    font-size: 16px;
}

.title-name span {
    font-size: 16px;
    font-weight: 800;
    margin-right: 10px;
}

.title-name p {
    font-size: 14px;
}

.title-score {
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-score p {
    color: #c9c3c7;
    margin-right: 10px;
}

.left-review-text {
    padding: 20px 0;
}

a.btn-add {
    background-color: #4a76a8;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.main-but {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

textarea#comment {
    width: 100%;
}

.center-item-block-title a {
    text-decoration: none;
}

.list-benefits1 li {
   list-style:none
}
.blok-kontakty {
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    min-height: 600px;
}

.comment-respond {
    padding-top: 15px;
}

@media screen and (max-width: 1030px) {
    .left-content-block{width: 100%;}
}

@media screen and (max-width: 800px) {
   .right-item-block{width: 10%;}
}

@media screen and (max-width: 768px) {
    .hamburger{display: block;}
    .header-menu{display: none;}
    .special .main-sentences-item{background-image: none;}
    .left-item-block{width: 25%;}
    .center-item-block{width: 65%;}
    .left-item-block img{width: 60px;}
    .right-content-block{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start; margin-top: 20px;}
    .right-calculate-block{width: 100%;}
    .right-links-block{width: 49%;}
    .main-content{padding-top: 70px;}
    header {position: fixed;z-index: 100;width: 100%;}
    .header-menu.header-menu-fix{position: static;}
    .content-title h1 {font-size: 24px;}
    .content-title-block {padding: 0 10px;}
    .left-reviews {padding: 10px;}
    .content-item {flex-direction: column;}
    .main-logo img {width: 55px;}
}

@media screen and (max-width: 660px) {
    .left-detail{width: 100%;}
    .right-detail{width: 100%;}
    .flex-detail {display: flex;flex-direction: column; padding-bottom: 5px;}
    .right-detail img {display: none;}
}

@media screen and (max-width: 580px) {
    .main-senteces-blocks{flex-wrap: wrap;}
    .left-item-block{width: 30%;}
    .center-item-block{width: 63%;}
    .right-item-block{width: 100%;justify-content: space-between;align-items: center;margin-left: 15px;flex-direction: row;margin-top: 10px;}
    .center-item-block-item{margin-left: 20px;}
    .right-calculate-block{width: 100%;}
    .right-links-block{width: 100%;}
  }

@media screen and (max-width: 520px) {
	   .center-item-block{text-align: center;width: 100%}
	   .center-item-block-title {text-align: right;
        width: 100%;
        display: flex;
        padding-right: 20px;
        padding-left: 110px;
        justify-content: flex-end;}
       .center-item-block-item.rating-item .stars {
        justify-content: center;}
       .left-item-block{width: 37%;margin-bottom: -30px;padding: 0;}
}



@media screen and (max-width: 400px) {
    span.up-logo{font-size: 20px;}
    .title-score{width: 100%;margin-left: 0;}
    .main-sentences-item {position: relative;}
    .center-item-block-title h3 {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .center-item-block-list{flex-flow: row wrap; padding: 10px;}
    .center-item-block-item {
        width: 45% !important;
        flex-shrink: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    
    .right-item-block {
        margin: 0;
        padding: 0 15px;
    }
   .center-item-block-item:nth-child(1) {width: 55% !important;}
   .center-item-block-item:nth-child(3) {width: 55% !important;}
}


/*menu block*/

.top-menu {
  position: relative;
}
.top-menu:after, 
.submenu:after {
  content: "";
  display: table;
  clear: both;
}
.top-menu > li {
  display: inline-block;
  float: left;
}
.top-menu > li > a {
  display: block;
  font-size: 12px;
  /* color: #000; */
  transition: .2s linear;
}
.top-menu > li > a:hover {}
.dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
  vertical-align: top;
  right: 20px;
  position: absolute;
}
.submenu, 
.submenu-standart {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
  background: white;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,30px,0);
  transition: .5s ease-out;
  transform-origin: 0% 0%;
}
.submenu {width: 100%;}
.submenu-standart {
  min-width: 200px;
  padding: 10px 0;
}
.dropdown-standart {position: relative;}
.top-menu > li:hover .submenu, 
.top-menu > li:hover .submenu-standart {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
}
.submenu > li {
  float: left;
  width: calc(100% / 3);
  padding: 0 18px;
  border-right: 1px solid #e5e5e5;
}
.submenu-standart li {padding: 0 18px;}
.submenu > li:last-child {border-right: none;}
.submenu img {
  display: block;
  width: 100%;
}
.submenu li a, 
.submenu-standart li a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
}
.submenu li .link-image {padding: 0;}
.submenu li a:hover {color: #B03062;}
.submenu h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}


@media(max-width:768px) {
  .top-menu li {
    width: 100%;
    height: auto!important;
  }
  .top-menu > li {border-bottom: 1px solid #e5e5e5;}
  .top-menu > li > a {padding: 18px;width: 60%;}
  .submenu , .header-menu ul .submenu-standart {
    position: relative;
    display: none;
    box-shadow: none;
    padding: 0;
    background: rgba(0,0,0,.02);
  }
  .submenu-standart {padding: 10px 0;}
  .submenu > li {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px;
  }
  .submenu h3 {margin: 0 0 10px}
  .submenu .image-header {margin: 10px 0}
  .submenu-standart li:last-of-type {border-bottom: none}

.submenu li a, .submenu-standart li a:hover {
    background-color: transparent;
    opacity: 0.7;
}



}

/*menu block end*/


@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?13958574');
    src: url('../font/fontello.eot?13958574#iefix') format('embedded-opentype'), url('../font/fontello.woff?13958574') format('woff'), url('../font/fontello.ttf?13958574') format('truetype'), url('../font/fontello.svg?13958574#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


.container .detail .left-content-block {
    width: 69%;
}
.container .detail .right-content-block {
    width: 28%;
}

.manual-item.vacancy {}
.manual-item.vacancy h3 {
    color: #09f;
    font-size: 16px;

}
.manual-item.vacancy .data-item-c {
    width: 100%;
    padding: 0px 40px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.manual-item.vacancy .data-item-c .company-a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.manual-item.vacancy .data-item-c .metro-point {

    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 10px;
    margin-top: 6px;
}
.manual-item.vacancy a.name-vac {
    padding: 0px 40px;
    display: inline-block;

}

/**/
.manual-item.vacancy .block-company-snipet {
    display: inline-block;
    width: 100%;
}
.manual-item.vacancy .div-otzivi-list {
    display: inline-block;
    width: 70%;
}
.manual-item.vacancy .company-block {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

ul.pagination {
    display: inline-block;
    width: 100%;
}
ul.pagination li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}
ul.pagination li a {}
.manual-item.vacancy .company-block img {
    max-height: 250px;
}

.list-section {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-section .item-section {
    vertical-align: top;
    display: inline-block;
    margin-right: -5px;
    padding: 5px;
    font-size: 15px;
}
.list-section .item-section:first-child {
    padding-left: 0px;
}
.list-section .item-section:last-child {}

.list-section .item-section a {
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
    background-color: #4a76a8;
    border-radius: 10px;
}

.detail-block-vac {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    word-break: break-word;
}
.detail-block-vac ul, .detail-block-vac ol {
    margin-left: 20px;
}
.detail-block-vac p {
    margin-bottom: 10px;
    margin-top: 20px;
}

.content-title h1 {
    font-weight: 400;
    font-size: 36px;
}
.price-vac {
    font-weight: 400;
    font-size: 22px;
    min-height: 30px;
}

.company-info {
    width: 100%;
}
.company-info .left-bl-company {
    vertical-align: top;
    display: inline-block;
    width: 75%;
}
.company-info .rigth-bl-company {
    float: right;
    vertical-align: top;
}
.company-info .a-company-link {
    color: #4a76a8;
    font-size: 16px;
}
.company-info .a-logo-company {
    line-height: 0px;
    text-decoration: none;
}
.company-info .a-logo-company img {
    max-height: 130px;
    max-width: 190px;
}
.company-info .adr-vak {
    font-size: 15px;
    font-weight: 550;
}
.key-navik {
    display: inline-block;
    border: 1px solid #e7eaee;
    background-color: #e7eaee;
    color: #4a76a8;
    font-size: 14px;
    padding: 5px;
    margin: 5px 5px 5px 5px;
}
.vac-prop {
    font-size: 13px;
    color: #9c9696;
    margin-top: 10px;
}
.data-metro {
    font-size: 14px;
    margin-top: 3px;
}
.data-metro .line-metro {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.map-div {
    width: 100%;
    height: 500px;
}
.main-sentences-list {
    border-bottom: 0px;
}


.section-search-input {
    padding: 10px;
    width: 70%;
    font-size: 14px;
    border: 1px solid #cbcbcb;
}
.section-search-submit {
    padding: 10px;
    font-size: 14px;
    background-color: #4a76a8;
    width: 100px;
    color: #fff;
    border: 2px solid #4a76a8;
    margin-left: 20px;
}
.site-format {
    font-size: 12px;
    color: #4a76a8;
    word-break: initial;
}
.company-item .right-item-block {

}
.manual-item.vacancy.company-item .company-block {
    width: 100%;
}
.item-main-spec {
    margin-bottom: 10px;
}
.item-main-spec  h3 {
    font-size: 16px;
    color: #4a76a8;
}
.item-main-spec .item-a-row {
    padding-left: 10px;
}
.item-main-spec .item-a-row a {
    font-size: 14px;
    color: #4a76a8;
    text-decoration: none;
}
.item-main-spec .item-a-row span {
    font-size: 15px;
    margin-left: 5px;
    color: #424040;
}
.url_block {
    float: right;
}
.url_block a {
    display: inline-block;
    vertical-align: top;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    text-align: center;
    background-color: #3cb371;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.select_city {
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.list-sity-p {
    display: inline-block;
    width: 100%;
}
.list-sity-p .item-s {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    cursor: pointer;
    text-decoration: underline;
}
.detail-block-vac.min-h {
    min-height: 600px;
}