html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;padding:0}.clearfix:after {content:'';display:block;clear:both}a,input,button,select,textarea,textarea:focus,input:focus{outline:none}input,button,select,textarea{border-radius:0;box-shadow:none}input[type="radio"]{border-radius:50%}textarea{overflow:auto;resize:none}:required{box-shadow:none}button::-moz-focus-inner{border:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}input[disabled],textarea[disabled],select[disabled='disabled']{-webkit-opacity:1}

html{-webkit-text-size-adjust:100%;}
button,input[type="text"],input[type="submit"],input[type="button"],input[type="reset"],input[type="search"],input[type="email"],input[type="password"],textarea{-webkit-appearance:none;}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('fonts/ProximaNova-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('fonts/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
        url('fonts/ProximaNova-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

body, input, textarea, select {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
}
input, textarea, select {
    font-size: 15px;
}
body, a, input, textarea, select {
    color: #212121;
}
body:after {
    width: 0; height: 0; position: absolute; overflow: hidden; z-index: -1;
    content: url(img/arrow-white.svg) url(img/arrow-blue.svg);
}
input, .textarea {
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 22px;
    display: inline-block;
}
input {
    height: 50px;
}
.textarea {
    padding-top: 17px;
    padding-bottom: 17px;
}
.textarea textarea {
    border: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:hover {
    color: #262a88;
}
.feedback .info a, .text-content a {
    color: #262a88;
    border-bottom: 1px solid #c9cae1;
}
.feedback .info a:hover, .text-content a:hover {
    opacity: 0.7;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
}

.underline {
    text-align: center;
    padding-bottom: 27px;
    position: relative;
}
.underline:after {
    content: '';
    background: #262a88;
    width: 68px;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0; right: 0; bottom: 0;
}
.underline.left {
    text-align: left;
}
.underline.left:after {
    right: auto;
}

.mmenu, .mobile-content {
    display: none;
}

.but {
    font-size: 15px;
    line-height: 47px;
    text-align: left;
    color: #212121;
    border: 1px solid #262a88;
    border-radius: 50px;
    height: 47px;
    min-width: 179px;
    padding-left: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none; 
}
.but:after {
    content: '';
    background: url('/img/arrow-blue.svg') no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0;
    right: 13px;
}
.but:hover {
    color: #fff;
    background: #262a88;
    border-color: transparent;
}
.but:hover:after {
    background-image: url('/img/arrow-white.svg');
}
.but.white {
    color: #fff;
    border-color: #fff;
}
.but.white:after {
    background-image: url('img/arrow-white.svg');
}
.but.white:hover {
    color: #212121;
    background: #fff;
}
.but.white:hover:after {
    background-image: url('img/arrow-blue.svg');
}
.but.blue {
    color: #fff;
    background: #262a88;
    border-color: transparent;
}
.but.blue:after {
    background-image: url('img/arrow-white.svg');
}
.but.blue:hover {
    color: #212121;
    background: #fff;
    border-color: #262a88;
}
.but.blue:hover:after {
    background-image: url('img/arrow-blue.svg');
}

.slick-arrow {
    border: 1px solid #262a88;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    position: relative;
    cursor: pointer;
}
.slick-arrow:after {
    content: '';
    background: url('img/arrow-blue.svg') no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
}
.slick-arrow.slick-prev:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}

.carousel__button.is-prev, .carousel__button.is-next {
    margin: auto;
	top: 49px;
    bottom: 8px;
	transform: none;
}

.main-content {
    background: #fff;
    padding: 12px 24px;
    padding-bottom: 100px;
}

.breadcrumbs {
    font-size: 12px;
    line-height: 1.2;
    color: #7b7b7b;
    margin-bottom: 11px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #7b7b7b;
    display: inline-block;
}
.breadcrumbs a:hover {
    color: #262a88;
}

.text-content {
    font-size: 16px;
    line-height: 1.2;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
    margin-bottom: 16px;
}
.text-content p:not(:last-child), .text-content ul:not(:last-child), .text-content ol:not(:last-child) {
    margin-bottom: 20px;
}
.text-content ul, .text-content ol {
    padding-left: 15px;
}
.text-content ul li {
    list-style: none;
    position: relative;
}
.text-content ul li:before {
    content: '';
    background: #262a88;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: -15px;
}
.text-content li:not(:last-child) {
    margin-bottom: 5px;
}

.pagination {
    text-align: center;
    margin: 70px 0;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.pagination li a {
    font-size: 24px;
    color: #6a6969;
    display: inline-block;
}
.pagination li a[href] {
    color: #262a88;
}
.pagination li a[href]:hover {
    opacity: 0.7;
}
.pagination li.prev a, .pagination li.next a {
    background: url('img/arrow-blue.svg') no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    position: relative;
    top: 1px;
}
.pagination li.prev a:not([href]), .pagination li.next a:not([href]) {
    background-image: url('img/arrow-gray.svg');
}
.pagination li.prev a {
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.popup-wrap {
	display: none;
	background: rgba(186, 183, 183, 0.82);
    min-width: 320px;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
          -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center; 
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
.popup-wrap.vis {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.popup {
	background: #fff;
	width: 491px;
	max-width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	cursor: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup .close {
    position: absolute;
    top: 9px;
    right: 18px;
}
.popup .close a {
    font-size: 12px;
    color: #212121;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
}
.popup .close a:hover {
    color: #262a88;
}

.bg {
    background: url('img/bg.jpg') no-repeat center top;
}

.wrap {
    max-width: 1140px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

header {
    padding-top: 26px;
    padding-bottom: 29px;
}
header .box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
}
header .logo img, header .logo span {
    display: inline-block;
    vertical-align: middle;
}
header .logo span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    max-width: 120px;
    margin-left: 25px;
}
header .menu {
    margin-left: 82px;
}
header .menu li {
    padding: 15px 0;
    display: inline-block;
    position: relative;
}
header .menu li:not(:last-child) {
    margin-right: 36px;
}
header .menu li a {
    font-weight: 600;
    font-size: 16px;
}
header .menu li ul {
    background: #daeaf7;
    padding: 20px;
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
}
header .menu li:hover ul {
    display: block;
}
header .menu li ul li {
    padding: 0;
    display: block;
}
header .menu li ul li:not(:last-child) {
    margin-bottom: 10px;
}
header .menu li ul li a {
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}
header .search {
    min-height: 14px;
    padding-left: 25px;
    margin-left: 47px;
    position: relative;
    user-select: none;
}
header .search input {
    font-size: 16px;
    border: none;
    border-radius: 0;
    box-shadow: 14px 22px 40px 0px rgba(30, 35, 66, 0.28);
    width: 170px;
    height: 25px;
    padding: 0 15px;
    position: absolute;
    z-index: 1;
    top: -6px;
}
header .search:not(.active) input {
    display: none;
}
header .search .icon {
	background: url('img/search.svg') no-repeat;
	width: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
header .contacts, footer .contacts {
    text-align: right;
    margin-left: auto;
}
header .contacts .tel, footer .contacts .tel {
    background: url('img/tel.svg') no-repeat left center;
    padding-left: 21px;
    display: inline-block;
}
header .contacts .tel a, footer .contacts .tel a {
    font-weight: bold;
    font-size: 22px;
}
header .contacts .addr, footer .contacts .addr {
    font-size: 15px;
    margin-top: 10px;
}

.main-slogan .head {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    margin-top: 50px;
}
.main-slogan .sub {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 18px;
}
.main-slogan .offers {
    margin-top: 77px;
    margin-bottom: 83px;
}
.main-slogan .offers .item {
    background: #fff;
    box-shadow: 14px 22px 40px 0px rgba(30, 35, 66, 0.28); 
    width: 420px;
    height: 115px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
    margin-right: 41px;
}
.main-slogan .offers .capt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 30px;
    margin-right: 20px;
}
.main-slogan .offers .but {
    font-weight: bold;
    font-size: 18px;
    min-width: 0;
    width: 47px;
    padding: 0;
    margin-left: auto;
    margin-right: 10px;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}
.main-slogan .offers .but:after {
    margin: auto;
    left: 0;
    right: 0;
}

.main-offers .item {
    color: #fff;
    background-color: #222;
    background-position: center;
    background-size: cover;
    min-height: 358px;
    padding: 30px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 44px;
}
.main-offers .content {
    background: rgba(38, 42, 136, 0.71);
    width: 415px;
    padding: 35px 45px;
    box-sizing: border-box;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
          -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center; 
     -ms-flex-align: start;
-webkit-align-items: flex-start;
        align-items: flex-start;
}
.main-offers .capt  {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
}
.main-offers .sub  {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 33px;
}
.main-offers .but {
    width: 195px;
}
.main-offers a:nth-child(even) .item .content {
    margin-left: auto;
}

.accompaniment {
    margin-top: 34px;
    margin-bottom: 50px;
}
.accompaniment p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 18px;
}
.accompaniment .items {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 73px;
}
.accompaniment .item {
    padding: 0 10px;
-webkit-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.accompaniment .item .img {
    height: 76px;
    margin-bottom: 20px;
}
.accompaniment .item .capt {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.events {
    margin-top: 65px;
    margin-bottom: 50px;
}
.events .items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    margin-top: 50px;
    margin-bottom: -32px;
}
.events .item {
    background: #fff;
    box-shadow: 14px 22px 59px 0px rgba(30, 35, 66, 0.2);
    width: calc(50% - 32px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 16px;
    margin-bottom: 32px;
}
.events .item img {
    width: 100%;
    display: block;
}
.events .item .content {
    padding: 35px;
    padding-bottom: 30px;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
}
.events .item .date, .events .item .capt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #262a88;
}
.events .item .capt {
    margin-top: 18px;
}
.events .item p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 22px;
}
.events .item .link {
    text-align: right;
    padding-right: 10px;
    padding-top: 28px;
    margin-top: auto;
}
.events .item .link a {
    font-size: 14px;
    color: #262a88;
    padding-right: 30px;
    display: inline-block;
    position: relative;
}
.events .item .link a:after {
    content: '';
    background: url('img/arrow-blue.svg');
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    right: 0;
}
.events .item .link a:hover {
    opacity: 0.7;
}
.events .all {
    text-align: right;
    margin-top: 48px;
}    

.real-estate .items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
          -ms-flex-pack: justify;
-webkit-justify-content: space-between;
        justify-content: space-between;
    margin-top: 50px;
}
.real-estate .item {
    width: 46%;
    margin-bottom: 60px;
}
.real-estate .item .img {
    max-height: 435px;
    overflow: hidden;
    position: relative;
}
.real-estate .item .img img {
    width: 100%;
    display: block;
}
.real-estate .item .img .but {
    line-height: 61px;
    height: 61px;
    width: 230px;
    padding-left: 34px;
    padding-right: 65px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.real-estate .item .img .but:hover {
    border-color: #fff;
}
.real-estate .item .img .but:after {
    width: 27px;
    height: 27px;
    right: 20px;
}
.real-estate .item .capt {
    font-weight: bold;
    font-size: 24px;
    margin-top: 14px;
}
.real-estate .item .addr {
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    margin-top: 12px;
    position: relative;
}
.real-estate .item .addr:before {
    content: '';
    background: url('img/addr.svg') no-repeat;
    background-size: contain;
    width: 18px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -3px;
}

.bldg-page h1 {
    font-size: 30px;
}
.bldg-page .addr {
    font-size: 18px;
    padding-left: 30px;
    margin-top: 15px;
    position: relative;
}
.bldg-page .addr:before {
    content: '';
	background: url('img/addr.svg') no-repeat;
	background-size: contain;
	width: 18px;
	height: 26px;
	position: absolute;
	left: 0;
	top: -3px;
}
.bldg-page .bldg-descr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 37px;
}
.bldg-page .bldg-descr .img {
    width: 486px;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
}
.bldg-page .bldg-descr .img img {
    width: 100%;
    display: block;
}
.bldg-page .bldg-descr .text {
    padding-right: 15px;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
}
.bldg-page .bldg-descr .text p {
    font-size: 16px;
    line-height: 1.2;
}
.bldg-page .bldg-descr .text p:not(:last-child) {
    margin-bottom: 19px;
}
.bldg-page .bldg-descr .text p.icon {
    padding-left: 38px;
    position: relative;
}
.bldg-page .bldg-descr .text p.icon:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2px;
    left: 0;
}
.bldg-page .bldg-descr .text p.icon.park:before {
    background-image: url('.img/park.png');
}
.bldg-page .bldg-descr .text p.icon.security:before {
    background-image: url('img/security.png');
}
.bldg-page .bldg-descr .text p.icon.communications:before {
    background-image: url('img/communications.png');
}
.bldg-page .bldg-descr .text p.icon.internet:before {
    background-image: url('img/internet.png');
}
.bldg-page .halls-list {
    margin-top: 73px;
}
.bldg-page .halls-list h2 {
    font-size: 24px;
}
.bldg-page .halls-list .sub {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 9px;
}
.bldg-page .halls-list .items {
    margin-top: 56px;
}
.bldg-page .halls-list .item {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(30, 35, 66, 0.11); 
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.bldg-page .halls-list .item:not(:last-child) {
    margin-bottom: 43px;
}
.bldg-page .halls-list .item-content {
    line-height: 1.2;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 38px;
}
.bldg-page .halls-list .item-content .capt {
    font-weight: bold;
    font-size: 24px;
    margin-top: 8px;
}
.bldg-page .halls-list .item-content .info {
    font-size: 16px;
    margin-top: 31px;
}
.bldg-page .halls-list .item-content .params {
    margin-top: 25px;
}
.bldg-page .halls-list .item-content .params li, .hall-sect .params li {
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0;
    padding-left: 64px;
    display: inline-block;
    position: relative;
}
.bldg-page .halls-list .item-content .params li:not(:last-child), .hall-sect .params li:not(:last-child) {
    margin-right: 29px;
}
.bldg-page .halls-list .item-content .params li:before, .hall-sect .params li:before {
    content: '';
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0; top: 0; bottom: 0;
}
.bldg-page .halls-list .item-content .params li.ppl:before, .hall-sect .params li.ppl:before {
    background-image: url('img/ppl.svg');
}
.bldg-page .halls-list .item-content .params li.space:before, .hall-sect .params li.space:before {
    background-image: url('img/space.svg');
}
.bldg-page .halls-list .item-content .params li.price:before, .hall-sect .params li.price:before {
    background-image: url('img/price.svg');
}
.bldg-page .halls-list .item-content .buts {
    text-align: right;
    padding-top: 10px;
    margin-top: auto;
    margin-bottom: -4px;
}
.bldg-page .halls-list .item-content .buts .but {
    line-height: 61px;
	height: 61px;
	width: 230px;
	padding-left: 34px;
	padding-right: 65px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.bldg-page .halls-list .item-content .buts .but:after {
	width: 27px;
	height: 27px;
	right: 20px;
}
.bldg-page .halls-list .item-content .buts .but:not(:last-child) {
    margin-right: 17px;
}
.bldg-page .halls-list .item-img {
    width: 471px;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}
.bldg-page .halls-list .item-img img {
    width: 100%;
}
.bldg-page .map {
    margin-top: 42px;
}

.feedback {
    background: url('img/feedback.jpg') no-repeat center top;
    background-size: cover;
}
.feedback h4 {
    font-size: 32px;
}
.feedback .wrap {
    background: url('img/feedback.png') no-repeat 29px 30px;
    padding-top: 65px;
    padding-bottom: 116px;
}
.feedback .content {
    text-align: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: 65px;
}
.feedback .sub {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 27px;
    margin-left: -30px;
    margin-right: -30px;
}
.feedback input {
	margin-bottom: 14px;
}
.feedback .textarea {
	height: 81px;
}
.feedback .info {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 -20px;
    margin-top: 23px;
    margin-bottom: 39px;
}
.feedback .but {
	line-height: 61px;
	height: 61px;
	width: 230px;
	padding-left: 34px;
	padding-right: 65px;
}
.feedback .but:after {
	width: 27px;
	height: 27px;
	right: 20px;
}

.contacts-sect {
    padding-top: 71px;
    padding-bottom: 69px;
}
.contacts-sect .cols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
          -ms-flex-pack: justify;
-webkit-justify-content: space-between;
        justify-content: space-between;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
}
.contacts-sect .cols .data {
    font-size: 18px;
    line-height: 27px;
    margin-right: 40px;
}
.contacts-sect .addr, .contacts-sect .tel, .contacts-sect .mail {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0;
    padding-left: 44px;
}
.contacts-sect .addr {
    background-image: url('img/addr.svg');
    background-position: 6px center;
    margin-top: 39px;
}
.contacts-sect .tel {
    background-image: url('img/tel-transp.svg');
    margin-top: 17px;
}
.contacts-sect .mail {
    background-image: url('img/mail.svg');
    margin-top: 17px;
}
.contacts-sect .cols .map {
    width: 554px;
}

.text-sect {
    padding-top: 40px;
    padding-bottom: 60px;
}

.hall-sect {
    margin-bottom: -40px;
}
.hall-sect h1 {
    font-size: 30px;
}
.hall-sect .but {
    line-height: 61px;
	height: 61px;
	width: 230px;
	padding-left: 34px;
	padding-right: 65px;
}
.hall-sect .but:after {
	width: 27px;
	height: 27px;
	right: 20px;
}
.hall-sect .cols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
          -ms-flex-pack: justify;
-webkit-justify-content: space-between;
        justify-content: space-between;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
    margin-top: 54px;
}
.hall-sect .hall-photos {
    margin-top: 40px;
}
.hall-sect .hall-photos .main-photo {
    margin-bottom: 23px;
    position: relative;
}
.hall-sect .hall-photos .main-photo img {
    width: 100%;
    display: block;
}
.hall-sect .hall-photos .slick-arrow {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 0; bottom: 0;
}
.hall-sect .hall-photos .slick-arrow:not(:hover) {
    border-color: #fff;
}
.hall-sect .hall-photos .slick-arrow:not(:hover):after {
    background-image: url('img/arrow-white.svg');
}
.hall-sect .hall-photos .slick-arrow.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}
.hall-sect .hall-photos .slick-prev {
    left: 35px;
}
.hall-sect .hall-photos .slick-next {
    right: 35px;
}
.hall-sect .hall-photos .thumbs {
    margin: 0 -10px;
}
.hall-sect .hall-photos .thumbs .item {
    margin: 0 10px;
    cursor: pointer;
}
.hall-sect .hall-photos .thumbs img {
    width: 100%;
}
.hall-sect .descr {
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
}
.hall-sect .descr p:not(:last-child) {
    margin-bottom: 20px;
}
.hall-sect .descr p.heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 22px;
    margin-bottom: 25px;
}
.hall-sect .descr .icons li {
    min-height: 53px;
    padding-left: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
    position: relative;
}
.hall-sect .descr .icons li:before {
    content: '';
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0; left: 0;
}
.hall-sect .descr .icons li.net:before {
    background-image: url('img/net.svg');
}
.hall-sect .descr .icons li.sound:before {
    background-image: url('img/sound.svg');
}
.hall-sect .descr .icons li.media:before {
    background-image: url('img/media.svg');
}
.hall-sect .descr .icons li.trans:before {
    background-image: url('img/trans.svg');
}
.hall-sect .descr .icons li.video:before {
    background-image: url('img/video.svg');
}
.hall-sect .descr .icons li:not(:last-child) {
    margin-bottom: 24px;
}
.hall-sect .descr .but-wrap {
    margin-top: 50px;
}

.news-sect {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 5px;
}
.news-sect .item {
    background: #fff;
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.news-sect .item:not(:last-child) {
    margin-bottom: 47px;
}
.news-sect .item .img { 
    width: 500px;
    margin-right: 40px;
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}
.news-sect .item .img img {
    width: 100%;
    display: block;
}
.news-sect .item .data {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
}
.news-sect .item .date {
    font-size: 14px;
}
.news-sect .item .capt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news-sect .item .text {
    font-size: 16px;
    line-height: 1.2;
}
.news-sect .item .text p:not(:last-child) {
    margin-bottom: 20px;
}
.news-sect .item .but-wrap {
    text-align: right;
    padding-top: 30px;
    margin-top: auto;
}

footer {
    color: #fff;
    background: #262a88;
    padding-top: 23px;
    padding-bottom: 31px;
}
footer .box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
          -ms-flex-pack: justify;
-webkit-justify-content: space-between;
        justify-content: space-between;
-webkit-align-items: center;
     -ms-flex-align: center;
        align-items: center;
}
footer .left-info {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
}
footer .logo {
    float: left;
    margin-left: 3px;
    margin-right: 25px;
}
footer .copy {
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 16px;
}
footer .left-contacts {
    font-size: 14px;
    line-height: 1.2;
}
footer a, footer a:hover {
    color: #fff;
}
footer .contacts .tel {
    background-image: url('img/tel-white.svg');
}

.popup-feedback {
    padding: 24px 39px 62px 39px;
}
.popup-feedback .cols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.popup-feedback .logo {
    margin-right: 20px;
}
.popup-feedback .text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    padding-top: 35px;
    padding-right: 35px;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
        flex-grow: 1;
}
.popup-feedback .head {
    font-weight: bold;
    color: #262a88;
    margin-bottom: 15px;
}

@media screen and (min-width: 1920px) {
    .bg {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 1150px) {
    header .menu, header .search {
        margin: auto;
    }
    .feedback .wrap {
        background-size: 44% auto;
        background-position: left bottom;
    }
    .feedback .content {
        max-width: 45%;
        margin-right: 5%;
    }
    .news-sect .item .img, .bldg-page .halls-list .item-img {
        max-width: 40%;
    }
}
@media screen and (max-width: 1024px) {
    header .box {
        position: relative;
    }
    header .logo, header .contacts {
-webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    header .logo img {
        width: 58px;
    }
    header .logo span {
        font-size: 12px;
        max-width: 100px;
        margin-left: 10px;
    }
    header .contacts {
        margin-left: 0;
    }
    header .contacts .tel a {
        font-size: 17px;
    }
    header .contacts .addr {
        font-size: 13px;
    }
    header .search {
        margin-right: 20px;
    }
    header .menu > ul > li {
        padding: 10px 0;
    }
    header .menu > ul > li, header .menu > ul > li:not(:last-child) {
        margin-left: 15px;
        margin-right: 15px;
    }
    .main-slogan .offers {
        margin: 70px 0;
    }
    .main-slogan .offers .item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bldg-page .bldg-descr .img {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    .mmenu, .mobile-content {
        display: block;
    }
    .mmenu {
        text-align: left;
        height: 20px; 
        width: 35px;
        margin-left: auto;
        position: relative;
        cursor: pointer; 
    }
    .mmenu:after, .mmenu:before, .mmenu div {
        content: '';
        background: #262a88;
        height: 4px;
        width: 100%;
        position: absolute;  
    }
    .mmenu:before {
        top:0;
    }
    .mmenu:after {
        bottom: 0;
    }
    .mmenu div {
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .menu-active .mmenu:after, .menu-active .mmenu:before {
        margin:auto;
        top: 0;
        bottom: 0;
    }
    .menu-active .mmenu:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    }
    .menu-active .mmenu:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
    .menu-active .mmenu div {
        display: none;
    }
    .wrap {
        padding: 0 10px;
    }
    .bg {
        background: url('img/bg-mob.jpg') no-repeat;
        background-size: 100% auto;
        padding-top: 86px;
    }
    .main-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    input {
        height: 44px;
    }
    h1, h2, h3, h4 {
        font-size: 20px;
    }
    header {
        border-bottom: none;
        min-width: 320px;
        padding-top: 18px;
        padding-bottom: 18px;
        position: fixed;
        z-index: 999;
        top: 0; left: 0; right: 0;
    }
    header.menu-active {
        background: #fff;
        bottom: 0;
        overflow-y: auto;
-webkit-overflow-scrolling: touch;
    }
    header.scroll {
        background: #fff;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    }
    header .box {
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    header .logo img {
        margin-top: -10px;
    }
    header .logo span {
        max-width: 120px;
    }
    header .menu, header .search, header .contacts {
        display: none;
    }
    header.menu-active .menu {
        width: 100%;
        padding-left: 72px;
        padding-right: 9px;
        padding-top: 45px;
        box-sizing: border-box;
        display: block;
    }
    header .menu li {
        display: block;
        position: relative;
    }
    header .menu li .marr {
        border: 2px solid #262a88;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: -2px;
        cursor: pointer;
    }
    header .menu li .marr:before, header .menu li .marr:after {
        content: '';
        background: #262a88;
        margin: auto;
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
    }
    header .menu li .marr:before {
        width: 60%;
        height: 2px;
    }
    header .menu li .marr:after {
        height: 60%;
        width: 2px;
    }
    header .menu .marr.active:after {
        display: none;
    }
    header .menu li ul {
        display: none !important;
        background: none;
        padding: 0;
        margin-top: 15px;
        position: static;
    }
    header .menu .marr.active + ul {
        display: block !important;
    }
    header .menu li ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    header .menu li:not(:last-child) {
        margin-bottom: 20px;
    }
    header .menu > ul > li, header .menu > ul > li:not(:last-child) {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    header.menu-active .contacts {
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 32px;
        box-sizing: border-box;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    header.menu-active .search {
        display: block;
        margin-left: 72px;
        margin-top: 25px;
        margin-right: 0;
    }
    header .search input {
        display: inline-block !important;
    }
    header .search input {
        box-shadow: none;
        padding: 0;
    }
    header .contacts .tel, header .contacts .addr {
        padding-left: 40px;
    }
    header .contacts .tel a {
        font-size: 20px;
    }
    header .contacts .addr {
        font-size: 15px;
    }
    .main-slogan .head {
        font-size: 24px;
        margin-top: 0;
    }
    .main-slogan .sub {
        font-size: 18px;
        margin-top: 10px;
    }
    .main-slogan .sub br {
        display: none;
    }
    .main-slogan .offers {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .main-slogan .offers .item {
        width: 280px;
        height: 60px;
        padding: 5px 10px;
        margin-right: 20px;
    }
    .main-slogan .offers .item .ico, .main-slogan .offers .item .ico img {
        height: 100%;
    }
    .main-slogan .offers .capt {
        font-size: 14px;
        margin-left: 15px;
    }
    .main-slogan .offers .but {
        line-height: 36px;
        height: 36px;
        width: 36px;
        margin-right: 5px;
    }
    .main-slogan .offers .but:after {
        width: 16px;
        height: 16px;
    }
    .main-offers .item {
        min-height: 240px;
        padding: 17px;
        margin-bottom: 23px;
    }
    .main-offers a:nth-child(2n) .item .content {
        margin-left: 0;
    }
    .main-offers .content {
        max-width: 100%;
        padding: 20px 23px;
    }
    .main-offers .capt {
        font-size: 20px;
    }
    .main-offers .sub {
        font-size: 14px;
    }
    .main-offers .but {
        font-size: 12px;
        line-height: 34px;
        width: 140px;
        min-width: 0;
        height: 34px;
        padding-left: 15px;
    }
    .main-offers .but:after {
        right: 8px;
    }
    .accompaniment {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .accompaniment p {
        font-size: 14px;
    }
    .accompaniment .item .capt {
        font-size: 14px;
        line-height: 1.2;
    }
    .accompaniment .items {
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
        margin-top: 40px;
    }
    .accompaniment .item {
        width: 25%;
        box-sizing: border-box;
-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 50px;
    }
    .accompaniment .item .img {
        height: 60px;
    }
    .events {
        margin-top: 0;
        margin-bottom: 0;
    }
    .events .items {
        margin: 0 -10px;
        margin-top: 30px;
    }
    .main-content .events .item {
        box-shadow: none;
    }
    .events .items .slick-list {
        padding-bottom: 20px;
    }
    .events .all {
        display: none;
    }
    .events .item {
        width: auto;
        margin: 0 10px;
    }
    .events .item .date, .events .item .capt, .events .item p {
        font-size: 14px;
    }
    .events .item .link a {
        font-size: 12px;
        padding-right: 25px;
    }
    .events .item .link a:after {
        top: -3px;
    }
    .events .item .content {
        padding: 12px;
        padding-bottom: 20px;
    }
    .real-estate .items {
        margin-top: 30px;
    }
    .real-estate .item {
        width: 48%;
        margin-bottom: 40px;
    }
    .real-estate .item .capt {
        font-size: 18px;
        line-height: 1.2;
    }
    .real-estate .item .addr {
        font-size: 14px;
        line-height: 1.2;
    }
    .real-estate .item .addr:before {
        top: -4px;
    }
    .real-estate .item .img .but {
        font-size: 12px;
        line-height: 34px;
        width: 140px;
        min-width: 0;
        height: 34px;
        padding-left: 15px;
        right: 10px;
        bottom: 15px;
    }
    .real-estate .item .img .but:after {
        width: 21px;
        height: 21px;
        right: 8px;
    }
    .bldg-page h1 {
        font-size: 20px;
    }
    .bldg-page .addr {
        font-size: 15px;
        line-height: 1.2;
    }
    .bldg-page .bldg-descr {
        display: block;
        margin-top: 30px;
    }
    .bldg-page .bldg-descr .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bldg-page .bldg-descr .text p {
        font-size: 14px;
    }
    .bldg-page .halls-list {
        margin-top: 50px;
    }
    .bldg-page .halls-list h2 {
        font-size: 20px;
    }
    .bldg-page .halls-list .sub {
        font-size: 14px;
    }
    .bldg-page .halls-list .items {
        margin-top: 30px;
    }
    .bldg-page .halls-list .item {
        display: block;
        padding: 10px;
    }
    .bldg-page .halls-list .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .bldg-page .halls-list .item-img {
        max-width: 100%;
    }
    .bldg-page .halls-list .item .item-content {
        margin-left: 0;
        margin-right: 0;
    }
    .bldg-page .halls-list .item .item-content .capt {
        font-size: 14px;
    }
    .bldg-page .halls-list .item .item-content .info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
    .bldg-page .halls-list .item .item-content .params {
        margin: 10px 0;
    }
    .bldg-page .halls-list .item .item-content .params li, .hall-sect .params li {
        font-size: 14px;
        padding-left: 50px;
    }
    .bldg-page .halls-list .item .item-content .params li:before, .hall-sect .params li:before  {
        background-size: auto 45%;
        width: 38px;
        height: 38px;
    }
    .bldg-page .halls-list .item .item-content .buts {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 10px;
    }
    .bldg-page .halls-list .item .item-content .buts .but:not(:last-child) {
        margin-right: 0;
        margin-left: 7px;
    }
    .bldg-page .halls-list .item .item-content .buts .but.blue {
-ms-flex-order: 1;
 -webkit-order: 1;
         order: 1;
    }
    .bldg-page .halls-list .item .item-content .buts .but {
        font-size: 12px;
        line-height: 38px;
        height: 38px;
        width: auto;
        min-width: 146px;
        padding-left: 20px;
        padding-right: 35px;
    }
    .bldg-page .halls-list .item .item-content .buts .but:after {
        width: 17px;
        height: 17px;
        right: 12px;
    }
    .bldg-page .halls-list .item .item-content .buts .but:not(:last-child) {
        margin-right: 3px;
    }
    .bldg-page .map iframe {
        height: 300px;
    }
    .hall-sect h1 {
        font-size: 20px;
    }
    .hall-sect .cols {
        margin-top: 20px;
    }
     .hall-sect .hall-photos .slider-nav {
        text-align: center;
        display: block;
        margin-top: 15px;
    }
    .hall-sect .hall-photos .slick-arrow {
        border-color: #262a88;
        display: inline-block !important;
        margin: 0 9px;
        position: relative;
    }
    .hall-sect .hall-photos .slick-arrow:not(:hover) {
        border-color: #262a88;
    }
    .hall-sect .hall-photos .slick-arrow:not(:hover):after {
        background-image: url('img/arrow-blue.svg');
    }
    .hall-sect .hall-photos .slick-prev, .hall-sect .hall-photos .slick-next {
        left: 0; right: 0;
    }
    .feedback, .feedback .wrap {
        background: none;
    }
    .feedback {
        background: #fff;
        padding-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .feedback .wrap {        
        padding-top: 0;
        padding-bottom: 20px;
    }
    .feedback h4 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .feedback .sub {
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    .feedback .content {
        width: 400px;
        max-width: 100%;
        margin: auto;
    }
    .feedback .textarea {
        height: 115px;
        border-radius: 30px;
    }
    .feedback .info {
        text-align: left;
        margin: 20px 0;
    }
    .feedback .info a {
        display: inline-block;
    }
    .feedback .but {
        line-height: 47px;
        height: 47px;
        width: auto;
        min-width: 177px;
        padding-left: 20px;
    }
    .contacts-sect {
        padding-top: 20px;
    }
    .contacts-sect .cols {
        display: block;
    }
    .contacts-sect .cols .data {
        font-size: 14px;
        line-height: 1.2;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .contacts-sect h4.underline.left {
        font-size: 24px;
        text-align: center;
    }
    .contacts-sect h4.underline.left:after {
        right: 0;
    }
    .contacts-sect .addr {
        background-position: 2px center;
        margin-top: 25px;
    }
    .contacts-sect .addr, .contacts-sect .tel, .contacts-sect .mail {
        padding-left: 40px;
    }
    .contacts-sect .tel, .contacts-sect .mail {
        background-size: 23px auto;
    }
    .contacts-sect .cols .map {
        width: auto;
    }
    .contacts-sect .cols .map iframe {
        height: 273px;
    }
    .text-content {
        font-size: 14px;
        line-height: 20px;
    }
    .text-content ul li:before {
        content: '';
        width: 7px;
        height: 7px;
        top: 7px;
    }
    .text-sect {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .hall-sect {
        padding-bottom: 50px;
    }
    .hall-sect .params + .but {
        display: none;
    }
    .hall-sect .hall-photos .thumbs {
        display: none;
    }
    .hall-sect .hall-photos {
        margin-top: 20px;
    }
    .hall-sect .hall-photos .main-photo {
        margin-bottom: 20px;
    }
    .hall-sect .descr {
        font-size: 14px;
        margin-top: 20px;
    }
    .hall-sect .descr p.heading {
        display: none;
    }
    .hall-sect .descr .icons {
        margin-top: 50px;
    }
    .hall-sect .descr .icons li {
        min-height: 38px;
        padding-left: 50px;
    }
    .hall-sect .descr .icons li:not(:last-child) {
        margin-bottom: 10px;
    }
    .hall-sect .descr .icons li:before {
        background-size: 45% 45%;
        width: 38px;
        height: 38px;
    }
    .hall-sect .descr .but-wrap {
        text-align: center;
        margin-top: 30px;
    }
    .hall-sect .descr .but {
        font-size: 12px;
        line-height: 37px;
        height: 37px;
        width: auto;
        min-width: 145px;
        padding-left: 20px;
        padding-right: 35px;
    }
    .hall-sect .descr .but:after {
        width: 18px;
        height: 18px;
        right: 10px;
    }
    .news-sect {
        padding-top: 30px;
    }
    .news-sect .items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .news-sect .item {
        padding: 10px;
        display: block;
    }
    .news-sect .item:not(:last-child) {
        margin-bottom: 30px;
    }
    .news-sect .item .img {
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news-sect .item .date {
        font-size: 12px;
    }
    .news-sect .item .capt, .news-sect .item .text {
        font-size: 14px;
    }
    .news-sect .item .but-wrap {
        text-align: center;
    }
    .news-sect .item .but {
        font-size: 12px;
        line-height: 38px;
        height: 38px;
        min-width: 146px;
        padding-left: 20px;
        padding-right: 35px;
    }
    .news-sect .item .but:after {
        width: 17px;
        height: 17px;
        right: 12px;
    }
    .pagination {
        margin: 30px 0;
    }
    .pagination li a {
        font-size: 18px;
    }
    .pagination li.prev a, .pagination li.next a {
        width: 20px;
        height: 20px;
    }
    footer {
        padding: 30px 0;
    }
    footer .logo {
        margin-top: 4px;
    }
    footer .logo img {
        width: 53px;
    }
    footer .copy, footer .left-contacts {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
    }
    footer .left-contacts {
        margin-top: 10px;
    }
    footer .copy {
        max-width: 240px;
    }
    footer .contacts .tel {
        background: none;
        padding-left: 0;
    }
    footer .contacts .tel a {
        font-size: 18px;
    }
    footer .contacts .addr {
        font-size: 12px;
        margin-top: 7px;
    }
    .popup-feedback {
        padding: 30px 20px;
        padding-bottom: 50px;
    }
    .popup-feedback .cols {
        display: block;
    }
    .popup-feedback .logo {
        text-align: center;
        margin-right: 0;
    }
    .popup-feedback .text {
        padding-top: 20px;
        padding-right: 0;
    }
    .popup-feedback .text .info {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .real-estate .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .accompaniment .item {
        width: 50%;
    }
    .real-estate .item:last-child {
        margin-bottom: 0;
    }
    footer {
        padding-top: 15px;
        padding-bottom: 60px;
        position: relative;
    }
    footer .box {
        display: block;
    }
    footer .logo {
        margin-right: 15px;
    }
    footer .copy {
        padding-top: 20px;
    }
    footer .left-contacts {
        position: absolute;
        bottom: 20px;
    }
    footer .contacts {
        text-align: left;
        margin-top: 30px;
    }
}

.totop {
    background: url(img/totop.png) no-repeat;
    width: 57px;
    height: 56px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.totop.active {
    opacity: 1;
    visibility: visible;
}

/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none;
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
    border-bottom: 1px solid;
    padding: 0;
    
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
   
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
   
    padding: 10px;
}



