

/* Start:/local/assets/css/slick/slick.css?17295890091776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/assets/css/style.css?175510991668372*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');
@font-face {
    font-family: 'Arsenica Trial';
    src: url('/local/assets/css/../fonts/ArsenicaTrial-Medium.eot');
    src: url('/local/assets/css/../fonts/ArsenicaTrial-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Medium.woff2') format('woff2'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Medium.woff') format('woff'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Medium.ttf') format('truetype'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Medium.svg#ArsenicaTrial-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arsenica Trial';
    src: url('/local/assets/css/../fonts/ArsenicaTrial-Regular.eot');
    src: url('/local/assets/css/../fonts/ArsenicaTrial-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Regular.woff2') format('woff2'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Regular.woff') format('woff'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Regular.ttf') format('truetype'),
    url('/local/assets/css/../fonts/ArsenicaTrial-Regular.svg#ArsenicaTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 70px;
    color: #f8f8f9;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
}
.element-animation {
    opacity: 0;
    transition: all 1.5s;
    transform: translateY(80px);
}
.element-animation.element-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);
}
/* Поочередная анимация для 3 в ряд */
.element-animation:nth-child(3n+1).element-show { transition-delay: 0s; }
.element-animation:nth-child(3n+2).element-show { transition-delay: 0.2s; }
.element-animation:nth-child(3n).element-show   { transition-delay: 0.4s; }
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 300;
}
.container{
    max-width: 1615px;
    margin: 0 auto;
    padding: 0 15px;
}
header{
    background: url("/local/assets/css/../img/bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding: 47px 0 165px 0;
    position: relative;
    z-index: 10;
}
header:after{
    content: '';
    background: rgba(0, 0, 0, 0.72);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
header .container{
    position: relative;
    z-index: 1;
}
header .top-menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 75px);
    background: transparent;
    height: 104px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    top: -140px;
    transition: all 0.5s;
    z-index: 1;
}
#head.fixed{
    padding-top: 150px;
}
#head.fixed .top-menu{
	position: fixed;
    top: 0;
    left: 0;
    background: rgb(162 162 162 / 50%);
    padding: 0 35px 0 15px;
    width: calc(100% - 45px);
    height: 75px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
header .top-menu .logo{
    margin-right: 16.8%;
    width: 142px;
}
header .top-menu .logo img{
    width: 100%;
}
.logo-mobi{
    height: 100px;
    width: 142px;
}
#head.fixed .top-menu .logo .logo-mobi{
    height: 55px;
}
#head.fixed .top-menu .logo path{
    transition: all 0.2s;
}
#head.fixed .top-menu .logo path{
    fill: #010202;
}
#head.fixed .top-menu .nav {
    margin-bottom: 0;
}
header .top-menu .nav{
    width: 45%;
    margin-bottom: 45px;
}
header .top-menu .nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
header .top-menu .nav ul li{

}
header .top-menu .nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s;
}
#head.fixed .top-menu .nav ul li a {
    color: #010202;
}
header .top-menu .nav ul li a:hover,
#head.fixed .top-menu .nav ul li a:hover{
   color: #e30613;
}
header .top-menu .tel{
    margin: 0 10px 42px auto;
}
#head.fixed .top-menu .tel {
    margin: 0 10px 0 auto;
}
header .top-menu .tel a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.7px;
    transition: all 0.5s;
}
#head.fixed .top-menu .tel a {
    color: #010202;
}
header .top-menu .tel a:hover,
#head.fixed .top-menu .tel a:hover{
    color: #e30613;
}
header .top-menu .soc{
    margin-bottom: 47px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#head.fixed .top-menu .soc {
    margin-bottom: 0;
}
header .top-menu .soc a{
    margin-left: 14px;
    display: block;
    transition: all 0.5s;
}
header .top-menu .soc a svg path{
    fill: #fff;
    transition: all 0.5s;
}
#head.fixed .top-menu .soc a svg path{
    fill: #010202;
}
header .top-menu .soc a:hover svg path,
#head.fixed .top-menu .soc a:hover svg path{
    fill: #e30613;
}
header .top-menu .soc a img{
    display: none;
}
header .banner{
    margin: 183px auto 0 auto;
    position: relative;
    width: 75%;
}
header .banner .title{
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px 0 0;
}
header .banner .title img{
    width: 100%;
}
header .banner .sub-title{
    position: absolute;
    right: 115px;
    top: 135px;
    font-size: 20px;
    color: #fff;
    text-align: right;
    letter-spacing: 0.3px;
    line-height: 24px;
}
header .banner .bot{
    width: fit-content;
    margin: 109px auto 0 auto;
}
header .banner .bot a.btn{
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    width: 300px;
    display: block;
    text-align: center;
    padding: 14px 0 13px 0;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all 0.5s;
}
header .banner .bot a.btn:hover{
    color: #000;
    background: #fff;
}
.sector-1{
    padding: 145px 0 135px 0;
}
.sector-1 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.5%;
    margin: 0 auto;
}
.sector-1 .box .item{
    /*opacity: 0;
    transform: translateY(80px);*/
}
.sector-1 .box .item.element-show{
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.sector-1 .box .item.element-show:nth-child(2){
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.sector-1 .box .item.element-show:nth-child(3){
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.sector-1 .box .item.element-show:nth-child(4){
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.sector-1 .box .item.element-show:nth-child(5){
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
@-webkit-keyframes flash {
    0% {opacity: 0;transform: translateY(80px);}
    100% {opacity: 1;transform: translateY(0)}
}
@-moz-keyframes flash {
    0% {opacity: 0;transform: translateY(80px);}
    100% {opacity: 1;transform: translateY(0)}
}
@-o-keyframes flash {
    0% {opacity: 0;transform: translateY(80px);}
    100% {opacity: 1;transform: translateY(0)}
}
@keyframes flash {
    0% {opacity: 0;transform: translateY(80px);}
    100% {opacity: 1;transform: translateY(0)}
}
.sector-1 .box .item .icon{
    width: fit-content;
    margin: 0 auto;
    height: 132px;
}
.sector-1 .box .item .icon img{

}
.sector-1 .box .item .zag{
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.sector-1 .box .item .zag:after{
	content: '';
    width: 0;
    height: 5px;
    display: block;
    background: red;
    margin: 13px 0 0 0;
    transition: all 0.5s;
}
.sector-1 .box .item:hover .zag:after{
	width: 100%;
}
.sector-1 .box .item .text{
    text-align: center;
    letter-spacing: 0.4px;
}
.sector-2{
    background: #282828;
    padding: 81px 0 0 0;
}
.sector-2 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92.6%;
    margin: 0 auto;
}
.sector-2 .box .left{
    width: 42%;
    padding: 0 0 0 45px;
}
.sector-2 .box .left .title{
    font-size: 81px;
    color: #fff;
    font-family: 'Arsenica Trial', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 70px;
}
.sector-2 .box .left .sub-title{
    color: #7d7d7d;
    font-size: 27px;
    width: 84%;
    letter-spacing: 0.4px;
    line-height: 40px;
    margin-bottom: 55px;
}
.sector-2 .box .left .text{
	color: #fff;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.4px;
    width: 90%;
    margin-bottom: 62px;
}
.sector-2 .box .left .logo{
    width: 100%;
}
.sector-2 .box .left .logo span{
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.5px;
    width: 74%;
    display: block;
}
.sector-2 .box .left .logo img{
    width: 78%;
    margin: -35px 0 0 42px;
}
.sector-2 .box .right{
    width: 46.6%;
    padding-top: 20px;
    margin-bottom: -205px;
margin-bottom: 0;
}
.sector-2 .box .right img{
    width: 100%;

}
.sector-3{
    padding: 168px 0 0 0;
}
.sector-3 .title{
    font-size: 81px;
    color: #000;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1.3px;
    margin: 0 0 80px 105px;
    width: 45%;
}
.sector-3 .tab{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 3px solid #7f070f;
    width: 86.7%;
    margin: 0 auto;
}
.sector-3 .tab .tablinks{
    border: none;
    padding: 0;
    width: 14.28%;
    height: 70px;
    background: none;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.5s;
}
.sector-3 .tab .tablinks.active{
    background: #7f070f;
    color: #fff;
}
.sector-3 .tabcontent{
    width: 86.7%;
    margin: 0 auto;
}
.sector-3 .tabcontent .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.sector-3 .tabcontent .box .left{
    width: 50%;
}
.sector-3 .tabcontent .box .left img{
    width: 100%;
}
.sector-3 .tabcontent .box .right{
    width: 43%;
}
.sector-3 .tabcontent .box .right .zag{
    font-size: 50px;
    color: #000;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 31px;
}
.sector-3 .tabcontent .box .right .text{
    width: 80%;
    letter-spacing: 0.7px;
    line-height: 24px;
}
.sector-3 .tabcontent .box .right .price{
    color: #222222;
    margin: 37px 0 41px 0;
    letter-spacing: 0.6px;
}
.sector-3 .tabcontent .box .right .price span{
    font-size: 30px;
    margin: 0 0 0 6px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.sector-3 .tabcontent .box .right .bot{

}
.sector-3 .tabcontent .box .right .bot a.btn{
    display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 273px;
    text-transform: uppercase;
    padding: 21px 0 18px 49px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
}
.sector-3 .tabcontent .box .right .bot a.btn:before {
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-3 .tabcontent .box .right .bot a.btn:after {
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-3 .tabcontent .box .right .bot a.btn:hover{
	color: #fff;
    background: #222222;
}
.sector-3 .slider{
    position: relative;
    margin: 32px auto 0 auto;
    width: 86.7%;
}
.sector-3 .slider .slick-arrow{
    position: absolute;
    background: url("/local/assets/css/../img/arrow.png") 0 0 no-repeat;
    width: 38px;
    height: 74px;
    z-index: 1;
    border: none;
    padding: 0;
    font-size: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.sector-3 .slider .slick-arrow:hover{
    background: url("/local/assets/css/../img/arrow1.png") 0 0 no-repeat;
}
.sector-3 .slider .slick-arrow.slick-prev{
    left: -77px;
}
.sector-3 .slider .slick-arrow.slick-next{
    right: -77px;
    transform: rotate(180deg);
}
.sector-3 .slider .slick-dots{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 6px 0 0 0;
}
.sector-3 .slider .slick-dots button{
    font-size: 0;
    padding: 0;
    background: #424242;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border: 1px solid #424242;
    transition: all 0.5s;
    cursor: pointer;
}
.sector-3 .slider .slick-dots .slick-active button{
    background: #fff;
}
.sector-3 .slider .img{
    width: 100%;
}
.sector-3 .slider .img img{
    width: 100%;
}
.sector-3 .slider-1{
    position: relative;
    margin: 83px auto 0 auto;
    width: 74.4%;
}
.sector-3 .slider-1 .slick-dots{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 20px 0 0 0;
}
.sector-3 .slider-1 .slick-dots button{
    font-size: 0;
    padding: 0;
    background: #424242;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border: 1px solid #424242;
    transition: all 0.5s;
    cursor: pointer;
}
.sector-3 .slider-1 .slick-dots .slick-active button{
    background: #fff;
}
.sector-3 .slider-1 .img{
    width: 297px;
    height: 298px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.sector-3 .slider-1 .img img{
    max-width: 79%;
    max-height: 100px;
    object-fit: contain;
}
.sector-3 .slider-1 .img:hover{
    border: 1px solid #e30613;
}
.sector-3 .logos{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 83px auto 0 auto;
    width: 87%;
}
.sector-3 .logos .img{
	width: 235px;
    height: 165px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.sector-3 .logos .img img{
	max-width: 79%;
    max-height: 70px;
    object-fit: contain;
}
.sector-4{
    padding: 198px 0 0 0;
}
.sector-4 .title{
    font-size: 81px;
    color: #000;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 87%;
    margin: 0 auto 100px auto;
}
.sector-4 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 86.7%;
    margin: 0 auto 45px auto;
}
.sector-4 .box .left{
    width: 46.5%;
}
.sector-4 .box .left img{
    width: 100%;
}
.sector-4 .box .right{
    width: 39.4%;
    padding: 84px 0 0 0;
}
.sector-4 .box .right .name{
    color: #222222;
    font-size: 40px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 18px;
}
.sector-4 .box .right .dolg{
    font-size: 18px;
    border-bottom: 1px solid #e30613;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
    margin-bottom: 58px;
}
.sector-4 .box .right .text{
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 36px;
}
.sector-4 .box .right .text p{
    margin-bottom: 36px;
}
.sector-4 .box:nth-last-child(2) .left{
    order: 1;
}
.sector-4 .box:nth-last-child(2) .right{
    padding: 60px 0 0 0;
    width: 41%;
}
.sector-4 .box:last-child{
	margin-top: 116px;
}
.sector-4 .box .item{

}
.sector-4 .box .item .img{
	width: 319px;
    height: 319px;
    overflow: hidden;
    border-radius: 50%;
	margin: 0 auto;
}
.sector-4 .box .item .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.sector-4 .box .item .name{
	font-size: 24px;
    color: #000;
    text-align: center;
    font-family: 'Arsenica Trial', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 24px 0 11px 0;
}
.sector-4 .box .item .dol{
	text-align: center;
    font-size: 14px;
    color: #7d7d7d;
    letter-spacing: 1.5px;
}
.sector-5{
    padding: 105px 0 140px 0;
}
.sector-5 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 68.5%;
}
.sector-5 .box .item{
    opacity: 0;
    transform: translateY(80px);
}
.sector-5 .box .item.element-show{
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.sector-5 .box .item.element-show:nth-child(2){
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.sector-5 .box .item.element-show:nth-child(3){
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.sector-5 .box .item.element-show:nth-child(4){
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.sector-5 .box .item .icon{
    width: fit-content;
    height: 146px;
    margin: 0 auto;
}
.sector-5 .box .item .icon img{

}
.sector-5 .box .item .zag{
    font-size: 18px;
    color: #222222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.sector-5 .box .item .text{
    text-align: center;
    letter-spacing: 0.8px;
}
.sector-6{
    background: #e2ddd3;
    padding: 153px 0 150px 0;
}
.sector-6 .sub-title{
    color: #222222;
    font-size: 21px;
    text-transform: uppercase;
    width: 86.7%;
    margin: 0 auto 8px auto;
    letter-spacing: 4px;
}
.sector-6 .title{
    color: #222222;
    font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1.8px;
    width: 86.7%;
    margin: 0 auto;
}
.sector-6 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 97.7%;
    margin: 89px auto 0 auto;
}
.sector-6 .box .left{
    width: 49%;
}
.sector-6 .box .left img{
    width: 100%;
}
.sector-6 .box .right{
    width: 47%;
    padding: 98px 0 0 0;
}
.sector-6 .box .right .text{
    font-size: 20px;
    color: #222222;
    line-height: 40px;
    width: 78%;
    letter-spacing: 0.4px;
}
.sector-6 .box .right .bot{
    margin: 60px 0 0 6px;
}
.sector-6 .box .right .bot a.btn{
    display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 240px;
    text-transform: uppercase;
    padding: 21px 0 18px 38px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
}
.sector-6 .box .right .bot a.btn:after{
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-6 .box .right .bot a.btn:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-6 .box .right .bot a.btn:hover{
    background: #fff;
    border: 1px solid #fff;
}
.sector-7{
    padding: 133px 0 123px 0;
}
.sector-7 .title{
    color: #222222;
    font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    width: 87.7%;
    margin: 0 auto;
}
.sector-7 .box{
    width: 87%;
    margin: 87px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sector-7 .box .left{
    width: 25%;
}
.sector-7 .box .left .zag{
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sector-7 .box .left .sub-zag{
    font-size: 14px;
    letter-spacing: 0.6px;
}
.sector-7 .box .left .bot{
    margin: 41px 0 0 -3px;
}
.sector-7 .box .left .bot a.btn{
    display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 273px;
    text-transform: uppercase;
    padding: 21px 0 18px 49px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
}
.sector-7 .box .left .bot a.btn:after{
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-7 .box .left .bot a.btn:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-7 .box .left .bot a.btn:hover{
    color: #fff;
    background: #222222;
}
.sector-7 .box .right{
    width: 69.2%;
}
.sector-7 .box .right .zag{
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sector-7 .box .right .sub-zag{
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 20px;
    padding: 0 0 0 4px;
    width: 57%;
    margin-bottom: 31px;
}
.sector-7 .box .right .info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 5px;
}
.sector-7 .box .right .info a{
    color: #222;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1.7px;
    margin-right: 19px;
    transition: all 0.5s;
}
.sector-7 .box .right .info a img{
    display: none;
}
.sector-7 .box .right .info a svg path{
    fill: #8d2229;
    transition: all 0.5s;
}
.sector-7 .box .right .info a:hover svg path{
    fill: #e30613;
}
.sector-7 .form{
    border: 1px solid #000;
    margin: 62px auto 0 auto;
    width: 62%;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 76px 198px;
}
.sector-7 .form .left{
    width: 45%;
}
.sector-7 .form .left .text{
    font-size: 20px;
    letter-spacing: 0.9px;
    line-height: 26px;
    margin-bottom: 31px;
}
.sector-7 .form .left .text:last-child{
    margin-bottom: 0;
}
.sector-7 .form .left .zag{
    font-size: 36px;
    color: #222222;
    text-transform: uppercase;
    margin: 0 0 35px -3px;
}
.sector-7 .form .right{
    width: 45%;
    margin: -2px 0 0 0;
}
.sector-7 .form .right .input-container{
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    margin-bottom: 33px;
}
.sector-7 .form .right .input-container input{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: #222;
    border: 0;
    width: 100%;
    height: 50px;
    background: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}
.sector-7 .form .right .input-container .label{
    font-size: 18px;
    color: #7d7d7d;
    position: absolute;
    left: 0;
    bottom: 25px;
    width: auto;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.sector-7 .form .right .input-container input::-webkit-input-placeholder {
    color: transparent;
}
.sector-7 .form .right .input-container input::-moz-placeholder {
    color: transparent;
}
.sector-7 .form .right .input-container input::-ms-input-placeholder {
    color: transparent;
}
.sector-7 .form .right .input-container input::placeholder {
    color: transparent;
}
.sector-7 .form .right .input-container input:focus + .label,
.sector-7 .form .right .input-container input:not(:placeholder-shown) + .label {
    bottom: 98%;
    font-size: 14px;
}
.sector-7 .form .right .btn{
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 324px;
    text-transform: uppercase;
    padding: 21px 0 18px 35px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
    margin: 55px 0 0 5px;
    font-size: 16px;
    text-align: left;
}
.sector-7 .form .right .btn:after{
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-7 .form .right .btn:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-7 .form .right .btn:hover{
    color: #fff;
    background: #222222;
}
.sector-8{
    background: #222222;
    padding: 129px 0 125px 0;
}
.sector-8 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92.8%;
}
.sector-8 .box .left{
    width: 43%;
    padding: 0 0 0 46px;
}
.sector-8 .box .left .zag{
    color: #fff;
    font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 45px 0;
}
.sector-8 .box .left .text{
    font-size: 14px;
    width: 86%;
    margin: 0 0 0 -6px;
    letter-spacing: 0.7px;
    line-height: 20px;
}
.sector-8 .box .left .bot{

}
.sector-8 .box .left .bot a.btn{
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    width: 211px;
    text-transform: uppercase;
    padding: 21px 0 18px 35px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
    margin: 50px 0 0 -7px;
    font-size: 16px;
    text-align: left;
}
.sector-8 .box .left .bot .btn:after{
    content: '';
    background: #fff;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-8 .box .left .bot .btn:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-8 .box .left .bot .btn:hover{
    color: #222;
    background: #fff;
}
.sector-8 .box .right{
    width: 40.7%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 47px 6px 0 0;
}
.sector-8 .box .right .item{
    opacity: 0;
    transform: translateY(80px);
}
.sector-8 .box .right .item.element-show{
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.sector-8 .box .right .item.element-show:nth-child(2){
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.sector-8 .box .right .item.element-show:nth-child(3){
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.sector-8 .box .right .item .icon{
    width: fit-content;
    margin: 0 auto;
    height: 148px;
}
.sector-8 .box .right .item .icon img{

}
.sector-8 .box .right .item .zag{
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.sector-9{
    position: relative;
    z-index: 1;
    margin-bottom: -66px;
margin-bottom: 0;
    overflow: hidden;
}
.sector-9 .title{
    color: #222222;
    font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 128px 0 40px auto;
    width: 93.6%;
    border-bottom: 1px solid #e30613;
    padding-bottom: 30px;
}
.sector-9 .slider-2{
    position: relative;
    width: 86.5%;
    margin: -296px 0 0 auto;
}
.sector-9 .slider-2 .slick-arrow{
    position: absolute;
    background: #ebebeb url('/local/assets/css/../img/arrow.png') 50% 50% no-repeat;
    background-size: 7px;
    font-size: 0;
    border: none;
    width: 98px;
    height: 58px;
    top: 315px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s;
}
.sector-9 .slider-2 .slick-arrow:hover{
    background: #cdcdcd url('/local/assets/css/../img/arrow.png') 50% 50% no-repeat;
    background-size: 7px;
}
.sector-9 .slider-2 .slick-arrow.slick-prev{
    left: 30.2%;
}
.sector-9 .slider-2 .slick-arrow.slick-next{
    left: 36.3%;
    transform: rotate(180deg);
}
.sector-9 .slider-2 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sector-9 .slider-2 .box .left{
    width: 33.5%;
    padding: 296px 0 0 0;
}
.sector-9 .slider-2 .box .left .partner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 57px;
}
.sector-9 .slider-2 .box .left .partner .img{
	width: 100px;
}
.sector-9 .slider-2 .box .left .partner .img img{
	width: 100%;
}
.sector-9 .slider-2 .box .left .partner .zag{
    margin: 0 0 0 30px;
}
.sector-9 .slider-2 .box .left .sub-name{
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.sector-9 .slider-2 .box .left .name{
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin: -3px 0 0 -3px;
}
.sector-9 .slider-2 .box .left .text{
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 31px;
}
.sector-9 .slider-2 .box .left .box{
    width: 66%;
}
.sector-9 .slider-2 .box .left .box .item{

}
.sector-9 .slider-2 .box .left .box .item .num{
    font-size: 36px;
    color: #222222;
    margin-bottom: 6px;
}
.sector-9 .slider-2 .box .left .box .item .txt{
    font-size: 13px;
    letter-spacing: 0.7px;
}
.sector-9 .slider-2 .box .left .bot{
    margin: 36px 0 0 0;
}
.sector-9 .slider-2 .box .left .bot a.btn{
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    width: 226px;
    text-transform: uppercase;
    padding: 21px 0 18px 22px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}
.sector-9 .slider-2 .box .left .bot a.btn:after{
    content: '';
    background: #000;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-9 .slider-2 .box .left .bot a.btn:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sector-9 .slider-2 .box .left .bot a.btn:hover{
    color: #fff;
    background: #000;
}
.sector-9 .slider-2 .box .right{
    width: 57.8%;
}
.sector-9 .slider-2 .box .right .img{
    width: 100%;
}
.sector-9 .slider-2 .box .right .img img{
    width: 100%;
}
.sector-10{
    background: #ebebeb;
    padding: 130px 0 85px 0;
    overflow: hidden;
}
.sector-10 .title{
    color: #222222;
    font-size: 81px;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    width: 93.3%;
    margin: 0 0 0 auto;
}
.sector-10 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 71px 0 0 auto;
    width: 93.2%;
}
.sector-10 .box .text{
    width: 30%;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0.4px;
    line-height: 36px;
}
.sector-10 .box .img{
    width: 73.5%;
    margin: -233px -83px 0 0;
}
.sector-10 .box .img img{
    width: 100%;
}
.sector-11{
    padding: 39px 0 0 0;
}
.sector-11 .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 86.6%;
    margin: 0 auto 33px auto;
}
.sector-11 .box .left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sector-11 .box .left a{
    font-size: 18px;
    color: #222222;
    text-decoration: none;
    letter-spacing: 1.8px;
    margin-right: 18px;
}
.sector-11 .box .left a svg path{
    fill: #8d2229;
    transition: all 0.5s;
}
.sector-11 .box .left a:hover svg path{
    fill: #e30613;
}
.sector-11 .box .center{
    margin: 0 0 2px 0;
}
.sector-11 .box .center a{
    font-size: 18px;
    color: #8d2229;
    text-decoration: none;
    transition: all 0.5s;
}
.sector-11 .box .center a:hover{
    color: #e30613;
}
.sector-11 .box .right{
    font-size: 18px;
    color: #222222;
    letter-spacing: 0.4px;
    background: url('/local/assets/css/../img/Geo.svg') 0 0 no-repeat;
    padding: 0 0 2px 28px;
}
.sector-11 #map{
    width: 100%;
    height: 600px;
}
.sector-11 #map .ymaps-2-1-79-ground-pane,
.sector-11 #map .ymaps-2-1-79-copyrights-pane,
.sector-11 #map .ymaps-2-1-79-controls-pane{
    filter: grayscale(1)
}
footer{
    background: #222222;
    padding: 35px 0 47px 0;
}
footer .box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 81.2%;
    margin: 0 auto;
}
footer .box .logo{
    width: 115px;
}
footer .box .logo img{
    width: 100%;
}
footer .box .nav{
    margin: 11px 0 0 auto;
    width: 79.1%;
}
footer .box .nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 73.5%;
}
footer .box .nav ul li{

}
footer .box .nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s;
}
footer .box .nav ul li a:hover{
    color: #e30613;
}
footer .copy{
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin: -9px 0 0 0;
    letter-spacing: 0.3px;
}
.burger{
    display: none;
}
.bron-mobile{
    display: none;
}
.overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.5;
}
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    margin: auto;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.object{
    width: 600px;
    height: fit-content;
    background-color: #fff;
    padding: 57px 80px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.object .clouse{
    position: absolute;
    top: 40px;
    right: 34px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    height: 34px;
    width: 46px;
}
.object .clouse span{
    background: #4c4a4d;
    width: 47px;
    height: 1px;
    display: block;
    transform: rotate(-45deg);
}
.object .clouse span:last-child{
    transform: rotate(45deg);
}
.object .zag{
    font-size: 16px;
    color: #383639;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}
.object .title{
    font-size: 60px;
    color: #383639;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    margin-bottom: 7px;
    font-family: 'Arsenica Trial', sans-serif;
    font-weight: 500;
}
.object .sub-title{
    font-size: 16px;
    color: #383639;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}
.object form .input-container {
    margin-top: 30px;
    position: relative;
}
.object form .input-container input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    border-radius: 0;
    background: none;
    padding: 23px 0 7px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.object form .input-container .label {
    position: absolute;
    font-size: 18px;
    color: #383639;
    line-height: 1.25;
    font-weight: 300;
    padding: 0;
    left: 0;
    bottom: 25px;
    width: auto;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.object form .input-container input::-webkit-input-placeholder {
    color: #fontColor;
}
.object form .input-container input::-moz-placeholder {
    color: #fontColor;
}
.object form .input-container input::-ms-input-placeholder {
    color: #fontColor;
}
.object form .input-container input::placeholder {
    color: #fontColor;
}
.object form .input-container input::-webkit-inner-spin-button, .input-container input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.object form .input-container input::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0;
}
.object form .input-container input::-moz-placeholder {
    color: transparent !important;
    opacity: 0;
}
.object form .input-container input::-ms-input-placeholder {
    color: transparent !important;
    opacity: 0;
}
.object form .input-container input::placeholder {
    color: transparent !important;
    opacity: 0;
}
.object form .input-container input:-ms-input-placeholder {
    color: transparent !important;
}
.object form .input-container input:focus + .label,
.object form .input-container input:not(:placeholder-shown) + .label {
    bottom: 80%;
}
.object form .btn{
    display: inline-block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 275px;
    text-transform: uppercase;
    padding: 21px 0 18px 38px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    margin: 50px 0 0 0;
    text-align: left;
}
.object form .btn:hover{
    color: #fff;
    background: #222222;
}
.object form .btn:before {
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.object form .btn:after {
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.object form p{
    font-size: 11px;
    color: #383639;
    float: right;
    width: 42.4%;
    margin: 64px 0 0 0;
    letter-spacing: 0.2px;
}
.sector-7 .form .right p{
	font-size: 11px;
    color: #383639;
    width: 100%;
    margin: 5px 0 0 0;
    letter-spacing: 0.2px;
}
.object form p a,
.sector-7 .form .right p a{
    color: #bea592;
    text-decoration: none;
}
.object form p a:hover,
.sector-7 .form .right p a:hover{
    text-decoration: underline;
}
.object form{
    overflow: hidden;
}
.object .forms.hide{
    display: none;
}
.object .fanks{
    width: 100%;
    display: none;
}
.object .forms.hide + .fanks{
    display: block;
}
#tu-top{
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#tu-top.back_to_top-show{
    opacity: 1;
    visibility: visible;
}
#tu-top path{
    fill: #bea592;
    transition: all 0.5s;
}
#tu-top path:first-child{
    fill: #fff;
    stroke: #bea592;
}
#tu-top:hover path{
    fill: #fff;
}
#tu-top:hover path:first-child{
    fill: #bea592;
}
@media (max-width: 1780px) {
    header .top-menu{
        width: 100%;
    }
}
@media (max-width: 1630px) {
    .container{
        max-width: 1320px;
    }
    header .top-menu .logo {
        margin-right: 50px;
    }
    header .top-menu .nav {
        width: 60%;
    }
    header .banner .title{
        padding: 0;
    }
    header .banner {
        margin: 120px auto 0 auto;
        width: 90%;
    }
    header .banner .title {
        max-width: 1200px;
    }
    header .banner .sub-title {
        right: 100px;
    }
    .sector-1 .box{
        width: 100%;
    }
    .sector-2 .box{
        width: 100%;
    }
    .sector-2 .box .left {
        width: 48%;
    }
    .sector-3 .title {
        margin: 0 0 80px 0;
        width: 49%;
    }
    .sector-3 .tab{
        width: 100%;
    }
    .sector-3 .tabcontent {
        width: 100%;
    }
    .sector-3 .slider {
        width: 100%;
    }
    .sector-3 .slider .slick-arrow.slick-prev {
        left: -50px;
    }
    .sector-3 .slider .slick-arrow.slick-next {
        right: -50px;
    }
    .sector-3 .slider-1 {
        width: 100%;
    }
    .sector-4 .title{
        width: 100%;
    }
    .sector-4 .box{
        width: 100%;
    }
    .sector-4 .box .right {
        width: 45%;
    }
    .sector-5 .box{
        width: 100%;
    }
    .sector-5 .box .item {
        width: 20%;
    }
    .sector-6 .sub-title{
        width: 100%;
    }
    .sector-6 .title{
        width: 100%;
    }
    .sector-6 .box{
        width: 100%;
    }
    .sector-6 .box .right .text{
        width: 100%;
    }
    .sector-7 .title{
        width: 100%;
    }
    .sector-7 .box {
        width: 100%;
    }
    .sector-7 .form {
        width: 88%;
        padding: 76px;
    }
    .sector-8 .box{
        width: 100%;
    }
    .sector-8 .box .left{
        padding: 0;
    }
    .sector-8 .box .right{
        margin: 47px 0 0 0;
    }
    .sector-9{
        margin-bottom: 30px;
margin-bottom: 0;
    }
    .sector-9 .title{
        width: 100%;
    }
    .sector-9 .slider-2 {
        width: 100%;
        max-width: 1377px;
    }
    .sector-9 .slider-2 .box .right {
        width: 56.6%;
    }
    .sector-10 .title{
        width: 100%;
    }
    .sector-10 .box{
        width: 100%;
    }
    .sector-10 .box .img {
        width: 69%;
        margin: -233px 0 0 0;
    }
    .sector-11 .box{
        width: 100%;
    }
    footer .box{
        width: 100%;
    }
	.sector-3 .logos{
		 width: 100%;
	}
}
@media (max-width: 1430px) {
    .container{
        max-width: 1140px;
    }
    header .top-menu .nav {
        width: 55%;
    }
    header .banner .sub-title {
        right: 50px;
    }
    .sector-2 .box .left .text{
        width: 100%;
    }
    .sector-2 .box .left .sub-title{
        width: 100%;
    }
    .sector-2 .box .left .logo span{
        width: 90%;
    }
    .sector-2 .box .left .title,
    .sector-3 .title,
    .sector-4 .title,
    .sector-6 .title,
    .sector-7 .title,
    .sector-8 .box .left .zag,
    .sector-9 .title,
    .sector-10 .title{
        font-size: 70px;
    }
    .sector-3{
        padding: 50px 0 0 0;
        overflow: hidden;
    }
    .sector-3 .tabcontent .box .right {
        padding: 50px 0 0 0;
    }
    .sector-3 .slider .slick-arrow.slick-prev {
        left: 0;
    }
    .sector-3 .slider .slick-arrow.slick-next {
        right: 0;
    }
    .sector-3 .slider .slick-arrow {
        background: #fff url('/local/assets/css/../img/arrow.png') 0 50% no-repeat;
        background-size: 38px;
        width: 55px;
        height: 90px;
    }
    .sector-4 .box:nth-last-child(2) .right {
        padding: 0;
        width: 50%;
    }
    .sector-4 .box .right {
        width: 50%;
        padding: 0;
    }
    .sector-7 .box .left {
        width: 40%;
    }
    .sector-7 .box .right {
        width: 60%;
    }
    .sector-7 .box .right .sub-zag {
        padding: 0;
        width: 100%;
    }
    .sector-7 .box .right .info{
        margin: 0;
    }
    .sector-8 .box .left .text {
        width: 100%;
        margin: 0;
    }
    .sector-8 .box .left .bot a.btn{
        margin: 50px 0 0 0;
    }
    .sector-9 {
        margin-bottom: 0;
    }
    .sector-9 .slider-2 {
        margin: -283px 0 0 auto;
        max-width: 1170px;
    }
    .sector-9 .slider-2 .box .right {
        width: 50%;
    }
    .sector-9 .slider-2 .box .left {
        width: 50%;
    }
    .sector-9 .slider-2 .slick-arrow.slick-next {
        left: 42.9%;
    }
    .sector-9 .slider-2 .slick-arrow.slick-prev {
        left: 34.2%;
    }
    .sector-9 .slider-2 .box .left .partner .zag {
        margin: 17px 0 0 15px;
    }
    .sector-9 .slider-2 .box .left .partner{
        margin-bottom: 20px;
    }
    .sector-9 .slider-2 .box .right .img{
        height: 100%;
    }
    .sector-9 .slider-2 .box .right .img img {
        height: 100%;
        object-fit: cover;
    }
    .sector-9 .slider-2 .box .left .bot {
        margin: 36px 0;
    }
    .sector-9 .slider-2 .slick-arrow{
        top: 255px;
    }
    .sector-9 .slider-2 .slick-arrow.slick-next {
        left: 41.6%;
    }
    .sector-9 .slider-2 .slick-arrow.slick-prev {
        left: 33%;
    }
    .sector-9 .title{
        margin: 60px 0 60px auto;
    }
    .sector-10 .box .img {
        margin: -115px 0 0 0;
    }
	.sector-3 .logos .img {
		width: 220px;
	}
	.sector-4 .box .item {
		width: 22%;
	}
	.sector-4 .box .item .img {
    	width: 250px;
		height: 250px;
	}
}
@media (max-width: 1199px) {
    .container{
        max-width: 960px;
    }
    .burger{
        display: block;
        order: 1;
        margin-left: 25px;
        position: relative;
        z-index: 2;
    }
    .burger span{
        background: #fff;
        display: block;
        width: 45px;
    	height: 3px;
    	margin-bottom: 15px;
        transition: all 0.5s;
        opacity: 1;
    }
    .burger.active span,
    #head.fixed .burger span{
        background: #222;
    }
    .burger span:last-child{
        margin-bottom: 0;
    }
    .burger.active span:nth-child(2){
        opacity: 0;
    }
    .burger.active span:first-child{
        transform: rotate(45deg);
        margin-bottom: -9px;
    }
    .burger.active span:last-child{
        transform: rotate(-45deg);
    }
    header .top-menu .nav.active + .tel a {
        color: #222;
    }
    header .top-menu .nav{
        display: block;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: -47px;
        background: #fff;
        width: 100%;
        height: 0;
        z-index: 1;
        transition: all 0.3s;
    }
    header .top-menu .nav.active{
        height: 102vh;
    }
    header .top-menu .tel {
        margin: 0 10px 0 auto;
        position: relative;
        z-index: 1;
    }
    header .top-menu .soc {
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }
    header .top-menu .nav.active + .tel + .soc img{
        display: none;
    }
    header .top-menu .nav.active + .tel + .soc a svg path{
        fill: #8d2229;
    }
    header .top-menu .logo {
        margin-right: 0;
        width: 100px;
        position: relative;
        z-index: 2;
    }
    header .top-menu .logo img{
        display: none;
    }
    header .top-menu .logo .logo-mobi{
        display: block;
    }
    header .top-menu .nav ul li a {
        color: #222;
        font-size: 20px;
        padding: 15px 0;
        display: block;
    }
    header .top-menu .nav ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    header .top-menu .nav ul li {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    header .top-menu .nav ul li:last-child{
        border-bottom: 1px solid #ddd;
    }
    header .banner .title {
        max-width: 100%;
    }
    header .banner .sub-title br{
        display: none;
    }
    header .banner .sub-title {
        right: 0;
        top: 0;
        text-align: center;
    }
    header .banner {
        margin: 50px auto 0 auto;
        width: 100%;
    }
    header .banner .bot {
        margin: 0 auto;
    }
    header .top-menu .logo .logo-mobi path,
    header .top-menu .logo .logo-mobi ellipse{
        transition: all 0.5s;
    }
    header .top-menu .logo.active .logo-mobi path{
        fill: #010202;
    }
    .sector-1 .box .item .icon {
        height: 100px;
    }
    .sector-1 .box .item {
        margin-bottom: 40px;
        width: 33%;
    }
    .sector-1 {
        padding: 50px 0;
    }
    .sector-1 .box {
        justify-content: center;
    }
    .sector-2 .box .right {
        width: 43%;
        padding-top: 0;
        margin-bottom: 0;
    }
    .sector-2 .box .left {
        width: 50%;
        padding: 0;
    }
    .sector-2 .box .left .title,
    .sector-3 .title,
    .sector-4 .title,
    .sector-6 .title,
    .sector-7 .title,
    .sector-8 .box .left .zag,
    .sector-9 .title,
    .sector-10 .title {
        font-size: 60px;
    }
    .sector-2 .box .left .title{
        margin-bottom: 30px;
    }
    .sector-2 .box .left .sub-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .sector-2 .box .left .text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .sector-2 .box .left .logo span {
        width: 100%;
        font-size: 20px;
    }
    .sector-2 .box .left .logo img {
        width: 100%;
        margin: 0;
    }
    .sector-3 .tabcontent .box .left {
        width: 57%;
    }
    .sector-3 .tabcontent .box .right {
        padding: 25px 0 0 0;
        width: 40%;
    }
    .sector-3 .tabcontent .box .right .zag{
        margin-bottom: 15px;
    }
    .sector-3 .tabcontent .box .right .text {
        width: 100%;
    }
    .sector-3 .tabcontent .box .right .price {
        margin: 15px 0 20px 0;
    }
    .sector-3 .slider-1 .img {
        width: 200px;
        height: 200px;
    }
    .sector-3 .slider-1{
        margin: 0 auto;
    }
    .sector-3 .slider-1 .slick-dots{
        margin-bottom: 0;
    }
    .sector-4 {
        padding: 90px 0 0 0;
    }
    .sector-4 .title{
        margin: 0 auto 50px auto;
    }
    .sector-4 .box .right .dolg{
        margin-bottom: 20px;
    }
    .sector-4 .box .right .text {
        font-size: 16px;
        line-height: 30px;
    }
    .sector-4 .box .right .text p {
        margin-bottom: 20px;
    }
    .sector-5 {
        padding: 50px 0;
    }
    .sector-5 .box .item {
        width: 23%;
    }
    .sector-6 {
        padding: 50px 0;
    }
    .sector-6 .box{
        margin: 30px auto 0 auto;
    }
    .sector-6 .box .right {
        width: 50%;
        padding: 0;
    }
    .sector-6 .box .right .text{
        line-height: 35px;
    }
    .sector-6 .box .right .bot {
        margin: 40px 0 0 0;
    }
    .sector-7 {
        padding: 50px 0;
    }
    .sector-7 .box{
        margin: 30px auto 0 auto;
    }
    .sector-7 .form {
        width: 93.5%;
        padding: 30px;
    }
    .sector-7 .form .left {
        width: 50%;
    }
    .sector-7 .form .left .text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .sector-7 .form .left .zag {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .sector-7 .form .right .btn{
        margin: 30px 0 0 0;
    }
    .sector-8 {
        padding: 50px 0;
    }
    .sector-8 .box .left {
        width: 49%;
    }
    .sector-8 .box .right {
        width: 46%;
    }
    .sector-9 .slider-2 {
        max-width: 975px;
    }
    .sector-9 .slider-2 .slick-arrow.slick-next {
        left: 40%;
    }
    .sector-9 .slider-2 .slick-arrow.slick-prev {
        left: 29.6%;
    }
    .sector-10 {
        padding: 50px 0;
    }
    .sector-10 .box{
        margin: 20px 0 0 auto;
    }
    .sector-10 .box .text {
        width: 35%;
        font-size: 16px;
        line-height: 30px;
    }
    .sector-10 .box .img {
        margin: -100px 0 0 0;
        width: 65%;
    }
    .sector-11 #map {
        height: 500px;
    }
    footer .box .nav ul{
        width: 80%;
    }
    footer .box .nav {
        width: 82%;
    }
	.sector-3 .logos .img {
		width: 180px;
	}
	.sector-4 .box .item .img {
		width: 210px;
		height: 210px;
	}
}
@media (max-width: 991px) {
    .container{
        max-width: 720px;
    }
    header{
        padding: 47px 0;
    }
    .sector-2 .box .left .title,
    .sector-3 .title,
    .sector-4 .title,
    .sector-6 .title,
    .sector-7 .title,
    .sector-8 .box .left .zag,
    .sector-9 .title,
    .sector-10 .title {
        font-size: 50px;
    }
    .sector-2 .box .left {
        width: 55%;
    }
    .sector-2 {
        padding: 50px 0;
    }
    .sector-3 .tab .tablinks{
        width: 25%;
    }
    .sector-3 .tabcontent .box .left {
        width: 100%;
    }
    .sector-3 .tabcontent .box .right{
        width: 100%;
    }
    .sector-5 .box .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .sector-5 {
        padding: 0 0 50px 0;
    }
    .sector-6 .box .left {
        width: 100%;
    }
    .sector-6 .box .right {
        width: 100%;
    }
    .sector-7 .box .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sector-7 .box .left .bot {
        margin: 20px 0 0 0;
    }
    .sector-7 .box .right {
        width: 100%;
    }
    .sector-7 .form {
        width: calc(100% - 60px);
    }
    .sector-7 .form .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .sector-7 .form .right {
        width: 100%;
        margin: 0;
    }
    .sector-8 .box .left {
        width: 100%;
    }
    .sector-8 .box .left .zag{
        margin: 0 0 20px 0;
    }
    .sector-8 .box .left .bot a.btn {
        margin: 30px 0 0 0;
    }
    .sector-8 .box .right {
        width: 100%;
    }
    .sector-8 .box .right .item .icon {
        height: 100px;
    }
    .sector-9 .slider-2 {
        max-width: 720px;
        margin: 0 auto 20px auto;
    }
    .sector-9 .slider-2 .box .left {
        width: 100%;
        padding: 0;
    }
    .sector-9 .slider-2 .box .right {
        width: 100%;
    }
    .sector-9 .slider-2 .slick-arrow {
        top: 0;
    }
    .sector-9 .slider-2 .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }
    .sector-9 .slider-2 .slick-arrow.slick-prev {
        left: auto;
        right: 100px;
    }
    .sector-10 .box .text {
        width: 100%;
    }
    .sector-10 .box .img {
        margin: 0;
        width: 100%;
    }
    .sector-11 .box .right {
        font-size: 16px;
        margin: 20px auto 0 auto;
    }
    .sector-11 .box .left a {
        font-size: 16px;
    }
    .sector-11 .box .center a {
        font-size: 16px;
    }
    footer .box .logo {
        width: 100px;
        margin: 0 auto;
    }
    footer .box {
        flex-direction: column;
    }
    footer .box .nav {
        width: 100%;
    }
    footer .box .nav ul {
        width: 100%;
    }
    footer .copy {
        margin: 20px 0 0 0;
    }
	.sector-3 .logos .img {
		width: 220px;
	}
	.sector-4 .box .item {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
    .container{
        max-width: 540px;
    }
    header .banner .sub-title{
        font-size: 20px;
        top: -20px;
    }
    header .banner .bot a.btn{
        font-size: 18px;
        width: 200px;
    }
    .sector-1 .box .item {
        width: 50%;
    }
    .sector-1 .box .item .zag {
        font-size: 16px;
    }
    .sector-1 {
        padding: 50px 0 0 0;
    }
    .sector-2 .box .left {
        width: 100%;
    }
    .sector-2 .box .right {
        width: 100%;
    }
    .sector-3 .title {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .sector-3 .tab .tablinks {
        width: 33%;
    }
    .sector-3 .slider-1 .img {
        width: 99%;
        height: 150px;
    }
    .sector-3 .slider-1 {
        margin: 30px auto;
    }
    .sector-4 .box .left {
        width: 100%;
    }
    .sector-4 .box .right {
        width: 100%;
        margin-top: 20px;
    }
    .sector-4 .box:nth-last-child(2) .left {
        order: 0;
    }
    .sector-4 .box:nth-last-child(2) .right {
        width: 100%;
    }
    .sector-2 .box .left .title,
    .sector-3 .title,
    .sector-4 .title,
    .sector-6 .title,
    .sector-7 .title,
    .sector-8 .box .left .zag,
    .sector-9 .title,
    .sector-10 .title {
        font-size: 45px;
    }
    .sector-7 .box .left .zag,
    .sector-7 .box .right .zag{
        font-size: 25px;
    }
    .sector-7 .form .left .zag {
        font-size: 25px;
    }
    .sector-9 .slider-2 {
        max-width: 540px;
    }
    .sector-9 .slider-2 .slick-arrow {
        top: -50px;
    }
    footer {
        padding: 30px 0;
    }
    footer .box .logo {
        margin: 0 auto 20px auto;
    }
    footer .box .nav ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .object {
        width: 485px;
        padding: 30px;
    }
    .object .clouse{
        top: 20px;
        right: 20px;
    }
	.sector-3 .logos .img {
		width: 160px;
		height: 100px;
	}
	.sector-4 .box:last-child {
		margin-top: 0;
	}
}
@media (max-width: 575px) {
    .container{
        max-width: 100%;
    }
    header {
        padding: 30px 0;
        height: 91vh;
    }
    header .container {
        height: 100%;
    }
    header .top-menu {
        width: 100%;
    	height: 45px;
    }
    header .top-menu .tel,
    header .top-menu .soc{
        display: none;
        top: 70px;
        position: absolute;
    }
    header .top-menu .tel{
        width: 190px;
        margin: 0;
        order: 1;
    }
    header .top-menu .soc{
        width: 86px;
        top: 65px;
        z-index: 2;
        right: 20px;
    }
    header .top-menu .nav.active + .tel,
    header .top-menu .nav.active + .tel + .soc{
        display: flex;
    }
    .burger {
        position: absolute;
        right: 15px;
    }
    #head.fixed {
        padding-top: 30px;
    }
    #head.fixed .top-menu{
        padding: 0 15px;
        width: calc(100% - 30px);
    }
    #head.fixed .top-menu .logo{
        order: 0;
        width: auto;
        margin: 0;
    }
    #head.fixed .top-menu .logo .logo-mobi {
        height: 35px;
    }
    #head.fixed .top-menu .tel {
        margin: 0;
    }
    #head.fixed .burger{
        top: 27px;
    }
    #head.fixed .top-menu .nav.active + .tel + .soc a svg path {
        fill: #8d2229;
    }
    header .top-menu .logo{
        width: 64px;
    }
    header .top-menu .logo .logo-mobi{
        margin: 0;
        display: block;
        width: 100%;
        height: 45px;
    }
    header .top-menu .nav ul{
        margin-top: 30px;
    }
    header .banner .sub-title {
        font-size: 16px;
        top: 0;
        position: relative;
        margin-bottom: 45px;
    }
    header .banner {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 255px;
        position: absolute;
        display: flex;
        flex-direction: column;
        width: calc(100% - 30px);
    }
    header .banner h1{font-size: 38px;}
    .df-block h2 {font-size: 38px;}
    header .banner .title {
        margin-bottom: 15px;
        width: 100%;
    }
    header .banner .bot{
        display: none;
    }
    .bron-mobile {
        display: flex;
        align-items: center;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
        justify-content: space-between;
        background: #383639;
    }
    .bron-mobile .zak{
        color: #fff;
        text-decoration: none;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 1px solid #535353;
        height: 63px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bron-mobile .soc{
        padding: 15px 15px 15px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .bron-mobile .soc a{
        color: #fff;
        text-decoration: none;
        margin-right: 10px;
    }
    .bron-mobile .soc a:first-child{
        margin-right: 20px;
    }
    .bron-mobile .soc a:last-child{
        margin-right: 0;
    }
    .sector-2 .box .left .title,
    .sector-3 .title,
    .sector-4 .title,
    .sector-6 .title,
    .sector-7 .title,
    .sector-8 .box .left .zag,
    .sector-9 .title,
    .sector-10 .title {
        font-size: 40px;
    }
    .sector-1 .slider-3 .slick-dots,
    .sector-5 .slider-3 .slick-dots,
	.sector-4 .slider-3 .slick-dots{
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0 auto 20px auto;
    }
    .sector-1 .slider-3 .slick-dots li button,
    .sector-5 .slider-3 .slick-dots li button,
	.sector-4 .slider-3 .slick-dots li button{
        font-size: 0;
        padding: 0;
        background: #424242;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin-right: 15px;
        border: 1px solid #424242;
        transition: all 0.5s;
        cursor: pointer;
    }
    .sector-1 .slider-3 .slick-dots li.slick-active button,
    .sector-5 .slider-3 .slick-dots li.slick-active button,
	.sector-4 .slider-3 .slick-dots li.slick-active button{
        background: #fff;
    }
    .sector-1 .box .item {
        margin-bottom: 5px;
    }
    .sector-2 .box .left .text {
        font-size: 18px;
    }
    .sector-3 .tab .tablinks {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 14px;
        background: #e6e6e6;
        margin-bottom: 2px;
    }
    .sector-3 .tab .tablinks:nth-child(2),
    .sector-3 .tab .tablinks:nth-child(3),
    .sector-3 .tab .tablinks:nth-child(5),
    .sector-3 .tab .tablinks:nth-child(6){
        width: 49.5%;
    }
    .sector-3 .tab .tablinks:nth-child(4) br,
    .sector-3 .tab .tablinks:nth-child(7) br{
        display: none;
    }
    .sector-3 .tabcontent .box .right .zag {
        font-size: 32px;
    }
    .sector-3 .slider .slick-arrow{
        background-size: 17px;
        width: 30px;
        height: 50px;
    }
    .sector-3 .slider .slick-arrow:hover {
        background: #fff url('/local/assets/css/../img/arrow1.png') 0 50% no-repeat;
        background-size: 17px;
    }
    .sector-3 .slider-1 .slick-dots button,
    .sector-3 .slider .slick-dots button{
        width: 6px;
        height: 6px;
    }
    .sector-3 .slider-1 .img:hover {
        border: none;
    }
    .sector-4 .box .right .name {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sector-4 .box .left img {
        width: 75%;
        margin: 0 auto 10px auto;
        display: block;
    }
    .sector-5 .box .item {
        width: 100%;
    }
    .sector-5 .box .item .icon {
        height: auto;
        margin: 0 auto 10px auto;
    }
    .sector-5 .box .item .text br{
        display: none;
    }
    .sector-6 .box .right .text {
        line-height: 30px;
        font-size: 16px;
        margin: 30px 0;
    }
    .sector-6 .box .right .bot {
        margin: 20px 0 0 0;
    }
    .sector-6 .box .right .bot a.btn{
        width: 100%;
        text-align: center;
        padding: 21px 0 18px 0;
    }
    .sector-7 .box .left {
        margin-bottom: 50px;
    }
    .sector-7 .box .left .zag, .sector-7 .box .right .zag {
        font-size: 20px;
    }
    .sector-7 .form .right .btn {
        margin: 30px 0 0 0;
        width: 100%;
        padding: 21px 0 18px 25px;
    }
    .sector-7 .form .right .btn:after{
        width: 35px;
    }
    .sector-7 .box .left .bot a.btn{
        width: 100%;
        padding: 21px 0 18px 0;
        text-align: center;
    }
    .sector-8 .box .right .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .sector-8 .box .right .item .icon {
        height: auto;
        margin-bottom: 10px;
    }
    .sector-8 .box .slider-3 .slick-dots{
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
    }
    .sector-8 .box .slider-3 .slick-dots li{

    }
    .sector-8 .box .slider-3 .slick-dots li button{
        font-size: 0;
        padding: 0;
        background: #fff;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin-right: 15px;
        border: 1px solid #fff;
        transition: all 0.5s;
        cursor: pointer;
    }
    .sector-8 .box .slider-3 .slick-dots li.slick-active button{
        background: #e30613;
        border: 1px solid #e30613;
    }
    .sector-8 .box .left .bot a.btn {
        width: 100%;
        padding: 21px 0 18px 0;
        text-align: center;
    }
    .sector-9 .slider-2 {
        max-width: 100%;
        padding: 0 15px;
    }
    .sector-9 .slider-2 .box .left .partner .zag {
        margin: 17px 0 0 0;
    }
    .sector-9 .slider-2 .box .left .box .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sector-9 .slider-2 .box .left .box .item:last-child{
        margin-bottom: 0;
    }
    .sector-9 .slider-2 .box .right {
        order: -1;
        margin-bottom: 80px;
    }
    .sector-9 .slider-2 .box .left .partner .img {
        margin-right: 30px;
    }
    .sector-9 .slider-2 .box .left .bot {
        opacity: 1;
        transform: translateY(0);
    }
    .sector-9 .title {
        margin: 60px 0 15px auto;
    }
    .sector-9 .slider-2 .box .left .bot a.btn{
        width: calc(100% - 2px);
        padding: 21px 0 18px 0;
        text-align: center;
    }
    .sector-9 .slider-2 .slick-arrow {
        top: 355px;
        width: 45%;
        height: 50px;
    }
    .sector-9 .slider-2 .slick-arrow.slick-prev {
        left: 15px;
        right: auto;
    }
    .sector-9 .slider-2 .slick-arrow.slick-next {
        left: auto;
        right: 15px;
    }
    .sector-11 .box .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .sector-11 .box .center {
        margin: 0;
        width: 100%;
    }
    .sector-11 .box .right {
        font-size: 16px;
        margin: 20px auto 0 auto;
        width: 100%;
        padding: 0 0 0 20px;
    }
    .sector-11 #map {
        height: 400px;
    }
    .object {
        width: 300px;
        padding: 20px;
    }
    .object .zag {
        font-size: 14px;
        width: 90%;
    }
    .object .title {
        font-size: 40px;
    }
    .object .sub-title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .object form .input-container {
        margin-top: 20px;
    }
    .object form .input-container .label {
        font-size: 14px;
    }
    .object form .btn {
        margin: 20px 0 0 0;
        width: 100%;
        padding: 20px 15px;
    }
    .object form p {
        width: 100%;
        margin: 20px 0 0 0;
    }
	.sector-8 .box .right .item,
	.sector-5 .box .item,
	.sector-1 .box .item,
	.sector-4 .box .item{
		-webkit-animation-name: none !important;
		-moz-animation-name: none !important;
		-o-animation-name: none !important;
		animation-name: none !important;
		opacity: 1 !important;
    	transform: translateY(0) !important;
	}
	#tu-top{
		bottom: 80px;
	}
	.sector-4 .box .item .img {
		width: 300px;
		height: 300px;
	}
}


.btn-s{
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    width: 226px;
    text-transform: uppercase;
    padding: 21px 0 18px 22px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    text-align: left;    
}
.btn-s:after{
    content: '';
    background: #fff;
    width: 56px;
    height: 1px;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-s:before{
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}
.btn-s:hover{
    color: #fff;
    background: #000;
}
.btn-s:hover:before{
/*    width: 60px;
    height: 60px;*/
    right: 0;
    background: #fff;
}
/* End */
/* /local/assets/css/slick/slick.css?17295890091776 */
/* /local/assets/css/style.css?175510991668372 */
