/* CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}
strong{
	font-weight: bolder;
}
em {
	font-style: italic;
}

html, body {
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
    min-width: 320px;
    font-family: 'Univers CYR', sans-serif;
    font-size: 15px;
	color: #4D4D4D;
    position: relative;
    background: #fff;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
}
::selection {
	background: #9de2ff;
}
::-moz-selection {
	background: #9de2ff;
}
::-webkit-input-placeholder {
    color: #51555A;
}
:-moz-placeholder {
    color: #51555A;
}
::-moz-placeholder {
    color: #51555A;
}
:-ms-input-placeholder {
    color: #51555A;
}
input, textarea, button {
    outline: none;
    font-family: 'Univers CYR', sans-serif;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
    font-weight: normal;
}
input[type=submit], button {
    cursor: pointer;
}
div {
    box-sizing: border-box;
}
table {
	border: 0 none;
	padding: 0;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
img {
	border: none;
}
b, strong {
    font-family: 'Univers CYR', sans-serif;
    font-weight: bold;
}
a {
    box-sizing: border-box;
    color: #000;
	text-decoration: none;
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
*:not([class^="bx-"]):not([id^="bx-"]):not([class^="ymaps-"]):not(ymaps):not(canvas):not(.map) {
    transition: all 0.3s ease;
}

.container-main {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px 0 270px;
}

.preloader-main {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    transition: none;
    background: #fff;
    background-size: cover;
}
.preloader-main > video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.preloader-main .overlay {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    transition: none;
}
.preloader-main .inner-container {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.preloader-main .loader {
    position: relative;
    order: 0;
    flex: 1 1 auto;
    align-self: center;
    text-align: center;
    transition: none;
}
.preloader-main .loader .loader-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: inline-block;
}
.preloader-main .loader .loader-container img {
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
}
.preloader-main .loader-state-2,
.preloader-main .loader-state-3,
.preloader-main .loader-state-4 {
    display: none;
}
.preloader-main .top-header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: none;
}
.preloader-main .top-header img {
    display: inline-block;
    max-width: 100%;
}
.preloader-main .top-header .content {
    width: 1380px;
    margin: 0 auto;
    padding: 20px 15px;
}

.preloader-main .middle-text {
    display: none;
    position: relative;
    order: 0;
    flex: 1 1 auto;
    align-self: center;
    text-align: center;
    transition: none;
    color: #fff;
}
.preloader-main .middle-text p {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
}
.preloader-main .middle-text img {
    display: inline-block;
    width: 60px;
    cursor: pointer;
}
@supports (object-fit: cover) {
    .preloader-main > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.preloader-arrow-box {
    float: left;
    width: 100%;
    height: 60px;
}
.icon-preloader-scroll {
    display: inline-block;
    animation: preloader-arrow 800ms linear infinite;
}
@keyframes preloader-arrow {
    0% {
        margin: 0;
    }
    50% {
        margin: -10px 0 0 0;
    }
    100% {
        margin: 0 0 10px 0;
    }
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
}
.header.fixed {
    position: fixed;
    z-index: 180;
    top: -150px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.header.fixed.fixed-top {
    top: 0;
}


.header__logo {
    float: left;
}
.header__logo img {
    float: left;
    max-width: 100%;
}
.header__right {
    float: right;
    margin: 12px 0 0 0;
}
.header__right a:hover {
    text-decoration: none;
}
.header__right .phone {
    float: left;
    margin: 0 50px 0 0;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #554595;
}
.header__right .question {
    float: left;
    margin: 0 50px 0 0;
    line-height: 45px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #F58220;
}
.header__right .login {
    float: left;
    line-height: 45px;
    padding: 0 33px;
    background: #F58220;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.header__right .login span {
    float: left;
    padding: 0 0 0 25px;
    background: url(../images/icon-h-user.svg) no-repeat left center;
}
.header__right .show-mobile-menu {
    display: none;
    float: left;
    width: 45px;
    height: 45px;
    background: url(../images/icon-show-menu-button-inner.svg) no-repeat center;
    cursor: pointer;
}

.mobile-menu-body {
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: none;
}
.mobile-menu-body .close {
    float: right;
    width: 25px;
    height: 25px;
    margin: 0 0 15px 0;
    background: url(../images/icon-modal-close.svg) no-repeat center;
    cursor: pointer;
}
.mobile-menu-body .menu-block {
    float: left;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.mobile-menu-body .menu-block::-webkit-scrollbar {
    display: none;
}
.mobile-menu-body .menu-block .menu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
}
.mobile-menu-body .menu-block .menu li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.mobile-menu-body .menu-block .menu li a {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4D4D4D;
}
.mobile-menu-body .menu-block .menu li a:hover {
    text-decoration: none;
}
.mobile-menu-body .menu-block .menu .submenu {
    display: none;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    transition: none;
}
.mobile-menu-body .menu-block .menu .submenu li {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
}
.mobile-menu-body .menu-block .menu .submenu li a {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4D4D4D;
}
.mobile-menu-body .menu-block .phone {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #554595;
}
.mobile-menu-body .menu-block .question {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #F58220;
}
.mobile-menu-body .menu-block .login {
    float: left;
    width: 100%;
    line-height: 45px;
    background: #F58220;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.mobile-menu-body .menu-block .login span {
    display: inline-block;
    padding: 0 0 0 25px;
    background: url(../images/icon-h-user.svg) no-repeat left center;
}

.main-slider-block {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    color: #fff;
    /*background: #000;*/
}
.main-slider-block .owl-item {
    float: left;
}
.main-slider-block .slide {
    position: relative;
    float: left;
    width: 100%;
    min-height: 900px;
    padding: 280px 0 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.main-slider-block .slide:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.77) 37.02%, rgba(51, 51, 51, 0) 62.85%);
    content: '';
}
/*.main-slider-block .slide.slide-1 {
    background: url(../images/main-slider-img-1.jpg) no-repeat center;
    background-size: cover;
}*/
.main-slider-block .owl-nav {
    z-index: 20;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    padding: 0 0 0 270px;
}
.main-slider-block .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 115px;
    left: 0;
    width: 100%;
    padding: 0 0 0 490px;
}
.main-slider-block .owl-prev {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 30px 0 0;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
}
.main-slider-block .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65, 184, 120, 0.75);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}
.main-slider-block .owl-next {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.main-slider-block .owl-next:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65, 184, 120, 0.75);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}
.main-slider-block .owl-dot {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 82px 0 0;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #828282;
    background: transparent;
}
.main-slider-block .owl-dot:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 74px;
    height: 2px;
    background: #828282;
    content: '';
}
.main-slider-block .owl-dot.active {
    box-shadow: inset 0px 0px 0px 2px #fff;
}
.main-slider-block .owl-dot.active:before {
    background: #fff;
}
.main-slider-block .owl-dot:last-of-type:before {
    display: none;
}
.main-slider-block .owl-stage-outer {
    overflow: hidden;
}
.main-slider-block .slide-text-block {
    float: left;
    width: 700px;
}
.main-slider-block .slide-text-block .title {
    float: left;
    width: 100%;
    margin: 0 0 57px 0;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
}
.main-slider-block .slide-text-block .text {
    float: left;
    width: 100%;
    padding: 0 50% 0 0;
    margin: 0 0 53px 0;
    font-size: 22px;
    line-height: 26px;
}
.main-slider-block .slide-text-block .button {
    float: left;
    width: 250px;
    line-height: 52px;
    box-shadow: inset 0px 0px 0px 2px #F58220;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
}
.main-slider-block .slide-text-block .button:hover {
    text-decoration: none;
    background: #F58220;
    color: #fff;
}

.sidebar-menu-block {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidebar-menu-block::-webkit-scrollbar {
    display: none;
}
.sidebar-menu-block .sidebar-menu-inner {
    order: 0;
    flex: 0 1 100%;
    align-self: center;
    padding: 0 20px 0 40px;
}
.sidebar-menu-block .sidebar-menu-inner .menu {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.sidebar-menu-block .sidebar-menu-inner .menu li {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.sidebar-menu-block .sidebar-menu-inner .menu li:last-of-type {
    margin: 0;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 80px;
    font-weight: bold;
    font-size: 18px;
    /*line-height: 60px;*/
    line-height: 22px;
    height: 60px;
    color: #4D4D4D;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.active {
    background: url(../images/show-hidden-menu-active.svg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}
/*.sidebar-menu-block .sidebar-menu-inner .menu li a.small {*/
/*    line-height: 22px;*/
/*    padding: 9px 0 0 80px;*/
/*}*/
.sidebar-menu-block .sidebar-menu-inner .menu li a span {
    color: transparent;
}
.sidebar-menu-block:hover .sidebar-menu-inner .menu li a span {
    color: #4D4D4D;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a:hover {
    background: url(../images/show-hidden-menu-active.svg) no-repeat center;
    background-size: 100% 100%;
    text-decoration: none;
    color: #fff;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a:hover span {
    color: #fff !important;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a:before {
    transition: all 0.3s ease;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-menu-1.svg) no-repeat center;
    box-shadow: inset 0px 0px 0px 1px #554595;
    content: '';
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-1.active:before,
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-1:hover:before {
    background: url(../images/icon-menu-1h.svg) no-repeat center #554595;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-menu-2.svg) no-repeat center;
    box-shadow: inset 0px 0px 0px 1px #554595;
    content: '';
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-2.active:before,
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-2:hover:before {
    background: url(../images/icon-menu-2h.svg) no-repeat center #554595;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-menu-3.png) no-repeat center;
    box-shadow: inset 0px 0px 0px 1px #554595;
    content: '';
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-3.active:before,
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-3:hover:before {
    background: url(../images/icon-menu-3h.png) no-repeat center #554595;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-menu-4.svg) no-repeat center;
    box-shadow: inset 0px 0px 0px 1px #554595;
    content: '';
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-4.active:before,
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-4:hover:before {
    background: url(../images/icon-menu-4h.svg) no-repeat center #554595;
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icon-menu-5.svg) no-repeat center;
    box-shadow: inset 0px 0px 0px 1px #554595;
    content: '';
}
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-5.active:before,
.sidebar-menu-block .sidebar-menu-inner .menu li a.icon-5:hover:before {
    background: url(../images/icon-menu-5h.svg) no-repeat center #554595;
}
.sidebar-menu-block .sidebar-menu-inner .menu li .submenu {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    list-style: none;
    transition: none;
}
.sidebar-menu-block .sidebar-menu-inner .menu li .submenu li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.sidebar-menu-block .sidebar-menu-inner .menu li .submenu li:last-of-type {
    margin: 0;
}
.sidebar-menu-block .sidebar-menu-inner .menu li .submenu li a {
    float: left;
    width: 100%;
    padding: 0 0 0 80px;
    background: none;
    height: auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: transparent;
}
.sidebar-menu-block:hover .sidebar-menu-inner .menu li .submenu li a {
    color: #4D4D4D;
}
.sidebar-menu-block .sidebar-menu-inner .menu li .submenu li a:hover {
    text-decoration: none;
    color: #F58220;
}

.sidebar-menu-block.white-links .sidebar-menu-inner .menu li a {
    color: #fff;
}
.sidebar-menu-block.white-links:hover .sidebar-menu-inner .menu li a span {
    color: #fff;
}
.sidebar-menu-block.white-links .sidebar-menu-inner .menu li a span {
    color: transparent;
}
.sidebar-menu-block.white-links .sidebar-menu-inner .menu li .submenu li a {
    color: #fff;
}


.sidebar-menu-block.white-links.no-white .sidebar-menu-inner .menu li a {
    color: #4D4D4D;
}
.sidebar-menu-block.white-links.no-white:hover .sidebar-menu-inner .menu li a span {
    color: #4D4D4D;
}
.sidebar-menu-block.white-links.no-white .sidebar-menu-inner .menu li a span {
    /*color: #4D4D4D;*/
    color: transparent;
}
.sidebar-menu-block.white-links.no-white .sidebar-menu-inner .menu li .submenu li a {
    color: #4D4D4D;
}









.main-our-objects {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/main-our-objects-bg.jpg) no-repeat right center;
}
.main-our-objects .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.main-our-objects .title span {
    color: #F58220;
}
.main-our-objects .detailed {
    float: left;
    width: 100%;
}
.main-our-objects .detailed .right {
    position: relative;
    z-index: 10;
    float: right;
    width: 675px;
    margin: 65px 0 0 -75px;
}
.main-our-objects .detailed .right .tabs {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 66px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.main-our-objects .detailed .right .tabs li {
    position: relative;
    float: left;
    width: 100%;
}
.main-our-objects .detailed .right .tabs li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 27px 40px 34px 40px;
    color: #4D4D4D;
}
.main-our-objects .detailed .right .tabs li a:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: calc(100% - 80px);
    height: 1px;
    background: #D4D1CF;
    content: '';
}
.main-our-objects .detailed .right .tabs li:last-of-type a:before,
.main-our-objects .detailed .right .tabs li a:hover:before,
.main-our-objects .detailed .right .tabs li a.active:before {
    display: none;
}

.main-our-objects .detailed .right .tabs li a.active {
    text-decoration: none;
    background: #554595;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.main-our-objects .detailed .right .tabs li a:not(.active):hover {
    text-decoration: none;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    background: #e5e5e5;
}

.main-our-objects .detailed .right .tabs li .name {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 36px;
    line-height: 120%;
    transition: none;
}
.main-our-objects .detailed .right .tabs li span {
    float: left;
    margin: 0 10px 0 0;
    font-size: 18px;
    line-height: 120%;
    transition: none;
}
.main-our-objects .detailed .right .tabs li span:last-of-type {
    margin: 0;
}
.main-our-objects .detailed .right .show-all {
    float: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}
.show-all-full {
    display: none;
    float: right;
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}
.main-our-objects .detailed .left {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 600px);
}
.main-our-objects .detailed .left .tab-content {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    transition: none;
}
.main-our-objects .detailed .left .tab-content img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.main-our-objects .detailed .left .tab-content .sliding-arrows {
    position: absolute;
    z-index: 15;
    bottom: 30px;
    right: 20px;
}



.main-our-objects .detailed .left .tab-content .sliding-arrows .next {
    float: left;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.main-our-objects .detailed .left .tab-content .sliding-arrows .prev {
    float: left;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
}

.main-our-objects .detailed .left .tab-content .sliding-arrows .next:hover,
.main-our-objects .detailed .left .tab-content .sliding-arrows .prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}




.main-our-objects .detailed .left .tab-content .info {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
}
.main-our-objects .detailed .left .tab-content .info * {
    text-decoration: none !important;
}
.main-our-objects .detailed .left .tab-content .info .name {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    color:#ffffff;
}
.main-our-objects .detailed .left .tab-content .info .stripe {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.main-our-objects .detailed .left .tab-content .info .stripe:last-of-type {
    margin: 0;
}
.main-our-objects .detailed .left .tab-content .info .info-1 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-1.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.main-our-objects .detailed .left .tab-content .info .info-2 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-2.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.main-our-objects .detailed .left .tab-content .info .info-3 {
    float: left;
    margin: 7px 0 0 0;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-3.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.main-our-objects .detailed .left .tab-content .info .info-4 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-4.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.main-our-objects .detailed .left .tab-content .info span {
    font-size: 36px;
    font-weight: bold;
}

.main-news {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/main-news-bg.jpg) no-repeat left center;
}
.main-news .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.main-news .title span {
    color: #F58220;
}
.main-news .left {
    position: relative;
    z-index: 10;
    float: left;
    width: 675px;
    margin: 65px -75px 0 0;
}
.main-news .left .news-list {
    float: left;
    width: 100%;
    padding: 30px 40px;
    margin: 0 0 65px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.main-news .left .news-list .item {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #D4D1CF;
}
.main-news .left .news-list .item:last-of-type {
    border: 0;
}
.main-news .left .news-list .item .name {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4D4D4D;
}
.main-news .left .news-list .item:hover .name {
    color: #F58220;
}
.main-news .left .news-list .item .short-text {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: #4D4D4D;
}
.main-news .left .news-list .item .date {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #4D4D4D;
}
.main-news .left .read-all {
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}
.main-news .right {
    position: relative;
    z-index: 1;
    float: right;
    width: calc(100% - 600px);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.main-news .right img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.main-news .right .text {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 50px;
    color: #fff;
}
.main-news .right .text .name {
    float: left;
    width: 100%;
    margin: 0 0 22px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
}
.main-news .right .text .short-text {
    float: left;
    max-width: 500px;
}
.main-news .right .text .link {
    float: right;
    margin: 21px 0 0 0;
    padding: 0 30px 0 0;
    background: url(../images/icon-full-news-arrow.svg) no-repeat right center;
    font-size: 18px;
    line-height: 22px;
    color: #554595;
}
.main-news .right .text .link:hover {
    text-decoration: none;
}

.main-contact-form {
    float: left;
    width: 100%;
    padding: 100px 0 70px 0;
    background: url(../images/main-contact-form-bg.jpg) no-repeat right center;
}
.main-contact-form .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.main-contact-form .title span {
    color: #F58220;
}
.main-contact-form .left {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 650px);
}
.main-contact-form .left img {
    float: left;
    max-width: 100%;
}

.main-contact-form .right-form {
    position: relative;
    z-index: 10;
    float: right;
    width: 675px;
    padding: 50px;
    margin: 90px 0 0 -25px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.main-contact-form .right-form .top {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}
.main-contact-form .right-form .top span {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #F58220;
}
.main-contact-form .right-form .top span:nth-of-type(2) {
    padding: 0 55px 0 0;
    background: url(../images/icon-mcf-top-arrow.svg) no-repeat right center;
}
.main-contact-form .right-form form {
    float: left;
    width: 100%;
}
.main-contact-form .right-form input[type=text] {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #F58220;
    font-size: 16px;
}
.main-contact-form .right-form textarea {
    float: left;
    width: 100%;
    height: 180px;
    padding: 20px;
    margin: 10px 0 40px 0;
    border: 1px solid #F58220;
    font-size: 16px;
    resize: none;
}
.main-contact-form .right-form .file-pick {
    float: left;
}
.main-contact-form .right-form .file-pick input[type=file] {
    display: none;
}
.main-contact-form .right-form .file-pick label {
    float: left;
    padding: 0 0 0 45px;
    line-height: 25px;
    background: url(../images/icon-file.svg) no-repeat left center;
    cursor: pointer;
    font-size: 13px;
    color: #4D4D4D;
}
.main-contact-form .right-form .file-status {
    float: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #554595;
}
.main-contact-form .right-form .form-rules {
    float: left;
    width: 100%;
    margin: 40px 0 65px 0;
}
.main-contact-form .right-form .form-rules input[type=checkbox] {
    display: none;
}
.main-contact-form .right-form .form-rules input[type=checkbox]+label {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 33px;
    font-size: 13px;
    line-height: 171%;
    color: #4D4D4D;
}
.main-contact-form .right-form .form-rules input[type=checkbox]+label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #554595;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    opacity: all 0.3s ease;
}
.main-contact-form .right-form .form-rules input[type=checkbox]+label:hover::before {
    border-color: #554595;
}
.main-contact-form .right-form .form-rules input[type=checkbox]:checked+label::before {
    border-color: #554595;
    background: url(../images/icon-checkbox.svg) no-repeat center #554595;
}
.main-contact-form .right-form .form-rules input[type=checkbox]+label a {
    color: #4D4D4D;
    text-decoration: underline;
}
.main-contact-form .right-form .button-send {
    float: left;
    width: 100%;
    text-align: center;
}
.main-contact-form .right-form .button-send input[type=submit] {
    display: inline-block;
    width: 250px;
    height: 55px;
    border: 2px solid #F58220;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
    border-radius: 0;
}
.main-contact-form .right-form .button-send input[type=submit]:hover {
    background: #F58220;
    color: #fff;
}

.footer {
    float: left;
    width: 100%;
    padding: 100px 0 60px 0;
    background: url(../images/footer-bg.jpg) no-repeat center #000;
    background-size: cover;
    color: #fff;
}
.footer__left {
    float: left;
    width: 330px;
    padding: 0 120px 0 0;
}
.footer__left .logo {
    float: left;
    width: 100%;
    margin: 0 0 17px 0;
}
.footer__left .logo img {
    float: left;
    max-width: 100%;
}
.footer__left .name {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 16px;
}
.footer__left .name a {
    color: #fff;
}
.footer__left .address {
    float: left;
    width: 100%;
    padding: 0 0 0 35px;
    background: url(../images/icon-f-geo.svg) no-repeat left center;
    font-size: 15px;
}

.footer__left .address a {
    color: #fff;
}

.footer__right {
    float: left;
    width: calc(100% - 330px);
}
.footer__right .col-1 {
    float: left;
    width: 20%;
}
.footer__right .col-2 {
    float: left;
    width: 26.666%;
}
.footer__right .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 19px 0;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.footer__right .menu {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}
.footer__right .menu li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.footer__right .menu li:last-of-type {
    margin: 0;
}
.footer__right .menu li a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.footer__right .menu li a:hover {
    text-decoration: none;
}
.footer__right p {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 19px;
}
.footer__right .phone {
    float: left;
    width: 100%;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-phone.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.footer__right .email {
    float: left;
    width: 100%;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-email.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.footer__right .instagram {
    float: left;
    width: 100%;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-instagram.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.footer__right .vk {
    float: left;
    width: 100%;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-vk.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.footer__right .tg {
    float: left;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    background: url(../images/icon-f-tg.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.footer__right .button {
    float: left;
    width: 100%;
    line-height: 55px;
    border: 2px solid #F58220;
    background: transparent;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
}
.footer__right .button:hover {
    background: #F58220;
    color: #fff;
    text-decoration: none;
}
.footer__bottom {
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
}
.footer__bottom .copy {
    float: left;
    color: #D4D1CF;
    opacity: 0.8;
}
.footer__bottom .links {
    float: right;
}
.footer__bottom .links a {
    float: left;
    margin: 0 95px 0 0;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #D4D1CF;
    opacity: 0.8;
}
.footer__bottom .links a:last-of-type {
    margin: 0;
}

.inner-banner {
    position: relative;
    /*float: left;*/
    float: none;
    width: 100%;
    min-height: 720px;
    padding: 130px 0 25px 0;
    background: #ccc;
    color: #fff;
    display: flex;
}
.inner-banner.type-1 {
    background: url(../images/inner-banner-bg-1.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-2 {
    background: url(../images/inner-banner-bg-2.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-3 {
    background: url(../images/inner-banner-bg-3.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-4 {
    background: url(../images/inner-banner-bg-4.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-5 {
    background: url(../images/inner-banner-bg-5.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-6 {
    background: url(../images/inner-banner-bg-6.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-7 {
    background: url(../images/inner-banner-bg-7.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner.type-8 {
    background: url(../images/inner-banner-bg-8.jpg) no-repeat center;
    background-size: cover;
}
.inner-banner:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.7) 37.02%, rgba(51, 51, 51, 0) 51.9%);
    content: '';
}
.inner-banner .content {
    position: relative;
    z-index: 5;
    order: 0;
    flex: 1 1 auto;
    align-self: flex-end;
}
.inner-banner .page-tree {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.inner-banner .page-tree li {
    position: relative;
    float: left;
    padding: 0 35px 0 0;
    margin: 0 15px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.inner-banner .page-tree li:last-of-type {
    margin: 0;
    padding: 0;
}
.inner-banner .page-tree li:before {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 20px;
    height: 1px;
    background: #D4D1CF;
    content: '';
}
.inner-banner .page-tree li:last-of-type:before {
    display: none;
}
.inner-banner .page-tree li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #D4D1CF;
}
.inner-banner .title {
    float: left;
    width: 100%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
.inner-banner .description {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.015em;
}
.inner-banner .description .text {
    float: left;
    max-width: 440px;
}
.inner-banner .show-video-button {
    float: left;
    width: 158px;
    height: 115px;
    margin: 40px 0 0 0;
    background: url(../images/show-video-button.svg) no-repeat center;
}
.inner-about-us-description {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/about-us-description-bg.jpg) no-repeat top left;
    background-size: auto 100%;
}
.inner-about-us-description .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-about-us-description .title span {
    color: #F58220;
}
.inner-about-us-description .left {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    padding: 40px 50px 80px 50px;
    margin: 65px -75px 0 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}

.inner-about-us-description .left-col {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    margin: 65px -75px 0 0;
}
.inner-about-us-description .left-col .text {
    float: left;
    width: 100%;
    padding: 40px 50px 80px 50px;
    margin: 0 0 55px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-about-us-description .left-col .text p {
    float: left;
    width: 100%;
    margin: 0 0 26px 0;
}
.inner-about-us-description .left-col .text p:last-of-type {
    margin: 0;
}
.inner-about-us-description .left-col .links {
    float: left;
    width: 100%;
    margin: 0 0 65px 0;
}
.inner-about-us-description .left-col .links a {
    float: left;
    margin: 0 60px 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}
.inner-about-us-description .left-col .links a:last-of-type {
    margin: 0;
}
.inner-about-us-description .left-col .show-all-video {
    float: left;
    width: 158px;
    height: 115px;
    background: url(../images/show-video-button-inner.svg) no-repeat center;
}

.inner-about-us-description .right {
    position: relative;
    z-index: 1;
    float: right;
    width: calc(100% - 600px);
    overflow: hidden;
}

.inner-about-us-description .right .info {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
}
.inner-about-us-description .right .info * {
    text-decoration: none !important;
}
.inner-about-us-description .right .info .name {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
}
.inner-about-us-description .right .info .stripe {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.inner-about-us-description .right .info .stripe:last-of-type {
    margin: 0;
}
.inner-about-us-description .right .info .info-1 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-1.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.inner-about-us-description .right .info .info-2 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-2.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.inner-about-us-description .right .info .info-3 {
    float: left;
    margin: 7px 0 0 0;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-3.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.inner-about-us-description .right .info .info-4 {
    float: left;
    min-width: 240px;
    padding: 0 10px 0 35px;
    background: url(../images/icon-mot-info-4.svg) no-repeat left center;
    font-size: 18px;
    line-height: 22px;
}
.inner-about-us-description .right .info span {
    font-size: 36px;
    font-weight: bold;
}

.inner-about-us-description .right .owl-item {
    position: relative;
    float: left;
}
.inner-about-us-description .right .owl-item img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-about-us-description .right .owl-dots {
    display: none;
}
.inner-about-us-description .right .owl-next {
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.inner-about-us-description .right .owl-next:hover,
.inner-about-us-description .right .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}
.inner-about-us-description .right .owl-prev {
    position: absolute;
    bottom: 40px;
    right: 125px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
}

.inner-our-advantages {
    float: left;
    width: 100%;
    padding: 100px 0 70px 0;
    background: url(../images/our-advantages-bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-our-advantages .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-our-advantages .title span {
    color: #F58220;
}
.inner-our-advantages .left {
    float: left;
    width: calc(100% - 675px);
}
.inner-our-advantages .left .tabs {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.inner-our-advantages .left .tabs li {
    float: left;
    width: 250px;
    height: 250px;
    margin: 0 70px 80px 0;
}
.inner-our-advantages .left .tabs li:nth-child(3n) {
    margin: 0 0 80px 0;
}
.inner-our-advantages .left .tabs li a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    background: url(../images/our-advantages-tab-bg.svg) no-repeat center;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-our-advantages .left .tabs li a.active,
.inner-our-advantages .left .tabs li a:hover {
    text-decoration: none;
    background: url(../images/our-advantages-tab-bg-h.svg) no-repeat center;
    background-size: cover;
}
.inner-our-advantages .left .tabs li a span {
    order: 0;
    flex: 1 1 auto;
    align-self: center;
}
.inner-our-advantages .right {
    float: right;
    width: 675px;
    background: rgba(255,255,255,0.9);
    padding: 40px;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-our-advantages .right .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}
.inner-our-advantages .right .tab-content {
    float: left;
    width: 100%;
    transition: none;
}

.inner-our-team {
    float: left;
    width: 100%;
    padding: 100px 0;
}
.inner-our-team .title {
    float: left;
    width: 100%;
    margin: 0 0 70px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-our-team .title span {
    color: #F58220;
}
.inner-our-team .news {
    float: left;
    width: 100%;
}
.inner-our-team .news .item {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.inner-our-team .news .item img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.inner-our-team .news .item .photo {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.inner-our-team .news .item .photo:before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, #000000 100%);
    content: '';
}
.inner-our-team .news .item .photo:after {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F58220;
    opacity: 0.1;
    content: '';
}
.inner-our-team .news .item .details {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.inner-our-team .news .item .details .name {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 122%;
    color: #F58220;
}
.inner-our-team .news .item .details .text {
    display: none;
    float: left;
    width: 100%;
    margin: auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-our-team .news .item .details .date {
    display: none;
    float: left;
    width: 100%;
    margin: 0 0 auto 0;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4D;
}
.inner-our-team .news .item .details .read-more {
    display: none;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #554595;
}
.inner-our-team .news .item:hover .details {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}
.inner-our-team .news .item:hover .details .text,
.inner-our-team .news .item:hover .details .date,
.inner-our-team .news .item:hover .details .read-more {
    display: block;
}
.inner-our-team .team {
    float: left;
    width: 100%;
}
.inner-our-team .team .item {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
}
.inner-our-team .team .item .inner {
    position: relative;
    float: left;
    width: 100%;
}
.inner-our-team .team .item:hover .inner .photo {
    transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.inner-our-team .team .item img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-our-team .team .item .photo {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.inner-our-team .team .item .photo:before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.7) 16.53%, rgba(51, 51, 51, 0) 29.03%);
    content: '';
}
.inner-our-team .team .item .photo:after {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F58220;
    opacity: 0.1;
    content: '';
}
.inner-our-team .team .item .details {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 30px 20px 20px 20px;
    font-size: 14px;
    line-height: 17px;
    color: #D4D1CF;
}
.inner-our-team .team .item .details .name {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
}
.inner-our-team .team .item .details .name b {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.015em;
    color: #E1843B;
}
.inner-our-team .team .item .details .button {
    float: left;
    width: 100%;
    text-align: center;
}
.inner-our-team .team .item .details .button a {
    display: inline-block;
    padding: 12px 30px;
    box-shadow: inset 0px 0px 0px 2px #F58220;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #F58220;
}
.inner-our-team .team .item .details .button a:hover {
    background: #F58220;
    color: #fff;
    text-decoration: none;
}
.inner-our-team .team .item .details .text {
    display: none;
    float: left;
    width: 100%;
    max-height: calc(100% - 140px);
    margin: 15px 0 15px 0;
    overflow: hidden;
}
.inner-our-team .team .item:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.inner-our-team .team .item:hover .details {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #4D4D4D;
}
.inner-our-team .team .item:hover .details .text {
    display: block;
}
.inner-our-team .show-all {
    float: left;
    width: 100%;
    margin: 45px 0 0 0;
    text-align: center;
}
.inner-our-team .show-all a {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #F58220;
}

.inner-our-partners {
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
}
.inner-our-partners .title {
    float: left;
    width: 100%;
    margin: 0 0 70px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
    text-align: center;
}
.inner-our-partners .title span {
    color: #F58220;
}
.inner-our-partners .slider-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 220px;
}
.inner-our-partners .slider-block .owl-item {
    float: left;
    text-align: center;
}
.inner-our-partners .slider-block .owl-item img {
    display: inline-block;
    max-width: 100%;
}
.inner-our-partners .slider-block .owl-stage-outer {
    overflow: hidden;
}
.inner-our-partners .slider-block .owl-dots {
    display: none;
}
.inner-our-partners .slider-block .owl-prev {
    position: absolute;
    top: calc(50% - 22px);
    left: 100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
}
.inner-our-partners .slider-block .owl-next {
    position: absolute;
    top: calc(50% - 22px);
    right: 100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.inner-our-partners .slider-block .owl-next:hover, .inner-our-partners .slider-block .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}

.modal-video-big {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}
.modal-video-big img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}
.modal-video-big .preview {
    position: relative;
    float: left;
    width: 100%;
}
.modal-video-big .preview:before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.7) 20.67%, rgba(51, 51, 51, 0) 30.7%);
    content: '';
}
.modal-video-big .preview .name {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 50px;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
}
.modal-video-big .preview .play-button {
    position: absolute;
    z-index: 7;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/icon-video-play.svg) no-repeat center #F58220;
    box-shadow: 0px 0px 30px 0px rgba(245,130,32,0.7);
}
.modal-video-slider-block {
    position: relative;
    float: left;
    width: 100%;
}
.modal-video-slider-block .owl-stage-outer {
    overflow: hidden;
}
.modal-video-slider-block .owl-item {
    float: left;
}
.modal-video-slider-block img {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.modal-video-slider-block a {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #828282;
}
.modal-video-slider-block a:hover {
    text-decoration: none;
}
.modal-video-slider-block .owl-dots {
    display: none;
}
.modal-video-slider-block .owl-prev {
    position: absolute;
    top: calc(50% - 22px);
    left: -95px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
}
.modal-video-slider-block .owl-next {
    position: absolute;
    top: calc(50% - 22px);
    right: -95px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.modal-video-slider-block .owl-next:hover, .modal-video-slider-block .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}

.inner-news-category-slider-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 180px;
    margin: -55px 0 90px 0;
    text-align: center;
}
.inner-news-category-slider-block .owl-item {
    float: left;
    text-align: center;
}
.inner-news-category-slider-block .owl-item a {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-news-category-slider-block .owl-item a:hover,
.inner-news-category-slider-block .owl-item a.active {
    text-decoration: none;
    color: #F58220;
}
.inner-news-category-slider-block .owl-item img {
    display: inline-block;
    max-width: 100%;
}
.inner-news-category-slider-block .owl-stage-outer {
    overflow: hidden;
}
.inner-news-category-slider-block .owl-dots {
    display: none;
}
.inner-news-category-slider-block .owl-prev {
    position: absolute;
    top: calc(50% - 22px);
    left: 100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
}
.inner-news-category-slider-block .owl-next {
    position: absolute;
    top: calc(50% - 22px);
    right: 100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #D4D1CF;
    background: url(../images/icon-m-sl-arrow-grey.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}
.inner-news-category-slider-block .owl-next:hover, .inner-news-category-slider-block .owl-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}
.inner-objects-selects {
    float: left;
    width: 100%;
    padding: 30px 0 50px 0;
}
.inner-objects-selects .selects {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 170px 0 0;
}
.inner-objects-selects .selects .item {
    float: left;
    width: calc(33.333% - 40px);
    margin: 0 40px 30px 0;
}
.inner-objects-selects .left-list {
    float: left;
    width: 45%;
    max-height: 500px;
    padding: 0 50px;
    direction: rtl;
    overflow-y: scroll;
}
.inner-objects-selects .left-list::-webkit-scrollbar {
    width: 10px;
}
.inner-objects-selects .left-list::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 5px;
}
.inner-objects-selects .left-list::-webkit-scrollbar-thumb {
    background: #554595;
    border-radius: 5px;
}
.inner-objects-selects .left-list .list {
    float: left;
    width: 100%;
    direction: ltr;
    list-style: none;
    padding: 0;
}
.inner-objects-selects .left-list .list li {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.inner-objects-selects .left-list .list li:last-of-type {
    margin: 0;
}
.inner-objects-selects .left-list .list li a {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-objects-selects .left-list .list li a:hover {
    text-decoration: none;
    color: #F58220;
}

.inner-objects-selects .right-text {
    float: left;
    width: 55%;
    padding: 0 210px 0 0;
    font-size: 20px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-objects-selects .right-text .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (min-width: 1551px) {
    .inner-objects-selects .left-list {
        float: left;
        width: 40%;
        margin-right: 4.5px;
    }

    .inner-objects-selects .right-text {
        width: 700px;
        padding-right: 0;
        padding-left: 80px;
    }
}


.inner-objects-big-slider-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 90px 0 110px 0;
    color: #4D4D4D;
}
.inner-objects-big-slider-block .slider-body {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-objects-big-slider-block .inner-object-big-slider {
    height: 100%;
}
.inner-objects-big-slider-block .slide-photo {
    float: left;
    width: 100%;
    height: 100%;
}
.inner-objects-big-slider-block .owl-stage {
    height: 100%;
}
.inner-objects-big-slider-block .owl-item {
    position: relative;
    float: left;
    height: 100%;
}
.inner-objects-big-slider-block .owl-nav {
    display: none;
}
.inner-objects-big-slider-block .owl-dots {
    display: none;
}
.inner-objects-big-slider-block .owl-stage-outer {
    overflow-x: hidden;
    height: 100%;
}
.inner-objects-big-slider-block .owl-item:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F58220;
    opacity: 0.2;
    content: '';
}
.inner-objects-big-slider-block .owl-item:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 37.02%, rgba(255, 255, 255, 0) 51.9%);
    content: '';
}
.inner-objects-big-slider-block .object-details {
    float: left;
}
.inner-objects-big-slider-block .object-name {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
}

.object-name a {
    color: #4D4D4D;
}

.object-name a:hover,
.object-name a:focus {
    text-decoration: none;
}

.inner-objects-big-slider-block .object-details {
    float: left;
    margin: 0 0 30px 0;
}
.inner-objects-big-slider-block .object-details .info-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 32px;
    margin: 0 40px 10px 0;
    background: url(../images/icon-object-geo.svg) no-repeat left center;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-big-slider-block .object-details .info-2 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 32px;
    background: url(../images/icon-object-allowed.svg) no-repeat left center;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-big-slider-block .object-type {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-big-slider-block .object-text {
    float: left;
    max-width: 550px;
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 120%;
    /*text-align: justify;*/
    letter-spacing: -0.015em;
}
.inner-objects-big-slider-block .object-links {
    float: left;
    width: 100%;
}
.inner-objects-big-slider-block .object-links a {
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    margin: 0 60px 0 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #554595;
}
.inner-objects-big-slider-block .object-links .arrows {
    display: inline-block;
    vertical-align: top;
}
.inner-objects-big-slider-block .object-links .arrows .go-prev {
    float: left;
    margin: 0 30px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #4D4D4D;
    background: url(../images/icon-m-sl-arrow-dark.svg) no-repeat center transparent;
    color: transparent;
    cursor: pointer;
}
.inner-objects-big-slider-block .object-links .arrows .go-next {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #4D4D4D;
    background: url(../images/icon-m-sl-arrow-dark.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
    cursor: pointer;
}
.inner-objects-big-slider-block .object-links .arrows .go-next:hover, .inner-objects-big-slider-block .object-links .arrows .go-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}

.inner-objects-big-slider-block.right .owl-item:after {
    transform: rotate(180deg);
}
.inner-objects-big-slider-block.right .object-name {
    text-align: right;
}
.inner-objects-big-slider-block.right .object-details {
    float: right;
}
.inner-objects-big-slider-block.right .object-type {
    text-align: right;
}
.inner-objects-big-slider-block.right .object-text {
    float: right;
}
.inner-objects-big-slider-block.right .object-links {
    text-align: right;
}








.inner-objects-slider-block {
    position: relative;
    float: left;
    width: 100%;
}
.inner-objects-slider-block .owl-item {
    position: relative;
    float: left;
}
.inner-objects-slider-block .owl-item:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F58220;
    opacity: 0.2;
    content: '';
}
.inner-objects-slider-block .owl-item:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 37.02%, rgba(255, 255, 255, 0) 51.9%);
    content: '';
}
.inner-objects-slider-block .owl-item a:hover {
    text-decoration: none;
    color: #F58220;
}
.inner-objects-slider-block .owl-item img {
    display: inline-block;
    max-width: 100%;
}
.inner-objects-slider-block .owl-stage-outer {
    overflow: hidden;
}
.inner-objects-slider-block .owl-dots {
    display: none;
}
.inner-objects-slider-block .owl-nav {
    display: none;
}
.inner-objects-slider-block .slide {
    float: left;
    width: 100%;
    padding: 90px 0 110px 0;
    color: #4D4D4D;
}
.inner-objects-slider-block .slide-1 {
    background: url(../images/objects-slide-1.jpg) no-repeat center;
    background-size: cover;
}
.inner-objects-slider-block .object-details {
    float: left;
}
.inner-objects-slider-block .object-name {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
}
.inner-objects-slider-block .object-details {
    float: left;
    margin: 0 0 30px 0;
}
.inner-objects-slider-block .object-details .info-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 32px;
    margin: 0 40px 10px 0;
    background: url(../images/icon-object-geo.svg) no-repeat left center;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-slider-block .object-details .info-2 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 32px;
    background: url(../images/icon-object-allowed.svg) no-repeat left center;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-slider-block .object-type {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 120%;
}
.inner-objects-slider-block .object-text {
    float: left;
    max-width: 550px;
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.015em;
}
.inner-objects-slider-block .object-links {
    float: left;
    width: 100%;
}
.inner-objects-slider-block .object-links a {
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    margin: 0 60px 0 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    text-decoration-line: underline;
    color: #554595;
}
.inner-objects-slider-block .object-links .arrows {
    display: inline-block;
    vertical-align: top;
}
.inner-objects-slider-block .object-links .arrows .go-prev {
    float: left;
    margin: 0 30px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #4D4D4D;
    background: url(../images/icon-m-sl-arrow-dark.svg) no-repeat center transparent;
    color: transparent;
    cursor: pointer;
}
.inner-objects-slider-block .object-links .arrows .go-next {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #4D4D4D;
    background: url(../images/icon-m-sl-arrow-dark.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
    cursor: pointer;
}
.inner-objects-slider-block .object-links .arrows .go-next:hover, .inner-objects-slider-block .object-links .arrows .go-prev:hover {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgba(65,184,120,0.7);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
}

.inner-objects-slider-block.right .owl-item:after {
    transform: rotate(180deg);
}
.inner-objects-slider-block.right .object-name {
    text-align: right;
}
.inner-objects-slider-block.right .object-details {
    float: right;
}
.inner-objects-slider-block.right .object-type {
    text-align: right;
}
.inner-objects-slider-block.right .object-text {
    float: right;
}
.inner-objects-slider-block.right .object-links {
    text-align: right;
}

.inner-objects-with-map {
    float: left;
    width: 100%;
}
.inner-objects-with-map .map {
    position: relative;
    float: left;
    width: 50%;
    /*height: 700px;*/
    overflow: hidden;
}
.inner-objects-with-map .map * {
    /*transition: none;*/
}
.inner-objects-with-map .map ymaps {
    /*max-height: 100%;*/
}
.inner-objects-with-map .map:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 90%);
    content: '';
    pointer-events: none;
}
.inner-objects-with-map .map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-objects-with-map .text {
    float: left;
    width: 700px;
    padding: 0 40px;
    margin: 100px 0 0 0;
    font-size: 20px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-objects-with-map .text .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
}

.inner-object-locations {
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 100px 0;
    background: url(../images/inner-object-locations-bg.jpg) no-repeat right center;
    background-size: auto 100%;
}
.inner-object-locations .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-object-locations .title span {
    color: #F58220;
}
.inner-object-locations .map {
    position: relative;
    float: left;
    width: calc(100% - 600px);
    height: 790px;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}
.inner-object-locations .map * {
    /*transition: none;*/
}
.inner-object-locations .map ymaps {
    /*max-height: 100%;*/
}
.inner-object-locations .locations {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    margin: 55px 0 0 -75px;
    background: #fff;
    padding: 40px;
}
.inner-object-locations .locations .item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0 0 0 50px;
}
.inner-object-locations .locations .item:last-of-type {
    margin: 0;
}
.inner-object-locations .locations .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.inner-object-locations .locations .item .icon img {
    float: left;
    max-width: 100%;
    max-height: 100%;
}
.inner-object-locations .locations .item .name {
    float: left;
    width: 100%;
    margin: 5px 0 20px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-object-locations .locations .item .info-1 {
    float: left;
    padding: 0 0 0 25px;
    margin: 0 30px 0 0;
    background: url(../images/icon-inner-locations-info-1.svg) no-repeat left center;
    font-size: 18px;
}
.inner-object-locations .locations .item .info-1 span {
    font-size: 16px;
}
.inner-object-locations .locations .item .info-2 {
    float: left;
    padding: 0 0 0 25px;
    background: url(../images/icon-inner-locations-info-2.svg) no-repeat left center;
    font-size: 18px;
}
.inner-object-locations .locations .item .info-2 span {
    font-size: 16px;
}

.inner-object-services {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/inner-object-services-bg.jpg) no-repeat left center;
    background-size: auto 100%;
}
.inner-object-services .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-object-services .title span {
    color: #F58220;
}
.inner-object-services .left {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    padding: 70px 30px 70px 50px;
    margin: 55px -75px 0 0;
    background: #fff;
}
.inner-object-services .left .inner {
    float: left;
    width: 100%;
    max-height: 530px;
    padding: 0 125px 0 0;
    overflow-y: scroll;
}
.inner-object-services .left .inner::-webkit-scrollbar {
    width: 10px;
}
.inner-object-services .left .inner::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 5px;
}
.inner-object-services .left .inner::-webkit-scrollbar-thumb {
    background: #554595;
    border-radius: 5px;
}
.inner-object-services .left .inner .item {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #D4D1CF;
}
.inner-object-services .left .inner .item:first-of-type {
    padding: 0 0 30px 0;
}
.inner-object-services .left .inner .item:last-of-type {
    padding: 30px 0 0 0;
    border: 0;
}
.inner-object-services .left .inner .item .top {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #4D4D4D;
    cursor: pointer;
}
.inner-object-services .left .inner .item .top.active,
.inner-object-services .left .inner .item .top:hover {
    color: #F58220;
}
.inner-object-services .left .inner .item .bot {
    display: none;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
    transition: none;
}
.inner-object-services .right {
    position: relative;
    z-index: 1;
    float: right;
    width: calc(100% - 600px);
}
.inner-object-services .right .service-tab-content {
    float: left;
    width: 100%;
    transition: none;
}
.inner-object-services .right img {
    float: left;
    width: 100%;
}

.inner-faq {
    float: left;
    width: 100%;
    padding: 100px 0;
    /*background: url(../images/inner-faq-bg.png) no-repeat left 40px center;*/
    background: url(../images/inner-faq-bg-3.png) no-repeat left 40px center;
    background-size: 724px 709px;
}
.inner-faq .item {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}
.inner-faq .item:last-of-type {
    margin: 0;
}
.inner-faq .item .top {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 60px 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #4D4D4D;
    cursor: pointer;
}
.inner-faq .item .top:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icon-faq-plus.svg) no-repeat center #554595;
    border-radius: 50%;
    content: '';
}
.inner-faq .item .top.active:before {
    background: url(../images/icon-faq-minus.svg) no-repeat center #554595;
}
.inner-faq .item .bot {
    display: none;
    float: left;
    width: 100%;
    max-width: 900px;
    margin: 35px 0 0 0;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #4D4D4D;
    transition: none;
}

.inner-type-text-1 {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/inner-type-text-1-bg.jpg) no-repeat left center;
    background-size: auto 100%;
}
.inner-type-text-1 .left {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    margin: 65px -75px 0 0;
}
.inner-type-text-1 .left .text {
    float: left;
    width: 100%;
    padding: 50px 40px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px 0;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #4D4D4D;
    max-height: 543px;
    overflow: auto;
}
.inner-type-text-1 .left .text .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-type-text-1 .left .text p {
    float: left;
    width: 100%;
}
.inner-type-text-1 .left .text .read-full {
    float: left;
    margin: 70px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.015em;
    text-decoration: underline;
    color: #F58220;
}
.inner-type-text-1 .left .get-consult {
    float: left;
    width: 280px;
    margin: 50px 0 0 0;
    line-height: 55px;
    box-shadow: inset 0px 0px 0px 2px #F58220;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
}
.inner-type-text-1 .left .get-consult:hover {
    text-decoration: none;
    background: #F58220;
    color: #fff;
}
.inner-type-text-1 .right {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 600px);
}
.inner-type-text-1 .right img {
    float: left;
    width: 100%;
}

.inner-type-text-2 {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../images/inner-type-text-2-bg.jpg) no-repeat right center;
    background-size: auto 100%;
}
.inner-type-text-2.bg2 {
    background: url(../images/inner-type-text-2-bg2.jpg) no-repeat right center;
}
.inner-type-text-2 .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-type-text-2 .title span {
    color: #F58220;
}
.inner-type-text-2 .right {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    margin: 65px 0 0 -75px;
}
.inner-type-text-2 .right .text {
    float: left;
    width: 100%;
    padding: 50px 40px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px 0;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #4D4D4D;
    max-height: 543px;
    overflow: auto;
}
.inner-type-text-2 .right .text.quote {
    background: url(../images/icon-text-quote.svg) no-repeat top 50px left 40px #fff;
}
.inner-type-text-2 .right .text .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-type-text-2 .right .text p {
    float: left;
    width: 100%;
}
.inner-type-text-2 .right .text .read-full {
    float: left;
    margin: 70px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.015em;
    text-decoration: underline;
    color: #F58220;
}
.inner-type-text-2 .right .get-consult {
    float: right;
    width: 280px;
    margin: 50px 0 0 0;
    line-height: 55px;
    box-shadow: inset 0px 0px 0px 2px #F58220;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
}
.inner-type-text-2 .right .get-consult:hover {
    text-decoration: none;
    background: #F58220;
    color: #fff;
}
.inner-type-text-2 .left {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 600px);
}
.inner-type-text-2 .left img {
    float: left;
    width: 100%;
}
.inner-typography {
    float: left;
    width: 100%;
    /*padding: 100px 0;*/
    color: #000;
    font-size: 16px;
    line-height: 130%;
}
.inner-typography .col-1-3 {
    float: left;
    width: 33.333%;
    padding: 0 20px 0 0;
    margin: 0 0 100px 0;
}
.inner-typography h1 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 42px;
    line-height: 130%;
}
.inner-typography h2 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
}
.inner-typography h3 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 32px;
    line-height: 130%;
}
.inner-typography h4 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 130%;
}
.inner-typography h5 {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 130%;
}
.inner-typography p {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}
.inner-typography p:last-of-type {
    margin: 0;
}
.inner-typography ol {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    font-size: 24px;
}
.inner-typography ol li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.inner-typography ol li:last-of-type {
    margin: 0;
}

.inner-typography ul {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
    font-size: 24px;
}
.inner-typography ul li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.inner-typography ul li:last-of-type {
    margin: 0;
}
.inner-typography .table {
    float: left;
    width: 100%;
    padding: 0 200px 0 125px;
}
.inner-typography table {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}
.inner-typography table thead tr td {
    font-weight: bold;
    font-size: 13px;
    line-height: 125%;
    text-transform: uppercase;
    color: #888888;
    border: 0;
}
.inner-typography table tr td {
    vertical-align: top;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #D4D1CF;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.015em;
    color: #4D4D4D;
}
.inner-typography table tr td:last-of-type {
    padding-right: 0;
}

.inner-full-contacts {
    float: left;
    width: 100%;
    padding: 150px 0 90px 0;
    background: url(../images/inner-full-contacts-bg.jpg) no-repeat left center;
    background-size: auto 100%;
}
.inner-full-contacts .page-tree {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.inner-full-contacts .page-tree li {
    position: relative;
    float: left;
    padding: 0 35px 0 0;
    margin: 0 15px 0 0;
    color: #4D4D4D;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
}
.inner-full-contacts .page-tree li:last-of-type {
    margin: 0;
    padding: 0;
}
.inner-full-contacts .page-tree li:before {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 20px;
    height: 1px;
    background: #828282;
    content: '';
}
.inner-full-contacts .page-tree li:last-of-type:before {
    display: none;
}
.inner-full-contacts .page-tree li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #828282;
}
.inner-full-contacts .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #554595;
}
.inner-full-contacts .title span {
    color: #F58220;
}
.inner-full-contacts .left {
    position: relative;
    z-index: 5;
    float: left;
    width: 675px;
    margin: 55px -75px 0 0;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.inner-full-contacts .left .item {
    float: left;
    width: 100%;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #D4D1CF;
}
.inner-full-contacts .left .item:first-of-type {
    padding: 0 0 30px 0;
}
.inner-full-contacts .left .item:last-of-type {
    padding: 30px 0 0 0;
    border: 0;
}
.inner-full-contacts .left .subtitle {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4D4D4D;
}
.inner-full-contacts .left .info {
    float: left;
    min-width: 40%;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    color: #4D4D4D;
}
.inner-full-contacts .left .info:hover {
    text-decoration: none;
}
.inner-full-contacts .left .info.info-1 {
    background: url(../images/icon-contacts-i1.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.info-2 {
    background: url(../images/icon-contacts-i2.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.info-3 {
    background: url(../images/icon-contacts-i3.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.info-4 {
    padding-left: 0;
}
.inner-full-contacts .left .info.soc-1 {
    background: url(../images/icon-contacts-soc-1.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.soc-2 {
    background: url(../images/icon-contacts-soc-2.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.soc-3 {
    background: url(../images/icon-contacts-soc-3.svg) no-repeat left top 1px;
}
.inner-full-contacts .left .info.soc-4 {
    background: url(../images/icon-contacts-soc-4.svg) no-repeat left top 1px;
}
.inner-full-contacts .right {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 600px);
    height: 790px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.inner-full-contacts .right * {
    /*transition: none;*/
}
.inner-full-contacts .right ymaps {
    /*max-height: 100%;*/
}

.inner-error-block {
    float: left;
    width: 100%;
    min-height: 100vh;
    padding: 220px 0 100px 0;
    background: url(../images/inner-error-block-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.inner-error-block .error-number {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 144px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #F58220;
}
.inner-error-block .error-number span {
    color: #554595;
}
.inner-error-block .title {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.inner-error-block .short-text {
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
}
.inner-error-block .link {
    float: left;
    width: 100%;
}
.inner-error-block .link a {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.015em;
    color: #F58220;
}


















    /* modals */
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 500; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 60px 10px 100px 10px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; }
.g-hidden {
    display: none;
}
.box-modal {
    position: relative;
    float: left;
    width: 670px;
    padding: 75px 115px;
    background: #fff;
    transition: none;
}
.box-modal.video {
    width: 1360px;
    padding: 45px 140px;
}
.box-modal_close {
    position: absolute;
    z-index: 50;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url(../images/icon-modal-close.svg) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.box-modal .title {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #4D4D4D;
}
.box-modal form {
    float: left;
    width: 100%;
}
.box-modal input[type=text] {
    float: left;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    border: 1px solid #828282;
    font-size: 16px;
}
.box-modal select {
    float: left;
    width: 100%;
    height: 60px;
    padding: 0 35px 0 20px;
    margin: 0 0 20px 0;
    background: url(../images/icon-form-select.svg) no-repeat right 15px center;
    border: 1px solid #828282;
    font-size: 16px;
    -webkit-appearance: none;
    color: #4D4D4D;
    outline: none;
}
.box-modal textarea {
    float: left;
    width: 100%;
    height: 180px;
    padding: 20px;
    margin: 0 0 32px 0;
    border: 1px solid #828282;
    font-size: 16px;
    resize: none;
}

.box-modal .file-pick {
    float: left;
}
.box-modal .file-pick input[type=file] {
    display: none;
}
.box-modal .file-pick label {
    float: left;
    padding: 0 0 0 45px;
    line-height: 25px;
    background: url(../images/icon-file.svg) no-repeat left center;
    cursor: pointer;
    font-size: 13px;
    color: #4D4D4D;
}
.box-modal .file-status {
    float: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #554595;
}
.box-modal .form-rules {
    float: left;
    width: 100%;
    margin: 40px 0 65px 0;
}
.box-modal .form-rules input[type=checkbox] {
    display: none;
}
.box-modal .form-rules input[type=checkbox]+label {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 33px;
    font-size: 13px;
    line-height: 171%;
    color: #4D4D4D;
}
.box-modal .form-rules input[type=checkbox]+label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #554595;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.box-modal .form-rules input[type=checkbox]+label:hover::before {
    border-color: #554595;
}
.box-modal .form-rules input[type=checkbox]:checked+label::before {
    border-color: #554595;
    background: url(../images/icon-checkbox.svg) no-repeat center #554595;
}
.box-modal .form-rules input[type=checkbox]+label a {
    color: #4D4D4D;
    text-decoration: underline;
}
.box-modal .button-send {
    float: left;
    width: 100%;
    text-align: center;
}
.box-modal .button-send input[type=submit] {
    display: inline-block;
    width: 250px;
    height: 55px;
    border: 2px solid #F58220;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.015em;
    color: #F58220;
    border-radius: 0;
}
.box-modal .button-send input[type=submit]:hover {
    background: #F58220;
    color: #fff;
}

.list-without-map {
    padding-top: 50px;
}

.success_add_form,
.error_add_form,
.input_error_text {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f58220;
}

.input_error {
    background-color: rgba(245,130,32,.1) !important;
}

@keyframes preloader {
    0% {
        stroke-dashoffset: 630;
    }

    100% {
        stroke-dashoffset: 120;
    }
}

.preloader-svg circle {
    animation: preloader 3s linear;
    animation-fill-mode: forwards;
}

.main-our-objects .detailed .left .tab-content .sliding-arrows {
    position: absolute;
    z-index: 15;
    bottom: 30px;
    right: 20px;
}

.main-our-objects .detailed .left .tab-content .sliding-arrows .prev {
    float: left;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(/local/templates/orange/images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
}

.main-our-objects .detailed .left .tab-content .sliding-arrows .next {
    float: left;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 2px #fff;
    background: url(/local/templates/orange/images/icon-m-sl-arrow.svg) no-repeat center transparent;
    color: transparent;
    transform: rotate(180deg);
}


.main-our-objects .detailed .left .tab-content .sliding-arrows a:hover,
.main-our-objects .detailed .left .tab-content .sliding-arrows a:focus {
    box-shadow: inset 0px 0px 0px 2px #554595, 0px 0px 20px 0px rgb(65 184 120 / 70%);
    background: url(../images/icon-m-sl-arrow.svg) no-repeat center #554595;
    outline: none;
}

.tab-content-slider {
    height: 100%;
    overflow: hidden;
}

.tab-content-slider .owl-stage {
    display: flex;
}

.tab-content-slider .owl-nav {
    display: none;
}

.video-gallery-link.selected span {
    color: #f58220;
}

.main-slider-block .slide-text-block {
    display: flex;
    flex-direction: column;
}

.news-detail {
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-detail__back-link {
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
}

.news-detail__back-link:hover,
.news-detail__back-link:focus {
    text-decoration: none;
}

/*.news-detail p:first-of-type {*/
/*    margin-top: 50px;*/
/*}*/

.inner-banner + * {
    position: relative;
    z-index: 1;
}

.static {
    padding: 50px 0;
}

.static::after,
.news-detail::after {
    content: "";
    display: table;
    clear: both;
}

/* media */

@media only screen and (max-width: 1920px) {
    .container-main {
        width: 100%;
    }
}

@media only screen and (max-width: 1880px) {
    .inner-our-advantages .left .tabs li,
    .inner-our-advantages .left .tabs li:nth-child(3n) {
        width: 150px;
        height: 150px;
        margin: 0 30px 30px 0;
    }
    .inner-our-advantages .left .tabs li a {
        font-size: 16px;
        padding: 0;
    }
}

@media only screen and (max-width: 1850px) {
    .main-news .left {
        width: 600px;
        margin: 65px 0 0 0;
    }
}

@media only screen and (max-width: 1750px) {
    .main-our-objects .detailed .right {
        width: 600px;
        margin: 65px 0 0 0;
    }
    .inner-about-us-description .left {
        width: 600px;
        margin: 0;
    }
    .inner-about-us-description .left-col {
        width: 600px;
        margin: 0;
    }
    .inner-about-us-description .right .info {
        bottom: 100px;
    }
    .inner-object-locations .locations {
        width: 600px;
        margin: 55px 0 0 0;
    }
    .inner-object-services .left {
        width: 600px;
        margin: 55px 0 0 0;
    }
    .inner-object-services .left .inner {
        padding: 0 15px 0 0;
    }
    .inner-type-text-1 .left {
        width: 600px;
        margin: 55px 0 0 0;
    }
    .inner-type-text-2 .right {
        width: 600px;
        margin: 55px 0 0 0;
    }
    .inner-full-contacts .left {
        width: 600px;
        margin: 55px 0 0 0;
    }
}

@media only screen and (max-width: 1600px) {
    .footer__left {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .footer__right {
        width: 100%;
    }
}

@media only screen and (max-width: 1550px) {
    .main-our-objects .detailed .right {
        width: 100%;
    }
    .main-our-objects .detailed .right .tabs {
        margin: 0;
    }
    .main-our-objects .detailed .right .show-all {
        display: none;
    }
    .show-all-full {
        display: block;
    }
    .main-our-objects .detailed .right .tabs li {
        width: 33.333%;
    }
    .main-our-objects .detailed .right .tabs li .name {
        font-size: 20px;
    }
    .main-our-objects .detailed .left {
        width: 100%;
    }

    .main-news .left {
        width: 100%;
        margin: 0;
    }
    .main-news .left .read-all {
        display: none;
    }
    .main-news .right {
        width: 100%;
    }
    .inner-objects-selects .selects {
        padding: 0;
    }
    .inner-objects-selects .right-text {
        padding: 0;
    }

    .inner-about-us-description .right .info {
        padding: 0 20px;
    }
    .inner-about-us-description .right .info .name {
        font-size: 24px;
    }
    .inner-about-us-description .right .info * {
        font-size: 16px;
    }
}

@media (min-width: 1401px) {
    .inner-objects-with-map .text {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .box-modal.video {
        width: 940px;
        padding: 25px 60px;
    }
    .box-modal.video .modal-video-big iframe {
        height: 450px;
    }
    .modal-video-slider-block {
        padding: 0 40px;
    }
    .modal-video-slider-block .owl-prev {
        left: -20px;
    }
    .modal-video-slider-block .owl-next {
        right: -20px;
    }
    .inner-objects-with-map .map {
        width: 100%;
        height: 400px;
        min-height: auto;
    }
    .inner-objects-with-map .map:before {
        display: none;
    }
    .inner-objects-with-map .text {
        width: 100%;
        padding: 20px;
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 1350px) {
    .inner-our-advantages .left {
        width: 100%;
    }
    .inner-our-advantages .right {
        width: 100%;
    }

    .inner-our-advantages .left .tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .inner-our-advantages .left .tabs li,
    .inner-our-advantages .left .tabs li:nth-child(3n) {
        margin: 0 20px 30px 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .inner-about-us-description .left {
        width: 100%;
        margin: 0;
        padding: 25px;
    }
    .inner-about-us-description .right {
        width: 100%;
    }
    .inner-about-us-description .left-col {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .inner-object-locations .map {
        width: 100%;
        height: 350px;
    }

    .inner-object-locations .locations {
        width: 100%;
        margin: 0;
    }
    .inner-object-services .left {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 20px;
    }
    .inner-object-services .right {
        width: 100%;
    }
    .inner-type-text-1 .left {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .inner-type-text-1 .right {
        width: 100%;
    }
    .inner-type-text-2 .left {
        width: 100%;
    }
    .inner-type-text-2 .right {
        width: 100%;
    }
    .inner-full-contacts .left {
        width: 100%;
        margin: 0;
    }
    .inner-full-contacts .right {
        width: 100%;
        height: 350px;
    }


    .inner-type-text-1 .left .text,
    .inner-type-text-2 .right .text {
        max-height: none;
        overflow: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .sidebar-menu-block {
        display: none;
    }
    .container-main {
        padding: 0 15px;
    }
    .header__right .show-mobile-menu {
        display: block;
    }
    .main-slider-block .owl-nav {
        padding: 0 0 0 15px;
    }
    .main-slider-block .owl-dots {
        padding: 0 0 0 180px;
    }
    .main-slider-block .slide {
        min-height: auto;
        padding: 200px 0;
    }
    .main-our-objects .detailed .right .tabs li {
        width: 100%;
    }
    .main-our-objects .detailed .right .tabs li a {
        padding: 15px;
    }
    .main-our-objects .detailed .right .tabs li .name {
        font-size: 20px;
    }
    .footer__right .col-1 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .footer__right .col-2 {
        width: 33.333%;
        margin: 0 0 30px 0;
    }

    .main-slider-block .slide:before {
        background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.77) 10%, rgba(51, 51, 51, 0.01) 95%)
    }
}

@media only screen and (max-width: 1100px) {
    .footer__bottom .copy {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .footer__bottom .links {
        float: left;
        width: 100%;
    }
    .footer__bottom .links a {
        width: 100%;
        margin: 0;
    }
    .inner-our-team .team .item {
        width: calc(50% - 20px);
    }
    .inner-our-team .news .item {
        width: calc(50% - 20px);
    }
    .inner-error-block {
        padding: 150px 0 100px 0;
    }
    .inner-error-block .error-number {
        font-size: 120px;
        margin: 0 0 30px 0;
    }
    .inner-error-block .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1000px) {
    .header__right .phone {
        display: none;
    }
    .header__right .question {
        display: none;
    }
    .header__right .login {
        display: none;
    }
    .main-slider-block .slide-text-block {
        width: 100%;
    }
    .main-contact-form .left {
        display: none;
    }
    .main-contact-form .right-form {
        width: 100%;
        margin: 0;
    }
    .box-modal.video {
        width: 540px;
        padding: 25px 60px;
    }
    .box-modal.video .modal-video-big iframe {
        height: 250px;
    }
    .modal-video-big .preview .name {
        padding: 20px;
        font-size: 18px;
    }
    .modal-video-slider-block a {
        font-size: 16px;
    }

    .preloader-main .middle-text p {
        margin: 0 0 40px 0;
        font-size: 20px;
    }
    .preloader-main .middle-text img {
        width: 40px;
    }
}

@media only screen and (max-width: 900px) {
    .inner-banner .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .footer__right .col-2 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .inner-our-partners .slider-block {
        padding: 0 60px;
    }
    .inner-our-partners .slider-block .owl-prev {
        left: 0;
    }
    .inner-our-partners .slider-block .owl-next {
        right: 0;
    }
    .inner-news-category-slider-block {
        padding: 0 60px;
    }
    .inner-news-category-slider-block .owl-prev {
        left: 0;
    }
    .inner-news-category-slider-block .owl-next {
        right: 0;
    }
    .inner-objects-selects .selects .item {
        width: 100%;
    }
    .inner-objects-selects .left-list {
        width: 100%;
        max-height: 250px;
        margin: 0 0 40px 0;
        padding: 0 0 0 30px;
    }
    .inner-objects-selects .right-text {
        width: 100%;
    }
    .inner-objects-slider-block .owl-item:after {
        background: rgba(255, 255, 255, 0.7);
    }
    .inner-objects-slider-block .object-name {
        font-size: 32px;
    }
    .inner-objects-slider-block .object-text {
        font-size: 16px;
    }
    .inner-typography .col-1-3 {
        width: 100%;
        padding: 0;
    }
    .inner-typography .table {
        padding: 0;
        overflow-x: scroll;
    }
    .inner-typography .table table {
        min-width: 800px;
    }
    .inner-full-contacts .title {
        font-size: 32px;
    }
    .inner-objects-big-slider-block .owl-item:after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 100%);
    }
    .inner-objects-big-slider-block .object-name {
        font-size: 32px;
    }
    .inner-objects-big-slider-block .object-links .arrows {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 700px) {
    .main-slider-block .slide-text-block .title {
        font-size: 32px;
        line-height: 120%;
    }
    .main-slider-block .slide-text-block .text {
        padding: 0;
    }
    .main-slider-block .owl-dots {
        display: none;
    }
    .box-modal {
        width: 100%;
        padding: 75px 30px;
    }
    .inner-full-contacts .left .info {
        width: 100%;
    }
    .inner-full-contacts .left .info.info-4 {
        padding-left: 0;
    }
    .main-slider-block .slide-text-block .subtitle {
        margin-top: -57px;
        font-size: 24px;
        line-height: 120%;
    }
}

@media only screen and (max-width: 600px) {
    .main-our-objects {
        padding: 50px 0;
    }
    .main-our-objects .title {
        font-size: 32px;
    }
    .main-our-objects .detailed .left .tab-content .info {
        position: relative;
        bottom: inherit;
        left: inherit;
        float: left;
        width: 100%;
        padding: 20px;
        background: #000;
    }
    .main-our-objects .detailed .left .tab-content .info .name {
        font-size: 24px;
    }
    .main-our-objects .detailed .left .tab-content .info span {
        font-size: 20px;
    }
    .main-our-objects .detailed .left .tab-content .info .info-1,
    .main-our-objects .detailed .left .tab-content .info .info-2,
    .main-our-objects .detailed .left .tab-content .info .info-3,
    .main-our-objects .detailed .left .tab-content .info .info-4 {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .main-our-objects .detailed .right .tabs li a:before {
        width: calc(100% - 30px);
        left: 15px;
    }
    .main-our-objects .detailed .right .tabs li .name {
        font-size: 18px;
    }
    .main-our-objects .detailed .right .tabs li span {
        font-size: 14px;
    }
    .main-news {
        padding: 50px 0;
    }
    .main-news .title {
        font-size: 32px;
    }
    .main-news .left .news-list {
        padding: 0 15px;
    }
    .main-news .right .text {
        position: relative;
        bottom: inherit;
        left: inherit;
        float: left;
        width: 100%;
        padding: 20px;
        background: #000;
    }
    .main-news .right .text .name {
        font-size: 32px;
    }
    .main-contact-form {
        padding: 50px 0 30px 0;
    }
    .main-contact-form .title {
        font-size: 32px;
    }
    .main-contact-form .right-form {
        padding: 20px;
    }
    .inner-about-us-description .title,
    .inner-our-advantages .title,
    .inner-our-team .title,
    .inner-our-partners .title {
        font-size: 32px;
    }
    .inner-our-advantages .left .tabs li, .inner-our-advantages .left .tabs li:nth-child(3n) {
        width: 120px;
        height: 120px;
        margin: 0 5px 20px 5px;
    }
    .inner-our-advantages .left .tabs li a {
        font-size: 14px;
    }
    .inner-our-advantages .right {
        padding: 20px;
    }
    .inner-our-team .team .item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .inner-our-team .news .item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .main-slider-block .slide:before {
        background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.7) 37.02%, rgba(51, 51, 51, 0) 100%);
    }
    .inner-banner {
        min-height: auto;
    }
    .inner-banner:before {
        background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0.7) 37.02%, rgba(51, 51, 51, 0) 100%);
    }
    .inner-banner .title {
        font-size: 32px;
    }
    .inner-banner .description {
        font-size: 18px;
    }
    .box-modal.video {
        width: 280px;
        padding: 25px 60px;
    }
    .box-modal.video .modal-video-big iframe {
        height: 150px;
    }
    .modal-video-big .preview .play-button {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        background-size: 10px auto;
    }
    .modal-video-slider-block a {
        font-size: 16px;
    }
    .modal-video-big .preview .name {
        display: none;
    }
    .inner-objects-slider-block .object-links a:last-of-type {
        margin: 0;
    }
    .inner-objects-slider-block .object-links .arrows {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .inner-about-us-description .left-col .text {
        padding: 20px;
    }
    .inner-object-locations .locations {
        padding: 15px;
    }
    .inner-object-locations .locations .item {
        padding: 0 0 0 40px;
    }
    .inner-object-locations .title,
    .inner-object-services .title {
        font-size: 32px;
    }
    .inner-faq .item .top {
        font-size: 20px;
    }
    .inner-type-text-1 .left .text {
        padding: 20px;
    }
    .inner-type-text-2 .title {
        font-size: 32px;
    }
    .inner-error-block .title {
        font-size: 26px;
    }
    .inner-error-block {
        padding: 100px 0 50px 0;
    }
}

@media only screen and (max-width: 500px) {
    .box-modal .title {
        font-size: 32px;
    }
    .inner-about-us-description .right .info {
        position: relative;
        bottom: inherit;
        left: inherit;
        float: left;
        width: 100%;
        padding: 20px 20px 120px 20px;
        background: #000;
    }
}

@media only screen and (max-width: 400px) {
    .header__logo {
        width: 200px;
    }
    .header__right {
        margin: 0;
    }
    .mobile-menu-body {
        width: 100%;
    }
}