@media only screen and (max-width : 1230px) {
	.contacts-block {
    left: 0;
    transform: translate(0, -50%);
	}
}
@media only screen and (max-width : 1200px) {
}
@media only screen and (max-width : 1125px) {
	.main-nav {
    width: 59%;
	}
	ul.menu li a {
    font-size: 12px;
	}
	.header .btn {
    font-size: 12px;
	}
	section.map-section {
    height: 699px;
	}
}
@media only screen and (max-width : 1150px) {
	.pop_up {
    width: 980px;
	}
}
@media only screen and (max-width : 1100px) {
	.text-file-item-doc {
    font-size: 14px;
	}
	.size-file-item-doc {
    font-size: 12px;
	}
	.date-file-item-doc {
    font-size: 11px;
	}
	.imeg_block_news {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
	}
}
@media only screen and (max-width : 992px) {
	.title-h1 {
    font-size: 39px;
    line-height: 43px;
	}
	.title-h3 {
	    font-size: 25px;
	    line-height: 30px;
	}

	.title-h4 {
	    font-size: 21px;
	    line-height: 25px;
	}

	.title-h5 {
	    font-size: 18px;
	    line-height: 21px;
	}

	.title-h6 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.main-nav {
    width: 100%;
    order: 3;
    margin-top: 18px;
	}
	.button-form-block {
    margin-bottom: 0;
	}
	.pop_up {
    width: calc(100% - 15px);
    margin: 15px 0;
	}
	.col-7-item-popup,
	.col-5-block-popup {
    width: 100%;
    padding-right: 0;
	}
	.table-page {
    font-size: 12px;
    line-height: 15px;
	}
	.table-page th {
    font-size: 14px;
    line-height: 16px;
	}
	.col-5-item-popup,
	.col-7-block-popup {
    width: 100%;
    margin-top: 25px;
    padding: 0;
	}
	ul.menu {
    justify-content: space-around;
	}
	.img-it {
    top: -72px;
    width: 170px;
    height: 170px;
	}
	.item-bl {
    padding: 117px 20px 30px 20px;
    font-size: 18px;
    line-height: 21px;
    min-height: 196px;
    margin-top: 10px;
	}
	.table-page th {
    padding: 12px 5px;
	}
	.table-page td {
    padding: 5px 5px;
	}
	.swiper-main-slider  {
    height: 1144px;
	}
	.contacts-block {
    transform: translate(0)!important;
    position: static;
    width: 100%;
    padding: 25px 29px;
    margin: 0;
	}
	section.map-section {
    height: auto;
	}
	section.map-section .map {
    height: 399px;
	}
	.input-item-flex,
	.comment-block {
    margin-top: 20px;
	}
	.inp-item,
	.textarea-item {
    font-size: 14px;
	}



	.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .house-layout-link::before {
    width: 30px;
    height: 30px;
    background-size: 40%;
  }
  .floor-block-number {
    font-size: 14px;
    line-height: 17px;
  }
  .selecteed_floor-link-text {
    width: 136px;
    padding: 5px 13px 5px 13px;
    right: -143px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media only screen and (max-width : 950px) {
}
@media only screen and (max-width : 900px) {
	.item-doc {
    width: 100%;
	}
	h2.title-page {
    font-size: 29px;
    line-height: 33px;
	}
	h3.title-block {
    font-size: 18px;
    line-height: 22px;
	}
	section.documents-section {
    padding: 27px 0 41px 0;
	}
}
@media only screen and (max-width : 850px) {
	.img-it {
    width: 140px;
    height: 140px;
	}
	.item-bl {
    padding: 90px 20px 30px 20px;
    font-size: 15px;
    line-height: 19px;
    min-height: 161px;
	}
  .bread-crumbs-section {
    padding: 10px 0;
    font-size: 13px;
  }

}
@media only screen and (max-width : 800px) {
	.top-footer {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	ul.menu-footer {
    width: 100%;
    justify-content: space-around;
	}
	.footer .logo {
    margin: 0 auto 15px auto;
	}
}
@media only screen and (max-width : 768px) {
	.items-text-content {
    line-height: 22px;
    font-size: 14px;
	}
  .adress-info-wrapper-content-popup {
    font-size: 16px;
    line-height: 20px;
  }
	.title-page {
    font-size: 23px;
    line-height: 26px;
	}
  .text-info-wrapper-content-popup {
    line-height: 17px;
  }
	.col-slider-flex {
    width: 100%;
    margin-bottom: 40px;
	}
	.slider_form_flex {
    margin-bottom: 30px;
	}
	.slider-range {
    margin-top: 14px;
	}
	.item-text-content p {
    margin-top: 10px;
	}
	.item-text-content {
    margin-bottom: 16px;
	}
	section.company-section {
    padding-top: 64px;
    padding-bottom: 31px;
	}
	.bootom-footer {
    padding: 10px 0;
    font-size: 10px;
	}
	ul.menu-footer li a {
    font-size: 12px;
    padding: 7px;
	}
	body {
    font-size: 14px;
	}
	.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (max-width : 700px) {
    .submenu1{
        width: -webkit-fill-available;
    }
    .menuToggle{
		display: flex;
	}
	.adress-block{
		display: none;
	}
	ul.contact_info li a {
    line-height: 42px;
    font-size: 15px;
	}
	ul.list-checkbox-block {
    width: 100%;
	}
	ul.list-checkbox-block li {
    width: 49%;
    margin-bottom: 10px;
	}
	.tel-block {
    display: flex;
	}
	.tel-block a {
    padding-left: 0;
    font-size: 0;
    line-height: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #fff;
	}
	.tel-block a::before {
    left: 5px;
    top: 6px;
	}
	.main-nav {
    margin-top: 0px;
    position: absolute;
    top: -16px;
    left: 0;
    background: #fff;
    z-index: 99999;
    padding: 10px 0;
    display: none;
	}
	ul.menu li a, ul.menu li {
    display: block;
    text-align: center;
	}
	ul.menu li a {
    padding: 6px 0;
    transition: color 0.3s, background 0.3s;
	}
	ul.menu {
    display: block;
	}
	ul.menu li a:hover {
    color: #fff;
    background: #4d1211;
	}
	ul.menu li a:active {
    background: #430100;
    color: #fff;
	}
	.text-link {
    font-size: 12px;
    line-height: 16px;
	}
	.icon-link, ul.list-link-nav li a {
    background-size: 34%;
	}
	ul.list-link-nav li {
    margin-bottom: 3px;
	}
	.section-main-content {
    padding-top: 20px;
	}
	.item-bl {
    width: 49%;
    margin-top: 85px;
	}
	.flex-block-items {
    margin-top: 33px;
	}
	.swiper-main-slider  {
    height: 1059px;
	}
}
@media only screen and (max-width : 650px) {
	.table-page th {
    font-size: 12px;
    line-height: 15px;
	}
  .popup {
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width : 600px) {
	.nav-absolute {
    transform: translate(-100%);
	}
	.nav-absolute.active{
		transform: translate(0);
	}
	.container-left-nav {
    padding-left: 15px;
	}
	.main-content {
    padding-top: 30px;
	}
	.min-container {
    padding-top: 0;
	}
	.toggle-button{
		display: flex;
	}

	.title-h1 {
    font-size: 30px;
    line-height: 35px;
	}
	.title-h3 {
	    font-size: 20px;
	    line-height: 24px;
	}

	.title-h4 {
	    font-size: 17px;
	    line-height: 21px;
	}

	.title-h5 {
	    font-size: 15px;
	    line-height: 19px;
	}

	.title-h6 {
	    font-size: 14px;
	    line-height: 18px;
	}
}
@media only screen and (max-width : 550px) {
	.shema-apartment-block {
    height: 340px;
    padding: 0 5px;
	}
	ul.contact_info li{
		width: 100%;
	}
	.contacts-block-page {
    margin-top: 25px;
	}
	.block_contact_center {
    font-size: 14px;
	}
	ul.contact_info {
    max-width: 230px;
    width: 100%;
    margin: 0 auto 42px auto;
	}
	ul.contact_info li {
    width: 100%;
    margin: 11px 0;
	}
	.shema-apartment-layer {
    width: 100%;
    height: 370px;
	}
	.shema-apartment-img {
    width: 240px;
	}
	.upper-layer-item1 {
    width: 100px;
    height: 85px;
	}
	.upper-layer-item::before {
    width: 30px;
    height: 30px;
    background-size: 50%;
	}
	.list-contacts-block {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
	}
	.text-img {
    width: 100%;
    text-align: center;
	}
	.img-content-block {
    margin: 0 auto;
	}
	.list-block-content-info {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
	}
	.title-popup {
    font-size: 17px;
    line-height: 20px;
	}
	.text-content-block {
    font-size: 14px;
    line-height: 17px;
	}



	 .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (max-width : 480px) {
	.img-it {
    width: 100px;
    height: 100px;
    top: -41px;
	}
  .house-layout-link::before {
    width: 20px;
    height: 20px;
  }
	.col-50-input {
    width: 100%;
    margin-bottom: 20px;
	}
	
	.table-page {
    width: 430px;
	}
	.title-page {
    font-size: 18px;
    line-height: 22px;
	}
	.button-form-popup-block {
    margin-top: 10px;
	}
	.input-form {
    height: 29px;
    font-size: 14px;
	}
	.list-block-content {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
	}

	.table-main-block-content {
    margin-top: 23px;
    overflow-x: auto;
	}
	.table-block-content {
    margin-top: 25px;
	}
	.label-input {
    font-size: 14px;
	}
	.checkbox:not(checked) + label.check-block {
    font-size: 11px;
    padding-left: 26px;
    padding-top: 3px;
	}
	.contacts-block {
    padding: 25px 15px;
	}
	section.map-section .map {
    height: 300px;
	}
	.col-2-input {
    margin-bottom: 10px;
	}
	.item-bl {
    padding: 69px 20px 20px 20px;
    font-size: 13px;
    line-height: 17px;
    min-height: 134px;
    margin-top: 53px;
	}
	.swiper-main-slider {
    height: 981px;
	}
	h2.title-page {
    font-size: 22px;
    line-height: 26px;
	}
	h3.title-block {
    font-size: 16px;
    line-height: 19px;
	}
	.icon-doc {
    width: 30px;
    height: 41px;
    background-size: cover;
	}
	.item-doc {
    padding: 15px 40px 15px 10px;
    margin-bottom: 14px;
	}
	.item-doc::after {
    right: 10px;
	}
	.info-item-doc {
    margin-left: 12px;
    width: 80%;
	}
	.text-file-item-doc {
    font-size: 12px;
	}
	.size-file-item-doc {
    font-size: 10px;
	}
	.date-file-item-doc {
    font-size: 8px;
	}
	.col-2-input,
	.col-3-input {
    width: 100%;
	}
	form.contacts-map .btn {
    padding: 12px 68px 12px 34px;
    position: relative;
	}
	form.contacts-map .btn::before {
    right: 28px;
    top: 12px;
	}
	ul.menu-footer li {
    width: 49%;
    margin-left: 0;
    text-align: center;
	}
	ul.menu-footer li a{
		display: block;
	}
  .floor-block-number {
    font-size: 11px;
    line-height: 14px;
  }
  .selecteed_floor-link-text {
    width: 98px;
    padding: 3px 9px 3px 6px;
    right: -100px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width : 450px) {
	.logo {
    max-width: 135px;
	}
	.header .btn {
    font-size: 10px;
    padding: 6px 13px;
	}
	ul.list-checkbox-block li {
    width: 100%;
	}
	.list-button li {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin: 5px 0;
	}
}
@media only screen and (max-width : 400px) {
	.items-text-content {
    line-height: 17px;
    font-size: 12px;
	}
	.text-link {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 15px 10px 6px;
	}
	.icon-link {
    width: 46px;
	}
	ul.list-link-nav li a {
    height: 48px;
    }
}