* {
    margin:0;
    padding:0;
}
body {
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    color: #505050;
    position: relative;
    width:100%;
    background: #fff;
    scroll-behavior: smooth;
}
a {
    color: #EA2340;
}
.clear {
    clear:both;
}
.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}
input, textarea, button {
    outline:none;
}
.main-wrap [type="checkbox"]:checked, .main-wrap [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.main-wrap [type="checkbox"]:not(:checked) + label:before {
    border: 1.2px solid #EA2340;
}
.main-wrap [type="checkbox"]:checked + label, .main-wrap [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    color: #1D1D25;
}
.main-wrap [type="checkbox"]:checked + label:before, .main-wrap [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
}
.main-wrap [type="checkbox"]:checked + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #EA2340;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-wrap [type="checkbox"]:checked + label:before {
    border: 1.2px solid #EA2340;
}
input.error, textarea.error {
    border:1px solid #EA2340;
}
.main-wrap {
    width:100%;
    margin: 0 auto;
}
.container-main-wrap {
    max-width:1920px;
    margin: 0 auto;
    padding:0 49px;
}
.container-content {
    max-width:1232px;
    margin: 0 auto;
    padding:0 16px;
}
.main-team-block {
    width:100%;
    height:400px;
    background: #000;
    padding-top: 30px;
}
.header {
    background: #fff;
}
.main-wrap.fixed .header {
    z-index: 150;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #D1D1D1;
    box-shadow: 0 0 7px rgba(209,209,209,1.2);
}
.main-wrap.fixed .header .container-header {
    border:none;
}
.main-wrap.fixed .container-main-wrap.main-inner {
    padding-top:100px;
}
.header .container-header .logo {
    width:97px;
    height:50px;
}
.header .container-header {
    padding:25px 0;
    border-bottom: 1px solid #D1D1D1;
}

.header .container-header .logo {
    display:inline-block;
    vertical-align: top;
}
.header .container-header .logo a {
    width:100%;
    height:100%;
    line-height:50px;
    display: block;
}
.header .topmenu {
    display:inline-block;
    vertical-align: top;
    width:50%;
}
.topmenu .item {
    display:inline-block;
    margin-left:3.5%;
}

.topmenu .item a {
    font-size: 15px;
    color: #505050;
    text-decoration: none;
    text-transform:uppercase;
    line-height:48px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: inline-block;
    transition: all .4s;
}
.topmenu .item a:hover,
.topmenu .item a.active {
    border-top:1px solid #EA2340;
    border-bottom:1px solid #EA2340;
    color: #EA2340;
}
.header-right {
    width:40%;
    display: inline-block;
    float:right;
    text-align: right;
}
.header-right a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #505050;

}
.header-right a span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    transition: all .4s;
}
.header-right a span.ico {
    width: 41px;
    height:41px;
    border: 1px solid #D1D1D1;
    margin-right: 15px;
}
.header-right .top-lk {
	display: inline-block;
    vertical-align: top;
    background: #EA2340;
}
.header-right .top-lk a {
	color: #fff;
    padding: 0 15px;
}
.header-right .top-lk a span.text {
	font-size: 16px;
}
.header-right .top-lk a span.ico {
    margin: 0;
    border: 0;
    text-align: center;
    width: 20px;
    height: 38px;
}
.mobile-menu {
    display:none;
    position: absolute;
    left:0;
    top:0;
    right:0;
    height: auto;
    background: rgba(255,255,255, 0.97);
    z-index: 200;
    box-shadow: 0px 10px 15px rgba(80, 80, 80, 0.8);
}
.mobile-menu .mobile-menu-close {
    display: block;
    width: 50px;
    height:60px;
    position: absolute;
    top:0;
    right:0;
    /*background: url(../img/mobile-menu-close.svg) left bottom no-repeat;*/
    background: url(../img/cross-form.svg) center 20px no-repeat;
}
.mobile-menu .top-phone {
    margin-bottom: 15px;
}
.mobile-menu .container-mobile-menu {
    padding:30px 15px 25px 30px;
}
.mobile-menu .menu-items .item {
    margin-bottom: 15px;
}
.mobile-menu .mobile-contacts a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #505050;
}
.mobile-menu .mobile-contacts a span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}
.mobile-menu .mobile-contacts a span.ico {
    width: 41px;
    height:41px;
    border: 1px solid #D1D1D1;
    margin-right: 15px;
}
.mobile-menu .menu-items .item a {
    font-size: 15px;
    color: #1D1D25;
    text-decoration: none;
    text-transform:uppercase;
    line-height:40px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    display: inline-block;
}
.mobile-menu .menu-items  .item a:hover,
.mobile-menu .menu-items  .item a.active {
    border-top:1px solid #EA2340;
    border-bottom:1px solid #EA2340;
    color: #EA2340;
}
.header .top-phone a:hover span.ico,
.header .top-mail a:hover span.text {
    opacity: 0.8;
}
.header .top-phone a:hover span.text,
.header .top-mail a:hover span.text {
    color:#EA2340;
}
.header .top-phone a span.ico {
    background: url(../img/top-phone.svg) center 9px no-repeat;
}
.header .top-mail a span.ico {
    background: url(../img/top-mail.svg) center 10px no-repeat;
}
.header .top-phone {
    width:173px;
    margin-right:4%;
}
.header-right .top-mail {
    width:216px;
    margin-right:4%;
}

.header-right .top-phone,
.header-right .top-mail,
.header-right .top-search {
    display: inline-block;
    margin-right:4%;
}
.header-right .top-search {
    vertical-align: top
}
.header-right .top-search .search-butt {
    line-height: 28px;
    display: inline-block;
    width:28px;
    height:28px;
    background: url(../img/topsearch.svg) 0 0 no-repeat;
    vertical-align: top;
    margin-top: 8px;
}
.header-right .top-search .search-butt:hover {
    opacity: 0.8;
}
.header .mobile-menu-butt {
    float: left;
}
.header .mobile-menu-butt a {
    display: block;
    width: 40px;
    height: 60px;
    background: url(../img/menu-butt.svg) 0 21px no-repeat;
}
.breadcrumbs {
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    margin-top: 12px;
}

.breadcrumbs a {
    color: #A7A7A7;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    background: url(../img/b-arr.svg) right 3px no-repeat;
    padding-right:15px;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 10px;
}
.breadcrumbs span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}
.breadcrumbs a:hover {
    color:#EA2340;
}
.footer {
    background: #1D1D25;
    border-bottom: 1px solid #444457;
}
.footer-top {
    height:100px;
    border-bottom: 1px solid #444457;
}
.footer-top .logo {
    width:97px;
    padding-top: 25px;
    display: inline-block;
}
.footer-top .logo a {
    width:100%;
    height: 100%;
    display: block;
}
.footer-top .logo a img {
    width:97px;
}
.footer-copy-block .footer-left {
    width:44%;
    display: inline-block;
    vertical-align: top;
}
.footer-copy-block .footer-right {
    width:55%;
    display: inline-block;
    vertical-align: top;
}
.footer-copy-block .social {
    display: inline-block;
    float:right;
    text-align: right;
    padding-top:50px;
}
.footer-copy-block .social a {
    width:48px;
    height:48px;
    border:1px solid #D1D1D1;
    display:inline-block;
    margin-left: 20px;
    transition: all .2s;
}
.footer-copy-block .social a.fb {
    background: url(../img/fb.svg) center 15px no-repeat;
}
.footer-copy-block .social a.inst {
    background: url(../img/inst.svg) center 13px no-repeat;
}
.footer-copy-block .social a.twitt {
     background: url(../img/twitt.svg) center 14px no-repeat;
}
.footer-copy-block .social a.yout {
    background: url(../img/yout.svg) center 15px no-repeat;
}
.footer-copy-block .social a.fb:hover {
    background:#EA2340 url(../img/fb.svg) center 15px no-repeat;
    border:1px solid #EA2340;
}
.footer-copy-block .social a.inst:hover {
    background:#EA2340 url(../img/inst.svg) center 13px no-repeat;
    border:1px solid #EA2340;
}
.footer-copy-block .social a.twitt:hover {
    background:#EA2340 url(../img/twitt.svg) center 14px no-repeat;
    border:1px solid #EA2340;
}
.footer-copy-block .social a.yout:hover {
    background:#EA2340 url(../img/yout.svg) center 15px no-repeat;
    border:1px solid #EA2340;
}
.footer-copy-block {
    height:151px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #FFFFFF;
    background: #323241;
}
.footer-copy-block .contats-item {
    margin-top: 25px;
}
.footer-copy-block .contats-item {
    color:#fff;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.footer-copy-block .contats-item a {
    color:#fff;
    transition: all .4s;
    text-decoration: none;
}
.footer-copy-block .contats-item a:hover {
    opacity: 0.8;
}
.footer-middle {
    padding:30px 0;
}
.footer-middle .title {
    display:inline-block;
    text-transform: uppercase;
    color:#fff;
    position: relative;
    padding-bottom:15px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-middle .title:after {
    content: "";
    position: absolute;
    width:50px;
    height: 3px;
    background: #EA2340;
    left:0;
    bottom:-3px;

}
.footer-left {
    display:inline-block;
    width:31%;
    vertical-align: top;

}
.footer-left .footer-contacts {
    font-size: 14px;
    line-height:30px;
    color: #FFFFFF;
}
.footer-left .footer-contacts a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s;
}
.footer-left .footer-contacts a:hover {
    color:#EA2340;
}
.footer-menu-block {
    width:66%;
    display:inline-block;
    vertical-align: top;
    margin-left: 2%;
    float: right;
    text-align: right;
}
.footer-menu-block .footer-menu {
    width:30%;
    display: inline-block;
    margin-left:3%;
    text-align: left;
    margin-bottom: 20px;
    vertical-align: top;
}
.footer-menu .menu-items a {
    font-size: 14px;
    line-height:30px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    transition: all .4s;
}
.footer-menu .menu-items a:hover,
.footer-menu .menu-items a.active {
    color:#EA2340;
}
.main-slider .slider-block {
    max-width:1822px;
    max-height:600px;
    height:100%;
    width:100%;

}
.slider-block .main-slider  img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
}
.main-slider .swiper-slide iframe {
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 4;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.main-slider .swiper-slide iframe.hide {
    opacity: 0;
}
.main-slider .hide-video {
    background: url(../img/no-video.svg) center 6px no-repeat;
    display: block;
    position: absolute;
    left:20px;
    top:20px;
    z-index: 10;
    width:40px;
    height:40px;
    padding:3px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .4s;
}
.main-slider .hide-video.active {
    background: url(../img/video_hide.svg) center -4px no-repeat;
    border: 1px solid #EA2340;
}
.main-slider .hide-video:hover {
    opacity: 0.7;
}
.main-slider .swiper-button-prev {
    outline: none;
    width: 56px;
    height: 56px;
    background: url(../img/slider_left.svg) 0 0 no-repeat;
    left: 20px;
    margin-top: -33px;
    transition: all .4s;
}
.main-slider .swiper-button-next {
    outline: none;
    width: 56px;
    height: 56px;
    background: url(../img/slider_right.svg) 0 0 no-repeat;
    right: 20px;
    margin-top: -33px;
    transition: all .4s;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover
{
    opacity: 0.8;
}
.main-slider .swiper-slide {
    position: relative;
    text-align: center;
}

.main-slider .swiper-slide .txt-block-slider {
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom:0;
    /*background: rgba(29,29,37, 0.7);*/
    z-index: 5;
    color:#fff;
    padding:12% 15% 12% 100px;
}
.main-slider .swiper-slide.sl-v .txt-block-slider {
    background: rgba(29,29,37, 0.5);
}
.txt-block-slider .title-block {
    font-size: 31px;
    line-height: 38px;
    position: absolute;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    bottom: 30px;
    text-align: left;
}
.swiper-slide .video {
    font-size: 14px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-decoration: none;
    color: #fff;
    z-index: 100;
}
.swiper-slide .video.hide {
    display: none;
}
.swiper-slide .video:hover {
    opacity: 0.8;
}
.txt-block-slider .title-block p {
    font-size: 31px;
    line-height: 28px;
    position: relative;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    display:block;
    text-align: left;
    color:#fff;
}
.txt-block-slider .title-block span  {
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    font-weight: 100;
    position: relative;
}
.txt-block-slider .title-block font {
    font-size: 36px;
    line-height: 42px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.8;
    margin-top: 10px;
}
.txt-block-slider .title-block span:after {
    content: "";
    height: 4px;
    width: 120px;
    background: #EA2340;
    position: absolute;
    bottom: -8px;
    left: 0px;
}



.txt-block-slider .descr-block {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.txt-block-slider .more-butt {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background: #EA2340;
    height:40px;
    line-height: 40px;
    padding:0 35px;
    margin-top: 20px;
    transition: all .4s;
}
.txt-block-slider .more-butt:hover {
    opacity: 0.8;
}
.txt-block {
    text-align: center;
    margin: 80px auto 80px auto;
    max-width: 716px;
}
.txt-block.single {
    text-align: center;
    margin: 20px auto 70px auto;
    max-width: 716px;
}

.txt-block .title-block {
    font-size: 31px;
    line-height: 38px;
    color: #1D1D25;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.txt-block .title-block:after {
    content:"";
    height: 3px;
    width: 145px;
    background: #EA2340;
    position: absolute;
    bottom:-12px;
    left:50%;
    margin-left: -72.5px;
}
.txt-block .descr-block {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1D1D25;
}
.to-items {
    max-width: 1170px;
    margin: 0 auto;
}
.to-items .item {
    overflow: hidden;
    position: relative;
}
.to-items .item a {
    text-decoration: none;
    color: #FFFFFF;
    transition: 3s;
}

.to-items .item span.name {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}
.to-items .item .block-text {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    text-align:left;
    padding:30px;
/*background: rgba(29,29,37, 0.6);*/
    color:#fff;
}
.to-items .item .block-text span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.to-items .item .block-text a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-top: 7px;
    background: url(../img/more-arr.svg) right 7px no-repeat;
    padding-right: 35px;
    transition: all .15s;
}
.to-items .item .block-text a:hover {
    opacity: 0.8;
}
.to-items .item .hov {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background: #1D1D25;
    opacity: 0;
    z-index: 80;
    display: block;
    transition:  all .4s ease-in;
}
.to-items .item a:hover .hov {
    opacity: 0.8;

}
.to-items .item .point {
    position: absolute;
    z-index: 100;
    display: block;
    width: 165px;
    height: 32px;
    background: #EA2340;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    transition: all .4s;
}
.to-items .item .point:hover {
    opacity: 0.8;
}
.to-items .item .point.one {
    top: 3%;
    left: 1%;
}
.to-items .item .point.two {
    top: 17%;
    left: 11%;
}
.to-items .item .point.three {
    bottom: 40%;
    left: 20%;
}
.to-items .item .point.four {
    top: 31%;
    right: 31%;
}
.to-items .item .point.five {
    top: 26%;
    right: 3%;
}
.to-items .item .point.six {
    top: 13%;
    right: 58%;
}
.to-items .item span.it-descr {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    height: 0;
    opacity: 0;
    transition: opacity 2s ease-out;
    position: relative;
}
.to-items .item a:hover span.it-descr:after {
    content: "";
    position: absolute;
    width:90px;
    left:0;
    top:-10px;
    height: 1px;
    background: #fff;
}
.to-items .item a:hover span.it-descr{
    height: auto;
    opacity: 1;
    margin-top: 15px;
}
.to-items .item a:hover  span.name {
    margin-bottom: 20px;
}
.to-items .item img {
    max-width: inherit;
    height: 100%;
    position: relative;
    z-index: 50;
    transition: all .4s ease-in-out;
}
.to-items .item a:hover img{
    transform: scale(1.1);
}
.to-items .item .hov:after {
    content:"";
    border: 1px solid #D1D1D1;
    left: 20px;
    right:  20px;
    top: 20px;
    bottom: 20px;
    position: absolute;
}
.to-items .item.big {
    max-width: 1200px;
    width: 100%;
    max-height:440px;
}
.to-items .item.small {
    max-width: 590px;
    max-height:300px;
    width: 49%;
    display: inline-block;
    margin-top: 2%;
}
.to-items .item:nth-child(3) {
    margin-right: 0;
    float: right;
}
.to-items .item.active .hov {
    opacity: 0.8;
}

.to-items .item.active img{
    transform: scale(1.1);
}
.to-items .item.active span.it-descr{
    height: auto;
    opacity: 1;
    margin-top: 15px;
}
.to-items .item.active span.it-descr:after {
    content: "";
    position: absolute;
    width:90px;
    left:0;
    top:-10px;
    height: 1px;
    background: #fff;
}
.to-items .item.active span.name {
    margin-bottom: 20px;
}
.main-team-block {
    background: url(../img/bg_black.jpg) 0 0 repeat;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.main-team-block .txt-block .title-block {
    color: #fff;
}
.main-team-block .txt-block .descr-block {
    color: #fff;
}
.main-team-block .txt-block {
    margin: 50px auto 50px auto;
}

.team-items .item {
    display: inline-block;
    width: 30%;
    margin: 15px 1.2% 30px 1.2%;
    text-align: center;
    vertical-align: top;
}
.team-items .item img {
    max-width: 230px;
    max-height: 230px;
}
.team-items .item span {
    display: block;
}
.team-items .item span.name {
    color:#fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    margin: 18px 0;
}
.team-items .item span.pos {
    font-size: 16px;
    line-height: 20px;
    color: #EA2340;
}
.team-items .item a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color:#fff;
    display: block;
    margin-top:18px;
}
.team-items .item a:hover {
    text-decoration: underline;
}
.partner-items {
    text-align: center;
}
.partner-items .item {
    width:15%;
    margin:0 0.7% 20px 0.7%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 156px;
}
.partner-items .item a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    transition: opacity .4s;
    display: block;
}
.partner-items .item a:hover {
    opacity: 0.8;
}
.partner-items .item .img {
    display: block;
    height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
}
.partner-items .item img {
    max-width: 156px;
    max-height: 63px;
}
.partner-items .item span {
    display: block;
}
.main-news-block {
    text-align: center;
}
.news-items {
    text-align: center;
    margin-bottom: 30px;
}
.news-items .item {
    display: inline-block;
    text-align: left;
    width:308px;
    margin: 0px 12px 30px 12px;
    vertical-align: top;
    overflow: hidden;
}
.news-items .item a.img {
    display: block;
    width:308px;
    height: 165px;
    transition: opacity .4s;
    overflow: hidden;
}
.news-items.main .item a.img img {
    max-width:308px;
    max-height: 165px;
    transition: all .4s ease-in-out;
}
.news-items .item:hover a.img img {
    transform: scale(1.1);
}
.news-items .item .date {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #A7A7A7;
}
.news-items .item .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D25;
    position: relative;
    height:42px;
    overflow: hidden;
    margin-bottom: 6px;
}
.news-items .item .prev {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D25;
    padding-top: 16px;
    margin-bottom: 15px;
    height: 52px;
    overflow: hidden;
}
.news-items .item .prev:after {
    content:"";
    position: absolute;
    width: 50px;
    height: 3px;
    left:0;
    top:0px;
    background: #EA2340;
}
.news-items .item .more {
    font-size: 14px;
    line-height: 17px;
    color:#EA2340;
    text-decoration: none;
    transition: opacity .4s;
}
.news-items .item:hover a {
    opacity: 0.8;
}

.all-butt {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding:0 70px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #EA2340;
    border: 1px solid #EA2340;
    margin: 0 auto;
    transition: all .6s;
}
.all-butt:hover {
    color:#fff;
    background:#EA2340;
}
.main-map {
    position: relative;
}
.main-map img {
    z-index: 50;
}
.main-map .map-point {
    position: absolute;
    z-index: 100;
    display: block;
    background: url(../img/geo_map.svg) 0 0 no-repeat;
    background-size: contain;
    width: 38px;
    height: 35px;
    top:30%;
    left:50%;
    text-decoration: none;
    cursor: pointer;
}
.modal-geo {
    display: none;
    position:absolute;
    width:308px;
    height:auto;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    left: 42px;
    top: -85px;
}
.map-point.open .modal-geo {
    display: block;
}
.modal-geo:before {
    content: '';
    border: 14px solid transparent;
    border-right: 11px solid #fff;
    position: absolute;
    left: -25px;
    top: 50%;
    width: 0;
    margin-top: -14px;
}
.modal-geo .container-geo {
    padding:15px;
}
.modal-geo .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D25;
}
.modal-geo .close {
    display: block;
    position: absolute;
    right:15px;
    top:15px;
    width: 13px;
    height:13px;
    background: url(../img/close_small.svg) 0 0 no-repeat;
}
.modal-geo .close:hover {
    opacity:0.8;
}
.modal-geo .descr {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #1D1D25;
    margin:10px 0;
}
.modal-geo .it-title {
    font-size: 12px;
    line-height: 15px;
    color: #1D1D25;
    margin-bottom: 10px;
}
.modal-geo .items a {
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    color: #EA2340;
    display: inline-block;
    width: 48%;
    margin-bottom: 3px;
}
.modal-geo .items a:hover {
    text-decoration: none;
}
.object-items .item {
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
}

.object-items .item .pic {
    display: inline-block;
    width: 310px;
    height: 273px;
    position: relative;
    overflow: hidden;
}
.object-items .item .pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.object-items .item .pic a img {
    height:100%;
    width:auto;
    position: relative;
    z-index: 5;
    transition: all .4s;
}
.object-items .item .pic a:hover img {
    transform: scale(1.1);
}
.object-items .item .pic span {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #FFFFFF;
    left:15px;
    top:15px;
    background: #EA2340;
    border-radius: 2px;
    height:30px;
    line-height: 30px;
    padding:0 10px;
    z-index: 20;
    opacity: 0.9;
}
.object-items .item .item-content {
    width:calc(100% - 351px);
    display: inline-block;
    border: 1px solid #D1D1D1;
    vertical-align: top;
    min-height:272px;
    margin-left: -5px;
    padding:0 20px;
    position: relative;

}
.object-items .item .item-content .middle {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    padding: 20px 0;
}
.object-items .item .item-content .right {
    display: inline-block;
    width:60px;
    vertical-align: top;
    padding: 15px 0;
    float: right;
}
.object-items .item .name {
    display: block;
    font-size: 21px;
    line-height: 26px;
    color: #1D1D25;

    transition: all .4s;
}
.object-items .item .name:hover {
    color: #EA2340;
    text-decoration: none;
}

.object-items .item .adr {
    color: #EA2340;
    margin: 10px 0 0 0;
}
.object-items .item .adr span {
    color: #1D1D25;
}

.object-items .item .params-block {
    margin-top:10px;
}
.object-items .item .params-block > div {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    width:48%;
    font-size: 13px;
    padding: 8px 0 6px 0;
    color: #EA2340;
}


.object-items .item .params-block  div  {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    width:48%;
    font-size: 13px;
    padding: 8px 0 6px 0;
    color: #EA2340;
}

.object-items .item .params-block div.p-block-container {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    width:48%;
    font-size: 13px;
    padding: 0;
    color: #EA2340;
}

.object-items .item .params-block div.p-block-container div {
    display: block;
    padding: 5px 0 3px 0;
    width: 100%;
}


.object-items .item .params-block > div span {
    color: #1D1D25;
}

.object-items .item .params-block  div.sml {
    font-size: 10px;
    line-height: 12px;
    color: #1D1D25;


}
.object-items .item .params-block  div.sml font {
    display: block;
    padding-left: 10px;
}

.object-items .item .params-block  div.sml span  {
    display: block;
    position: relative;
    padding-left: 10px;
}
.object-items .item .params-block  div.sml span:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #EA2340;
    border-radius: 3px;
    left: 0px;
    top: 4px;
}
.object-items .item .params-block  div.sml2 span {
    display: block;
    margin-bottom: 5px;
}
.object-items .item .params-block  div.sml2 font {
    display: block;
    position: relative;
    font-size: 10px;
    line-height: 12px;
    padding-left: 10px;
    color: #1D1D25;
}
.object-items .item .params-block  div.sml2 font:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #EA2340;
    border-radius: 3px;
    left: 0px;
    top: 4px;
}

.object-items .item .params-block > div:nth-child(2n) {
    margin-left: 2%;
}
.object-items .item .price {
    font-size: 21px;
    line-height:21px;
    color: #EA2340;
    margin-top: 15px;
}
.object-items .item .right-params {
    margin-top: 35px;
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: top;
}
.object-items .item .right-params > div {
    line-height: 18px;
    font-size: 13px;
    color: #1D1D25;
    padding: 8px 0 6px 35px;
}
div.ico-cond {
    background: url(../img/it-param1.svg) 0 12px no-repeat;
}
div.ico-hot{
    background: url(../img/it-param2.svg) 0 12px no-repeat;
}
div.ico-alarm {
    background: url(../img/it-param3.svg) 4px 10px no-repeat;
}
div.ico-office {
    background: url(../img/it-param4.svg) 1px 10px no-repeat;
}
div.ico-vent {
    background: url(../img/it-param5.svg) 0 7px no-repeat;
}
.object-items .item .right-actions {
    width:50px;
    display: inline-block;
    float: right;
    vertical-align: top;
    padding-top: 21px;
}
.object-items .item .right-actions > a {
    display: block;
    width:48px;
    height: 48px;
    border: 1px solid #EA2340;
    border-radius: 48px;
    margin-bottom: 25px;
    transition: all .4s;
}
.object-items .item .right-actions > a:last-child {
    margin-bottom: 0;
}
.object-items .item .right-actions > a.detail-butt {
    /*background: url(../img/detailit.svg) center 12px no-repeat;*/


    font-size: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 47px;
    font-weight: 500;


}
.object-items .item .right-actions > a.detail-butt:hover,
.object-items .item .right-actions > a.detail-butt.active {
   /* background:#EA2340 url(../img/detailit_hov.svg) center 12px no-repeat;*/
    background:#EA2340;
    color:#fff;
}
.object-items .item .right-actions > a.mail-butt {
    background: url(../img/mailit.svg) center 16px no-repeat;
}
.object-items .item .right-actions > a.mail-butt:hover,
.object-items .item .right-actions > a.mail-butt.active {
    background:#EA2340 url(../img/mailit_hov.svg) center 16px no-repeat;
}
.object-items .item .right-actions > a.geo-butt {
    background: url(../img/geoit.svg) center 12px no-repeat;
}
.object-items .item .right-actions > a.geo-butt:hover,
.object-items .item .right-actions > a.geo-butt.active {
    background:#EA2340 url(../img/geoit_hov.svg) center 12px no-repeat;
}
.object-items {
    margin-bottom: 70px;
}
.object-items .all-obj-butt {
    text-align: center;
    margin-top: 40px;
}
.item-modal {
    display: none;

}
.item-modal.open {
    display: block;
}
.item-modal#modalMail {
    width:433px;
    height:286px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: -30px;
    right: 90px;
    z-index: 20;
}
.object-items .item-modal#modalMail:after {
    content: '';
    border: 14px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    right: -25px;
    top: 50%;
    width: 0;
    margin-top: 8px;
}
.item-modal#modalMail .form-container {
    padding:12px 16px;
}

.item-modal#modalBackCall {
    width:433px;
    height:285px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: -117px;
    right: 129px;
    z-index: 20;
    text-align: left;
}
.item-modal#modalBackCall:after {
    content: '';
    border: 14px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    right: -25px;
    top: 50%;
    width: 0;
    margin-top: -14px;
}

.item-modal#modalBackCall .inp {
    margin-bottom: 20px;
}
.item-modal#modalBackCall .form-container {
    padding:12px 15px ;
}
.item-modal#modalBackCall .form-butt {
    margin-top: 0px;
}
.item-modal .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1D1D25;
}
.item-modal .form-container .name {
    margin:12px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #EA2340;
}
.item-modal .form-container .name span {
    color: #1D1D25;
}
.item-modal .form-container .inp {
    display: inline-block;
    width:48%;
}
.form-container .inp input::placeholder {
    font-size: 13px;
    line-height: 16px;
    color: #A7A7A7;
}
.item-modal .form-container .inp:nth-last-child(2n) {
    float: right;
}
.form-container .inp input {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    font-size: 13px;
    line-height: 16px;
    color: #1D1D25;
    height:32px;
    padding:0 10px;
    width:calc(100% - 22px);
}
.form-container .area {
    margin-top: 13px;
}
.form-container .area textarea {
    width:calc(100% - 22px);
    padding:10px 10px;
    height: 78px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    resize: none;
    font-family: 'Century Gothic', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #1D1D25;
}
.form-container .inp input.error,
.form-container .area textarea.error {
    border: 1px solid #EA2340;
}
.form-butt {
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #FFFFFF;
    padding: 0 10px;
    background: #EA2340;
    border: 1px solid #EA2340;
    margin-top: 10px;
    transition: all .4s;
    cursor: pointer;
}
.form-butt:hover {
    opacity: 0.8;
}
.modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    top: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
    display:block;
    background: rgba(29,29,37, 0.95);
    z-index: 700;
}
.modal.in {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.in .modal-dialog {
    margin:0 auto;
    top:30%;
    position: relative;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    top: 15%;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-dialog .close {
    display: block;
    width:28px;
    height: 28px;
    background: url(../img/close-modal.svg) center 0px no-repeat;
    position: absolute;
    top: -40px;
    right: 2px;
    transition: all .4s;
}
.modal-dialog .close:hover {
    opacity: 0.8;
}
#modalSearch .modal-dialog .close {
    display: block;
    width:40px;
    height: 40px;
    background: url(../img/modal-close.svg) center 0px no-repeat;
    position: absolute;
    top: -40px;
    right: 40px;
    transition: all .4s;
}
.modal.in#modalSearch .modal-dialog {
    top:10%;
}


#modalSearch .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
#modalSearch .search-block {
    position: relative;
    max-width: 761px;
    margin: 0 auto;

}
#modalSearch .search-block input[type=text] {
    border:none;
    border-bottom: 1px solid #FFFFFF;
    background: transparent;
    color:#fff;
    height:50px;
    line-height: 50px;
    width:100%;
    font-size: 41px;
}
#modalSearch .search-block {
    margin-top:15%;
}
#modalSearch .search-block input[type=text]::placeholder {
    color:#fff;
    font-size: 41px;
    line-height: 50px;
}
#modalSearch .search-block input[type=submit] {
    border: none;
    width: 41px;
    height: 41px;
    background: url(../img/search-butt.svg) 0 0 no-repeat;
    position: absolute;
    right:0;
    top:-5px;
    cursor: pointer;
    transition: all .4s;
}
#modalSearch .search-block input[type=submit]:hover {
    opacity: 0.8;
}
.search-block .search-response {
    display: none;
}
.search-block .search-response.open {
    display: block;
}
.search-response-items {
    background: #fff;
    margin-top: 10px;
}
.search-response-items .item {
    padding:20px 12px;
    border-bottom: 1px solid #D1D1D1;
    color: #EA2340;
    font-size: 13px;
    line-height: 15px;
}
.search-response-items .item a {
    font-size: 13px;
    line-height: 15px;
    color: #EA2340;
    text-decoration: none;
    transition: all .4s;
}
.search-response-items .item a:hover {
    opacity: 0.8;
}
.search-response-items .item span {
    color: #000000;
}
.search-response-items .item:last-child {
    border-bottom: 1px solid #fff;
}
.search-response-items .item > div {
    display: inline-block;
    width:22%;
    text-align: center;
    margin: 0 1%;
    vertical-align: top;
}


#modalGeoItem .modal-content {
    max-width:1200px;
    margin: 0 auto;
    width: 96%;
}
#modalItem .modal-content {
    max-width:1200px;
    margin: 0 auto;
    width: 96%;
}
#modalGeoItem .modal-body {
    padding:0;
}
#modalGeoItem .left-side {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border-right:1px solid #D1D1D1;
    margin-right: -3px;

}
#modalGeoItem .title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #1D1D25;
    padding: 0 15px;
    line-height: 60px;
}
#modalGeoItem .right-side {
    width:69.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#modalGeoItem .block-obj {
    border-top: 1px solid #D1D1D1;
    padding:0 15px;
}
#modalGeoItem .block-obj .name a {
    font-size: 16px;
    text-transform: uppercase;
    color: #1D1D25;
    display:block;
    background: url(../img/arr-close.svg) right 26px no-repeat;
    text-decoration: none;
    line-height: 60px;
}
#modalGeoItem .block-obj .name.open a {
    background: url(../img/arr-open.svg) right 26px no-repeat;
}
#modalGeoItem .block-obj .obj-list {
    display: none;
}
#modalGeoItem .block-obj .obj-list.open {
    display: block;
}
#modalGeoItem .block-obj .address {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
}
#modalGeoItem .block-obj .list-name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
}
#modalGeoItem .block-obj .obj-list a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom:12px;
    text-decoration: underline;
    width:48%;
    color: #EA2340;
    transition: all .4s;
}
#modalGeoItem .block-obj .obj-list a:hover {
    text-decoration: none;
}
#modalGeoItem .mapBlock {
    position: relative;
}
#modalItem  .modal-body {
    padding: 0;
}
#modalItem  .item-block {
    position: relative;
}
#modalItem .item-block .item-left {
    display: inline-block;
    vertical-align: top;
    width:34%;
    background: #fff;
    position: relative;
    z-index: 15;
}
#modalItem .item-block .item-center {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width:40%;
    position: relative;
    z-index: 15;
    min-height: 400px;
}
#modalItem .item-block .item-right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width:25%;
    position: relative;
    z-index: 15;
}
#modalItem .item-center .container-ic {
    padding:15px 15px;
}
#modalItem .item-center .name {
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    line-height: 26px;
    margin-right: 25px;
}
#modalItem .item-center .price{
    display: inline-block;
    vertical-align: top;
    width:44%;
    font-size: 21px;
    line-height: 26px;
    color: #EA2340;
    text-align: right;
}
#modalItem .item-center .wr {
     height:1px;
     width: 100%;
     background: #D1D1D1;
     margin: 15px 0 15px 0;
}
#modalItem .item-center .wr2 {
    height:1px;
    width: 100%;
    background: #D1D1D1;
    margin: 15px 0 7px 0;
}
#modalItem .item-center .address {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #EA2340;
    margin-bottom: 10px;
}
#modalItem .item-center .address span {
    color: #000000;
}
#modalItem .item-center .params {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #EA2340;
}
#modalItem .item-center .params span {
    color: #000000;
}
#modalItem .item-center .params > div {
    margin:10px 0;
}
#modalItem .item-center .dop-params > div {
    line-height: 18px;
    font-size: 13px;
    color: #1D1D25;
    padding: 8px 0 6px 35px;
}

#modalItem .item-right .container-ir {
    padding:50px 20px;
    text-align: center;
}
#modalItem .item-block .bg-wr {
    position: absolute;
    top:0;
    bottom:1px;
    right:0;
    width:25%;
    background: #F7F7F7;
    z-index: 10;
}
#modalItem .item-right .manager {
    width: 130px;
    height: 130px;
    text-align: center;
    background: #D1D1D1;
    margin: 0 auto;
}
#modalItem .item-right .manager img {
    max-width: 128px;
    max-height: 128px;
    margin-top: 1px;
}
#modalItem .item-right .manager-name {
    color: #505050;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin:15px 0 10px 0;
}
#modalItem .item-right .pos {
    font-size: 16px;
    line-height: 19px;
    color: #9D9D9D;
}
#modalItem .item-right .phones {
    margin:10px 0;
}
#modalItem .item-right .phones a {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    display: block;
    transition: all .4s;
    text-decoration: none;
}
#modalItem .item-right .phones a:hover {
    color: #EA2340;
    opacity: 0.8;
}
#modalItem .item-right .mail a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    transition: all .4s;
}
#modalItem .item-right .mail a:hover {
    opacity: 0.8;
}
#modalItem .item-right .bottom-ico {
    height: 50px;
    text-align: center;
    margin-top: 25px;
    position: relative;
}
#modalItem .item-right .bottom-ico > a {
    width: 48px;
    height: 48px;
    border: 1px solid #EA2340;
    border-radius: 48px;
    transition: all .4s;
    display: inline-block;
    margin:0 12px;
}
#modalItem .item-right .bottom-ico .mail-butt {
     background: url(../img/mailit.svg) center 16px no-repeat;
 }
#modalItem .item-right .bottom-ico a.mail-butt:hover, #modalItem .item-right .bottom-ico a.mail-butt.active {
    background: #EA2340 url(../img/mailit_hov.svg) center 16px no-repeat;
}
#modalItem .item-right .bottom-ico .phone-butt {
    background: url(../img/phone-ico.svg) center 14px no-repeat;
}
#modalItem .item-right .bottom-ico a.phone-butt:hover, #modalItem .item-right .bottom-ico a.phone-butt.active {
    background: #EA2340 url(../img/phone-ico_hov.svg) center 14px no-repeat;
}
#modalItem  .item-modal#modalMail {
   text-align: left;
}
#modalItem .item-modal#modalMail {
    top: -135px;
    right: 208px;
}
#modalItem .item-modal#modalMail:after {
    margin-top: -17px;
}
#modalItem .item-left img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
#modalItem  .modal-slider .swiper-slide {
    height:auto;
    max-height: 540px;
}
#modalItem .item-left.sect-gal .modal-slider .swiper-slide {
    height:auto;
    max-height: 445px;
}
#modalItem .modal-slider .swiper-button-next {
    outline: none;
    width: 45px;
    height: 45px;
    background: url(../img/m-slider-right.svg) 0 0 no-repeat;
    right: 0px;
    margin-top: -22.5px;
    transition: all .4s;
}
#modalItem .modal-slider .swiper-button-prev {
    outline: none;
    width: 45px;
    height: 45px;
    background: url(../img/m-slider-left.svg) 0 0 no-repeat;
    left: 0px;
    margin-top: -22.5px;
    transition: all .4s;
}
#modalItem .modal-slider .swiper-button-next:hover,
#modalItem  .modal-slider .swiper-button-prev:hover {
    opacity: 0.8;
}
#modalItem .modal-slider .swiper-pagination {
    bottom:20px;
    width: 100%;
}
#modalItem .modal-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin:0 5px;
    cursor: pointer;
    transition: all .4s;
}
#modalItem .modal-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA2340;
}
#modalItem .modal-slider .swiper-pagination-bullet:hover {
    opacity: 0.8;
}
.top-banner-inner {
    width:100%;
    max-height: 300px;
    overflow: hidden;
    position:relative;
}
.top-banner-inner img {
    width: 100%;
    max-height: 300px;
    min-height: 190px;
    position:relative;
    z-index: 3;
    text-align: center;
}
.top-banner-inner .tb-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(29,29,37, 0.7);
    z-index: 5;
}
.top-banner-inner .txt-block-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    z-index: 5;
    color: #fff;
    margin-top: -63px;
    padding: 0 15%;
}
.top-banner-inner .txt-block-slider-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    z-index: 5;
    color: #fff;
    margin-top: -63px;
    padding: 2% 15%;
    text-align: center;
}
.txt-block-slider-inner .title-block {
    font-size: 31px;
    line-height: 38px;
    color: #fff;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.txt-block-slider-inner .title-block:after {
    content: "";
    height: 3px;
    width: 145px;
    background: #EA2340;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -72.5px;
}
.txt-block-slider-inner.no-border .title-block {
    text-transform: none;
}
.txt-block-slider-inner.no-border .title-block:after  {
    background: none;
    height: 0px;
}
.txt-block-slider-inner .descr-block {

}
.top-banner-inner .txt-block-slider-inner {

}
.top-banner-inner .txt-block-slider.no-border {
    margin-top: -2%;
}
.top-banner-inner  .txt-block-slider .title-block {
    text-align: center;
}
.top-photo-block {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: -60px;
}
.top-photo-block .item {
    width:20%;
    height: auto;
    display: inline-block;
    max-width: 300px;
    max-height: 300px;
    margin-right: -4px;
    position: relative;
    overflow: hidden;
}
.top-photo-block .item img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index:5;
    transition: all .4s ease-in-out;
}
.top-photo-block .item.active a.hov-block  {
    display: block;
    opacity: 1;
}
.top-photo-block .item:hover a.hov-block {
    display: block;
    opacity: 1;
}
.top-photo-block .item:hover img {
    transform: scale(1.1);
}
.top-photo-block .item a.hov-block {
    display: none;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:10;
    background: rgba(29,29,37, 0.7);
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .4s ease-in;
    opacity: 0;
}
.top-photo-block .item a.hov-block:before {
    content: "";
    background: url(../img/photo-zoom.svg) 0 0 no-repeat;
    width: 44px;
    height: 44px;
    left:50%;
    top:50%;
    margin-top: -22px;
    margin-left: -22px;
    position: absolute;
    transition: all .4s ease-in;
}
.top-photo-block .item a.hov-block:after {
    content: "";
    border: 1px solid #D1D1D1;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    position: absolute;
    opacity: 0.8;
    transition: all .4s ease-in;
}
.store-left {
    display: block;
    vertical-align: top;
    width: 100%;
}
.store-right {
    display: block;
    vertical-align: top;
    width: 100%;
}
.store-left .img {
    margin-bottom: -4px;
}
.store-left .img img {
    width:100%;
    height: auto;
}
.store-left .block-text {
    background: url(../img/bg-black-small.jpg) 0 0 repeat;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.store-left .block-text .container-blt {
    padding: 20px;
}
.store-left .block-text .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
}
.store-left .block-text .title:after {
    content: "";
    height: 3px;
    width: 50px;
    background: #EA2340;
    position: absolute;
    bottom: -12px;
    left:0;
}
.store-right .txt-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 25px;
}
.store-right .txt-item:nth-child(2n) {
    margin-left: 1%;
}
.store-right .txt-item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D25;
    text-transform: uppercase;
    padding-left:50px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
.store-right .txt-item .title.ico-tech {
    background: url(../img/ico-tech.svg) 0 0 no-repeat;
}
.store-right .txt-item .title.ico-inj {
    background: url(../img/inj.svg) 0 0 no-repeat;
}
.store-right .txt-item .title.ico-park {
    background: url(../img/park.svg) 0 0 no-repeat;
}
.store-right .txt-item .title.ico-blag {
    background: url(../img/blag.svg) 0 0 no-repeat;
}
.store-right .txt-item .title.ico-saferty {
    background: url(../img/ico-saferty.svg) 0 0 no-repeat;
}
.store-right .txt-item .title.ico-logy {
    background: url(../img/ico-logy.svg) 0 7px no-repeat;
}
.store-right .txt-item .title.ico-ofs {
    background: url(../img/ico-ofs.svg) 0 5px no-repeat;
}
.inner-content ul {
    margin: 0;
    padding: 0;
}
.inner-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D25;
    padding-left: 10px;
    position: relative;
}
.inner-content ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #EA2340;
    border-radius: 4px;
    left: 0;
    top:7px;
}
.inner-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
}

.advantages-block {
    background: url(../img/bg_black.jpg) 0 0 repeat;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-top: 5px;
}
.advantages-block .txt-block .title-block {
    color: #fff;
}
.advantages-block .txt-block .descr-block {
    color: #fff;
}
.advan-items .item {
    display: inline-block;
    width: 30%;
    margin: 15px 1.2% 30px 1.2%;
    text-align: center;
    vertical-align: top;
}
#modalMail .m-close,
#modalBackCall .m-close {
    position: absolute;
    right:0;
    top:0;
    cursor: pointer;
    font-size: 28px;
    width:25px;
    height: 30px;
    transition: all .4s ease-in;
}
#modalMail .m-close:hover,
#modalBackCall .m-close:hover {
    opacity: 0.8;
}
.advan-items .item img {
    max-height: 84px;
    max-width: 88px;
}
.advan-items .item span.name {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    margin: 18px 0;
    display: block;
    text-transform: uppercase;
}
.advan-items .item .txt {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.detail-block {
    margin-top:45px;
}
.detail-block .left-side {
    width:65%;
    display: inline-block;
    vertical-align: top;
    background: #F6F6F6;
}
.detail-block .right-side {
    width:34%;
    display: inline-block;
    vertical-align: top;
    float:right;
    position: relative;
    top: 0;
    height:auto;
}
.inner-content .share-block ul li {
    padding-left: 0;
}
.inner-content .share-block.obj {
    margin-top: 7px;
}
.detail-block .container-ls,
.detail-block .container-rs {
    padding:30px;
    position: relative;
}
.detail-block .name {
    font-size: 28px;
    line-height: 34px;
    color: #1D1D25;
}
.detail-block .address {
    font-size: 14px;
    line-height: 17px;
    color: #EA2340;
    margin: 10px 0 20px 0;
}
.detail-block .address span {
    color: #000000;
}
.top-buttons-block {
    position: relative;
}

.top-buttons-block.obj {
    position: absolute;
    top:30px;
    right:0;
}
.right-side .top-buttons-block {
    margin-top: 20px;
}
.top-buttons-block > a {
    display:inline-block;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #1D1D25;
    transition: all .4s;
    text-decoration: none;
    border-radius: 64px;
    margin-right: 15px;
    min-width:38px;
    vertical-align: top;
    margin-bottom: 25px;
}

.right-side .top-buttons-block a {
    margin-bottom: 20px;
}
.top-buttons-block > a:hover,
.top-buttons-block > a.active {
    border: 1px solid #EA2340;
    color: #EA2340;
}
.top-buttons-block a.butt-mess {
    background: #F6F6F6 url(../img/tb-mail.svg) center 11px no-repeat;

}
.top-buttons-block a.butt-call {
    background: #F6F6F6 url(../img/tb-call.svg) center 10px no-repeat;


}


.right-side .top-buttons-block {
    text-align: center;
}

.right-side .top-buttons-block > a {
    width: 48px;
    height: 48px;
    border: 1px solid #EA2340;
    border-radius: 48px;
    transition: all .4s;
    display: inline-block;
    margin: 0 12px;
    padding:0;
}

.right-side .top-buttons-block a.butt-mess {
    background: url(../img/mailit.svg) center 16px no-repeat;
}
.right-side .top-buttons-block a.butt-call {
    background: url(../img/phone-ico.svg) center 14px no-repeat;

}
.right-side .top-buttons-block > a.butt-call:hover, .right-side .top-buttons-block > a.butt-call.active {
    background: #EA2340 url(../img/phone-ico_hov.svg) center 14px no-repeat;
}
.right-side .top-buttons-block > a.butt-mess:hover, .right-side .top-buttons-block > a.butt-mess.active {
    background: #EA2340 url(../img/mailit_hov.svg) center 16px no-repeat;
}






.top-buttons-block a.butt-geo {
    background: url(../img/tb-geo.svg) center 9px no-repeat;
}
.top-buttons-block a.butt-share {
    background: url(../img/tb-share.svg) center 10px no-repeat;
    position: relative;
}
.top-buttons-block a.butt-download {
    background: url(../img/tb-download.svg) center 9px no-repeat;
}
.top-buttons-block a.butt-print {
    background: url(../img/tb-print.svg) center 10px no-repeat;
}

.top-buttons-block.obj a.butt-share {
    background: #fff url(../img/tb-share.svg) center 10px no-repeat;
}
.top-buttons-block.obj a.butt-print {
    background: #fff url(../img/tb-print.svg) center 10px no-repeat;
}
.detail-block .name.n-obj {
    padding-right: 95px;
}
.detail-slider {
    position: relative;
}
.detail-slider img {
    width: 100%;
    height: auto;
}
.detail-slider .swiper-button-prev {
    outline: none;
    width: 55px;
    height: 55px;
    background: rgba(234,35,64, 0.7) url(../img/dsl-left.svg) center 19px no-repeat;
    left: 0;
    margin-top: -27.5px;
    transition: all .4s;
}
.detail-slider .swiper-button-next {
    outline: none;
    width: 55px;
    height: 55px;
    background: rgba(234,35,64, 0.8) url(../img/dsl-right.svg) center 19px no-repeat;
    right: 0;
    margin-top: -27.5px;
    transition: all .4s;
}
.detail-slider .swiper-button-prev:hover,
.detail-slider .swiper-button-next:hover {
    opacity: 0.8;
}
.detail-slider .swiper-pagination {
    bottom: 20px;
    width: 100%;
}
.detail-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
    cursor: pointer;
    transition: all .4s;
}
.detail-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA2340;
}
.detail-block .top-params {

    font-size: 14px;
    line-height: 17px;
    margin-top:30px;
}
.detail-block .top-params .item {
    display: inline-block;
    vertical-align: top;
    width:20%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.detail-block .top-params b {
    display: block;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #1D1D25;
}
.detail-block .description {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 30px;
}
.detail-block .wr{
    background: #D1D1D1;
    height: 1px;
    width: 100%;
    margin: 0 0 25px 0;
}
.detail-block .main-params-block {
    margin-top: 25px;
}
.detail-block .main-params-block .p-block {
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: top;
    margin-bottom: 10px;
}
.detail-block .main-params-block .p-block .title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    color: #1D1D25;
    margin-bottom: 20px;
}
.detail-block .main-params-block .p-block .p-items > div {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    color: #EA2340;
}
.detail-block .main-params-block .p-block .p-items > div span {
    color: #000000;
}
.detail-block .dop-params {
    width:100%;
    margin-bottom: 25px;
}
.detail-block .dop-params > div {
    line-height: 18px;
    font-size: 13px;
    color: #1D1D25;
    padding: 8px 0 6px 35px;
    display: inline-block;
    width: 40%;
    margin-right: 3%;
    vertical-align: top;
}
.detail-block .map-block {
    margin-top: 30px;
}
.detail-block .item-modal#modalMail {

}

.detail-block .top-buttons-block .item-modal#modalMail {
    width: 433px;
    height: 288px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: 53px;
    right: auto;
    left:-15px;
    z-index: 20;
}

.detail-block .right-side .item-modal#modalMail {
    width: 100%;
    height: 288px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: 53px;
    left: auto;
    right:0;
    z-index: 20;
    text-align: left;
}

.detail-block .top-buttons-block .item-modal#modalMail:after {
     content: '';
     border: 14px solid transparent;
     border-bottom: 11px solid #fff;
     position: absolute;
     left: 20px;
     right: auto;
     top: -25px;
     width: 0;
}
.detail-block .right-side .top-buttons-block .item-modal#modalMail {
    top: 66px;
}
.detail-block .right-side .top-buttons-block .item-modal#modalBackCall {
    top: 66px;
}
.detail-block .right-side .top-buttons-block .item-modal#modalMail:after {
    left: 50%;
    margin-left: -51px;
}
.detail-block .right-side .top-buttons-block .item-modal#modalBackCall:after {
    right: 50%;
    margin-right: -54px;
}
.detail-block .item-modal#modalBackCall {
    width: 433px;
    height: 238px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: 53px;
    right: auto;
    z-index: 20;
    text-align: left;
    left: 45px;
}
.detail-block .item-modal#modalBackCall:after {
    content: '';
    border: 14px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    left: 20px;
    right: auto;
    top: -11px;
    width: 0;
}

.detail-block .right-side .item-modal#modalBackCall {
    width: 100%;
    height: 238px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    top: 60px;
    right: 0;
    z-index: 20;
    text-align: left;
    left: auto;
}
.detail-block .right-side .item-modal#modalBackCall:after {
    right: 72px;
    left: auto;

}

.detail-block .manager {
    width: 130px;
    height: 130px;
    text-align: center;
    background: #D1D1D1;
    margin: 0 auto;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.detail-block .item-right .manager img {
    max-width: 78px;
    max-height: 88px;
    margin-top: 20px;
}
.detail-block .manager-params {
    display: inline-block;
    width: calc(100% - 155px);
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}
.detail-block .manager-name {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 5px 0;
    color: #505050;
    font-weight: bold;
}
.detail-block .pos {
    font-size: 14px;
    line-height: 17px;
    color: #9D9D9D;
}
.detail-block .phones {
    margin: 10px 0;
}
.detail-block .phones a {
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    display: block;
    transition: all .4s;
    text-decoration: none;
}
.detail-block .phones a:hover {
    color: #EA2340;
    opacity: 0.8;
}
.detail-block .mail a {
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    transition: all .4s;
}
.detail-block .mail a:hover {
    opacity: 0.8;
}
.detail-block .manager img {
    max-width: 128px;
    max-height: 128px;
    margin-top: 1px;
}
.detail-block .price-block {
    background: #F6F6F6;
}
.right-side .manager-block {
    background: #F6F6F6;
    margin-top: 10px;
}
.detail-block .price-block.mobile {
    display: none;
}
.detail-block .price-block .price {
    font-size: 28px;
    line-height: 34px;
    color: #EA2340;
    padding-right:20px;
}
.detail-block .price-block .price span {
    color: #1D1D25;
}
.detail-block .price-block .rent a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #1D1D25;
    transition: .4s;
    display: block;
    margin: 5px 0 0px 0;
}
.detail-block .price-block .rent a:hover {
    text-decoration: none;
    color: #EA2340;
}
.detail-block .price-block .rent .price {
    background: url(../img/arr-bott.svg) right 7px no-repeat;
}
.detail-block .price-block .buy .price {
    background: url(../img/arr-top.svg) right 7px no-repeat;
}
.detail-block .wr {
    margin: 25px 0 25px 0;
}
.detail-block .price-block .buy span.small {
    font-size: 14px;
    line-height: 16px;
    color: #1D1D25;
    display: block;
    margin-top: 10px;
}
.detail-block .label span.icon {
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    background: #EA2340;
    border-radius: 2px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-top: 10px;
}
.detail-block .obj-gall {
    position: relative;
}
.detail-block .obj-gall .label {
    position: absolute;
    z-index:80;
    left:15px;
    top:5px;
}
.block-news {
    margin-bottom: 40px;
}
.block-news .news-items .item.first {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 30px 0;
    vertical-align: top;
    overflow: hidden;
}
.block-news .news-items .item.first a.img img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out;
}
.block-news .news-items .item.first a.img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out;
}
.block-news .news-items .item {
    width: 380px;
    margin: 0px 12px 40px 12px;
}
.block-news .news-items .item a.img {
    width: 380px;
    height: 204px;
}

.inner-content .block-news .news-items .item a.img img {
    width: 100%!important;
    height: auto!important;
}
.top-banner-inner.news .txt-block-slider {
    top:20%;
    margin-top: 0;
}
.top-banner-inner .txt-block-slider .title-block .date {
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
.top-banner-inner .share {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
    left:50%;
    bottom:20px;
    margin-left: -20px;
    background: url(../img/share-news.svg) 0 0 no-repeat;
    transition: all .4s ease-in-out;
}
.top-banner-inner .txt-block-slider .share:hover {
    opacity: 0.8;
}
.detail-news {
    font-size: 14px;
    line-height: 17px;
    color: #1D1D25;
    margin:40px 0
}
.contacts-block {
    margin:80px 0;
}
.contacts-block .item {
    display: inline-block;
    vertical-align: top;
    width:30%;
    border-right:1px solid #D1D1D1;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.contacts-block .item .title {
    color: #1D1D25;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contacts-block .item .ico {
    margin-bottom: 30px;

}
.contacts-block .item .val {
    color: #EA2340;
    margin-bottom: 30px;
}
.contacts-block .item .val a {
    transition: .4s;
    text-decoration: none;
    color: #EA2340;
}
.contacts-block .item .val a:hover {
    opacity: 0.8;
}
.form-container.contacts {
    max-width: 770px;
    margin: 0 auto 40px auto;
}
.form-container.contacts .inp {
    display: inline-block;
    width: 48.5%;
}
.form-container.contacts .inp:nth-child(2n) {
    text-align: right;
    float: right;
}

.form-container.contacts .butt-block {
    text-align: center;
    margin: 20px 0;
}
.form-container.contacts .chk {
    text-align: center;
}
.form-container.contacts .area textarea {
    height:228px;
}
.section-gallery {
    margin-top: 30px;
}
.section-gallery a {
    display: inline-block;
    width:185px;
    height: 160px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all .4s;
}
.section-gallery a img {
    position: relative;
    z-index: 20;
    filter: grayscale(100%);
}
.item-tabs {
    margin-bottom: 20px;
}
.item-tabs a {
    display: inline-block;
    font-size: 16px;
    color: #EA2340;
    height:38px;
    line-height: 38px;
    text-decoration: none;
    border: 1px solid #EA2340;
    border-radius: 40px;
    width: 203px;
    margin: 10px 13px;
    text-align: center;
}
.item-tabs a:hover, .item-tabs a.act {
    background: #EA2340;
    color:#fff;
}
.object-items .item .small.chain {
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #EA2340;
    transition: all .4s;
    background: url(../img/arr-chain.svg) right 5px no-repeat;
    padding-right:25px;
    margin-right: 15px;
}
.object-items .item .small.chain:hover {
    text-decoration: none;
}
.object-items .item .name.chain {
    display: inline-block;
}

.section-gallery a:before {
    position: absolute;
    content:'';
    display:none;
    z-index: 30;
    background: url(../img/gall-ico.svg) 0 0 no-repeat;
    width: 42px;
    height: 42px;
    left:5px;
    top: 5px;
}
.section-gallery a:hover img {
    filter: grayscale(0%);
}
.section-gallery a:hover:before {

    display:block;
}
.detail-block .left-side.section {
    width:100%;
}
.detail-block .left-side.section .top-buttons-block {
    margin-top:40px;
    margin-bottom: 10px;
}
.detail-block .left-side.section .swiper-container.detail-slider {
    max-width:710px;
    max-height: 450px;
}
.detail-block .left-side.section .s-left {
    display: inline-block;
    width:60%;
    vertical-align: top;
}
.detail-block .left-side.section .s-right {
    display: inline-block;
    width:38%;
    vertical-align: top;
    float:right;
    text-align: left;
}
.detail-block .left-side.section .s-right .txt-block {
    margin: 20px 0 30px 0;
    text-align: left;
}
.detail-block .left-side.section .s-right .txt-block .tx-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #1D1D25;
    margin-bottom: 15px;
}
.detail-block .dop-params.section > div {
    width: auto;
}
.detail-block .schema {
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s;
    background: #EA2340;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}
.detail-block .right-side .schema {
    width:auto;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.detail-block .schema:hover {
    opacity: 0.8;
}
.detail-block .r-prop .txt-block .tx-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #1D1D25;
    margin-bottom: 15px;
}
.detail-block .r-prop .txt-block {
    margin: 20px 0 30px 0;
    text-align: left;
}
.detail-block .r-prop {
    padding: 5px 30px 30px 30px;
    background: #F6F6F6;
    margin-top: 0px;
}
#modalItem .item-center .more {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}
#modalItem .item-center .more:hover {
    text-decoration: none;
}
#modalItem .item-center .address span {
    position: relative;
    padding-left: 10px;
}
#modalItem .item-center .address span:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #EA2340;
    border-radius: 4px;
    left: 0;
    top: 7px;
}
.item-center .txt-block {
    text-align: left;
    margin: 20px auto 20px auto;
    max-width: 716px;
}
.item-center .txt-block  ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D25;
    padding-left: 10px;
    position: relative;
}
.item-center .txt-block  ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #EA2340;
    border-radius: 4px;
    left: 0;
    top: 7px;
}
.item-center .txt-block  .tx-title {
    font-weight: 100;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D25;
    margin-bottom: 5px;
}
.container-schema {
    margin: 25px 0;
    position: relative;
}
.container-schema img {
    position: relative;
    z-index: 30;
}
.container-schema a.point {
    position: absolute;
    z-index: 60;
    display: block;
}
.container-schema span.point {
    position: absolute;
    z-index: 60;
    display: block;
    cursor: pointer;
}
.container-schema a.point.one {
    width: 14.1%;
    height: 5.2%;
    right: 28%;
    top: 34.5%;
    /*background: #9B172A;*/
    /*opacity: 0.3;*/
    transition: all .8s;
    /*animation-delay: 4s;*/
    /*animation: pulse 2s 2;*/
}

.container-schema a.point.pulse {
    background: #3e9df1;
    opacity: .8;
    animation: pulse 1s 2;
}


/*.container-schema a.tp.point {*/
/*    background: #9B172A;*/
/*    opacity: .4;*/
/*    animation: pulse 1s 2;*/
/*    !*border: 2px solid #23beea;*!*/
/*}*/

.container-schema a.point.one:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.two {
    width: 14.2%;
    height: 11.2%;
    right: 48.8%;
    top: 36.5%;
    transition: all .8s;
}
.container-schema a.point.two:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.three {
    width: 19.1%;
    height: 9.2%;
    left: 15.5%;
    top: 35.3%;
    transition: all .8s;
}
.container-schema a.point.three:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.four {
   /* width: 20.1%;*/
    width: 16.7%;
    height: 17.4%;
    left: 15.2%;
    bottom: 33%;
    transition: all .8s;

}
.container-schema a.point.four:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.four:hover:after {
    background: #9B172A;
    content: '';

}
.container-schema a.point.four:after {
    content: '';
    width: 14.5%;
    height: 86%;
    right: -14.4%;
    bottom: 13%;
    position: absolute;
    transition: all .8s;
}
.container-schema a.point.five {
    width: 8.1%;
    height: 11.2%;
    left: 20.5%;
    top: 71.3%;
    transition: all .8s;
    animation: pulse-5 1s 2 !important;
    transform: rotateZ(-31deg);
}
.container-schema a.point.five:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.six {
    width: 19%;
    height: 6%;
    left: 36%;
    top: 50.3%;
    /*position: relative;*/
    transition: all .8s;
    animation: pulse 1s 2 !important;
}
.container-schema a.point.six::after{
    content: '';
    position: absolute;
    width: 19px;
    height: 129px;
    right: 0;
    top: -92px;
    animation: pulse 1s 2 !important;

}
.container-schema a.point.six:hover {
    background: #9B172A;
    opacity: 0.3;
}
.container-schema a.point.four.change-after:after {
    content: '';
    width: 14.5%;
    height: 86%;
    right: -14.4%;
    bottom: 13%;
    position: absolute;
    transition: all .8s;
    background: #3e9df1;
    /*opacity: .8;*/
    /*opacity: .3;*/
    animation: pulse 1s 2;
}

.container-schema span.point {
    transition: opacity .8s;
    opacity: 0;
}
.container-schema span.point:hover {
    opacity: 1;
}
.container-schema span.point .h-data {
    position: absolute;
    max-width: 300px;
    min-width: 300px;
    max-height: 265px;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 170;
    text-align: left;
    padding:16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    display:none;
}
.container-schema span.point .h-data.act {
    display: block;
}

.container-schema span.point .h-data:after {
    content: '';
    border: 14px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    right: auto;
    top: -25px;
    width: 0;
    z-index: 70;
    left: 50%;
    margin-left: -15px;
}
.container-schema span.point .h-data ul li {
    font-size: 13px;
    line-height: 16px;
}
.container-schema span.point .h-data .h-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1D1D25;
    margin-bottom: 10px;
    font-weight: 600;
}
.container-schema span.point .h-data .form-butt {
    text-transform: uppercase;
    height:37px;
    line-height: 37px;
    display: inline-block;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .container-schema span.point:hover .h-data {
        display: block;
    }

    .container-schema span.point:hover {
        z-index: 100;
        padding-bottom:300px;
    }


    .container-schema span.point .h-data:hover {
        display: block;
    }

}

.container-schema span.point.li-1 {
    width: 25%;
    height: 6%;
    right:15%;
    top:6%;
    transition: all .8s;
    border-radius: 30px;
}
.container-schema span.point.li-1 .h-data{
    right: -106px;
    top: 32px;
}
.container-schema span.point.li-2 {
    width: 7%;
    height: 17%;
    right:14%;
    top:10%;
}
.container-schema span.point.li-2 .h-data{
    right: -150px;
    top: 70px;
}

.container-schema span.point.li-3 {
    width: 4%;
    height: 4%;
    right:38%;
    top:19%;
}
.container-schema span.point.li-3 .h-data{
    right: -160px;
    top: 30px;
}

.container-schema span.point.li-4 {
    width: 17%;
    height: 8%;
    right:28%;
    top:25%;
    transform: rotate(162deg);
}

/*.container-schema span.point.li-4::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    background: red;*/
/*    opacity: .5;*/
/*    animation: pulse 1s infinite;*/
/*}*/

/*animation*/

.container-schema span.tp.point.pulse {
    transform: rotate(162deg);
    opacity: 1;
}

.container-schema span.tp.point.pulse::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #3e9df1;
    opacity: .5;
    animation: pulse 1s 2;
    transition: .2s;
}

/*endanimation*/
.container-schema span.point.li-4 .h-data{
    right: -125px;
    top: 45px;
}

.container-schema span.point.li-5 {
     width: 17%;
     height: 8%;
     right:48%;
     top:30%;
 }
.container-schema span.point.li-5 .h-data{
    right: -125px;
    top: 51px;
}
.container-schema span.point.li-6 {
    width: 8%;
    height: 12%;
    left:26%;
    top:33%;
}
.container-schema span.point.li-6 .h-data{
    right: -147px;
    top: 61px;
}

.container-schema span.point.li-7 {
     width: 16%;
     height: 17%;
     left:54%;
     top:38%;
 }
.container-schema span.point.li-7 .h-data{
    right: -114px;
    top: 67px;
}

.container-schema span.point.li-8 {
    width: 7%;
    height: 6%;
    left:46%;
    top:51%;
}
.container-schema span.point.li-8 .h-data{
    right: -153px;
    top: 41px;
}

.container-schema span.point.li-9 {
    width: 7%;
    height: 9%;
    left:43%;
    top:40%;
}
.container-schema span.point.li-9 .h-data{
    right: -149px;
    top: 52px;
}

.container-schema span.point.li-10 {
    width: 7%;
    height: 4%;
    left:35%;
    top:46%;
}
.container-schema span.point.li-10 .h-data{
    right: -159px;
    top: 33px;
}

.container-schema span.point.li-11 {
    width: 7%;
    height: 7%;
    left:29%;
    bottom:39%;
}
.container-schema span.point.li-11 .h-data{
    right: -147px;
    top: 344px;
}

.container-schema span.point.li-12 {
    width: 4%;
    height: 5%;
    left:42%;
    bottom:33%;
}
.container-schema span.point.li-12 .h-data{
    right: -157px;
    top: 33px;
}

.container-schema span.point.li-13 {
    width: 3%;
    height: 4%;
    left:38%;
    bottom:31%;
}
.container-schema span.point.li-13 .h-data{
    right: -164px;
    top: 33px;
}

.container-schema span.point.li-14 {
     width: 10%;
     height: 10%;
     left:44%;
     bottom:22%;
 }
.container-schema span.point.li-14 .h-data{
    right: -143px;
    top: 54px;
}

.container-schema span.point.li-15 {
    width: 8%;
    height: 6%;
    left:36%;
    bottom:7%;
}
.container-schema span.point.li-15 .h-data{
    right: -154px;
    top: 37px;
}

.container-schema span.point.li-16 {
    width: 16%;
    height: 16%;
    left:24%;
    bottom:14%;
}
.container-schema span.point.li-16 .h-data{
    right: -136px;
    top: 75px;
}

.container-schema span.point.li-17 {
    width: 10%;
    height: 8%;
    left:15%;
    bottom:30%;
}
.container-schema span.point.li-17 .h-data{
    right: -148px;
    top: 50px;
}

.inner-content .share-block {
    display: none;
    position: absolute;
    top:44px;
    left: 5px;
    width: 137px;

}
.inner-content .share-block.active {
    display: block;
    z-index: 100;
}
.inner-content .container-content.detail .share-block {
    position: absolute;
    top: -35px;
    width: 137px;
    right: 18px;
    left:auto;
}
.inner-content .container-content.detail .share-block.active {

    display: block;
    z-index: 100;

}
.inner-content .s-left .share-block.active {
    margin-bottom: 20px;

}


.inner-content .share-block ul li:before {
    background: none;
}
.lv1.share-block {
    text-align: center;
}
.lv1.share-block .ya-share2 {
    padding-top:25px;
}
.txt-block-slider-inner .butt-share {
    display: block;
    width:40px;
    height: 40px;
    margin: 10px auto 0 auto;
    background: url(../img/share-white.svg) 0 0 no-repeat;
    transition: all .4s;
    position: relative;
}
.txt-block-slider-inner .butt-share.active, .txt-block-slider-inner .butt-share:hover  {
    opacity: 0.8;
}
.team-items {
    text-align: center;
}

.txt-block-slider-inner .butt-share .lv1.share-block {
    top: -17px;
    left: 50px;
}
.print-head .hp {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 2%;
}
.print-head {
    display: none;
}


.to-items .item .block-text b {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: 7px;
}
.ymaps-2-1-76-image:hover {
    zoom:110%;
    opacity: 0.7;
}


[class*="ymaps-2"][class*="-gotoymaps"] {
     display:none;
}
[class*="ymaps-2"][class*="-copyrights-pane"] {
    display:none;
}
.modal-dialog .item-modal .close {
    top: 10px;
    right: 15px;
    background: url(../img/close-pers.svg) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    transition: all .4s;
    display: block;
    position: absolute;
}


.footer-right .butt-share {
    display: block;
    width: 40px;
    height: 40px;
    margin: 25px auto 10px auto;
    background: url(../img/share-white.svg) 0 0 no-repeat;
    transition: all .4s;
    position: relative;
}
.footer-right .ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}
.footer-right .inner-content .share-block ul li {
    padding-left: 0;
}

.footer-right .share-block {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 137px;
}

.footer-right .butt-share:hover {
    opacity: 0.8;
}
.footer-right .share-block.active {
    display: block;
    z-index: 100;
}




.ytp-chrome-top.ytp-show-cards-title {
    display: none!important;
    opacity: 0!important;
}

.slider-block .video-js.vjs-fluid, .slider-block .video-js.vjs-16-9, .slider-block .video-js.vjs-4-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    height: inherit;


}
.slider-block .vid.hide {
    display: none;
}
.main-slider .swiper-slide .txt-block-slider.tx-video {
    display:none;
}
.detail-block .r-prop.mobile {
    display: none;
    padding: 0px 0px 30px 0px;
    background: #F6F6F6;
    margin-top: 0px;
}
.detail-block .r-prop.mobile .txt-block {
    margin: 20px 0 10px 0;
}
.detail-block .r-prop.mobile .schema {
    border-radius: 0px;
}
.vjs-audio .vjs-control-bar, .vjs-has-started .vjs-control-bar {
    opacity: 0!important; 
}