* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    color: #000;
    line-height: 20px;
    padding: 0 0 0 50px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    background: #fff;
    -webkit-text-size-adjust: none;
}

header, nav, section, article, aside, figure, footer, main {
    display: block;
    padding: 0;
    margin: 0;
}

/*tags*/

a {
    color: #000;
    text-decoration: none;
}

a:hover {

}

p {
    padding: 0 0 20px 0;
    margin: 0;
}

ul, ol {
    padding: 0 0 20px 30px;
    margin: 0;
}

img {
    display: block;
    border: none;
}

/*end tags*/

/*titles*/

h1 {
    font-weight: 800;
    font-size: 28px;
    color: #000;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 52px;
    color: #000;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
}

h3 {
    font-size: 40px;
    color: #000;
    line-height: 40px;
    padding: 0 0 20px;
    margin: 0;
}

h4 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    padding: 0 0 20px;
    margin: 0;
}

h5 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 20px;
    margin: 0;
}

/*end titles*/

/* form elements */

input:focus, textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
    width: 100%;
    height: 38px;
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #526271;
    line-height: 36px;
    outline: none;
    padding: 0 15px;
    margin: 0;
    position: relative;
    border: 1px solid #d8d8cf;
    background: #fff;
}

textarea::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    color: #b5bbc0;
}

textarea::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder {
    color: #b5bbc0;
}

textarea:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder {
    color: #b5bbc0;
}

textarea:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    color: #b5bbc0;
}

select {
    color: #526271;
    padding: 0 15px;
}

select:focus,
textarea:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus {
    margin: 0;
    border: 1px solid #aaa;
}

button {
    outline: none;
}

textarea {
    height: 100px;
    resize: vertical;
}

.form-holder {
    padding: 0 0 5px;
}

/* end form elements */

/*carousels*/

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after,
.owl-carousel .owl-wrapper-outer .owl-wrapper:before {
    display: table;
    line-height: 0;
    content: '';
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after {
    clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float: left;
}

.owl-carousel .owl-controls .owl-pagination {
    text-align: center;
    padding: 15px 0 0 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page {
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    padding: 4px;
    margin: 0 7px;
    position: relative;
    border: 2px solid #D4E8EF;

    border-radius: 22px;

}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #D4E8EF;

    border-radius: 20px;

}

.owl-nav {
    width: 100%;
    /*height: 56px;*/
    /*position: absolute;*/
    /*top: 50%; left: 0;*/
    /*transform: translateY(-50%);*/
}

.owl-nav button {
    width: 28px;
    height: 56px;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    border: none;

    transform: translateY(50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.owl-nav button:hover {
    opacity: 0.7;
}

.owl-nav .owl-prev {
    left: 15px;
    background: url("../images/slider-left-btn.png") no-repeat 50%;
}

.owl-nav .owl-next {
    right: 15px;
    background: url("../images/slider-right-btn.png") no-repeat 50%;
}

.owl-dots,
.owl-nav button span {
    display: none;
}

/*end carousels*/

/*stylish select*/

.stylish-select .SSContainerDivWrapper {
    width: 100%;
    height: auto !important;
    max-height: 150px !important;
    margin: 0;
    padding:0;
    position: absolute;
    left: 0;
    z-index: 17;
    overflow-y: scroll;
}

.stylish-select ul.newList {
    height: auto !important;
    margin:0;
    padding:0;
    list-style:none;
    color:#454545;
    overflow:auto;
    background:#fff;
}

.stylish-select ul.newList * {
    margin:0;
    padding:0;
    position: relative;
    z-index: 100;
}

.stylish-select ul.newList a {
    font-size: 13px;
    color: #454545;
    text-decoration:none;
    display:block;
    padding:3px 10px;
    cursor: pointer;
}

.stylish-select ul.newList li:last-child a {
    border-bottom: 1px solid #e0e0e0;
}

.stylish-select ul.newList li a:focus {
    -moz-outline-style: none;
}

.stylish-select .selectedTxt {
    width: 100%;
    height: 38px;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding: 0 20px 0 0;
    margin: 0;
    outline: none;
    position: relative;
    overflow:hidden;
    cursor: pointer;
    background: url("../images/select-bg.png") no-repeat 100% 45%;
    background-size: 12px auto;
}

.stylish-select .hiLite,
.stylish-select .newListHover {
    background:#F6F7F9;
}

.stylish-select .newListDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.stylish-select .newListOptionTitle {

}

.stylish-select .newListOptionTitle ul {
    margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
    font-weight:normal;
}

.small-select {
    padding: 0 5px 0 0;
}

.small-select .newListSelected .selectedTxt {
    width: 100px;
}

.small-select .newListSelected ul {
    padding: 0 !important;
}

/*end stylish select*/

/*checkbox*/

.icheckbox {
    width: 30px;
    height: 10px;
    display: inline-block;
    position: relative;
    background: #f7f7f7;

    -webkit-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    box-shadow: 0 0 4px rgba(10,10,10,0.36);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;

}

.icheckbox:after {
    display: block;
    width: 15px;
    height: 10px;
    content: '';
    position: absolute;
    left: 0;
    background: #000;

    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.icheckbox.checked:after {
    left: calc(100% - 15px);
}



/*end checkbox*/

/*buttons*/

.button,
.button-2,
.black-button {
    display: inline-block;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: normal;
    height: 54px;
    font-size: 15px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0;
    position: relative;
    border: none;
    cursor: pointer;
    background: #7a0045;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.button:hover {
    background: #5b0234;
}

.black-button {
    line-height: 52px;
    border: 1px solid transparent;
    background: #000;
}

.black-button:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}

.button.small,
.button-2.small{
    height: 24px;
    font-size: 8px;
    line-height: 24px;
    padding: 0 10px;
}

.black-button.medium,
.button-2.medium {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}

.black-button.small {
    height: 24px;
    font-size: 11px;
    line-height: 22px;
    padding: 0 10px;
}

.button-2 {
    text-transform: none;
    background: linear-gradient(#7d0030 0%, #a10939 50%, #7d0030 100%);
    background-size: auto 200%;
}

.button-2:hover {
    background-position: 0 100% !important;
}

.button-white {
    height: 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.button-white:hover {
    color: #fff !important;
    background: #010101;
}

.button-white.more {
    padding: 0 35px 0 10px;
    position: relative;
}

.button-white.more .dotted {
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 13px; right: 23px;
    background: #000;

    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.button-white.more .dotted:before,
.button-white.more .dotted:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0; left: 7px;
    background: #000;

    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.button-white.more .dotted:after {
    left: 13px;
}

.button-white.more:hover .dotted,
.button-white.more:hover .dotted:before,
.button-white.more:hover .dotted:after {
    background: #fff;
}

.white-small-button {
    height: 24px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #fff;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.white-small-button:hover {
    color: #fff;
    background: #333;
}

/*end buttons*/

/*global class*/

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.mobile-on {
    display: none !important;
}

.gray-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}

.main .inner-block {
    width: 980px;
    margin: auto;
}

.inner-block {
    width: 1240px;
    margin: auto;
}

.nm {
    margin: 0 !important;
}

/*global class*/

/*main menu*/

.main-menu svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.main-menu img {
    width: 100%
}

.page {
    width: 100%;
    transition: 1s;
    padding-left: 70px;
    overflow: hidden
}

.socials {
    display: flex
}

.socials__item {
    width: 34px;
    height: 34px;
    margin-right: 16px;
    transition: 0.5s;
    cursor: pointer;
    color: inherit
}

.socials__item--transparent {
    color: rgba(255, 255, 255, 0.6)
}

.socials__item--transparent:hover {
    color: #fff
}

.socials__item--facebook, .socials__item--instagram, .socials__item--youtube {
    position: relative
}

.socials__item--facebook:after, .socials__item--instagram:after, .socials__item--youtube:after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    content: ""
}

.socials__item--self {
    margin: 0
}

.socials__item--circle {
    box-shadow: 0px 1px 5px 5px rgba(255, 255, 255, 0.45);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nav {
    padding-top: 20px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    height: 100vh;
    z-index: 100;
}

.nav__logo {
    width: 100%;
    height: 54px;
    padding: 0 3px;
    color: #fff;
    position: relative;
    z-index: 22
}

.nav__sections-menu {
    z-index: 2
}

.nav__section {
    display: flex;
    position: relative;
    color: #fff;
    text-decoration: none
}

.nav__section:last-child {
    margin-bottom: 15px
}

.nav__section:hover {
    cursor: pointer
}

.nav__section:hover .nav-link__hidden-menu,
.nav__section:hover+.nav-link__hidden-menu {
    max-width: 500px;
    visibility: visible
}

.nav__section:hover .nav-link__text-text:after,
.nav__section:hover+.nav-link__text-text:after {
    transform: scaleX(1)
}

.nav__section:hover .nav-link:after,
.nav__section:hover+.nav-link:after {
    opacity: 1
}

.nav--active .nav__hidden-menu {
    max-width: 500px
}

.nav-link, .nav__contact-info {
    opacity: 0;
    transition-delay: 0.2s;
    transition: 0.5s;
    visibility: hidden
}

.nav--active .nav-link,
.nav--active .nav__contact-info {
    opacity: 1;
    visibility: visible
}

.nav__lang-menu {
    position: relative
}

.nav__hidden-menu {
    padding-top: 90px;
    max-width: 50px;
    padding-left: 14px;
    transform-origin: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow: visible;
    transition: 0.5s;
    transition-timing-function: linear;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
}

.nav--active .nav__hidden-menu {
    transition: 0.3s;
}

.nav__icon {
    position: static;
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    padding: 10px;
    z-index: 34;
    color: #fff
}

.nav__icon svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

.nav__links-menu {
    height: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.nav__contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    transform: translateX(78px);
    flex-shrink: 0
}

.nav__options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.nav__main-tel {
    white-space: nowrap;
    width: 100%;
    color: #fff
}

@keyframes overflowVis1s {

    from {
        overflow: hidden
    }

    to {
        overflow: visible
    }

}

.top-info {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    z-index: 20;
    padding-right: 37px;
    padding-top: 25px;
    transition: 0.3s;
    width: 100%
}

.top-info__tel {
    margin: 0 15px;
    color: #fff
}

.top-info__tel:first-child {
    margin-left: 0
}

.top-info__tel:nth-of-type(2) {
    margin-right: 60px
}

.top-info__company-logo {
    width: 68px;
    height: 47px;
    margin-left: 55px;
    transform: translateY(-8px)
}

.top-info__complexes-list {

}

.top-info__lang-menu {
    position: relative;
    color: #fff
}

.top-info__tel-block {
    display: flex
}

.menu-btn {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    padding: 9px 42px 9px 12px;
    margin: 26px 0 0 90px;
    height: 44px;
    border: 1px solid #fff;
    z-index: 99999;
    cursor: pointer
}

.menu-btn__burger {
    width: 25px;
    height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.menu-btn__burger-line {
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    transform-origin: 0 0
}

.menu-btn__text {
    color: #fff;
    text-transform: uppercase;
    margin: 0 4px 0 7px;
    font-size: 17px
}

.menu-btn__action {
    display: flex;
    max-width: 50px;
    overflow: hidden
}

.menu-btn__burger, .menu-btn__text, .menu-btn__action {
    pointer-events: none
}

.menu-btn__close, .menu-btn__open {
    transition: 0.5s;
    min-width: 50px;
    transform: translateX(-50px);
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center
}

.menu-btn--active .menu-btn__burger-line {
    margin: 0
}

.menu-btn--active .menu-btn__burger-line:nth-child(2) {
    width: 0
}

.menu-btn--active .menu-btn__burger-line:first-child {
    visibility: visible;
    width: 29px;
    transform: rotate(45deg) translate(2px, -2px)
}

.menu-btn--active .menu-btn__burger-line:last-child {
    transform: rotate(-45deg) translate(2px, 2px);
    visibility: visible;
    width: 29px
}

.nav-link {
    min-height: 42px;
    min-width: 200px;
    width: 100%;
    padding: 10px 20px 10px 22px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative
}

.nav-link:after {
    position: absolute;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    opacity: 0;
    right: 100%;
    margin-right: 14px;
    transition: 0.3s;
    content: "";
    z-index: 2
}

.nav-link__text {
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
    width: 100%;
    text-transform: uppercase
}

.nav-link__svg-arrow-list {
    margin-right: 10px;
    right: 0;
    position: absolute
}

.nav-link__hidden-menu {
    position: absolute;
    display: block;
    left: 100%;
    z-index: 1;
    width: auto;
    max-width: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 24px 15px 0 12px;
    top: 0;
    transition: 0.5s;
    transition-timing-function: linear;
    height: 1000px;
    background: linear-gradient(to top, rgba(47, 31, 102, 0.6), rgba(177, 26, 105, 0.6))
}

.nav-link__text-text {
    font-size: 1.0625rem;
    white-space: nowrap;
    display: block;
    position: relative;
    text-decoration: none
}

.nav-link__text-text:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: 0.3s;
    transform: scaleX(0);
    transform-origin: left;
    border-bottom: 1px solid #fff;
    content: ""
}

.nav-link__link {
    position: relative;
    min-width: 22px;
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 0.75rem;
    margin-bottom: 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.nav-link__link:hover {
    color: #999;
}

.nav-link:hover>::after {
    opacity: 1
}

.complexes-list {
    color: #fff
}

.complexes-list__title {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 0.7rem;
}

.complexes-list__svg-arrow-list {
    display: flex;
    position: relative;
    margin-left: 7px;
    transition: 0.2s
}

.complexes-list__hidden-menu {
    position: absolute;
    top: 100%;
    padding-right: 37px;
    padding-left: 20px;
    padding-bottom: 20px;
    left: 0;
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden
}

.complexes-list__item {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    line-height: 2em;
    color: #fff;
    text-decoration: none;
    transition: 0.5s
}

.complexes-list__item:hover {
    text-decoration: underline
}

.complexes-list__item--title {
    color: #8e207f
}

.complexes-list__item--title:nth-of-type(n+1) {
    margin-top: 20px
}

.complexes-list:hover .complexes-list__hidden-menu {
    visibility: visible;
    overflow-y: hidden;
    max-height: 300px;
    transition: 0.3s linear
}

.complexes-list:hover .complexes-list__svg-arrow-list {
    transform: rotate(90deg)
}

.page {
    width: calc(100% - 50px);
    height: 90px;
    padding: 0 0 0 50px;
    position: fixed;
    top: 0; left: 50px;
    z-index: 1000;
    overflow: visible;
    background: rgba(0,0,0,0.2);
}

.page:hover {
    background: #000;
}

.top-info {
    width: auto;
    display: flex;
    position: relative;
    padding: 0;
}

.nav-link__svg-arrow-list {
    display: none;
}

.nav {
    width: 50px;
    z-index: 1000;
    background: #000;
}

.nav__hidden-menu{
    max-width: 50px;
    padding: 90px 0 0 4px;
    background: rgba(0,0,0,0.92);
}

.nav__icon {
    margin-right: 4px;
    position: relative;
}

.nav__icon:before,
.nav__icon:after {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    background: #7a0045;
}

.socials__item {
    width: 22px;
}

.nav__icon:after {
    left: auto; right: 0;
}

.nav__section:hover .nav__icon:before,
.nav__section:hover .nav__icon:after {
    width: 50%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.nav__section svg,
.nav__section img {
    position: relative;
    z-index: 1;
}

.nav-link {
    padding: 0;
}

.nav-link__text {
    padding: 12px 20px 10px 22px;
    position: relative;
    z-index: 1000;
}

.nav-link__text:after {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    background: #7a0045;
}

.nav__section:hover .nav-link__text:after {
    width: 100%;
    /*width: calc(100% + 4px);*/
    /*margin: 0 0 0 -4px;*/

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.31s;
    -moz-transition-delay: 0.31s;
    -o-transition-delay: 0.31s;
    transition-delay: 0.31s;

}

.nav-link__text-text:after {
    display: none;
}

.nav-link__text-text {
    position: relative;
    z-index: 1;
}

.nav-link__hidden-menu {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: hidden;
    top: 0;
    background: none;

    transition: 0s;
    transition-timing-function: inherit;

}

.nav__section:hover .nav-link__hidden-menu {
    width: 275px;
    height: 100%;
    top: 0;
    overflow: visible;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.nav-link__hidden-menu ul {
    max-height: 0;
    display: block;
    padding: 0;
    margin: -10px 0 0;
    opacity: 0;
    position: relative;
    z-index: 10;
    width: 275px;
    background: #000;

}

.nav__section:hover .nav-link__hidden-menu ul {
    max-height: none;
    margin: 0;
    opacity: 1;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.nav-link__hidden-menu ul li {
    padding: 0;
    list-style: none;
}

.nav-link__hidden-menu ul li:first-child {
    padding: 0;
}

.nav__section:hover .nav-link__hidden-menu ul {
    height: auto;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 1.07s;
    -moz-transition-delay: 1.07s;
    -o-transition-delay: 1.07s;
    transition-delay: 1.07s;

}

.nav__section .nav-link__hidden-menu:after {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 0; left: -100%;
    background: #000;
}

.nav__section:hover .nav-link__hidden-menu:after {
    left: 0;

    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    -webkit-transition-delay: 0.62s;
    -moz-transition-delay: 0.62s;
    -o-transition-delay: 0.62s;
    transition-delay: 0.62s;

}

.nav__section:hover .nav-link__hidden-menu:before {
    content: '';
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
}

.nav__section .nav-link__hidden-menu .nav-link__link {
    min-height: auto;
    min-width: auto;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0 40px;
    margin: 0;
}

.nav__section .nav-link__hidden-menu .nav-link__link:hover {
    color: #fff;
    background: #7a0045;
}

.general-plan__planSvg:hover {
    color: rgba(45, 36, 99, 0.6);
}

.about-complex, .developer, .galery, .stock-block, .reviews {
    background: linear-gradient(to top, #333333 50%, rgba(51, 51, 51, 0.5) 100%);
}

.platinum__item-info {
    background-color: rgba(0, 0, 0, 0.5);
}

.platinum__item-info:after {
    border-bottom: 1px solid #fff;
}

.contacts {
    background-color: #333;
}

.nav__section, .nav__main-tel, .complexes-list__item,
.top-info__tel, .contacts__sections-info-text, .about-complex,
.developer, .galery, .stock-block, .reviews, .popup__background, .platinum, .footer,
.contacts, .callback-popup, .main-tel, .top-info__lang-menu, .complexes-list, .complexes-list__title,
.newsBlog, .sign-on-block__btn, .tel-mask__input, .sign-on-block__text, .profit-suggest-block,
.main__second-block, .profit-suggest-block__item, .nav-link, .nav-link__text, .main-screen, .nav__icon,
.menu-btn__text, .menu-btn__close, .menu-btn__open ,.galery-popup,.developer__popup,.section-info__text{
    color: #fff;
}

.menu-btn {
    padding: 10px 15px;
    margin: 20px 0 0 90px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.menu-btn:after {
    content: '';
    width: 100%;
    height: 27px;
    display: block;
    position: absolute;
    bottom: -27px; left: 0;
}

.page.active .menu-btn {
    border-color: transparent;
    background: #000;
}

.page.active .menu-btn .menu-btn__text {
    display: none;
}

.page.active {
    background: none;
}

.page.active:hover {
    background: #000;
}

.page.active .select-language,
.page.active .header-contacts,
.page.active .top-info,
.page.active .top-menu {
    opacity: 0;
}

.page.active:hover .select-language,
.page.active:hover .header-contacts,
.page.active:hover .top-info,
.page.active:hover .top-menu {
    opacity: 1;
}

.menu-btn__text {
    line-height: 33px;
    margin: 0 0 0 5px;
}

.nav__logo {
    width: 70px;
    height: auto;
    padding: 0;
    margin: -3px 0 0;
    position: absolute;
    top: 50%; right: 40px;
    z-index: 1001;

    transform: translateY(-50%);

}

.nav__logo.special {
    width: 50px;
    position: relative;
    top: 4px; left: 0;
    transform: translateY(0);
}

.select-language {
    display: flex;
    position: relative;
    z-index: 10000;
    padding: 25px 0 0 110px;
}

.header-contacts {
    display: flex;
    padding: 33px 0 0 50px;
    position: relative;
    z-index: 100;
}

.header-contacts a {
    font-weight: 600;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    color: #fff;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.header-contacts a:hover {
    color: #ff0d0d;
}

.header-contacts ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: -10px;
}

.header-contacts ul.one {
    top: 0px;
}

.header-contacts ul li {
    list-style: none;
    position: relative;
}

.header-contacts ul li ul {
    max-height: 0;
    display: block;
    position: absolute;
    top: 100%; left: -20px;
    overflow: hidden;
    background: #000;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.header-contacts ul li ul li {
    padding: 20px;
}

.header-contacts ul li ul li a {
    padding: 0;
    margin: 0;
    white-space: nowrap;

    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;

}

.header-contacts ul li:hover ul {
    max-height: 200px;
}

.section-info {
    display: flex;
}

.top-info__company-logo {
    width: 35px;
    height: 17px;
    margin: 0;
    background: url("../images/logo-2.png") no-repeat;
    background-size: 100% auto;

    transform: translateY(0);

}

.top-info__complexes-list {
    line-height: 10px;
    text-align: left;
    margin-top: 8px;
}

.top-info__complexes-list .complexes-list__title {
    width: 50px;
    height: 26px;
    background: url("../images/logo-2.png") no-repeat 50%;
    background-size: 100% auto !important;
}

p.complexes-list__item {
    font-weight: bold;
    color: #fff;
    text-transform: none;
    padding: 0;
    background: none;
}

p.complexes-list__item:hover {
    color: #fff;
}

.complexes-list__item {
    color: #fff;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.complexes-list__item:hover {
    color: #ff0d0d;
    text-decoration: none;
}

.complexes-list__hidden-menu {
    background: #000;
}

.page .top-menu {
    padding: 35px 120px 0 0;
    margin: 0;
    list-style: none;
}

.page .top-menu li {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
}

.page .top-menu li a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.page .top-menu li a:hover {
    color: #ff0d0d;
}

.page .top-menu li ul.dropdown-complex-list {
    max-height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%; right: 0;
    overflow: hidden;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.page .top-menu li:hover ul.dropdown-complex-list {
    max-height: 500px
}

.page .top-menu li ul.dropdown-complex-list li {
    padding: 20px;
    background: #000;
}

.page .top-menu li ul.dropdown-complex-list li a {
    font-weight: normal;
    text-transform: none;
}

.main-menu {
    position: relative;
    z-index: 1000;
    background: #000;
}

/*end main menu*/

/*video section*/

.video-section {
    height: 100vh;
    position: relative;
}

.video-section h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 50px;
    position: absolute;
    top: 50%; left: 0;

    transform: translateY(-50%);
    -webkit-text-shadow: 0 9px 10px rgba(0,0,0,0.71);
    -moz-text-shadow: 0 9px 10px rgba(0,0,0,0.71);
    -o-text-shadow: 0 9px 10px rgba(0,0,0,0.71);
    text-shadow: 0 9px 10px rgba(0,0,0,0.71);

}

.video-section .banner-svg {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;

    transform: translate(-50%, -50%);

}

.video-section .banner-svg img {
    width: 30%;
    display: inline-block;
}

#video-bg {
    overflow: hidden;
    z-index: 1;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100vh;
    width: auto;
}

@supports (object-fit: cover) {

    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

/*end video section*/

/*project section*/

.project-section {
    position: relative;
    background: #f7f7f7;
}

.project-section .inner-block {
    position: relative;
    padding: 75px 0;
}

.project-section h2 {
    padding: 0 0 65px;
}

.project-section .row {
    padding: 0 0 25px;
    margin: 0 -10px;
}

.project-box,
.project-section .project-box {
    width: 400px;
    margin: 0 10px;
    position: relative;
    background: #f8f9f8;

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box:hover,
.project-section .project-box:hover {

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.3);

}

.project-box figure,
.project-section .project-box figure {
    height: 280px;
    display: block;
    position: relative;
    overflow: hidden;
}

.project-box figure:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    background: rgba(59,3,22,0.68);

    transition: all 0.4s ease-in-out;

}

.project-box:hover figure:after {
    opacity: 1;
}

.project-box figure .photo,
.project-section .project-box figure .photo {
    width: 100%;
    height: 100%;
    display: block;

    transform: scale(1);
    transition: transform 0.4s ease-in-out;

}

.project-box .project-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}

.project-box figure .photo img,
.project-section .project-box figure .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-box.ready figure .photo:hover img,
.project-section .project-box.ready figure .photo:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.project-box:hover figure .photo,
.project-section .project-box:hover figure .photo {
    transform: scale(1.1);
}

.parallax-mirror {
    z-index: 1 !important;
}

.parallax-mirror img {
    width: 320px !important;
    height: auto !important;
}

.project-box figure .photo-title {
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(255,255,255,0.77);

    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box.ready figure .photo:hover .photo-title {
    opacity: 1;
}

.project-box figure .top-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

.project-box figure .top-box .project-logo {
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    align-self: center;
    position: relative;
    opacity: 0;

    transition: all 0.4s ease-in-out;

}

.project-box:hover figure .top-box .project-logo {
    opacity: 1;
}

/*.project-box:hover figure .top-box .project-logo {*/
/*top: 2px;*/
/*}*/

.project-box figure .top-box .project-logo img {
    width: 100% !important;
    max-width: 180px !important;
    display: block;
}

.project-box figure .top-box .action {
    width: 44px;
    height: 44px;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px;
    position: absolute;
    top: -50px; right: 20px;
    z-index: 10;
    background: #ff0000;

    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 22px;

}

.project-box.action:hover figure .top-box .action {
    top: 8px;
}

.project-box figure .top-box .white-small-button {
    color: #fff;
    line-height: 20px;
    border: 2px solid #fff;
    margin: 15px 0 0;
    align-self: center;
    opacity: 0;
    background: none;
}

.project-box:hover figure .top-box .white-small-button {
    color: #000;
    opacity: 1;
    background: #fff;
}

.project-box figure .action-title {
    width: 100%;
    height: 100%;
    display: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 25px 25px 0;
    position: absolute;
    top: -100%; left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.77);

    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box.action-on figure .action-title {
    display: flex;
    top: 0;
}

.project-box figure .title {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 15px;
    position: absolute;
    bottom: 10px; left: 20px;
    background: #7a0045;
}

.project-box .title-line {
    padding: 15px 20px;
    /*border-bottom: 1px solid #9a9a9a;*/
    position: relative;
}

.project-box .title-line .text {
    min-height: 43px;
    font-weight: 600;
    display: flex;
    font-size: 12px;
    color: #941a44;
    line-height: 16px;
    justify-content: center;
    flex-direction: column;
}

.project-box .title-line .text .title {
    font-weight: 800;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
}

.project-box .title-line .text .title a {

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.project-box .title-line .text .title a:hover {
    color: #941a44;
}

.project-box .title-line .text p {
    padding: 0 0 5px;
}

.project-box .title-line .text p:last-child {
    padding: 0;
}

.project-box .title-line .city {
    min-width: 26px;
    height: 26px;
    display: none;
    position: absolute;
    top: 50%; right: 20px;
    overflow: hidden;

    border-radius: 13px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    box-shadow: 0 2px 5px rgba(0,0,0,0.41);
    transform: translateY(-50%);

}

.project-box .title-line .city:hover {
    width: auto;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box .title-line .city span {
    max-width: 0;
    display: block;
    font-size: 11px;
    line-height: 26px;
    opacity: 0;
}

.project-box .title-line .city:hover span {
    max-width: none;
    padding: 0 10px 0 28px;
    opacity: 1;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box .title-line .city.item-1 {
    background: #fff url("../images/product-icon-3.svg") no-repeat 4px 50%;
    background-size: 18px auto;
}

.project-box .title-line .city.item-2 {
    background: #fff url("../images/product-icon-4.svg") no-repeat 3px 50%;
    background-size: 19px auto;
}

.project-box .info {
    display: none;
    padding: 20px;
}

.project-box .info .location {
    font-size: 16px;
    line-height: 17px;
    padding: 2px 0 0 25px;
    margin: 0 0 12px;
    background: url("../images/product-icon-1.svg") no-repeat 0 0;
    background-size: 14px auto;
}

.project-box .info .comfort {
    font-size: 16px;
    line-height: 15px;
    padding: 2px 0 0 25px;
    margin: 0 0 15px;
    background: url("../images/product-icon-2.svg") no-repeat 0 0;
    background-size: 15px auto;
}

.project-box .info .comfort {
    font-size: 16px;
    line-height: 15px;
    padding: 2px 0 0 25px;
    margin: 0 0 15px;
    background: url("../images/product-icon-2.svg") no-repeat 0 0;
    background-size: 15px auto;
}

.project-box .info .comfort-icon-1,
.project-box .info .comfort-icon-2 {
    font-size: 16px;
    line-height: 15px;
    padding: 2px 0 0 25px;
    margin: 0 0 15px;
    background: url("../images/comfort-icon-1.svg") no-repeat 0 1px;
    background-size: 15px auto;
}

.project-box .info .comfort-icon-2 {
    background: url("../images/comfort-icon-2.svg") no-repeat 0 1px;
    background-size: 15px auto;
}

.project-box .info .stage .building {
    width: 13px;
    height: 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: url("../images/building-icon-1.svg") no-repeat;
}

.project-box .info .stage .building.full:before {
    content: '';
    width: 13px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: -22px; left: 0;
    background: url("../images/building-icon-2.svg") no-repeat;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.project-box:hover .info .stage .building.full:before,
.project-box:hover .info .stage .building.half:after {
    bottom: 0;
}

.project-box .info .stage .building.half:after {
    content: '';
    width: 13px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: -19px; left: 0;
    background: url("../images/building-icon-2.svg") no-repeat 0 100%;
    background-size: 100% auto;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.iphone-banner {
    width: 176px;
    height: 156px;
    position: fixed;
    bottom: 120px; left: 80px;
    z-index: 1;
    background: url("../images/iphone-banner.png") no-repeat;
}

.iphone-banner+.iphone-banner {
    bottom: 300px;
}

.project-box .status-message-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 0 10px;
    position: absolute;
    top: 25px; left: 0;
}

.project-box .status-message-box .status-message {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
}

.project-box .status-message-box .status-message.item-1 {
    background: rgba(91,6,35,0.84);
}

.project-box .status-message-box .status-message.item-2 {
    background: rgba(154,24,32,0.93);
}

.project-box .status-message-box .status-message.item-3 {
    background: rgba(110,174,111,0.97);
}

.project-box .status-message-box .status-message.item-1:after {
    content: '';
    border: 16px solid transparent;
    border-top: 20px solid rgba(91,6,35,0.84);
    border-right: none;
    position: absolute;
    top: 0; left: -16px;
}

.project-box .status-message-box .status-message.item-2:after {
    content: '';
    border: 16px solid transparent;
    border-top: 20px solid rgba(154,24,32,0.93);
    border-right: none;
    position: absolute;
    top: 0; left: -16px;
}

.project-box .status-message-box .status-message.item-3:after {
    content: '';
    border: 16px solid transparent;
    border-top: 20px solid rgba(110,174,111,0.97);
    border-right: none;
    position: absolute;
    top: 0; left: -16px;
}

/*end project section*/

/*main info slider section*/

.main-info-slider-section {
    width: 960px;
    padding: 40px 0;
    margin: 85px auto;
    position: relative;
    /*background: #e7e7e7;*/

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    -o-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);

}

.main-info-slider-section .slide {
    width: 850px;
    margin: auto;
}

.main-info-slider-section .slide figure {
    width: 500px;
    text-align: center;
}

.main-info-slider-section .slide figure img {
    width: auto;
    display: block;
}

.main-info-slider-section .slide .info {
    width: 460px;
    text-align: left;
}

.main-info-slider-section .slide .info h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    padding: 0 0 15px;
}

.main-info-slider-section .slide .info h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 10px;
}

.main-info-slider-section .owl-nav {
    width: 900px;
    margin: 0 0 0 -450px;
    left: 50%;
}

.main-info-slider-section .slide .info .button-2 {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 50px;
    margin: 10px 0 0;

    animation-iteration-count: infinite;
    animation-duration: 2s !important;

}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*end main info slider section*/

/*about section*/

.about-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.about-section.white-line {
    background: #fff;
}

.about-section h2 {
    padding: 0 0 60px;
}

.about-box {
    font-size: 14px;
    line-height: 20px;
    padding: 50px 70px;

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);

}

.about-box p {
    padding: 0 0 17px;
}

.about-box .row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
}

.about-box .row .advantage {
    width: 100%;
    max-width: 260px;
    height: 125px;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.about-box .row .advantage:after {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.about-box .row .advantage:hover:after,
.about-box .row .advantage.active:after {
    opacity: 0;
}

.about-box .row .advantage.item-1:after {
    content: '';
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff url("../images/about-section-icon-1.svg") no-repeat;
}

.about-box .row .advantage.item-2:after {
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff url("../images/about-section-icon-2.svg") no-repeat;
}

.about-box .row .advantage.item-3:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff url("../images/about-section-icon-3.svg") no-repeat;
}

.about-box .row .advantage.item-4:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff url("../images/about-section-icon-4.svg") no-repeat;
}

.about-box .row .advantage .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding: 0 5px;
    opacity: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.about-box .row .advantage .text {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: -0.5px;
    opacity: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.about-box .row .advantage.active .title,
.about-box .row .advantage.active .text,
.about-box .row .advantage:hover .title,
.about-box .row .advantage:hover .text {
    opacity: 1;
    transform: scale(1.1);
}

.about-box .video-box {
    width: 100%;
    max-width: 400px;
    margin: 0 0 10px 10px;
    position: relative;
}

.about-box .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-box .video-box a {
    height: 100%;
    display: block;
}

.about-box .video-box .about-section-logo {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.6) url("../images/about-section-logo.png") no-repeat 50%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.about-box .video-box:hover .about-section-logo {
    opacity: 0;
}

.about-box .video-box .play {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    opacity: 0;
    background: rgba(0,0,0,0.65) url("../images/play-icon.svg") no-repeat 50%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 70px auto;

}

.about-box .video-box:hover .play {
    opacity: 1;
}

.about-box .video-box .play span {
    display: none;
}

.project-gallery-list {
    display: flex;
    justify-content: space-between;
}

.about-box .project-gallery-list {
    padding: 0 0 10px;
}

.project-gallery-list-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.project-gallery-list-box {
    width: calc(100% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
    position: relative;
}

.project-gallery-list-box.long {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.project-gallery-list-box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.project-gallery-list-box a span {
    display: block;
}

.project-gallery-list-box span.company-logo {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.project-gallery-list-box.long span.company-logo {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.project-gallery-list-box:hover span.company-logo {
    opacity: 0;
}

.project-gallery-list-box span.company-logo img {
    width: auto;
    max-width: 30%;
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.project-gallery-list-box a span.photo {
    width: 100%;
    position: relative;
    overflow: hidden;

    opacity: 0.48;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.project-gallery-list-box a span.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.project-gallery-list-box.long a {
    padding: 0 0 0 10px;
}

.project-gallery-list-box.long a:first-child {
    padding: 0;
}

.project-gallery-list-box:hover a {
    z-index: 1;
}

.project-gallery-list-box a:hover span.photo {
    opacity: 1;
}

.project-gallery-list-box a:hover span.photo img {
    transform: scale(1.2);
}

/*end about section*/

/*new about section*/

.new-about-section {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    padding: 100px 0;
    position: relative;
    background: url("../images/about-section-bg.jpg") fixed;
    background-size: cover;
}

.new-about-section:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.87;
    background: #fff;
}

.new-about-section .inner-block {
    position: relative;
    z-index: 1;
}

.new-about-section h2 {
    padding: 0 0 40px;
}

.new-about-section .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.new-about-section .row article {
    width: calc((100% - 80px)/3);
    padding: 100px 0 0;
    margin: 50px 0 0;
    position: relative;
}

.new-about-section .row article:before,
.new-about-section .row article:after {
    content: '';
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    top: 0; left: 50%;
    border: 2px solid #790045;

    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;

}

.new-about-section .row article:after {
    opacity: 0;
}

.new-about-section .row article:hover:after {
    opacity: 1;
}

.new-about-section .row article .number {
    font-weight: 900;
    font-size: 36px;
    color: #7a0045;
    line-height: 40px;
}

.new-about-section .row article.item-1:before {
    background: url("../images/about-section-icon-1-new.svg") no-repeat 50%;
    background-size: 43px auto;
}

.new-about-section .row article.item-2:before {
    background: url("../images/about-section-icon-2-new.svg") no-repeat 50%;
    background-size: 70px auto;
}

.new-about-section .row article.item-3:before {
    background: url("../images/about-section-icon-3-new.svg") no-repeat 50%;
    background-size: 45px auto;
}

.new-about-section .row article.item-4:before {
    background: url("../images/about-section-icon-4-new.svg") no-repeat 50%;
    background-size: 47px auto;
}

.new-about-section .row article.item-5:before {
    background: url("../images/about-section-icon-5-new.svg") no-repeat 50%;
    background-size: 43px auto;
}

.new-about-section .row article.item-6:before {
    background: url("../images/about-section-icon-6-new.svg") no-repeat 50%;
    background-size: 66px auto;
}

.new-about-section .row article.item-1:after {
    background: #790045 url("../images/about-section-icon-1-new-hover.svg") no-repeat 50%;
    background-size: 43px auto;
}

.new-about-section .row article.item-2:after {
    background: #790045 url("../images/about-section-icon-2-new-hover.svg") no-repeat 50%;
    background-size: 70px auto;
}

.new-about-section .row article.item-3:after {
    background: #790045 url("../images/about-section-icon-3-new-hover.svg") no-repeat 50%;
    background-size: 45px auto;
}

.new-about-section .row article.item-4:after {
    background: #790045 url("../images/about-section-icon-4-new-hover.svg") no-repeat 50%;
    background-size: 47px auto;
}

.new-about-section .row article.item-5:after {
    background: #790045 url("../images/about-section-icon-5-new-hover.svg") no-repeat 50%;
    background-size: 43px auto;
}

.new-about-section .row article.item-6:after {
    background: #790045 url("../images/about-section-icon-6-new-hover.svg") no-repeat 50%;
    background-size: 66px auto;
}

/*end new about section*/

/*special offers section*/

.special-offers-section {
    padding: 0 0 80px;
}

.special-offers-section .inner-block {
    padding: 90px 0 80px;
    border-bottom: 2px solid #565656;
}

.special-offers-section h2 {
    line-height: 64px;
    padding: 0 0 63px;
}

.special-offers-section .owl-carousel {
    margin: 0 -22px;
}

.special-offers-section .owl-nav.disabled {
    display: block;
}

.special-offers-section .owl-prev {
    left: 35px;
}

.special-offers-section .owl-next {
    right: 35px;
}

.special-offers-section .slide {
    margin: 20px 22px;
    position: relative;

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);

}

.special-offers-section .slide a {
    display: block;
}

.special-offers-section .slide .photo {
    height: 315px;
    display: block;
    position: relative;
    overflow: hidden;
}

.special-offers-section .slide .photo img {
    width: 100%;
}

.special-offers-section .slide .photo .time,
.action-info-box .photo .time {
    width: 75px;
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    padding: 40px 5px 5px;
    position: absolute;
    top: 0; left: 15px;
    z-index: 1;
    background: #f8f8f7 url("../images/about-section-icon-5.svg") no-repeat 50% 5px;
    background-size: 30px auto;
}

.special-offers-section .slide .photo .time .number,
.action-info-box .photo .time .number {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    padding: 3px 0 0;
}

.special-offers-section .slide .info {
    display: block;
    padding: 17px 40px 25px;
    background: #fcfdfc;
}

.special-offers-section .slide .info .title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.special-offers-section .slide .info .text {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.special-offers-section .button-line {
    text-align: center;
}

/*end special offers section*/

/*news section*/

.news-section,
.gallery-section {
    padding: 102px 0 140px;
}

.news-section h2,
.gallery-section h2 {
    width: 100%;
    padding: 0 0 10px;
    position: absolute;
    top: -115px;
    left: 0;
}

.news-section h2 {
    top: -135px;
}

.news-section .tab-links,
.gallery-section .tab-links,
.info-section .tab-links {
    padding: 0 0 30px;
}

.news-section .tab-links a,
.gallery-section .tab-links a,
.info-section .tab-links a,
.floor-tab-section .tab-links a.tab-link-3,
.floor-tab-section .tab-links a.tab-link-5,
.building-info-nav-links .tab-link,
.apartment-tab-links a.tab-link-4,
.floor-tab-section a.tab-link-5 {
    height: 38px;
    display: inline-block;
    font-size: 17px;
    color: #000;
    line-height: 38px;
    padding: 0 15px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    position: relative;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.26);
    -o-box-shadow: 0 0 6px rgba(0,0,0,0.26);
    box-shadow: 0 0 6px rgba(0,0,0,0.26);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-section .tab-links a.current,
.gallery-section .tab-links a.current,
.info-section .tab-links a.current,
.floor-tab-section .tab-links a.current,
.building-info-nav-links .tab-link.current,
.apartment-tab-links a.tab-link-4.current,
.floor-tab-section a.tab-link-5.current {
    color: #fff;

    box-shadow: none;
    background: #6b0e31;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b0e31), to(#a11946));
    background: -webkit-linear-gradient(#6b0e31, #a11946);
    background: -moz-linear-gradient(#6b0e31, #a11946);
    background: -ms-linear-gradient(#6b0e31, #a11946);
    background: -o-linear-gradient(#6b0e31, #a11946);
    background: linear-gradient(#6b0e31, #a11946);

}

.news-section .tab-links a.current:after,
.gallery-section .tab-links a.current:after,
.info-section .tab-links a.current:after,
.floor-tab-section .tab-links a.current:after,
.building-info-nav-links .tab-link.current:after,
.apartment-tab-links a.tab-link-4.current:after,
.floor-tab-section a.tab-link-5.current:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;

    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.28);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.28);
    -o-box-shadow: inset 0 2px 5px rgba(0,0,0,0.28);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.28);

}

.news-section .tab-cont .inner-tab,
.news-section .tab-cont .inner-tab-2,
.gallery-section .tab-cont .inner-tab-2,
.info-section .tab-cont .inner-tab,
.floor-tab-section .tab-cont .inner-tab-3,
.building-info-section .building-info-tab-cont .inner-tab,
.apartment-tab-cont .inner-tab-4,
.floor-tab-section .inner-tab-5 {
    display: none;
    position: relative;
    opacity: 0;

    animation: fades 0.5s;

}

.news-section .tab-cont .inner-tab.current,
.news-section .tab-cont .inner-tab-2.current,
.gallery-section .tab-cont .inner-tab-2.current,
.info-section .tab-cont .inner-tab.current,
.floor-tab-section .tab-cont .inner-tab-3.current,
.building-info-section .building-info-tab-cont .inner-tab.current,
.apartment-tab-cont .inner-tab-4.current,
.floor-tab-section .inner-tab-5.current {
    display: block;
    opacity: 1;
}

@keyframes fades {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news-section .slide,
.video-slide {
    margin: 0 10px;
    background: #d3d3d3;
}

.news-section .slide.media {
    margin: 0 15px 6px;
}

.news-section .slide.media .title {
    display: block;
    font-weight: 800;
    font-size: 25px;
    color: #9a1744;
    text-transform: uppercase;
    padding: 30px 25px;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.news-section .slide a,
.video-slide a {
    display: block;
}

.gallery-section .owl-loaded .owl-item {
    padding-bottom: 15px;
}

.news-section .slide .photo,
.video-slide .photo {
    height: 200px;
    display: block;
    overflow: hidden;
}

.video-slide .photo {
    height: auto;
}

.news-section .slide.media .photo {
    height: 330px;
}

.news-section .slide .photo img,
.video-slide .photo img {
    width: 100%;
}

.news-section .slide .title,
.video-slide .title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.gray-line {
    padding: 50px 0 100px;
    margin: 0 0 81px;
    background: #f7f7f7;
}

.gallery-section.gray-line {
    padding: 120px 0 100px;
    margin: 0;
}

.gallery-section iframe {
    width: 100% !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.gallery-photo {
    display: block;
    position: relative;
}

.gallery-photo:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    bottom: 25px; right: 25px;
    background: url("../images/full-screen-icon.png") no-repeat;
}

.fancybox-active {
    height: inherit;
}

.gallery-section .owl-prev,
.carousel-info-section .owl-prev {
    left: 15px;
    background: url("../images/gallery-slider-prev-btn.png") no-repeat 50%;
}

.gallery-section .owl-next,
.carousel-info-section .owl-next {
    right: 15px;
    background: url("../images/gallery-slider-next-btn.png") no-repeat 50%;
}

.news-section .owl-loaded .owl-stage-outer {
    padding: 10px 0 20px;
}

.news-section .slide .photo {
    height: auto;
}

.news-section .slide,
.video-slide {
    height: 100%;
    background: #fff;

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);

}

.news-section .slide .title,
.video-slide .title {
    padding: 17px 40px 20px;
}

.news-section .slide .title .inner-title,
.video-slide .title .inner-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

/*end news section*/

/*contacts section*/

.contacts-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.contacts-section .contacts-block {
    margin: 0;
}

.contacts-section h2 {
    padding: 0 0 40px;
}

.contacts-block {
    margin: 0 0 60px;
}

.contacts-block .title-row {

    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f7f7f7));
    background: -webkit-linear-gradient(#fff, #f7f7f7);
    background: -moz-linear-gradient(#fff, #f7f7f7);
    background: -ms-linear-gradient(#fff, #f7f7f7);
    background: -o-linear-gradient(#fff, #f7f7f7);
    background: linear-gradient(#fff, #f7f7f7);
    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);

}

.contacts-block .row {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 20px 50px;
}

.contacts-block .row .box {
    width: 100%;
    font-size: 16px;
}

.contacts-block .row .box.item-1 {
    max-width: 500px;
    padding-right: 50px;
}

.contacts-block .row .box.item-2 {
    max-width: 375px;
    padding-right: 50px;
}

.contacts-block .row .box.item-3 {
    max-width: 260px;
}

.contacts-block .row .box p:first-child .phone-link {
    background: url("../images/phone-icon-2.svg") no-repeat 4px 0;
}

.contacts-block .row .box .phone-link {
    background: none;
}

.contacts-block .row footer {
    padding-top: 43px;
}

.contacts-block footer .row {
    justify-content: flex-end;
}

.contacts-block .row .box:first-child {
    padding-top: 0;
}

.contacts-block .row .box p {
    padding: 0 0 5px;
}

.contacts-block .row .box p:last-child {
    padding: 0;
}

.contacts-block .title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 25px 50px 25px 50px;
}

.phone-link {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 30px;
    background: url("../images/phone-icon-2.svg") no-repeat 4px 0;
    background-size: 12px auto !important;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.mail-link {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 0 30px;
    background: url("../images/mail-icon-2.svg") no-repeat 0 50%;
    background-size: 20px auto;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.mail-link:hover,
.phone-link:hover {
    color: #7a0045;
}

.contacts-section .button-line {
    text-align: center;
}

.map {
    padding: 0 0 5px;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.contacts-block .info {
    padding: 20px 0 0;
}

.contacts-block .info .time {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 0 30px;
    margin-top: -3px;
    background: url("../images/contacts-section-time-icon.svg") no-repeat 0 0;
    background-size: 20px auto;
}

.contacts-block .info .location {
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 0 25px;
    margin-top: -3px;
    background: url("../images/location-icon.svg") no-repeat 0 0;
    background-size: 14px auto;
}

.contacts-block .socials {

}

.socials .social {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 0 0 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.socials .social:first-child {
    margin: 0;
}

.socials .social:hover {
    opacity: 0.5;
}

.socials .social.item-1 {
    background: url("../images/contact-section-social-icon-1.svg") no-repeat;
}

.socials .social.item-2 {
    background: url("../images/contact-section-social-icon-2.svg") no-repeat;
}

.socials .social.item-3 {
    background: url("../images/contact-section-social-icon-3.svg") no-repeat;
}

.contacts-block.special {

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);

}

.contacts-block.special .info.left {
    width: 490px;
    padding: 56px 40px 25px 50px;
}

.contacts-block.special .info.left .row {
    padding: 0;
}

.contacts-block.special .info.left .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 0 60px;
    margin: 0;
}

.contacts-block.special .info.left .location {
    font-size: 18px;
    line-height: 19px;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
    background: url("../images/location-icon.svg") no-repeat 0 0;
}

.contacts-block.special .info.left p {
    padding: 0 0 30px;
}

.contacts-block.special .info.left .phone-link {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 35px;
    background: url("../images/phone-icon-2.svg") no-repeat;
}

.contacts-block.special .info.left .mail-link {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 35px;
    background: url("../images/mail-icon-2.svg") no-repeat 0 50%;
}

.contacts-block.special .info.left .time {
    font-size: 15px;
    line-height: 19px;
    padding: 0;
    background: none;
}

.contacts-block.special .info.left .socials {
    padding: 5px 0 0;
}

.socials.big .social,
.contacts-block.special .info.left .socials .social {
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
}

.socials.big .social.item-1,
.contacts-block.special .info.left .socials .social.item-1 {
    background: url("../images/contact-section-social-icon-2-1.png") no-repeat;
}

.socials.big .social.item-2,
.contacts-block.special .info.left .socials .social.item-2 {
    background: url("../images/contact-section-social-icon-2-2.png") no-repeat;
}

.socials.big .social.item-3,
.contacts-block.special .info.left .socials .social.item-3 {
    background: url("../images/contact-section-social-icon-2-3.png") no-repeat;
}

.contacts-block.special .info.left footer {
    padding: 130px 0 0;
}

.contacts-block.special .map.right {
    width: 750px;
    padding: 0;
}

/*end contacts section*/

/*seo text section*/

.seo-text-section {
    padding: 0 0 75px;
    background: #f7f7f7;
}

.seo-text-section .inner-block {
    font-size: 13px;
    line-height: 25px;
    padding: 50px;
    background: #fff;

    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 0 4px 13px rgba(0,0,0,0.09);
    box-shadow: 0 4px 13px rgba(0,0,0,0.09);

}

.seo-text-section h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 0 23px;
}
.seo-text-section h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 0 23px;
}
.seo-text-section footer {
    padding: 16px 0 0;
}

.seo-text-section footer h3 {
    padding: 0;
    margin: 0 100px 0 0;
}
.seo-text-section footer h2 {
    padding: 0;
    margin: 0 100px 0 0;
}
.more-link {
    font-size: 13px;
    color: #000;
    margin: -23px 0 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.more-link:hover {
    color: #7a0045;
}

/*end seo text section*/

/*scroll section*/

.scroll-section {
    padding: 0 0 60px;
}

.scroll-section .scroll {
    position: relative;
}

.scroll-section .slide-icon-box {
    position: absolute;
}

.scroll-section .slide-icon-box.p-1 {
    top: 200px; left: 970px;
}

.scroll-section .slide-icon-box.p-2 {
    top: 200px; left: 1450px;
}

.scroll-section .slide-icon-box.p-3 {
    top: 180px; left: 1900px;
}

.scroll-section .slide-icon-box.p-4 {
    top: 250px; left: 2500px;
}

.scroll-section .slide-icon-box.p-5 {
    top: 180px; left: 1750px;
}

.scroll-section .slide-icon-box.p-6 {
    top: 250px; left: 2100px;
}

.scroll-section .slide-icon-box.p-7 {
    top: 250px; left: 1300px;
}

/*end scroll section*/

/*general plan section*/

.general-plan-section {
    padding: 50px 0 50px;
    width: 100%;
}

section+.general-plan-section {
    padding: 65px 0 90px;
}

.video-section+style+.general-plan-section {
    padding-top: 60px;
}

.general-plan-section h2 {
    padding: 30px 0 59px;
}

.general-plan-section .plan-block {
    position: relative;
}

.general-plan-section .plan-block figure img {
    width: 100%;
}

.slide-icon-box,
.slide-icon-box-2 {
    /*height: 45px;*/
    display: inline-block;
    position: absolute;
    z-index: 1;
    /*overflow: hidden;*/

    /*    -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/

}

.general-plan-section .plan-block .slide-icon-box.p-1 {
    bottom: 80px; left: 255px;
}

.general-plan-section .plan-block .slide-icon-box.p-2 {
    bottom: 160px; left: 250px;
}

.general-plan-section .plan-block .slide-icon-box.p-3 {
    bottom: 243px; left: 537px;
}

.general-plan-section .plan-block .slide-icon-box.p-4 {
    top: 340px; left: 528px;
}

.general-plan-section .plan-block .slide-icon-box.p-5 {
    top: 135px; left: 800px;
}

.general-plan-section .plan-block .slide-icon-box.p-6 {
    bottom: 336px; left: 768px;
}

.general-plan-section .plan-block .slide-icon-box.p-7 {
    bottom: 140px; left: 900px;
}

.general-plan-section .plan-block .slide-icon-box.p-8 {
    bottom: 62px; left: 970px;
}

.general-plan-section .plan-block .slide-icon-box.p-9 {
    bottom: 270px; left: 815px;
}

.general-plan-section .plan-block .slide-icon-box.p-10 {
    bottom: 380px; left: 1080px;
}
.slide-icon-box:hover {
    z-index: 10 !important;
}
.slide-icon-box:hover .inner .text {
    display: block;
}

.slide-icon-box .inner .text {
    display: none;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 0 15px;
    white-space: nowrap;
    position: absolute;
    top: -30px; left: 50%;
    background: rgba(0,0,0,0.72);

    border-radius: 20px;
    transform: translateX(-50%);

}

.slide-icon-box .inner .text.bp {
    top: auto; bottom: -30px;
}


.plan-top-info {
    position: absolute;
    top: 40px; left: 40px;
}

.slide-info-icon-box {
    margin: 0 0 10px;
}
.plan-top-info .slide-info-icon-box{
    position: relative;
}
.slide-info-icon-box .icon-box {
    position: relative;
    z-index: 1;
}

.slide-info-icon-box .inner .text {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    white-space: nowrap;
    padding: 0 20px 0 30px;
    margin-left: 0;
    position: absolute;
    top: 50%; left: 40px;
    background: rgba(0,0,0,0.72);

    transform: translateY(-50%);
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.slide-icon-box .icon-box img,
.slide-icon-box-2 .icon-box img {

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.slide-icon-box:hover .icon-box img,
.slide-icon-box-2:hover .icon-box img {
    transform: scale(1.3);
}

.plan-block {
    position: relative;
}

.plan-bottom-info {
    padding: 10px 10px 0 5px;
    position: absolute;
    top: 40px; right: 40px;
    z-index: 1;
    overflow: hidden;
}

.plan-bottom-info .main-inner-box {
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;

    border-radius: 30px;

}

.plan-bottom-info .inner-bg {
    height: calc(100% - 10px);
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(0,0,0,0.72);

    border-radius: 26px;

}

.plan-bottom-info .inner-bg .inner {
    position: relative;
    z-index: 100;
}

.plan-bottom-info:before {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 3;
    background: #f26c4f url("../images/plan-info-icon-3.svg") no-repeat 45% 50%;
    background-size: 60% auto !important;

    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(41,38,31,0.53);
    -moz-box-shadow: 0 4px 4px rgba(41,38,31,0.53);
    -o-box-shadow: 0 4px 4px rgba(41,38,31,0.53);
    box-shadow: 0 4px 4px rgba(41,38,31,0.53);

}

.plan-bottom-info .left-bg {
    width: 60px;
    height: calc(100% - 40px);
    display: block;
    position: absolute;
    top: 40px; left: 0;
    background: #f26c4f;

    border-radius: 0 0 40px 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.plan-bottom-info:hover:after {
    /*height: calc(100% - 10px);*/
}

.plan-bottom-info .inner {
    padding: 0 0 0 5px;
}

.plan-bottom-info .title {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    line-height: 54px;
    padding: 0 40px 0 75px;
    margin: 0 0 13px;
    position: relative;
    z-index: 2;
}

.plan-bottom-info .title:after {
    content: '';
    /*width: 0;*/
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 20px;
    background: rgba(0,0,0,0.72);

    border-radius: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.plan-bottom-info .title:hover:after {
    /*width: calc(100% - 20px);*/
}

.plan-bottom-info .title span {
    position: relative;
    z-index: 3;
}

.plan-bottom-info .row {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 0 40px 20px 0;
    position: relative;
    /*z-index: 10;*/
}

.plan-bottom-info .row .time {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.plan-bottom-info .row .text {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}

.plan-bottom-info .row .text span {
    display: inline-block;
    margin: 0 0 -5px 5px;
}

.plan-bottom-info .row .text span img {
    width: 70%;
}

.general-plan-section.old .slide-icon-box:hover,
.slide-icon-box-2:hover {
    overflow: visible;
}

.general-plan-section.old .slide-icon-box:after,
.general-plan-section.old .slide-icon-box-2:after {
    content: '';
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 3;
}



.general-plan-section.old .slide-icon-box .inner,
.general-plan-section.old .slide-icon-box-2 .inner {
    padding: 0 0 0 45px;
    position: relative;
    overflow: hidden;
}

.general-plan-section.old .slide-icon-box .inner .text,
.general-plan-section.old .slide-icon-box-2 .inner .text {
    max-width: 0;
    display: block;
    font-weight: 800;
    font-size: 12px;
    color: #333;
    line-height: 45px;
    text-transform: uppercase;
    margin-left: -300px;
    position: relative;
    top: 0;
    z-index: 2;
    background: #fff;

    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.general-plan-section.old .slide-icon-box:hover .inner .text,
.general-plan-section.old .slide-icon-box-2:hover .inner .text {
    max-width: none;
    margin-left: 0;
    padding: 0 10px;
}

.slide-icon-box .bottom-text {
    width: calc(100% - 45px);
    font-size: 9px;
    line-height: 12px;
    padding: 10px 20px 20px 10px;
    margin: -50px 0 0;
    position: absolute;
    left: 45px;
    opacity: 0;
    background: rgba(255,255,255,0.83);

    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.23);
    -o-box-shadow: 0 3px 3px rgba(0,0,0,0.23);
    box-shadow: 0 3px 3px rgba(0,0,0,0.23);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;


}

.slide-icon-box:hover .bottom-text {
    margin: 0;
    opacity: 1;
    transition-delay: 0.4s;
}

.slide-icon-box-2 {
    height: 68px;
    padding: 18px;
    box-shadow: none;
}

.slide-icon-box-2:after {
    width: 32px;
    height: 32px;
    top: 18px; left: 18px;

    border-radius: 16px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    box-shadow: 0 0 18px rgba(0,0,0,0.16);

}

.slide-icon-box-2.item-1:after {
    background: #fff url("../images/share-icon.png") no-repeat 50%;
}

.slide-icon-box-2.item-2:after {
    content: 'PDF';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.5px;
    background: #fff;
}

.slide-icon-box-2 .inner {
    height: 32px;
    padding: 0 10px 0 30px;
    border: 1px solid transparent;
    background: none;

    border-radius: 16px;

}

.slide-icon-box-2:hover .inner {
    border: 1px solid #ccc;
    background: #fff;

    transition-delay: 0.2s;

}

.slide-icon-box-2 .inner .text {
    height: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    background: none;
}

.building-box {
    top:-50px;
    right:-25px;
    left: auto;
    bottom:auto;
    position: absolute;
    z-index: 10;
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;

}

.building-box.action {
    opacity: 1;
    z-index: 10;
}

.building-map {
    opacity: 0.5;
}

.building-map img {
    width: 100%;
}

.map-area area {
    cursor: pointer;
}


.building-box .building-info {
    width: 0;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    background: #ebe7e7;

    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.72);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.72);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,0.72);
    box-shadow: 0 1px 6px rgba(0,0,0,0.72);

}

.building-box .building-info {
    width: 240px;
    opacity: 1;

    -webkit-transition: opacity 0.5s, left 0.5s, top 0.5s;
    -moz-transition: opacity 0.5s, left 0.5s, top 0.5s;
    -o-transition: opacity 0.5s, left 0.5s, top 0.5s;
    transition: opacity 0.5s, left 0.5s, top 0.5s;

}


.building-box .building-info .top-line {
    height: 40px;
    background: #fff;

    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.18);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,0.18);
    box-shadow: 0 1px 6px rgba(0,0,0,0.18);

}

.building-box .building-info .top-line .turn {
    width: 100px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.building-box .building-info .top-line .turn:after {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; right: 0;
    background: url("../images/turn-shadow-bg.jpg") repeat-y;
}

.building-box .building-info .top-line .number {
    font-weight: 800;
    font-size: 24px;
}

.building-box .building-info .top-line .loading-box {
    width: 140px;
    padding: 0 0 0 100px;
    position: relative;
}

.building-box .building-info .top-line .loading-box .loading {
    width: 80px;
    height: 4px;
    position: absolute;
    top: 50%; left: 9px;
    overflow: hidden;
    background: #ccc;

    transform: translateY(-50%);

}

.building-box .building-info .top-line .loading-box .loading:after {
    content: '';
    height: 4px;
    width: 0;
    display: block;
    position: absolute;
    top: 0; left: 0;

    background: #86113e;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#86113e), to(#a11846));
    background: -webkit-linear-gradient(#86113e, #a11846);
    background: -moz-linear-gradient(#86113e, #a11846);
    background: -ms-linear-gradient(#86113e, #a11846);
    background: -o-linear-gradient(#86113e, #a11846);
    background: linear-gradient(#86113e, #a11846);

}


.building-box.action .building-info .top-line .loading-box .loading:after {

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}


.building-box .building-info .top-line .loading-box .text {
    font-weight: 800;
    font-size: 12px;
    color: #971643;
    line-height: 40px;
}

.building-box .building-info .inner {
    padding: 15px 15px 15px 10px;
}

.building-box .building-info .inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.building-box .building-info .inner ul li {
    font-size: 12px;
    line-height: 12px;
    padding: 1px 0 0 18px;
    margin: 8px 0 0;
    background: url("../images/building-li-bg.png") no-repeat 0 0;
}

.building-box .building-info .inner ul li.icon-1 {
    background: url("../images/building-li-icon-1.svg") no-repeat 0 0;
    background-size: 13px auto;
}

.building-box .building-info .inner ul li.icon-2 {
    background: url("../images/building-li-icon-2.svg") no-repeat 0 0;
    background-size: 13px auto;
}

.building-box .building-info .inner ul li.icon-3 {
    background: url("../images/building-li-icon-3.svg") no-repeat 0 0;
    background-size: 13px auto;
}
.building-box .building-info .inner ul li.icon-4 {
    background: url("../images/pin.svg") no-repeat 0 0;
    background-size: 13px auto;
}
.building-box .building-info .inner ul li:first-child {
    margin: 0;
}

.building-box .building-info .inner ul li b:nth-child(2) {
    margin: 0 0 0 10px;
}

.general-plan-section .info {
    padding: 77px 60px 67px;
    position: relative;
    overflow: hidden;
    background: linear-gradient( #fff 0%, #f7f7f7 100%);

    -webkit-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    box-shadow: 4px 4px 13px rgba(0,0,0,0.09);

}

.general-plan-section .info article {
    width: 21%;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px 0 0;
}

.general-plan-section .info article.item-5 {
    width: 16%;
}

.general-plan-section .info article .time {
    font-weight: 800;
    font-size: 15px;
    color: #911441;
    padding: 0 0 10px;
    position: relative;
}

.general-plan-section .info article .time:after {
    content: '';
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    top: 33%;
    background: #000;
}

.general-plan-section .info article.item-1 {
    animation-delay: 0.5s;
}

.general-plan-section .info article.item-2{
    animation-delay: 1s;
}

.general-plan-section .info article.item-3 {
    animation-delay: 1.5s;
}

.general-plan-section .info article.item-4 {
    animation-delay: 2s;
}

.general-plan-section .info article.item-5 {
    animation-delay: 2.5s;
}

.general-plan-section .info article.item-1 .time:after {
    width: 140px;
    left: 75px;
}

.general-plan-section .info article.item-2 .time:after {
    width: 130px;
    left: 95px;
}

.general-plan-section .info article.item-3 .time:after {
    width: 130px;
    left: 95px;
}

.general-plan-section .info article.item-4 .time:after {
    width: 115px;
    left: 110px;
}

.general-plan-section .info article.item-5 .time:after {
    display: none;
}

.general-plan-section .info article .time .number {
    font-size: 48px;
    line-height: 48px;
}

.general-plan-section .info article p {
    padding: 0 0 7px;
}

/*end general plan section*/

/*technologies section*/

.technologies-section {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 245px;
    position: relative;
    overflow-x: hidden;
}

.technologies-section h2 {
    padding: 0 0 40px;
}

.technologies-section .inner-block {
    position: relative;
}

.technologies-section .inner-block h2+p {
    padding: 0 0 110px 120px;
}

.technologies-section figure {
    position: absolute;
    top: 115px; right: -330px;
    z-index: 2;
}

.technologies-section figure img {
    height: 902px;
}

.technologies-section article {
    width: calc(100% - 75px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 0 210px;
    margin: 0 0 15px 75px;
    position: relative;
    background-position: 50px 50% !important;

    background: linear-gradient(#fff 0%, #f7f7f7 100%);
    -webkit-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    -moz-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    -o-box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    box-shadow: 4px 4px 13px rgba(0,0,0,0.09);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.technologies-section article:hover {

    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);

}

.technologies-section article.item-2 {
    animation-delay: 0.2s;
}

.technologies-section article.item-3 {
    animation-delay: 0.4s;
}

.technologies-section article.item-1:after {
    content: '';
    width: 136px;
    height: 136px;
    display: block;
    position: absolute;
    top: 50%; left: 52px;

    transform: translateY(-50%);

}

.technologies-section article.item-2:after {
    content: '';
    width: 131px;
    height: 121px;
    display: block;
    position: absolute;
    top: 50%; left: 53px;


    transform: translateY(-50%);

}

.technologies-section article.item-3:after {
    content: '';
    width: 138px;
    height: 130px;
    display: block;
    position: absolute;
    top: 50%; left: 49px;


    transform: translateY(-50%);

}

.technologies-section article .title {
    font-size: 28px;
    line-height: 40px;
}

.technologies-section article p:last-child {
    padding: 0;
}

/*end technologies section*/

/*comments section*/

.comments-section {
    padding: 75px 0 100px;
    margin: 0 0 65px;
    background: #f7f7f7;
}

.comments-section h2 {
    padding: 0 0 55px;
}

.comments-section .inner-block {
    width: 1100px;
}

.comments-section .owl-nav {
    width: 1200px;
    margin: 0 0 0 -45px;
}

.comment-box {
    margin: 15px 20px;
    background: #fff;

    -webkit-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    -moz-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    -o-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    box-shadow: 0 3px 13px rgba(10,10,10,0.43);

}

.comment-box .photo a {
    display: block;
    position: relative;
}

.comment-box .photo a img {
    width: 100%;
}

.comment-box .photo a .play {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 12px; right: 12px;
    background: url("../images/play-icon-3.png") no-repeat 0 2px;

    -webkit-text-shadow: 0 1px 1px rgba(3,8,14,0.67);
    -moz-text-shadow: 0 1px 1px rgba(3,8,14,0.67);
    -o-text-shadow: 0 1px 1px rgba(3,8,14,0.67);
    text-shadow: 0 1px 1px rgba(3,8,14,0.67);

}

.comment-box .title {
    padding: 22px 20px 20px;
}

.comment-box .title .name {
    font-weight: 800;
    font-size: 25px;
    color: #941542;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 -4px;
}

.comment-box .title .status {
    font-size: 14px;
    line-height: 18px;
}

.comment-box .text {
    height: 150px;
    font-size: 12px;
    line-height: 17px;
    padding: 25px 20px;
    background: url("../images/comment-box-shadow.jpg") repeat-x 0 0;
}

/*end comments section*/

/*top section*/

.top-section {
    margin: 0 0 100px;
    position: relative;
}

.top-section.simple {
    border: none;
    margin: 0;
}

.top-section img {
    width: 100%;
}

.top-section h2, .top-section h1, .catalog-title {
    width: 100%;
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0 100px 0 160px;
    position: absolute;
    top: 50%; left: 0;

    transform: translateY(-50%);

}
.catalog-title{
    text-align: center;
}

/*end top section*/

/*info section*/

.info-section {
    padding: 0 0 100px;
}

.info-section h2, .info-section h1 {
    font-size: 39px;
    line-height: 52px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 22px;
}

.info-section .date {
    font-weight: 600;
    font-size: 23px;
    color: #6c6c6c;
    line-height: 23px;
    padding: 0 0 62px;
}

.info-section p {
    line-height: 20px;
}

.shadow-box {
    font-size: 14px;
    line-height: 17px;
    padding: 100px 75px 70px;
    background: #fff;

    -webkit-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    box-shadow: 0 0 13px rgba(10,10,10,0.36);

}

.shadow-box .inner {
    padding: 0 85px;
}

.shadow-box p {
    padding: 0 0 15px;
}

.action-box {
    margin: 0 0 60px;

    -webkit-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    box-shadow: 0 0 13px rgba(10,10,10,0.36);

}

.action-box.simple {
    box-shadow: none;
}

.action-box.simple figure {

    -webkit-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    box-shadow: 0 0 13px rgba(10,10,10,0.36);

}

.action-box figure img {
    width: 100%;
    display: block;
}

.action-box .row {
    padding: 30px 0;
    background: #f7f7f7;
}

.action-box .row .counter-box {
    width: 580px;
}

.counter-box {
    text-align: center;
}

.counter-box .counter-inner-box {
    width: 125px;
    display: inline-block;
}

.counter-box .counter-inner-box .big-text {
    display: block;
    font-weight: bold;
    font-size: 84px;
    color: #961543;
    line-height: 84px;
    letter-spacing: -2px;
    position: relative;
}

.counter-box .counter-inner-box .big-text:before,
.counter-box .counter-inner-box .big-text:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 30px; left: -3px;
    background: #961543;
}

.counter-box .counter-inner-box .big-text:after {
    top: 43px;
}

.counter-box .counter-inner-box:first-child .big-text:before,
.counter-box .counter-inner-box:first-child .big-text:after {
    display: none;
}

.counter-box .counter-inner-box .small-text {
    display: block;
    font-size: 18px;
    color: #000;
    margin: -7px 0 0;
}

.action-box .action-date {
    width: 320px;
    font-size: 20px;
    line-height: 24px;
    padding: 22px 20px 0 0;
    background: #f7f7f7;
}

.action-box.simple .action-date {
    padding: 22px 20px 25px;

    -webkit-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 13px rgba(10,10,10,0.36);
    box-shadow: 0 0 13px rgba(10,10,10,0.36);

}

.youtube-box {
    width: 570px;
    margin: 55px auto 65px;
}

.shadow-box .carousel-info-section {
    margin: 115px 0 0;
}

.no-action-info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 100px 0 0;
    background: url("../images/no-action-icon.svg") no-repeat 50% 0;
    background-size: 72px auto;
}

.shadow-box .no-action-info {
    padding: 100px 20px 30px;
}

.no-action-info .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px;
}

.no-action-info .socials {
    display: block;
    padding: 18px 0 0;
}

.no-action-info .socials .social:first-child {
    margin: 0;
}

.shadow-box.simple {
    padding: 0;
}

.shadow-box .action-info {
    padding: 100px 60px;
}

.action-info-box {
    width: 540px;
    margin: 0 0 75px;
    background: #fff;
}

.action-info-box .photo {
    position: relative;
}

.row:last-child .action-info-box {
    margin-bottom: 0;
}

.action-info-box a {
    display: block;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.action-info-box a:hover {
    opacity: 0.8;
}

.action-info-box a img {
    width: 100%;
    display: block;
}

.action-info-box a .title {
    display: block;
    font-weight: 800;
    font-size: 25px;
    color: #981643;
    line-height: 28px;
    text-transform: uppercase;
    padding: 20px 25px;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

/*news navigation*/

.shadow-box .news-navigation {
    padding: 100px 230px 0;
}

.news-navigation a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-navigation a.prev-news {
    padding: 0 0 0 20px;
    background: url("../images/prev-news-arrow.png") no-repeat 0 50%;
}

.news-navigation a.prev-news:hover {
    padding: 0 0 0 40px;
}

.news-navigation a.next-news {
    padding: 0 20px 0 0;
    background: url("../images/next-news-arrow.png") no-repeat 100% 50%;
}

.news-navigation a.next-news:hover {
    padding: 0 40px 0 0;
}

/*end news navigation*/

/*end info section*/

/*news article section*/

.news-article-section {
    padding: 0 0 100px;
}

.news-article-section .news-articles-column {
    width: 920px;
}

.news-article-section .row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.news-article {
    width: 445px;
    display: flex;
    margin: 0 15px 45px;
    position: relative;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.news-article a {
    width: 100%;
    display: block;
    position: relative;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-article a .photo {
    display: block;
    position: relative;
    overflow: hidden;
}

.news-article a .photo img {
    width: 100%;
    display: block;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-article.simple a .photo img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.news-article.simple a:hover .photo img {
    transform: scale(1.075);
}

.news-article a .photo:before,
.news-article a .photo:after {

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-article a .photo:before,
.news-article a .photo:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.7);
}

.news-article a .photo:before {
    z-index: 1;
    background: url("../images/play-icon.svg") no-repeat 50% 50%;
    background-size: 70px auto;
}

.news-article a:hover .photo:before,
.news-article a:hover .photo:after {
    opacity: 1;
}
.news-article.simple a:hover .photo:before,
.news-article.simple a:hover .photo:after {
    display: none;
}

.news-article a .inner {
    display: block;
    padding: 23px 20px 45px;
}

.news-article a .inner .title {
    display: block;
    font-weight: 800;
    font-size: 16px;
    color: #981643;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 0 20px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.news-article-section .news-article a .inner .title {
    font-size: 16px;
    line-height: 22px;
}

.news-article a:hover .inner .title {
    color: #010101;
}

.news-article a .inner .text {
    display: block;
    font-size: 12px;
    color: #010101;
    line-height: 16px;
}

.news-article a .inner .date {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #010101;
    line-height: 16px;
    text-align: right;
    padding: 0 15px;
    position: absolute;
    bottom: 10px; right: 0;
}

.news-article-section .news-sidebar {
    width: 270px;
}

.news-sidebar .big-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    padding: 18px 15px;
    margin: 0 0 20px;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.news-sidebar .news-article {
    width: auto;
    margin: 0 0 20px;
}

.news-sidebar .news-article .inner {
    padding: 20px 15px;
}

.news-sidebar .news-article .inner .title {
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 5px;
}

.news-sidebar .news-article .inner .text {
    font-size: 12px;
    line-height: 18px;
}

/*end news article section*/

.progress.info-section .news-list .news-articles-column .row {
    margin: 0;
}

.progress.info-section .news-list .news-article {
    width: 376px;
}


/*preloader*/

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    z-index: 10000;
    background: #000;
}

.sk-fading-circle {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    /*background-color: #790045;*/
    border-radius: 100%;
    -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;

    background: linear-gradient(180deg, #a21a5c 0%, #2a235d 100%);

}

.sk-fading-circle .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*end preloader*/













/*footer section*/

.footer-section {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    padding: 75px 0 0;
    background: #fff;
}

.footer-section .row {
    padding: 0 0 75px;
}

.footer-section .footer-box.item-1 {
    width: 270px;
    padding: 0 20px 0 0;
}

.footer-section .footer-box.item-2 {
    width:310px;
    padding: 0 20px 0 0;
}

.footer-section .footer-box.item-3 {
    width: 450px;
    padding: 0 20px 0 0;
}

.footer-section .footer-box.item-4 {
    width: 180px;
}

.footer-section .footer-box .title {
    font-weight: bold;
    font-size: 21px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 0 32px;
}

.footer-section .footer-box .title a {
    color: #000;
}

.footer-section .footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section .footer-box ul li {
    padding: 10px 0 0;
}

.footer-section .footer-box ul li:first-child {
    padding: 0;
}

.footer-section .footer-box a.button {
    height: 30px;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
}

.footer-section .footer-box.item-4 p {
    padding: 0 0 10px;
}

.footer-section .socials {
    padding: 0 0 15px;
}

.footer-section .socials .social {
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
}

.footer-section .socials .social:first-child {
    margin: 0;
}

.footer-section .socials .social.item-1 {
    background: url("../images/footer-social-icon-1.svg") no-repeat;
}

.footer-section .socials .social.item-2 {
    background: url("../images/footer-social-icon-2.svg") no-repeat;
}

.footer-section .socials .social.item-3 {
    background: url("../images/footer-social-icon-3.svg") no-repeat;
}

.footer-banner {
    height: 70px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
    background: url("../images/footer-banner-img.jpg") no-repeat 50%;
    background-size: 100% auto !important;
}

.footer-bottom-line {
    line-height: 54px;
    border-top: 1px solid #000;
}

.footer-bottom-line .copyrights {
    width: 465px;
    padding: 0 10px 0 0;
}

.footer-bottom-line .site-map {
    display: inline-block;
    margin: 0 60px 0 0;
}

.footer-bottom-line .cookies {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-bottom-line .developers {
    width: 310px;
    text-align: right;
}

.footer-section a {
    color: #828282;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.footer-section a:hover {
    color: #7a0045;
}

/*end footer section*/

.bottom-button {
    min-width: 60px;
    display: inline-block;
    font-size: 10px;
    color: #7a0045;
    text-transform: uppercase;
    padding: 65px 0 0;
    position: fixed;
    bottom: 20px; left: 80px;
    z-index: 1;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.bottom-button.item-1 {
    background: url("../images/bottom-button-1.png") no-repeat 50% 0;
    background-size: 60px auto;
}

.bottom-button.item-2 {
    left: 180px;
    background: url("../images/bottom-button-2.png") no-repeat 50% 0;
    background-size: 60px auto;
}

.bottom-button:hover {
    color: #000;
    background-position: 50% 5px !important;
}

/*popup banner*/

#overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0; left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);

    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;

}

.popup-banner {
    top: 50%; left: 60px; right: 0;
    margin: auto;
    min-width: 300px;
    max-width: 700px;
    position: absolute;

    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    transform: translateY(-50%);

}

.popup-banner img {
    width: 100%;
}

.close {
    width: 28px;
    height: 28px;
    top: -14px; right: -14px;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background: url("../images/close-popup-banner-btn.png") no-repeat;
}

@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

.popup {
    width: 250px;
    padding: 25px 45px 30px;
    margin: auto;
    position: relative;
    background: #fff;

    -webkit-box-shadow: 0 0 9px rgba(10,10,10,0.25);
    -moz-box-shadow: 0 0 9px rgba(10,10,10,0.25);
    -o-box-shadow: 0 0 9px rgba(10,10,10,0.25);
    box-shadow: 0 0 9px rgba(10,10,10,0.25);

}

.project-info-popup.popup {
    width: 950px;
    padding: 20px;

    background: linear-gradient(0deg, #f7f7f7 0%, #fff 100%);
    -webkit-box-shadow: 0 4px 13px rgba(10,10,10,0.09);
    -moz-box-shadow: 0 4px 13px rgba(10,10,10,0.09);
    -o-box-shadow: 0 4px 13px rgba(10,10,10,0.09);
    box-shadow: 0 4px 13px rgba(10,10,10,0.09);

}

.project-info-popup.popup .row {
    display: flex;
    justify-content: space-between;
}

.project-info-popup.popup .row .info {
    max-width: 480px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 25px 30px;
}

.project-info-popup.popup .row .info h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 15px;
}

.project-info-popup.popup .row .info .list {
    padding: 0 0 20px;
}

.project-info-popup.popup .row .info p:last-child {
    padding: 0;
}

.project-info-popup.popup .row figure {
    width: 100%;
    max-width: 440px;
}

.mfp-container {
    padding: 0 10px 0 50px;
}

.project-info-popup.popup .row figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info-popup.popup .info-line {
    line-height: 22px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    background: url("../images/about-section-inner-icon.png") no-repeat 0 0;
}

.project-info-popup.popup#project-video {
    padding: 30px;
}

.project-info-popup.popup iframe {
    width: 100%;
    display: block;
}

.mfp-close-btn-in .mfp-close {
    width: 18px;
    height: 18px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    top: -9px; right: -9px;
    overflow: hidden;
    opacity: 1;
    background: #000;

    border-radius: 9px;

}

.popup form .form-holder .checkbox-box label {
    font-size: 8px;
    line-height: 10px;
    margin: 0 0 0 20px;
}

.popup .icheckbox {
    height: 13px;
    width: 13px;
    float: left;
    top: 2px;
    border: 1px solid #961642;
    background: #f7f7f7;

    border-radius: 0;

}

.popup .icheckbox:after {
    width: 10px;
    height: 10px;
    display: none;

}

.popup .icheckbox.checked:after {
    display: block;
    margin: -5px 0 0 -5px;
    top: 50%; left: 50%;
    background: url("../images/checkbox-ok.png") no-repeat;
}

.popup form .form-holder {
    padding: 0 0 20px;
}

.popup form .form-holder:last-child {
    padding: 0;
}

.popup form .form-holder label {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 0 0 5px;
}

.popup form .form-holder input {
    height: 20px;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 14px;
    color: #a31947;
    line-height: 19px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #86123f;
}

.popup form .form-holder input {

}

.popup form .form-holder input[type=tel]::-webkit-input-placeholder,
.popup form .form-holder input[type=text]::-webkit-input-placeholder,
.popup form .form-holder input[type=email]::-webkit-input-placeholder,
.popup form .form-holder input[type=password]::-webkit-input-placeholder,
.popup form .form-holder input[type=number]::-webkit-input-placeholder {
    color: #a31947;
}

.popup form .form-holder input[type=tel]::-moz-placeholder,
.popup form .form-holder input[type=text]::-moz-placeholder,
.popup form .form-holder input[type=email]::-moz-placeholder,
.popup form .form-holder input[type=password]::-moz-placeholder,
.popup form .form-holder input[type=number]::-moz-placeholder {
    color: #a31947;
}

.popup form .form-holder input[type=tel]:-moz-placeholder,
.popup form .form-holder input[type=text]:-moz-placeholder,
.popup form .form-holder input[type=email]:-moz-placeholder,
.popup form .form-holder input[type=password]:-moz-placeholder,
.popup form .form-holder input[type=number]:-moz-placeholder {
    color: #a31947;
}

.popup form .form-holder input[type=tel]:-ms-input-placeholder,
.popup form .form-holder input[type=text]:-ms-input-placeholder,
.popup form .form-holder input[type=email]:-ms-input-placeholder,
.popup form .form-holder input[type=password]:-ms-input-placeholder,
.popup form .form-holder input[type=number]:-ms-input-placeholder {
    color: #a31947;
}

.popup form .form-holder.phone {
    position: relative;
}

.popup form .form-holder.phone input {
    padding: 0 0 0 40px;
}

.popup form .form-holder.phone .phone-mask {
    font-size: 14px;
    color: #a31947;
    line-height: 19px;
    position: absolute;
    top: 25px; left: 0;
}

.popup form .form-holder .button-2 {
    width: 100%;
    text-align: center;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.mfp-bg {
    background: rgba(0,0,0,0.6);
}

/*order popup*/

#order-popup.popup {
    width: 750px;
    padding: 0 445px 0 0;
    background: url("../images/order-popup-bg.jpg") no-repeat 100% 0;
    background-size: auto 100%;
}

#order-popup.popup form {
    padding: 25px 60px 20px 30px;
    background: #fff;
}

#order-popup.popup form h5 {
    font-weight: 800;
    font-size: 14px;
    color: #7a0045;
    text-transform: uppercase;
}

#order-popup.popup form .form-holder {
    padding: 0 0 20px;
}

#order-popup.popup form .form-holder label.name,
#order-popup.popup form .form-holder label.phone {
    font-size: 14px;
    color: #000;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    background: url("../images/phone-icon-2.svg") no-repeat 0 0;
    background-size: 12px auto;
}

#order-popup.popup form .form-holder label.name {
    background: url("../images/order-popup-form-icon-name.png") no-repeat 0 0;
    background-size: 13px auto;
}

#order-popup.popup form .form-holder input[type="text"] {
    height: 30px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding: 0 20px;
    border: none;

    -webkit-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    -moz-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    -o-box-shadow: 0 0 8px rgba(41,38,31,0.24);
    box-shadow: 0 0 8px rgba(41,38,31,0.24);

}

#order-popup.popup form .form-holder input[type=tel]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=text]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=email]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=password]::-webkit-input-placeholder,
#order-popup.popup form .form-holder input[type=number]::-webkit-input-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=text]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=email]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=password]::-moz-placeholder,
#order-popup.popup form .form-holder input[type=number]::-moz-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=text]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=email]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=password]:-moz-placeholder,
#order-popup.popup form .form-holder input[type=number]:-moz-placeholder {
    color: #000;
}

#order-popup.popup form .form-holder input[type=tel]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=text]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=email]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=password]:-ms-input-placeholder,
#order-popup.popup form .form-holder input[type=number]:-ms-input-placeholder {
    color: #000;
}

#order-popup.popup form .small-text {
    font-size: 10px;
}

#order-popup.popup .icheckbox {
    border: 1px solid transparent;
    background: #fff;
}

.youtube-wrapper iframe{
    width: 100%;
    height: 500px;
}
body.noscroll {
    overflow-y: hidden!important;
}

#order-popup.popup form .form-holder .checkbox-box label {
    font-size: 11px;
    line-height: 14px;
}

.close-general-plan-link {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    top: 20px; right: 20px;
    z-index: 1;
    background: #fff;

    -webkit-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    -moz-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    -o-box-shadow: 0 0 4px rgba(10,10,10,0.36);
    box-shadow: 0 0 4px rgba(10,10,10,0.36);

}

.building-info-section .close-general-plan-link {
    display: block;
}

.close-general-plan-link:before,
.close-general-plan-link:after {
    content: '';
    width: 35px;
    height: 3px;
    display: block;
    position: absolute;
    top: 23px; left: 8px;
    background: #000;

    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.close-general-plan-link:after {

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.fancybox-bg {
    background: rgba(0,0,0,0.7);
}


@media screen and (max-width: 767px) {

    #order-popup.popup {
        width: 300px;
        padding: 0;
        background: #fff;
    }

    #order-popup.popup form {
        padding: 30px;
    }

    .youtube-wrapper iframe{
        width: 100%;
        height: 300px;
    }
}

/*end order popup*/

/*end popup banner*/

/*language select*/

.select-language img {
    width: 20px;
    margin: 0 10px 0 0;
}

.select-language .dd {
    width: 100% !important;
    height: 38px;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding: 0 20px 0 0;
    margin: 0;
    outline: none;
    position: relative;
    cursor: pointer;
}

.select-language .ddTitleText {
    display: flex;
    align-items: center;
}

.select-language .divider {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%; right: 0;
    background: url('../images/select-bg.png') no-repeat;
    background-size: 100% auto;

    transform: translateY(-50%);

}

.select-language .ddChild {
    height: auto !important;
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
    background: #000;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.select-language .ddChild ul {
    padding: 0;
}

.select-language .ddChild ul li {
    display: flex;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.select-language .ddChild ul li:hover {
    background: rgba(255,255,255,0.2);
}

#msdrpdd20_titleText {
    display: none !important;
}

/*end language select*/

.fancybox-caption--separate {
    display: none;
}

.advantages-section{
     overflow: hidden;
     margin-bottom: 100px;
 }
.advantages-section h2{
    padding-bottom: 40px;
}
[class^="swiper-button-"] {
    transition: all 0.3s ease;
}
.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 80%;
    height: 70vh;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 16px;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-slide .slide-bgimg:after {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    content: "";
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    line-height: 1.2;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}
[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-prev {
    transform: translateX(50px);
}
.swiper-button-next {
    transform: translateX(-50px);
}

.section-floor{
    position: relative;
}
.floor-section-popup {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    cursor: default;
    pointer-events: none;
    transition: visibility 0.1s ease;
    visibility: visible;
    z-index: 500;
}
.floor-section-popup .part-area,
.floor-section-popup .part-count {
    position: relative;
    padding: 0.375em 0.5em;
    font-weight: 300;
    color: #6b0e31;
    background: #fff;
    z-index: 100;
}
.floor-section-popup .part-area .text,
.floor-section-popup .part-count .text {
    display: inline-block;
    line-height: 1;
}
.floor-section-popup .part-area .text-lead,
.floor-section-popup .part-count .text-lead {
    display: inline-block;
    font-size: 2em;
    line-height: 1;
}
.floor-section-popup .part-count {
    padding-right: 1.375em;
    transition: opacity 0.1s ease;
    -webkit-transform: skew(-28deg);
    transform: skew(-28deg);
    opacity: 0;
    margin-right: -1em;
}
.floor-section-popup .part-count .text {
    font-size: 0.875em;
    -webkit-transform: skew(28deg);
    transform: skew(28deg);
}
.floor-section-popup .part-count .text-lead {
    -webkit-transform: skew(28deg);
    transform: skew(28deg);
}
.floor-section-popup .part-area {
    transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
    transition: opacity 0.1s ease, transform 0.1s ease;
    transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
    opacity: 0;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    border-left: 1px solid #c7c9c9;
    z-index: 200;
}
.floor-section-popup .part-area .text {
    font-size: 1.375em;
}
.floor-section-popup.-show {
    transition: visibility 0.1s ease 0.3s;
    visibility: visible;
}
.floor-section-popup.-show .part-count {
    transition: opacity 0.3s ease 0.4s;
    opacity: 1;
}
.floor-section-popup.-show .part-area {
    transition: opacity 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.advantages-section-mobile{
    display: none;
}
.pagination{
    display: none;
}
.flex-box {

}
.flex-column{
    margin-top: 10px;
    padding-top: 10px;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
}
.filters-block{
    width: 100%;
    padding-left: 5px;
}
.flex-column .iCheck-helper{
    cursor: pointer;
}

.footer_menu_link a:after, .footer_menu_link a:before{
    content: none !important;
}