

/* Start:/local/templates/ru-drive/components/vv/map.list_projects/projects/style.css?17790466895144*/
#map {
    position: relative;
    height: 500px;
}
.ymaps-2-1-71-ground-pane canvas {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.block_map{
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.cont_wrapper{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.block_map .info .all_project a{
    position: relative;
    display: block;
    color: #757575;
    padding-top: 13px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 30px;
}
.block_map .info .all_project a:before{
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-image: url('/local/templates/ru-drive/components/vv/map.list_projects/projects/green_marker.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 40px;
}
.block_map .info{
    position: absolute;
    top: 0;
    padding: 30px 20px 30px 20px;
    height: 100%;
    width: 400px;
    z-index: 900;
    background: rgba(255,255,255,0.5);
}

.block_map .info h2{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.5em;
}



/* select */
.select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #9B823A;
    width: 100%;
    height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 45px 0 15px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #757575;
    border: 1px solid #757575;
    border-radius: 3px;
    background-color: #fff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 17px;*/
}


.select-styled:after {
    content: "";
    width: 25px;
    height: 18px;
    background-image: url("/local/templates/ru-drive/components/vv/map.list_projects/projects/arrow_down_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
.select-styled:active, .select-styled.active {
    background-color: #fff6da;
}
*/

.select-styled:active:after, .select-styled.active:after {
    width: 25px;
    height: 18px;
    background-image: url("/local/templates/ru-drive/components/vv/map.list_projects/projects/arrow_down_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.content .select-options, .block_map .select-options {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
    border: 1px solid #757575;
    list-style: none;
    background-color: #fff;
}

.content .select-options li:before, .block_map .select-options li:before{
    content: "";
    display: none;
}
.content .select-options li, .block_map .select-options li{
    color: #757575;
    margin: 0;
    padding: 15px;
    font-weight: 300;
    border-bottom: 1px solid #757575;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.select-options li:last-of-type{
    border-bottom: none;
}

.select-options li:hover {
    color: #fff;
    background: #09a0a1;
}

.select-options li[rel="hide"] {
    display: none;
}
.btn_map{
    border: none;
    background-color: #09a0a1;
    font-size: 20px;
    font-family: "Proxima-Nova-Rg";
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    max-width: 200px;
    display: block;
    text-decoration: none;
}
.content a.view-Yamap, .block_map a.view-Yamap{
    background-color: #09a0a1;
    font-size: 15px;
    font-family: "Proxima-Nova-Rg";
    padding: 8px 15px;
    color: #fff;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    margin-right: 20px;
    text-align: center;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.popup-mobile, .view-yamap-mobile{
    display: none;
}
#popupMobile{
    width: 100%;
    height: 500px;
}
@media (max-width: 768px) {
    .block_map{
        display: none;
    }
    .view-yamap-mobile{
        display: block;
    }
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/news.list/list_key-projects/style.css?17256985437554*/
.key_project {
    margin-bottom: 50px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.key_project .name {
    font-family: "Proxima-Nova-Rg";
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px 0 15px;
    line-height: 20px;
    min-height: 55px;
}

.key_project .preview_picture {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 235px;
    width: 100%;
    outline: none;
}

.key_project .item {
    height: 560px;
    margin: 0 7.5px;
    outline: none;
    position: relative;
    padding-bottom: 40px;
}

.key_project .block a {
    outline: none;
}

.key_project a.name_url {
    text-decoration: none;
}

.key_project .date {
    padding: 0 15px;
    font-size: 15px;
    font-family: "Proxima-Nova-Rg";
}

.key_project .date a.all_project {
    position: relative;
    color: #00999a;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    background-color: #fff;
    max-width: 133px;
    margin-right: 15px;
    padding: 10px 20px 10px 40px;
}

.key_project .date a.all_project:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    background-image: url("/local/templates/ru-drive/components/bitrix/news.list/list_key-projects/project-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 23px;
}

.key_project .date a.all_project svg {
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.key_project .date span {
    color: #fff;
    font-family: "Proxima-Nova-Rg";
    display: block;
    float: left;
    padding-top: 10px;
}

.key_project .desc {
    color: #fff;
    margin-bottom: 20px;
    line-height: 20px;
    padding: 15px;
    font-size: 15px;
    min-height: 110px;
}

.key_project .desc p {
    color: #757575;
    margin-bottom: 10px;
    line-height: 20px;
}

.key_project .more_block {
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.key_project .more_block a.more {
    font-family: "Proxima-Nova-Rg";
    font-weight: 400;
    color: #ffffff;
    float: left;
    text-decoration: none;
    margin-top: 8px;
    font-size: 17px;
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.key_project .more_block a.more:hover:before {
    content: "";
    right: -42px;
}

.key_project .more_block a.more:hover:after {
    content: "";
    right: -55px;
}

.key_project .more_block a.more:before {
    content: "";
    position: absolute;
    right: -37px;
    top: 11px;
    width: 26px;
    height: 1px;
    background-color: #fff;
    opacity: .6;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.key_project .more_block a.more:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 7px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    opacity: .6;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-key-project {
    float: right;
    margin-bottom: 0;
    margin-top: 30px;
    position: relative;
}

.nav-key-project .prev {
    position: absolute;
    right: 60px;
    cursor: pointer;
}

.nav-key-project .prev svg {
    width: 45px;
    height: 45px;
}

.nav-key-project .prev svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-key-project .prev svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.nav-key-project .prev:hover svg path {
    fill: #00999a;
}

.nav-key-project .prev:hover svg circle {
    fill: rgba(255, 255, 255, 0.8);
}

.nav-key-project .next {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.nav-key-project .next svg {
    width: 45px;
    height: 45px;
}

.nav-key-project .next svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.nav-key-project .next svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.nav-key-project .next:hover svg path {
    fill: #00999a;
}

.nav-key-project .next:hover svg circle {
    fill: rgba(255, 255, 255, 0.8);
}

.content .slick-dots {
    bottom: -85px;
    margin-left: -150px;
    max-width: 300px;
    left: 50%;
}

.content .slick-dots li {
    height: 30px;
    width: 30px;
    padding-left: 0;
}

.content .slick-dots li:before {
    content: "";
    display: none;
}

.content .slick-dots li button {
    height: 30px;
    width: 30px;
    outline: none;
    border-radius: 30px;
    line-height: 30px;
}

.content .slick-dots li button:before {
    color: #757575;
    opacity: 1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 35px;
}

.content .slick-dots li.slick-active button {
    color: #00999a;
    opacity: 1;
    border-radius: 30px;
    background: rgba(0, 153, 154, 0.2);
}

.content .slick-dots li.slick-active button:before {
    color: #00999a;
    line-height: 30px;
    opacity: 1;
}

.content .slick-dotted.slick-slider {
    margin-bottom: 70px;
}

@media (max-width: 500px) {
    .key_project .item {
        height: 600px;
    }

    .nav-key-project {
        display: none;
    }
}
.content .slick-dots-container {
    width: 170px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 6px auto;
    height: 40px;
    position: relative;
}

.content .slick-dots-container > ul {
    padding: 0;
    display: flex !important;
    transition: all 0.25s;
    position: relative;
    margin: 0;
    gap: 5px;
    list-style: none;
    transform: translateX(0);
    align-items: center;
    bottom: unset;
    height: 100%;
}

.content .slick-dots-container > ul li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: #efd5d5;
    border: none;
    border-radius: 50%;
}

.content .slick-dots-container > ul li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11.5px;
    height: 11.5px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.content .slick-dots-container .slick-dots{
    bottom: 0;
    margin-left: 0;
    left: 0;
    position: inherit;
}
.content .slick-dots-container > ul li.p-small-1,
.content .slick-dots-container > ul li.n-small-1 {
    transform: scale(1);
}

.content .slick-dots-container > ul li.slick-active {
    transform: scale(1.3);
    transform-origin: center;
    background: #00999a;
}

.content .slick-dots li button:before {
    display: none;
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/news/projects/bitrix/catalog.filter/.default/style.css?17790847801771*/
.content .grid_select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px; }
  .content .grid_select p {
    margin-bottom: 5px; }

.select2-container {
  width: 100% !important; }

.content .select2-selection__rendered li {
  margin-bottom: 0;
  padding-left: 0; }
  .content .select2-selection__rendered li:before {
    display: none; }

.filter-projects .btn_block {
  margin: 20px 0 30px 0; }
.filter-projects .set_filter {
  background-color: #09a0a1;
  font-size: 15px;
  font-family: "Proxima-Nova-Rg";
  padding: 8px 15px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  float: left;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px;
  max-width: 125px;
  display: block;
  text-decoration: none;
  border: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .filter-projects .set_filter:hover {
    background-color: #00a7a8; }
.filter-projects .del_filter {
  background-color: #a4a1a1;
  font-size: 15px;
  font-family: "Proxima-Nova-Rg";
  padding: 8px 15px;
  color: #fff;
  width: 100%;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px;
  max-width: 125px;
  display: block;
  text-decoration: none;
  border: none; }

@media (max-width: 1024px) {
  .content .grid_select {
    grid-template-columns: 1fr;
    -ms-grid-template-columns: 1fr; } }
@media (max-width: 550px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    white-space: initial; } }
@media (max-width: 340px) {
  .filter-projects .set_filter {
    margin-right: 24px; }

  .filter-projects .del_filter {
    margin-right: 0; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022*/
.bx-pagination {
	margin: 30px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	padding: 0;
}
.bx-pagination .bx-pagination-container ul li:before {
	content: "";
	display: none;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17790848312083*/
.projects-list {
    display: grid;
    /*display: -ms-grid;*/
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 20px;
}
.projects-list__no-result{
    padding: 10px 15px;
    background-color: #ea7676;
    color: #fff;
    margin-bottom: 30px;
}
.projects-list .projects-item {
    border: 1px solid #aaaaaa;
    border-radius: 3px 3px 0 0;
}

.projects-list .projects-item .preview_picture {
    max-width: 100%;
}

.projects-list .projects-item .preview_pic {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 163px;
}

.projects-list .projects-item .year {
    padding: 20px 20px 10px 20px;
    font-size: 15px;
    color: #757575;
}

.projects-list .projects-item .name {
    padding: 0 20px 10px 20px;
}

.projects-list .projects-item .name a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.projects-list .projects-item .name a:hover {
    color: #09a0a1;
}

.projects-list .projects-item .line {
    padding: 0 20px;
}

.projects-list .projects-item .line span {
    color: #757575;
    font-family: "Proxima Nova";
    display: block;
    float: left;
    font-weight: 400;
    padding-top: 5px;
}

.projects-list .projects-item .desc {
    padding: 20px 20px 10px 20px;
    line-height: 23px;
    font-size: 15px;
}

.projects-list .projects-item .desc p {
    line-height: 23px;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.projects-list .name_organization {
    padding: 0 20px 30px 20px;
    font-size: 15px;
    color: #757575;
}

@media (max-width: 1024px) {
    .projects-list {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .projects-list {
        grid-template-columns: 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .projects-list {
        grid-template-columns: 1fr;
        -ms-grid-template-columns: 1fr;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/ru-drive/components/vv/map.list_projects/projects/style.css?17790466895144 */
/* /local/templates/ru-drive/components/bitrix/news.list/list_key-projects/style.css?17256985437554 */
/* /local/templates/ru-drive/components/bitrix/news/projects/bitrix/catalog.filter/.default/style.css?17790847801771 */
/* /local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022 */
/* /local/templates/ru-drive/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17790848312083 */
