.fancybox-margin{
    margin-right:0px;
}
.top-banner__slide-block {
    white-space: normal;
}
.header__top-inner {
    display: flex;
    align-items: center;
    padding: .75rem 0;
}
.header__top-logo {
    display: flex;
    flex: 1;
    align-items: center;
}
.header__top-logo img {
    width: 75%;
}
.header__top-text {
    display: flex;
    align-items: center;
}
.header__top-text > img:last-child {
    width: 70rem;
}
.header__top-text > img:first-child {
    margin-right: 2rem;
    width: 3rem;
}
@media (max-width: 750px) {
    .header__top-inner {
        flex-direction: column;
    }
    .header__top-logo{
        width: 100%;
        justify-content: center;
    }
    .header__top-logo img {
        width: 50%;
    }
    .header__top-text {
        width: 100%;
    }
    .header__top-text > img:first-child {
        display: none;
    }
    .header__top-text > img:last-child {
        width: 100%;
    }
}
.grid__inner{
    margin: 0 5.5rem;
    max-width: 100%;
    color: #000;
}
@media (max-width: 750px) {
    .grid__inner {
        margin: 0 2.5rem;
    }
}
.top-banner__slide-block-in {
    display: inline-block;
    vertical-align: top !important;
    width: 100%;
    position: relative;
    padding-top: 4rem;
    color: #fff;

    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}
.top-banner__slide-text {
    margin-top: 3.1rem;
    font-size: 3.7rem;
    color: #fefefe;
    line-height: 5rem;
    font-weight: 600;
}
.top-banner {
    height: auto!important;
}
.swiper-slide {
    height: auto!important;
}
@media (max-width: 750px) {
    .top-banner__slide-title {
        font-size: 4rem;
        line-height: 4rem;
    }
    .top-banner__slide-text {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}
.buttons-wrap {
    max-width: none;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;

    margin-bottom: 5rem;
}
.buttons-wrap > a {
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 12px;
}
.buttons-wrap > a:hover {
    border: none;
    background: #580500;
    transition: background .5s;
}
.buttons-wrap > a img{
    width: 28rem;
}
.buttons-wrap > a:not(:last-child) {
    margin-right: 1rem;
}
#footer {
    width: 800px;
}
#footer div.social_buttons {
    display: flex;
    margin-left: 15px;
}
#footer div.menu {
    line-height: 1;
}
.grid__content {
    width: 800px;
    text-align: justify;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}
@media (max-width: 750px) {
    .buttons-wrap {
        justify-content: space-between;
        min-width: 100%;
    }
    .buttons-wrap > a {
        width: calc( (100% / 2) - 1rem);
    }
    .buttons-wrap > a:not(:last-child) {
        margin-right: 0;
    }
    .buttons-wrap > a img {
        width: 100%;
    }
    footer {
        /*display: none;*/
    }
    #footer {
        width: auto;
    }
    #footer > .light_background {
        display: flex;
        flex-direction: column;
    }
    #footer > .light_background > div{
        margin: 1.5rem 2.5rem;
    }
    #footer div.vertical_separator {
        display: none;
    }
    #footer div {
        width: auto !important;
    }
    #footer > .light_background.projects {
        display: flex;
        width: 100% !important;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    #footer div.menu_group {
        width: 50% !important;
        display: flex;
        flex-direction: column;
    }
    #footer div.menu_pad {
        display: none;
    }
    #footer div.social_buttons {
        flex-wrap: wrap;
    }
    #footer div.social_pad {
        display: none;
    }
    #footer div.social_button {
        margin-right: 2rem;
    }
    .grid__content {
        margin: 0 2.5rem;
        width: auto;
    }
    #footer .flex-center {
        width: 100% !important;
    }
    #footer div.copy_contacts {
        width: calc(100vw - 130px) !important;
    }
    #footer div.copy_contact {
        margin-right: 1rem;
    }
}
@media (max-width: 500px) {
    #footer div.social_button {
        margin-bottom: 2rem;
    }
}

.swiper-slide:not(.swiper-slide-active) .grid__inner {
    opacity: 0;
    transition: opacity 1s;
}

a.animated {
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: none;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    border: none;
    padding: 0;
}
a.animated i {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

body {
    background-color: #ffffff;
    line-height: 1.5;
}
