/*@font-face{font-family:Montserrat;font-style:normal;font-weight:300;src:local('вє'),url(../fonts/Montserrat/Montserrat-Light.woff2) format('woff2'),url(../fonts/Montserrat/Montserrat-Light.woff) format('woff')}
@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local('вє'),url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'),url(../fonts/Montserrat/Montserrat-Regular.woff) format('woff')}
@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:local('вє'),url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff')}
@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local('вє'),url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff')}
@font-face{font-family:Montserrat;font-style:normal;font-weight:800;src:local('вє'),url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format('woff2'),url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format('woff')}
.trs3s{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}

a{color:inherit}

p{padding:5px 0;margin:0}
*/

/*body,html{font:400 14px Montserrat,Century Gothic,sans-serif;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body.--no-scrollable,html.--no-scrollable{pointer-events:none;overflow:hidden}
body.--no-scrollable .main,body.--no-scrollable .main *,html.--no-scrollable .main,html.--no-scrollable .main *{pointer-events:none;overflow:hidden}
/*body *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*/

.header {
    position: relative;
    z-index: 10;
    height: 80px;
    width: 100%;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1);
    background-color: #fff
}

@media screen and (max-width: 600px) {
    .header {
        height: 60px
    }
}

.header, .header * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header__logo {
    position: absolute;
    left: 85px;
    top: 28px
}

.header__logo-link {
    text-decoration: none;
    border: 0 none;
    display: inline-block;
    width: 120px
}

.header__logo-image {
    border: 0 none;
    width: 100%
}

@media screen and (max-width: 600px) {
    .header__logo {
        left: 25px;
        top: 15px
    }

    .header__logo-link {
        width: 95px
    }
}

.header__nav {
    position: absolute;
    top: 0;
    right: 55px;
    color: #fff
}

@media screen and (max-width: 960px) {
    .header__nav {
        left: 0;
        right: 0;
        height: 0;
        background-color: #8d8d82;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header__nav-hamburger {
    display: none
}

@media screen and (max-width: 960px) {
    .header__nav-hamburger {
        display: block;
        position: absolute;
        top: 35px;
        right: 35px
    }
}

@media screen and (max-width: 600px) {
    .header__nav-hamburger {
        top: 20px;
        right: 25px
    }
}

.header__nav a {
    text-decoration: none;
    color: #fff
}

.header__nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header__nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left
}

.header__nav-list {
    text-transform: uppercase
}

@media screen and (max-width: 960px) {
    .header__nav-list {
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        opacity: 0;
        pointer-events: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 250px;
        margin: 0 auto;
        padding: 60px 0 0
    }
}

.header__nav-item {
    position: relative
}

@media screen and (max-width: 960px) {
    .header__nav-item {
        float: none;
        line-height: 26px;
    }
}

.header__nav-item .header__nav-link {
    color: #000;
    padding: 32px 15px 30px;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 600
}

.header__nav-item .header__nav-link:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: transparent;
    width: 0;
    left: 0
}

@media screen and (max-width: 960px) {
    .header__nav-item .header__nav-link {
        padding: 5px 0;
        font-size: 22px;
        color: #fff
    }
}

.header__nav-item:hover .header__nav-link {
    color: #006a33
}

.header__nav-item:hover .header__nav-link:before {
    background-color: #8d8d82;
    width: 70%;
    left: 15px
}

@media screen and (max-width: 960px) {
    .header__nav-item:hover .header__nav-link {
        color: #8d8d82
    }

    .header__nav-item:hover .header__nav-link:before {
        display: none
    }
}

.header__nav-item.--dropdown .header__nav-link {
    padding-right: 20px
}

.header__nav-item.--dropdown .header__nav-link:after {
    content: '\25bc';
    position: absolute;
    right: 8px;
    color: #000;
    font-size: 12px;
    padding-top: 2px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 960px) {
    .header__nav-item.--dropdown .header__nav-link:after {
        display: none
    }
}

.header__nav-item.--dropdown:hover .header__nav-link:after {
    color: #006a33;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.header__nav-item .header__subnav-list {
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 106, 51, .9);
    font-size: 13px;
    padding: 20px 40px;
    width: 280px;
    left: 0;
    pointer-events: none
}

.header__nav-item .header__subnav-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid #fff;
    border-right: 40% solid transparent
}

@media screen and (max-width: 960px) {
    .header__nav-item .header__subnav-list {
        opacity: 1;
        display: block;
        position: relative;
        padding: 0;
        left: 15px;
        width: 200px;
        background-color: transparent;
        pointer-events: none
    }
}

.header__nav-item .header__subnav-list .header__subnav-item {
    display: block;
    position: relative
}

@media screen and (max-width: 960px) {
    .header__nav-item .header__subnav-list .header__subnav-item {
        float: none
    }
}

.header__nav-item .header__subnav-list .header__subnav-item .header__subnav-link {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px 8px 0;
    display: inline-block
}

.header__nav-item .header__subnav-list .header__subnav-item .header__subnav-link:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    color: #03c361
}

.header__nav-item .header__subnav-list .header__subnav-item .header__subnav-title {
    font-size: 9px;
    font-weight: 300;
    opacity: .5;
    display: block;
    padding: 16px 0 5px
}

/*
.header__nav-item .header__subnav-list.--projects .header__subnav-item:nth-child(1) .header__subnav-link{padding-bottom:16px}
.header__nav-item .header__subnav-list.--projects .header__subnav-item:nth-child(1):after{content:'';height:1px;width:100%;background-color:#fff;opacity:.5;position:absolute;left:0;bottom:0}
.header__nav-item .header__subnav-list.--projects .header__subnav-item:nth-child(4) .header__subnav-link{padding-bottom:16px}
.header__nav-item .header__subnav-list.--projects .header__subnav-item:nth-child(4) :after{content:'';height:1px;width:100%;background-color:#fff;opacity:.5;position:absolute;left:0;bottom:0}
.header__nav-item .header__subnav-list.--projects .header__subnav-item:nth-child(5) .header__subnav-link{padding-top:16px}
*/

.header__nav-item.--dropdown:hover .header__subnav-list {
    left: 15px;
    opacity: 1;
    pointer-events: auto
}

.header__nav.--js-open {
    left: 0;
    height: 100vh;
    background-color: #8d8d82;
    position: fixed;
    opacity: 1
}

.header__nav.--js-open .header__nav-list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-height: 600px) {
    .header__nav.--js-open .header__nav-list {
        height: 100%;
        padding: 40px 0;
        width: 100%
    }
}

.header__nav.--js-open .header__nav-item .header__subnav-list {
    pointer-events: all
}

@media screen and (max-height: 600px) {
    .header__nav.--js-open .header__nav-item {
        margin: 0 auto;
        width: 200px
    }
}

.header--sticky {
    position: fixed
}

.header--main-big {
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.header--main-big .header__logo {
    left: 65px;
    top: 35px
}

.header--main-big .header__logo-link {
    width: 240px
}

@media screen and (max-width: 960px) {
    .header--main-big .header__logo {
        left: 45px;
        top: 30px
    }

    .header--main-big .header__logo-link {
        width: 180px
    }
}

@media screen and (max-width: 600px) {
    .header--main-big .header__logo {
        left: 10px;
        top: 20px
    }

    .header--main-big .header__logo-link {
        width: 150px
    }
}

@media screen and (max-width: 375px) {
    .header--main-big .header__logo {
        left: 25px;
        top: 20px
    }

    .header--main-big .header__logo-link {
        width: 50vw
    }
}

.header--main-big .header__nav .menu-hamburger .menu-hamburger__line {
    background-color: #fff
}

.header--main-big .header__nav .header__nav-item .header__nav-link {
    color: #fff;
    padding: 50px 15px 30px
}

.header--main-big .header__nav .header__nav-item.--dropdown .header__nav-link {
    padding-right: 20px
}

.header--main-big .header__nav .header__nav-item.--dropdown .header__nav-link:after {
    color: #fff
}

.header--main-big .header__nav.--js-open .header__nav-item .header__nav-link {
    padding: 5px 0;
    color: #fff
}

.header--main-big .header__nav.--js-open .header__nav-item.--dropdown .header__nav-link {
    padding-right: 20px
}

.header--main-big .header__nav.--js-open .header__nav-item.--dropdown .header__nav-link:after {
    color: #fff
}

.menu-hamburger {
    width: 33px;
    height: 33px;
    cursor: pointer;
    z-index: 10;
    pointer-events: all
}

.menu-hamburger__line {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 3px;
    background-color: #8d8d82;
    position: absolute
}

.menu-hamburger__line--a {
    top: 0
}

.menu-hamburger__line--b {
    top: 9px;
    width: 80%
}

.menu-hamburger__line--c {
    top: 18px
}

.menu-hamburger.--js-close .menu-hamburger__line {
    background-color: #fff
}

.menu-hamburger.--js-close .menu-hamburger__line--a {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px
}

.menu-hamburger.--js-close .menu-hamburger__line--b {
    opacity: 0;
    width: 0
}

.menu-hamburger.--js-close .menu-hamburger__line--c {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px
}

.footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #fff;
    width: 100%;
    background-color: #88959d;
    padding: 40px 0 10px;
    position: relative
}

.footer, .footer * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -150px;
    width: 0;
    height: 0;
    border-bottom: 150px solid #edeff3;
    border-right: 40vw solid transparent;
    pointer-events: none
}

.footer:after {
    content: '';
    width: 100%;
    height: 1px;
    display: none;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media screen and (max-width: 960px) {
    .footer:after {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .footer:before {
        top: -70px;
        border-bottom-width: 70px
    }
}

.footer__block {
    padding: 10px 20px
}

.footer__block ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer__block ul li {
    display: block;
    margin: 0;
    padding: 0;
    float: none
}

.footer__block-subtitle {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 0 10px
}

.footer .logo-block {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer .logo-block__logo-link {
    display: inline-block;
    width: 140px;
    height: 50px;
    background: url(https://missdoors.ru/local/templates/main/img/logo_ten_footer_horizontal.svg) center center no-repeat transparent;
    margin: 10px 0 0;
    text-decoration: none
}

@media screen and (max-width: 1200px) {
    .footer .logo-block {
        width: 100%;
        text-align: center;
        padding: 0 0 40px
    }
}

.footer__nav-projects {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.footer__nav-projects-item {
    position: relative
}

.footer__nav-projects-item:nth-child(1):after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0
}

.footer__nav-projects-item:nth-child(1) a {
    padding-bottom: 10px
}

.footer__nav-projects-item:nth-child(4):after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0
}

.footer__nav-projects-item:nth-child(4) a {
    padding-bottom: 10px
}

.footer__nav-projects-item:nth-child(5) a {
    padding-top: 10px
}

.footer__nav-projects-link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 0;
    display: inline-block;
    position: relative
}

.footer__nav-projects-link:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.footer__nav-projects-title {
    display: inline-block;
    font-size: 9px;
    font-weight: 300;
    padding-top: 10px
}

@media screen and (max-width: 960px) {
    .footer__nav-projects {
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px
    }
}

@media screen and (max-width: 600px) {
    .footer__nav-projects {
        display: none
    }
}

.footer__nav-sections {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.footer__nav-sections-link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    padding: 6px 0;
    display: inline-block
}

.footer__nav-sections-link:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

@media screen and (max-width: 960px) {
    .footer__nav-sections {
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px
    }
}

@media screen and (max-width: 600px) {
    .footer__nav-sections {
        display: none
    }
}

.footer__partners {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.footer__partners-logo-link {
    display: block;
    text-decoration: none;
    border: 0 none;
    padding: 10px 0
}

.footer__partners-logo-link:nth-child(1) {
    padding-top: 25px
}

.footer__partners-image {
    border: 0 none
}

@media screen and (max-width: 960px) {
    .footer__partners {
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px
    }

    .footer__partners-logo-link {
        display: inline-block;
        padding-right: 15px
    }

    .footer__partners-logo-link:nth-child(1) {
        padding-top: 25px
    }
}

@media screen and (max-width: 600px) {
    .footer__partners {
        width: 100%
    }
}

.footer__contacts {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.footer__contacts-address {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px
}

.footer__contacts-address a {
    color: #1b1b1b
}

.footer__contacts-address a:hover {
    color: #fff
}

.footer__contacts-phone {
    padding: 20px 0 1px
}

.footer__contacts-phone a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 20px
}

.footer__contacts-copyright {
    font-weight: 300;
    font-size: 12px;
    padding: 10px 0 15px
}

@media screen and (max-width: 960px) {
    .footer__contacts {
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px
    }
}

@media screen and (max-width: 600px) {
    .footer__contacts {
        width: 100%
    }
}

.footer__creators {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: right;
    color: #000;
    font-size: 11px;
    font-weight: 300;
    padding: 10px 35px 10px
}

.footer__creators_logo-link {
    opacity: .5;
    padding: 0 3px
}

.admin-panel {
    position: absolute;
    top: 0;
    left: 0
}

.main--sticky {
    padding-top: 80px
}

.main__section {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

.main__section.--last {
    padding-bottom: 120px
}

@media screen and (max-width: 600px) {
    .main__section.--last {
        padding-bottom: 60px
    }
}

.main__section.section-title {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (max-width: 960px) {
    .main__section.section-title--map {
        padding-bottom: 0
    }
}

.main__section--full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.main__section.homepage__section-mainpage {
    padding: 0
}

@media screen and (max-width: 1200px) {
    .main__section {
        width: 100%;
        padding: 20px 50px
    }

    .main__section--full-width {
        padding-left: 0;
        padding-right: 0
    }

    .main__section--full-width.contacts-section, .main__section--full-width.section-activities {
        padding: 0
    }
}

@media screen and (max-width: 960px) {
    .main__section {
        padding: 20px 30px
    }

    .main__section--full-width {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 600px) {
    .main__section {
        width: 100%;
        padding: 20px 25px
    }

    .main__section--full-width {
        padding-left: 0;
        padding-right: 0
    }
}

.main__section__title {
    color: #8d8d82;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.main__section__title-descr {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0;
    text-transform: uppercase
}

@media screen and (max-width: 1200px) {
    .main__section__title {
        font-size: 30px
    }

    .main__section__title-descr {
        padding: 3px 0
    }
}

@media screen and (max-width: 960px) {
    .main__section__title {
        font-size: 26px
    }

    .main__section__title-descr {
        font-size: 10px;
        padding: 10px 0
    }
}

@media screen and (max-width: 600px) {
    .main__section__title {
        font-size: 22px
    }
}

.main__section__text-content {
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (max-width: 960px) {
    .main__section__text-content {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .main__section__text-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.main .title-page {
    padding-top: 40px;
    padding-bottom: 40px
}

.main .title-page__h1 {
    font-weight: 500;
    margin: 0
}

@media screen and (max-width: 960px) {
    .main .title-page {
        padding-bottom: 20px
    }
}

.main .section-about {
    position: relative;
    margin-top: 15px;
    margin-bottom: 120px
}

@media screen and (max-width: 1200px) {
    .main .section-about {
        padding: 0;
        margin-bottom: 80px
    }
}

@media screen and (max-width: 960px) {
    .main .section-about {
        margin-bottom: 20px
    }
}

.main .section-about:after {
    content: '';
    display: table;
    clear: both
}

.main .section-about__text {
    font-size: 16px;
    line-height: 30px;
    padding: 60px 100px 60px 440px;
    background: url(https://missdoors.ru/local/templates/main/img/bg_section-about_projects.jpg) left center no-repeat transparent;
    background-size: cover;
    width: 85%;
    float: right
}

@media screen and (max-width: 1200px) {
    .main .section-about__text {
        font-size: 15px;
        line-height: 25px;
        padding-left: 360px;
        padding-right: 50px
    }
}

@media screen and (max-width: 960px) {
    .main .section-about__text {
        float: none;
        width: 100%;
        padding: 40px 25px
    }
}

@media screen and (max-width: 600px) {
    .main .section-about__text {
        float: none;
        width: 100%;
        padding: 20px 25px
    }
}

.main .section-about__nav {
    position: absolute;
    height: 100%
}

@media screen and (max-width: 960px) {
    .main .section-about__nav {
        position: relative;
        height: auto
    }
}

.main .nav-category-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .main .nav-category-list {
        padding-left: 50px
    }
}

@media screen and (max-width: 960px) {
    .main .nav-category-list {
        padding-left: 25px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .main .nav-category-list {
        padding-left: 25px;
        padding-bottom: 20px
    }
}

.main .nav-category-list__link {
    color: #8d8d82;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.main .nav-category-list__link.--active, .main .nav-category-list__link:hover {
    color: #000;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.main .nav-category-list__link.--active {
    text-decoration: none
}

.main .nav-category-list__link.--active .nav-category-list__link__name {
    text-decoration: none
}

@media screen and (max-width: 600px) {
    .main .nav-category-list__link {
        padding: 5px 0
    }
}

.main .nav-category-list__link__name {
    font-size: 48px;
    font-weight: 700;
    text-decoration: underline
}

@media screen and (max-width: 1200px) {
    .main .nav-category-list__link__name {
        font-size: 36px
    }
}

@media screen and (max-width: 600px) {
    .main .nav-category-list__link__name {
        font-size: 28px;
        line-height: 28px
    }
}

.main .nav-category-list__link__number {
    font-weight: 500;
    font-size: 24px;
    color: #006a33;
    vertical-align: top
}

@media screen and (max-width: 600px) {
    .main .nav-category-list__link__number {
        font-size: 16px;
        line-height: 26px
    }
}

.main .section-about__title {
    position: absolute;
    height: 100%
}

@media screen and (max-width: 960px) {
    .main .section-about__title {
        position: relative;
        height: auto
    }
}

.main .inner-titles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .main .inner-titles {
        padding-left: 50px
    }
}

@media screen and (max-width: 960px) {
    .main .inner-titles {
        padding-left: 25px;
        padding-bottom: 30px;
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .main .inner-titles {
        padding-left: 25px;
        padding-bottom: 20px;
        width: 80%
    }
}

.main .inner-titles__descr {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.main .inner-titles__h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    .main .inner-titles__h1 {
        font-size: 30px;
        line-height: initial
    }

    .main .inner-titles__descr {
        padding: 3px 0
    }
}

@media screen and (max-width: 960px) {
    .main .inner-titles__h1 {
        font-size: 26px
    }

    .main .inner-titles__descr {
        font-size: 10px;
        padding: 2px 0
    }
}

@media screen and (max-width: 600px) {
    .main .inner-titles__h1 {
        font-size: 22px
    }
}

.main .inner-titles.news-detail__title {
    width: 640px
}

.main .inner-titles.news-detail__title .inner-titles__h1 {
    font-size: 32px;
    line-height: normal
}

.main .inner-titles.news-detail__title .inner-titles__descr {
    font-size: 18px;
    text-transform: none;
    color: #8d8d82
}

@media screen and (max-width: 1200px) {
    .main .inner-titles.news-detail__title {
        padding-left: 0;
        width: 420px
    }

    .main .inner-titles.news-detail__title .inner-titles__h1 {
        font-size: 22px;
        line-height: normal
    }

    .main .inner-titles.news-detail__title .inner-titles__descr {
        font-size: 16px
    }
}

@media screen and (max-width: 960px) {
    .main .inner-titles.news-detail__title {
        width: 80%
    }

    .main .inner-titles.news-detail__title .inner-titles__h1 {
        font-size: 20px
    }
}

@media screen and (max-width: 600px) {
    .main .inner-titles.news-detail__title {
        width: 100%
    }
}

.main .section__backlink {
    text-align: right;
    padding: 60px 0 20px
}

@media screen and (max-width: 1200px) {
    .main .section__backlink {
        padding: 40px 50px 25px
    }
}

@media screen and (max-width: 600px) {
    .main .section__backlink {
        padding: 30px 25px 25px
    }
}

@media screen and (max-width: 1200px) {
    .main .section__backlink.--projects-backlink {
        padding: 20px 50px 5px
    }
}

@media screen and (max-width: 960px) {
    .main .section__backlink.--projects-backlink {
        padding: 30px 25px 0;
        position: relative
    }
}

.main .backlink {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px 10px 60px
}

.main .backlink:after, .main .backlink:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    bottom: 17px;
    height: 2px;
    background-color: #8d8d82
}

.main .backlink:before {
    left: 10px;
    width: 40px
}

.main .backlink:after {
    right: 10px;
    width: 0;
    opacity: 0
}

.main .backlink:hover {
    color: #8d8d82;
    padding: 10px 60px 10px 15px
}

.main .backlink:hover:before {
    opacity: 0;
    width: 0
}

.main .backlink:hover:after {
    opacity: 1;
    width: 40px
}

.main .backlink:active {
    color: #006a33
}

.main .backlink:active:after {
    opacity: 1;
    width: 60px;
    right: -10px;
    background-color: #006a33
}

.main .project-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 960px) {
    .main .project-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 500px;
        margin: 0 auto
    }
}

@media screen and (max-width: 600px) {
    .main .project-card {
        width: 100%
    }
}

.main .project-card__img {
    width: 50%;
    height: 550px;
    background: url(https://missdoors.ru/local/templates/main/img/pict_project_detail_1.jpg) center center no-repeat transparent;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .main .project-card__img {
        height: 360px
    }
}

@media screen and (max-width: 960px) {
    .main .project-card__img {
        width: 100%;
        height: 250px
    }
}

@media screen and (max-width: 600px) {
    .main .project-card__img {
        height: 220px
    }
}

.main .project-card__info {
    width: 50%;
    padding: 0 60px
}

@media screen and (max-width: 1200px) {
    .main .project-card__info {
        padding: 0 40px
    }
}

@media screen and (max-width: 960px) {
    .main .project-card__info {
        width: 100%;
        padding: 20px 0
    }
}

@media screen and (max-width: 600px) {
    .main .project-card__info {
        padding-left: 25px;
        padding-right: 25px
    }
}

.main .project-detail__text {
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 30px
}

.main .project-detail__text b {
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    .main .project-detail__text {
        font-size: 20px;
        line-height: 35px;
        padding-bottom: 10px
    }
}

@media screen and (max-width: 600px) {
    .main .project-detail__text {
        font-size: 18px;
        line-height: 28px
    }
}

.main .project-detail__address {
    font-weight: 300;
    padding: 15px 30px;
    font-size: 16px;
    position: relative
}

.main .project-detail__address:before {
    content: '';
    background: url(https://missdoors.ru/local/templates/main/img/ico_address.png) center center no-repeat transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0
}

@media screen and (max-width: 1200px) {
    .main .project-detail__address {
        padding: 10px 30px
    }

    .main .project-detail__address:before {
        top: 7px
    }
}

.main .project-detail__link {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    position: relative;
    color: #8d8d82;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500
}

.main .project-detail__link:before {
    content: '';
    background: none center center no-repeat transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0
}

.main .project-detail__link:hover {
    color: #006a33
}

.main .project-detail__link:active {
    color: #013317
}

.main .project-detail__link--site:before {
    background: url(https://missdoors.ru/local/templates/main/img/ico_site-link.png) center center no-repeat transparent
}

.main .project-detail__link--presentation {
    font-weight: 300
}

.main .project-detail__link--presentation:before {
    background: url(https://missdoors.ru/local/templates/main/img/ico_download-link.png) center center no-repeat transparent
}

.main .main__section-slider {
    margin: 120px 0;
    height: 500px
}

@media screen and (max-width: 1200px) {
    .main .main__section-slider {
        margin: 40px 0
    }
}

@media screen and (max-width: 960px) {
    .main .main__section-slider {
        height: 400px
    }
}

@media screen and (max-width: 600px) {
    .main .main__section-slider {
        margin: 30px 0;
        height: 280px
    }
}

.slider-project {
    height: 100%;
    width: 100%
}

.slider-project .owl-stage-outer {
    height: 100%
}

.slider-project .owl-stage {
    height: 100%
}

.slider-project .owl-item {
    height: 100%
}

.slider-project__slide {
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(https://missdoors.ru/local/templates/main/img/slider_main/sl_1.jpg);
    background-position: center center;
    background-size: cover
}

.slider-project .owl-dots {
    text-align: center
}

.slider-project .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: 0
}

.slider-project .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.slider-project .owl-dots .owl-dot.active span, .slider-project .owl-dots .owl-dot:hover span {
    background: #8d8d82
}

body.about .main--sticky, body.homepage .main--sticky {
    padding-top: 0
}

.homepage__section {
    padding-top: 40px;
    padding-bottom: 40px
}

.homepage__section:after {
    content: "";
    display: table;
    clear: both
}

.btn-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 20px;
    color: #8d8d82;
    border: 1px solid #8d8d82;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 960px) {
    .btn-link {
        font-size: 11px;
        padding: 8px 14px
    }
}

.btn-link:hover {
    color: #fff;
    border-color: transparent
}

.btn-link:before {
    z-index: -1;
    content: '';
    background-color: #8d8d82;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-link:hover:before {
    width: 160%;
    left: -5%
}

.btn-link:active:before {
    background-color: #03c361
}

.homepage__section-mainpage__news {
    position: absolute;
    z-index: 5;
    left: 80px;
    bottom: 60px;
    width: 350px;
    text-decoration: none
}

.homepage__section-mainpage__news * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 960px) {
    .homepage__section-mainpage__news {
        left: 20px;
        width: 50vw;
        bottom: 25px
    }
}

@media screen and (max-width: 600px) {
    .homepage__section-mainpage__news {
        left: 40px
    }
}

.homepage__section-mainpage__news-title-link {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0
}

.homepage__section-mainpage__news-title-link:hover {
}

@media screen and (max-width: 1200px) {
    .homepage__section-mainpage__news {
        left: 50px;
        bottom: 50px
    }
}

@media screen and (max-width: 960px) {
    .homepage__section-mainpage__news {
        left: 35px;
        bottom: 35px
    }
}

.one-news-item {
    text-decoration: none
}

@media screen and (max-width: 600px) {
    .one-news-item {
        display: none
    }
}

.one-news-item__date {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0;
    position: relative
}

.one-news-item__date:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #8d8d82
}

.one-news-item__name {
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0 5px
}

.one-news-item:hover .one-news-item__date:after {
    opacity: 1;
    width: 40%
}

.one-news-item:hover .one-news-item__name {
    color: #8d8d82
}

.one-news-item:active .one-news-item__date:after {
    opacity: 1;
    width: 80%
}

.one-news-item:active .one-news-item__name {
    color: #006a33
}

.section-mainpage {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    min-height: 760px
}

@media screen and (max-width: 1900px) {
    .section-mainpage {
        min-height: 700px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage {
        min-height: 500px
    }
}

.section-mainpage.--about {
    background: url(https://missdoors.ru/local/templates/main/img/bg_about.jpg);
    background-color: #006a33;
    background-size: cover;
    background-position: center center;
    padding: 0
}

@media screen and (max-width: 960px) {
    .section-mainpage.--about {
        height: auto;
        min-height: 500px
    }
}

@media screen and (max-width: 600px) {
    .section-mainpage.--about {
        background: -webkit-gradient(linear, left top, left bottom, from(#00b74e), to(#00b74e)), url(https://missdoors.ru/local/templates/main/img/bg_about.jpg);
        background: linear-gradient(#00b74e, #00b74e), url(https://missdoors.ru/local/templates/main/img/bg_about.jpg);
        background-blend-mode: multiply
    }
}

@media screen and (max-width: 1900px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 160px
    }
}

@media screen and (max-width: 1200px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 130px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 90px
    }
}

@media screen and (max-width: 1900px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 130px
    }
}

@media screen and (max-width: 1200px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 100px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage.--about .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 70px
    }
}

.section-mainpage__decor {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.section-mainpage__decor.--triangle.--logo {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 205px solid #fff;
    border-right: 530px solid transparent
}

@media screen and (max-width: 960px) {
    .section-mainpage__decor.--triangle.--logo {
        border-top-width: 160px;
        border-right-width: 430px
    }
}

@media screen and (max-width: 600px) {
    .section-mainpage__decor.--triangle.--logo {
        border-top-width: 125px;
        border-right-width: 70vw
    }
}

.section-mainpage__decor.--triangle.--left-bottom {
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 280px solid #fff;
    border-right: 80vw solid transparent
}

@media screen and (max-width: 600px) {
    .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 130px
    }
}

.section-mainpage__decor.--triangle.--right-bottom {
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 175px solid #8c99a1;
    border-left: 25vw solid transparent
}

@media screen and (max-width: 600px) {
    .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 135px
    }
}

.section-mainpage .content-box {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-mainpage .content-box__nav {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 20px 20px 180px
}

.section-mainpage .content-box__nav-link {
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #013317;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-decoration: underline
}

.section-mainpage .content-box__nav-link.--active, .section-mainpage .content-box__nav-link:hover {
    color: #fff
}

.section-mainpage .content-box__nav-link.--active {
    font-weight: 700;
    text-decoration: none
}

.section-mainpage .content-box__nav-link:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

@media screen and (max-width: 1900px) {
    .section-mainpage .content-box__nav {
        padding-left: 50px
    }

    .section-mainpage .content-box__nav-link {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage .content-box__nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 170px 0 30px
    }

    .section-mainpage .content-box__nav-link {
        font-size: 28px;
        line-height: 35px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage .content-box__nav-link {
        font-size: 22px;
        line-height: 32px
    }
}

.section-mainpage .content-box__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #fff;
    padding: 20px 60px
}

@media screen and (max-width: 1900px) {
    .section-mainpage .content-box__text {
        padding-left: 0
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage .content-box__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 110px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage .content-box {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 0 30px
    }
}

@media screen and (max-width: 960px) {
    .section-mainpage .content-box {
        padding: 0 25px
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    height: 105px;
    width: 60px;
    z-index: 2;
    background: none center center no-repeat transparent;
    background-size: contain;
    outline: 0
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    display: none
}

@media screen and (max-width: 600px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        display: none
    }
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
    background-image: url(../img/arrow_previous.svg)
}

.owl-carousel .owl-nav button.owl-prev:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
    background-image: url(../img/arrow_next.svg)
}

.owl-carousel .owl-nav button.owl-next:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

@-webkit-keyframes animZoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes animZoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.slider-main {
    height: 100%;
    width: 100%;
    background-color: #8d8d82
}

.slider-main .owl-stage-outer {
    height: 100%
}

.slider-main .owl-stage {
    height: 100%
}

.slider-main .owl-item {
    height: 100%
}

.owl-item.active .slider-main__slide-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.owl-item.active .slider-main__slide-slogan {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.owl-item.active .slider-main__slide-slogan .slogan-title {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.owl-item.active .slider-main__slide-slogan .slogan-descr {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.owl-item.active .slider-main__slide-slogan .slogan-link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.owl-item.active .slider-main__slide-slogan:before {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    width: 30%;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.slider-main__slide {
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.slider-main__slide-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 8s linear;
    transition: all 8s linear;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center center
}

.slider-main__slide-slogan {
    position: absolute;
    z-index: 2;
    bottom: 20%;
    right: 9%
}

.slider-main__slide-slogan, .slider-main__slide-slogan * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.slider-main__slide-slogan .slogan-title {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}

.slider-main__slide-slogan .slogan-descr {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}

.slider-main__slide-slogan .slogan-link {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}

.slider-main__slide-slogan:before {
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #fff;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.slider-main__slide-text {
    color: #fff;
    width: 700px;
    padding: 130px 10px 10px 140px
}

@media screen and (max-width: 1200px) {
    .slider-main__slide-text {
        padding-left: 115px;
        padding-top: 115px
    }
}

@media screen and (max-width: 960px) {
    .slider-main__slide-text {
        width: 550px;
        padding-top: 120px;
        padding-left: 30px
    }
}

.slider-main.section-activities__slider .slider-main__slide {
    position: relative
}

@media screen and (max-width: 600px) {
    .slider-main.section-activities__slider .slider-main__slide {
        padding: 50px 30px
    }

    .slider-main.section-activities__slider .slider-main__slide-text {
        width: 100%;
        padding: 0 0 10px
    }

    .slider-main.section-activities__slider .slider-main__slide-slogan {
        display: block;
        position: relative;
        text-align: right;
        bottom: auto;
        right: auto
    }
}

.slogans_homepage {
    display: inline-block;
    text-decoration: none;
    text-align: right;
    color: #fff
}

.slogans_homepage__title {
    font-size: 66px;
    line-height: 70px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase
}

@media screen and (max-width: 1900px) {
    .slogans_homepage__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width: 960px) {
    .slogans_homepage__title {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width: 600px) {
    .slogans_homepage__title {
        font-size: 24px;
        line-height: 30px
    }
}

.slogans_homepage__descr {
    font-size: 20px;
    font-weight: 300
}

@media screen and (max-width: 960px) {
    .slogans_homepage__descr {
        font-size: 14px
    }
}

@media screen and (max-width: 600px) {
    .slogans_homepage__descr {
        font-size: 12px
    }
}

.slogans_homepage__link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding: 30px 0 0;
    display: inline-block
}

@media screen and (max-width: 600px) {
    .slogans_homepage__link {
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .section-map.main__section {
        padding-top: 0
    }
}

.section-map__map {
    height: 600px;
    width: 100%
}

.section-map__map.leaflet-container {
    z-index: 5
}

.section-map__map .leaflet-tile-container {
    -webkit-filter: grayscale(.9) contrast(92%);
    filter: grayscale(.9) contrast(92%)
}

.section-map__map .leaflet-top {
    top: 50%;
    margin-top: -30px
}

@media screen and (max-width: 600px) {
    .section-map__map {
        height: 80vh;
        max-height: 600px
    }
}

.map-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 960px;
    max-width: 1100px
}

@media screen and (max-width: 1200px) {
    .map-filter {
        width: 100%;
        min-width: auto;
        max-width: auto;
        padding: 20px 40px 0;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .map-filter:before {
        content: '';
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .map-filter {
        padding: 10px 25px
    }
}

.map-filter__object {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    cursor: pointer;
    padding: 15px 0 30px;
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.map-filter__object:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -15px;
    background-color: #fff
}

@media screen and (max-width: 960px) {
    .map-filter__object:after {
        height: 2px
    }
}

@media screen and (max-width: 600px) {
    .map-filter__object:after {
        display: none
    }
}

.map-filter__object-ico {
    display: inline-block;
    padding: 0 5px
}

.map-filter__object-ico path, .map-filter__object-ico svg {
    fill: #8d8d82
}

.map-filter__object-name {
    display: inline-block;
    padding: 2px 2px
}

.map-filter__object.--active, .map-filter__object.--active:hover {
    color: #8d8d82
}

.map-filter__object.--active:after, .map-filter__object.--active:hover:after {
    left: 0;
    width: 100%;
    background-color: #8d8d82
}

.map-filter__object:hover:after {
    content: '';
    left: 0;
    width: 100px;
    background-color: #8d8d82
}

.map-filter__object:active {
    color: #8d8d82
}

.map-filter__object:active:after {
    left: 0;
    width: 100%;
    background-color: #8d8d82
}

@media screen and (max-width: 1200px) {
    .map-filter__object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .map-filter__object-ico {
        display: block
    }

    .map-filter__object-name {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .map-filter__object {
        padding: 10px 0;
        width: 32%
    }
}

@media screen and (max-width: 600px) {
    .map-filter__object {
        padding: 10px 0;
        width: 50%;
        font-size: 13px
    }
}

.section-activities {
    height: 700px
}

@media screen and (max-width: 600px) {
    .section-activities {
        height: auto
    }
}

.section-activities .section-mainpage__decor.--triangle.--logo {
    display: none;
    border-top-width: 105px
}

@media screen and (max-width: 960px) {
    .section-activities .section-mainpage__decor.--triangle.--logo {
        border-right-width: 430px
    }
}

@media screen and (max-width: 600px) {
    .section-activities .section-mainpage__decor.--triangle.--logo {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .section-activities .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 130px
    }
}

@media screen and (max-width: 960px) {
    .section-activities .section-mainpage__decor.--triangle.--left-bottom {
        border-bottom-width: 90px
    }
}

@media screen and (max-width: 1200px) {
    .section-activities .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 135px
    }
}

@media screen and (max-width: 960px) {
    .section-activities .section-mainpage__decor.--triangle.--right-bottom {
        border-bottom-width: 85px
    }
}

.homepage__section-numbers__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 95px 0 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1200px) {
    .homepage__section-numbers__list {
        padding: 45px 0 5px
    }
}

@media screen and (max-width: 960px) {
    .homepage__section-numbers__list {
        padding: 25px 5px 5px
    }
}

.homepage__section-numbers__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homepage__section-numbers__item-number {
    font-size: 90px;
    line-height: 70px;
    font-weight: 700;
    color: #8d8d82;
    padding: 0 10px
}

.homepage__section-numbers__item-descr {
    font-size: 25px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1200px) {
    .homepage__section-numbers__item-descr {
        font-size: 22px
    }
}

.homepage__section-numbers__item-descr-span {
    display: block
}

.homepage__section-numbers__item-descr-span.--green {
    color: #8d8d82;
    font-weight: 700
}

.homepage__section-numbers__item.--projects .--green {
    font-size: 60px;
    line-height: 35px
}

.homepage__section-numbers__item.--area .--green {
    font-size: 35px;
    line-height: 35px
}

@media screen and (max-width: 1200px) {
    .homepage__section-numbers__item {
        padding: 25px 0
    }
}

@media screen and (max-width: 960px) {
    .homepage__section-numbers__item-number {
        font-size: 70px;
        line-height: 50px
    }

    .homepage__section-numbers__item-descr {
        font-size: 20px;
        line-height: 26px
    }

    .homepage__section-numbers__item.--projects .--green {
        font-size: 45px;
        line-height: 30px
    }

    .homepage__section-numbers__item.--area .--green {
        font-size: 25px;
        line-height: 30px
    }
}

@media screen and (max-width: 600px) {
    .homepage__section-numbers__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 25px 0
    }
}

.homepage__section-projects__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 20px
}

@media screen and (max-width: 600px) {
    .homepage__section-projects__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.homepage__section-projects__item {
    display: inline-block;
    text-decoration: none;
    width: 30%;
    position: relative;
    padding: 0 0 15px
}

.homepage__section-projects__item * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage__section-projects__item__img {
    -webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
    transition: transform 2s ease-out;
    transition: transform 2s ease-out, -webkit-transform 2s ease-out
}

.homepage__section-projects__item:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #8d8d82
}

.homepage__section-projects__item:hover:after {
    width: 40%
}

@media screen and (max-width: 600px) {
    .homepage__section-projects__item:hover:after {
        display: none
    }
}

.homepage__section-projects__item:active:after {
    width: 100%
}

@media screen and (max-width: 600px) {
    .homepage__section-projects__item:active:after {
        display: none
    }
}

.homepage__section-projects__item:hover .homepage__section-projects__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.homepage__section-projects__item:hover .homepage__section-projects__item-name {
    color: #8d8d82
}

.homepage__section-projects__item:hover .homepage__section-projects__item__img-block:after {
    border-bottom: 90px solid #03c361;
    border-left-width: 90px
}

.homepage__section-projects__item:hover .homepage__section-projects__item__img-ico {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.homepage__section-projects__item:active .homepage__section-projects__item__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.homepage__section-projects__item:active .homepage__section-projects__item-name {
    color: #006a33
}

.homepage__section-projects__item:active .homepage__section-projects__item__img-block:after {
    border-bottom-color: #006a33
}

.homepage__section-projects__item__img-block {
    position: relative;
    overflow: hidden
}

.homepage__section-projects__item__img-block:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: 0;
    border-bottom: 60px solid #8d8d82;
    border-left: 60px solid transparent
}

.homepage__section-projects__item__img {
    width: 100%;
    display: block
}

.homepage__section-projects__item__img-ico {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    bottom: 5px;
    z-index: 2;
    opacity: 0
}

.homepage__section-projects__item__img-ico path, .homepage__section-projects__item__img-ico svg {
    fill: #fff
}

.homepage__section-projects__item-name {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 5px;
    position: relative
}

.homepage__section-projects__item-address {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0 5px 22px;
    position: relative
}

.homepage__section-projects__item-address:before {
    content: '';
    width: 14px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(https://missdoors.ru/local/templates/main/img/ico_marker_address.png) left top no-repeat transparent;
    background-size: contain
}

@media screen and (max-width: 960px) {
    .homepage__section-projects__item-name {
        font-size: 14px
    }

    .homepage__section-projects__item-address {
        font-size: 13px
    }
}

@media screen and (max-width: 600px) {
    .homepage__section-projects__item {
        max-width: 325px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 30px
    }
}

.homepage__section-projects__more-link {
    float: right
}

.section-mediakit__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (max-width: 600px) {
    .section-mediakit__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-mediakit__item {
    display: inline-block;
    text-decoration: none;
    width: 30%;
    margin: 20px 3% 20px 0;
    position: relative;
    padding: 0 0 15px
}

.section-mediakit__item * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.section-mediakit__item.--empty-break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 600px) {
    .section-mediakit__item {
        max-width: 325px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.section-mediakit__item:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #8d8d82
}

.section-mediakit__item-img-block {
    overflow: hidden;
    position: relative
}

.section-mediakit__item-img-block:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: 0;
    border-bottom: 60px solid #8d8d82;
    border-left: 60px solid transparent
}

.section-mediakit__item-img {
    width: 100%;
    display: block
}

.section-mediakit__item-ico {
    position: absolute;
    right: 13px;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    font-size: 14px;
    opacity: 0
}

.section-mediakit__item-name {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 5px
}

.section-mediakit__item-address {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0 5px 22px;
    position: relative
}

.section-mediakit__item-address:before {
    content: '';
    width: 14px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(https://missdoors.ru/local/templates/main/img/ico_marker_address.png) left top no-repeat transparent;
    background-size: contain
}

.section-mediakit__item:hover:after {
    width: 40%
}

.section-mediakit__item:hover .section-mediakit__item-img-block:after {
    border-bottom: 90px solid #03c361;
    border-left-width: 90px
}

.section-mediakit__item:hover .section-mediakit__item-img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.section-mediakit__item:hover .section-mediakit__item-ico {
    opacity: 1
}

.section-mediakit__item:hover .section-mediakit__item-name {
    color: #8d8d82
}

.section-mediakit__item:active:after {
    width: 100%
}

.section-mediakit__item:active .section-mediakit__item-img-block:after {
    border-bottom-color: #006a33
}

.section-mediakit__item:active .section-mediakit__item-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-mediakit__item:active .section-mediakit__item-name {
    color: #006a33
}

@media screen and (max-width: 960px) {
    .section-mediakit-name {
        font-size: 14px
    }

    .section-mediakit-address {
        font-size: 13px
    }
}

.section-mediakit__more-link {
    float: right
}

.homepage__section-news {
    padding-bottom: 65px
}

.homepage__section-news__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 15px
}

@media screen and (max-width: 960px) {
    .homepage__section-news__list {
        padding: 20px 0 55px
    }
}

@media screen and (max-width: 600px) {
    .homepage__section-news__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.homepage__section-news__item {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 30%;
    color: #000;
    padding: 0 0 35px
}

@media screen and (max-width: 600px) {
    .homepage__section-news__item {
        padding: 0 0 20px
    }
}

.homepage__section-news__item * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.homepage__section-news__item:hover .homepage__section-news__item-date:after {
    opacity: 1;
    width: 40%
}

.homepage__section-news__item:hover .homepage__section-news__item-text {
    color: #8d8d82
}

.homepage__section-news__item:active .homepage__section-news__item-date:after {
    width: 80%;
    background-color: #006a33
}

.homepage__section-news__item:active .homepage__section-news__item-text {
    color: #006a33
}

.homepage__section-news__item-date {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    position: relative
}

.homepage__section-news__item-date:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #8d8d82
}

@media screen and (max-width: 600px) {
    .homepage__section-news__item-date {
        padding: 5px 0 6px
    }
}

.homepage__section-news__item-text {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0 5px
}

@media screen and (max-width: 960px) {
    .homepage__section-news__item-date {
        font-size: 15px;
        padding: 7px 0
    }

    .homepage__section-news__item-text {
        font-size: 14px
    }
}

@media screen and (max-width: 600px) {
    .homepage__section-news__item {
        max-width: 325px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.homepage__section-news__more-link {
    float: right
}

.section-projects {
    padding: 0 0 130px
}

.section-projects__list .item {
    text-decoration: none;
    min-height: 460px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-projects__list .item * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media screen and (max-width: 1900px) {
    .section-projects__list .item {
        min-height: 290px
    }
}

@media screen and (max-width: 1200px) {
    .section-projects__list .item {
        min-height: 250px
    }
}

@media screen and (max-width: 960px) {
    .section-projects__list .item {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 500px;
        margin: 0 auto;
        padding: 20px 0
    }
}

@media screen and (max-width: 600px) {
    .section-projects__list .item {
        width: 100%
    }
}

.section-projects__list .item .img_block {
    width: 50%;
    overflow: hidden;
    position: relative
}

.section-projects__list .item .img_block:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    bottom: 0
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .img_block {
        width: 100%;
        height: 250px
    }
}

@media screen and (max-width: 600px) {
    .section-projects__list .item .img_block {
        height: 180px
    }
}

.section-projects__list .item .img_block .img {
    background-size: cover;
    background-position: center center;
    width: 70%;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
    transition: transform 2s ease-out;
    transition: transform 2s ease-out, -webkit-transform 2s ease-out
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .img_block .img {
        width: 100%
    }
}

.section-projects__list .item .img_block .ico-category {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 5px;
    opacity: 0
}

.section-projects__list .item .img_block .ico-category path, .section-projects__list .item .img_block .ico-category svg {
    fill: #fff
}

.section-projects__list .item .name_block {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 50px 50px;
    text-align: right;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block {
        width: 100%;
        padding: 0 0 20px;
        text-align: left;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 600px) {
    .section-projects__list .item .name_block {
        padding: 0 25px 20px
    }
}

.section-projects__list .item .name_block .date {
    color: #8d8d82;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0 25px
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block .date {
        padding-bottom: 15px
    }
}

.section-projects__list .item .name_block .text {
    padding: 15px 0 5px;
    margin: 10px 0 0;
    max-width: 560px;
    position: relative
}

.section-projects__list .item .name_block .text:after {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    top: 0;
    opacity: 0;
    background-color: #8d8d82
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block .text {
        padding-top: 15px
    }
}

.section-projects__list .item .name_block .address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 560px
}

.section-projects__list .item .name_block .address span.name {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: block;
    padding: 20px 0
}

@media screen and (max-width: 1200px) {
    .section-projects__list .item .name_block .address span.name {
        font-size: 15px
    }
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block .address span.name {
        padding-bottom: 10px
    }
}

.section-projects__list .item .name_block .address span.ico {
    padding: 0 10px;
    display: block;
    width: 14px;
    height: 21px;
    background: url(https://missdoors.ru/local/templates/main/img/ico_marker_address.png) left top no-repeat transparent;
    background-size: contain
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block .address {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.section-projects__list .item .name_block .name {
    max-width: 560px;
    font-size: 32px;
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    .section-projects__list .item .name_block .name {
        font-size: 28px
    }
}

@media screen and (max-width: 960px) {
    .section-projects__list .item .name_block .name {
        font-size: 24px
    }
}

@media screen and (max-width: 600px) {
    .section-projects__list .item .name_block .name {
        font-size: 22px
    }
}

.section-projects__list .item:nth-child(2n+1) .img_block:after {
    left: 0;
    border-bottom: 0 solid #8d8d82;
    border-right: 0 solid transparent
}

.section-projects__list .item:nth-child(2n+1) .img_block .ico-category {
    left: 15px
}

.section-projects__list .item:nth-child(2n+1) .text:after {
    right: 0
}

.section-projects__list .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section-projects__list .item:nth-child(2n) .img_block:after {
    right: 0;
    border-bottom: 0 solid #8d8d82;
    border-left: 0 solid transparent
}

.section-projects__list .item:nth-child(2n) .img_block .ico-category {
    right: 0
}

.section-projects__list .item:nth-child(2n) .name_block {
    text-align: left;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-projects__list .item:nth-child(2n) .name_block .address {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-projects__list .item:nth-child(2n) .text:after {
    left: 0
}

.section-projects__list .item:nth-child(2n) .img {
    width: 100%
}

.section-projects__list .item:nth-child(1) .img, .section-projects__list .item:nth-child(7n) .img {
    width: 100%
}

.section-projects__list .item:hover .name_block > .name {
    color: #8d8d82;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.section-projects__list .item:hover .img_block .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-projects__list .item:hover .img_block .ico-category {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    z-index: 1
}

.section-projects__list .item:hover .date {
    color: #013317
}

.section-projects__list .item:hover .text:after {
    width: 40%;
    opacity: 1
}

.section-projects__list .item:hover:nth-child(2n+1) .img_block:after {
    border-bottom: 90px solid #8d8d82;
    border-right: 90px solid transparent
}

.section-projects__list .item:hover:nth-child(2n) .img_block:after {
    border-bottom: 90px solid #8d8d82;
    border-left: 90px solid transparent
}

.section-projects__list .item:active .name_block > .name {
    color: #006a33
}

.section-projects__list .item:active .img_block .img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.section-projects__list .item:active .date {
    color: #013317
}

.section-projects__list .item:active .text:after {
    width: 100%;
    background-color: #006a33
}

.section-projects__list .item:active:nth-child(2n+1) .img_block:after {
    border-bottom: 90px solid #006a33
}

.section-projects__list .item:active:nth-child(2n) .img_block:after {
    border-bottom: 90px solid #006a33
}

.section-projects--news .section-projects__list .item .name_block {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 50px
}

@media screen and (max-width: 1200px) {
    .section-projects--news .section-projects__list .item .name_block {
        padding: 30px 30px
    }
}

@media screen and (max-width: 960px) {
    .section-projects--news .section-projects__list .item .name_block {
        padding: 10px 0 30px
    }
}

@media screen and (max-width: 600px) {
    .section-projects--news .section-projects__list .item .name_block {
        padding: 10px 25px 30px
    }
}

.section-projects--news .section-projects__list .item .img_block .img {
    width: 100%
}

.text-block {
    width: 66%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    line-height: 25px
}

.text-block img {
    max-width: 100%
}

.text-block p {
    padding: 10px 0
}

@media screen and (max-width: 1200px) {
    .text-block {
        padding-top: 10px;
        font-size: 15px;
        line-height: 25px
    }
}

@media screen and (max-width: 960px) {
    .text-block {
        width: 80%;
        padding-top: 0;
        font-size: 14px;
        line-height: 22px
    }
}

@media screen and (max-width: 600px) {
    .text-block {
        width: 100%
    }

    .text-block p {
        padding: 5px 0
    }
}

.history-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #8d8d82;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    padding: 50px 0
}

@media screen and (max-width: 1900px) {
    .history-box {
        width: 100%;
        padding: 30px 0
    }
}

@media screen and (max-width: 1200px) {
    .history-box {
        padding: 25px 0
    }
}

@media screen and (max-width: 960px) {
    .history-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0
    }
}

.history-box:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-right: 1px solid #8d8d82;
    border-top: 1px solid #8d8d82;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 960px) {
    .history-box:after {
        left: 0
    }
}

.history-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #8d8d82;
    left: 50%;
    top: 0
}

@media screen and (max-width: 960px) {
    .history-box:before {
        left: 0
    }
}

.history-box:nth-child(2n+1):after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width: 960px) {
    .history-box:nth-child(2n+1):after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.history-box:nth-child(2n+1) .history-box__year {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left
}

@media screen and (max-width: 960px) {
    .history-box:nth-child(2n+1) .history-box__year {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.history-box:nth-child(2n+1) .history-box__descr {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right
}

@media screen and (max-width: 960px) {
    .history-box:nth-child(2n+1) .history-box__descr {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left
    }
}

.history-box__year {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 180px;
    line-height: 140px;
    text-align: right;
    font-weight: 800;
    padding: 0 50px;
    position: relative;
    background: url(https://missdoors.ru/local/templates/main/img/bg_about.jpg) repeat;
    background-size: contain;
    -webkit-background-clip: text;
    color: transparent
}

@media screen and (max-width: 1900px) {
    .history-box__year {
        font-size: 130px;
        line-height: 100px
    }
}

@media screen and (max-width: 1200px) {
    .history-box__year {
        font-size: 110px
    }
}

@media screen and (max-width: 960px) {
    .history-box__year {
        font-size: 70px;
        line-height: 60px;
        text-align: left;
        padding: 0 0 20px 30px
    }
}

.history-box__descr {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 16px;
    padding: 0 50px;
    position: relative
}

@media screen and (max-width: 1900px) {
    .history-box__descr {
        font-size: 15px
    }
}

@media screen and (max-width: 600px) {
    .history-box__descr {
        text-align: left
    }
}

@media screen and (max-width: 960px) {
    .history-box__descr {
        padding: 0 0 0 30px
    }
}

@media screen and (max-width: 600px) {
    .history-box__descr {
        font-size: 14px
    }
}

.contacts-section {
    position: relative;
    height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8d8d82
}

@media screen and (max-width: 960px) {
    .contacts-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.contacts-section__panel {
    position: relative;
    background-color: #8d8d82;
    height: 100%;
    width: 30%;
    padding: 40px 50px
}

@media screen and (max-width: 1200px) {
    .contacts-section__panel {
        width: 40%
    }
}

@media screen and (max-width: 960px) {
    .contacts-section__panel {
        width: 100%;
        padding: 30px 25px;
        height: auto
    }
}

.contacts-section__panel-title-h1 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 960px) {
    .contacts-section__panel-title-h1 {
        font-size: 22px;
        line-height: 28px
    }
}

.contacts-section__panel-title-descr {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0
}

@media screen and (max-width: 960px) {
    .contacts-section__panel-title-descr {
        display: none
    }
}

.contacts-section__panel-address {
    padding: 135px 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 25px
}

@media screen and (max-width: 960px) {
    .contacts-section__panel-address {
        padding: 30px 0 20px;
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-height: 750px) {
    .contacts-section__panel-address {
        padding-top: 15px
    }
}

.contacts-section__panel-phone {
    color: #fff;
    font-size: 22px;
    line-height: 32px
}

@media screen and (max-width: 960px) {
    .contacts-section__panel-phone {
        font-size: 18px;
        line-height: 32px
    }
}

.contacts-section__panel-emails {
    font-size: 16px;
    padding: 45px 0 10px
}

.contacts-section__panel-emails p {
    padding: 5px 0
}

.contacts-section__panel-emails a {
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.contacts-section__panel-emails a:hover {
    color: #fff
}

@media screen and (max-width: 960px) {
    .contacts-section__panel-emails {
        padding: 20px 0 0;
        font-size: 14px
    }

    .contacts-section__panel-emails a {
        display: inline-block
    }
}

.contacts-section__map {
    float: left;
    position: relative;
    height: 100%;
    background-color: #ccc;
    width: 70%;
    -webkit-transition: -webkit-filter .6s;
    transition: -webkit-filter .6s;
    transition: filter .6s;
    transition: filter .6s, -webkit-filter .6s
}

.contacts-section__map.leaflet-container {
    z-index: 5
}

.contacts-section__map .leaflet-tile-container {
    -webkit-filter: grayscale(.9) contrast(92%);
    filter: grayscale(.9) contrast(92%)
}

@media screen and (max-width: 1200px) {
    .contacts-section__map {
        width: 60%
    }
}

@media screen and (max-width: 960px) {
    .contacts-section__map {
        width: 100%
    }
}

.contacts-section__decor {
    position: absolute;
    z-index: 6;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-bottom: 160px solid #fff;
    border-left: 70vw solid transparent
}

@media screen and (max-width: 960px) {
    .contacts-section__decor {
        border-bottom-width: 100px;
        border-left-width: 100vw
    }
}

.contacts-section__coords {
    position: absolute;
    z-index: 7;
    right: 35px;
    bottom: 40px;
    text-align: right
}

.contacts-section__coords-link {
    display: inline-block;
    padding: 5px 0
}

.contacts-section__coords-descr {
    font-size: 15px;
    position: relative;
    padding: 0 0 0 30px
}

.contacts-section__coords-descr:before {
    content: '';
    background: url(https://missdoors.ru/local/templates/main/img/ico_address.png) center center no-repeat transparent;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0
}

@media screen and (max-width: 960px) {
    .contacts-section__coords {
        right: 25px;
        bottom: 20px
    }

    .contacts-section__coords-link {
        font-size: 13px
    }

    .contacts-section__coords-descr {
        font-size: 12px
    }
}

@media screen and (max-width: 960px) {
    .contacts-section__coords {
        right: 15px
    }
}

.contacts .footer:before {
    display: none
}

body.projects .section-map {
    padding-bottom: 80px
}

@media screen and (max-width: 960px) {
    body.projects .section-map {
        padding-bottom: 40px
    }
}

.top-arrow-page {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    background: url(https://missdoors.ru/local/templates/main/img/ico_arrow_top.png) center center no-repeat rgba(225, 225, 225, .5);
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9
}

.top-arrow-page:hover {
    background-color: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 960px) {
    .top-arrow-page {
        bottom: 40px
    }
}

@media screen and (max-width: 600px) {
    .top-arrow-page {
        bottom: 20px;
        right: 20px
    }
}

.top-arrow-page.--visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.top-arrow-page.--visible:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.preloader * {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.preloader__logo {
    position: absolute;
    width: 240px;
    height: 90px;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -120px;
    z-index: 10
}

.preloader__logo-svg {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.preloader__triangle {
    width: 0;
    height: 0;
    position: absolute;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.preloader__triangle.--top-left {
    left: 0;
    top: 0;
    border-top: 101vh solid #fff;
    border-right: 101vw solid transparent;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.preloader__triangle.--bottom-left {
    left: 0;
    bottom: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.preloader__triangle.--bottom-right {
    right: 0;
    bottom: 0;
    border-bottom: 101vh solid #fff;
    border-left: 101vw solid transparent;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .preloader {
        display: none
    }
}

@-webkit-keyframes triangleToRightBottom {
    from {
        border-bottom: 101vh solid #fff;
        border-left: 101vw solid transparent
    }
    to {
        border-bottom: 174px solid #8c99a1;
        border-left: 25vw solid transparent
    }
}

@keyframes triangleToRightBottom {
    from {
        border-bottom: 101vh solid #fff;
        border-left: 101vw solid transparent
    }
    to {
        border-bottom: 174px solid #8c99a1;
        border-left: 25vw solid transparent
    }
}

@media screen and (max-width: 1900px) {
    @-webkit-keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 130px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
    @keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 130px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
}

@media screen and (max-width: 1200px) {
    @-webkit-keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 100px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
    @keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 100px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
}

@media screen and (max-width: 960px) {
    @-webkit-keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 70px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
    @keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 70px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
}

@media screen and (max-width: 600px) {
    @-webkit-keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 70px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
    @keyframes triangleToRightBottom {
        from {
            border-bottom: 101vh solid #fff;
            border-left: 101vw solid transparent
        }
        to {
            border-bottom: 70px solid #8c99a1;
            border-left: 25vw solid transparent
        }
    }
}

.triangleToRightBottom {
    -webkit-animation-name: triangleToRightBottom;
    animation-name: triangleToRightBottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes triangleToLeftTop {
    from {
        border-top: 100vh solid #fff;
        border-right: 100vw solid transparent
    }
    to {
        border-top: 205px solid #fff;
        border-right: 530px solid transparent
    }
}

@keyframes triangleToLeftTop {
    from {
        border-top: 100vh solid #fff;
        border-right: 100vw solid transparent
    }
    to {
        border-top: 205px solid #fff;
        border-right: 530px solid transparent
    }
}

@media screen and (max-width: 960px) {
    @-webkit-keyframes triangleToLeftTop {
        from {
            border-top: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-top: 160px solid #fff;
            border-right: 430px solid transparent
        }
    }
    @keyframes triangleToLeftTop {
        from {
            border-top: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-top: 160px solid #fff;
            border-right: 430px solid transparent
        }
    }
}

@media screen and (max-width: 600px) {
    @-webkit-keyframes triangleToLeftTop {
        from {
            border-top: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-top: 125px solid #fff;
            border-right: 70vw solid transparent
        }
    }
    @keyframes triangleToLeftTop {
        from {
            border-top: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-top: 125px solid #fff;
            border-right: 70vw solid transparent
        }
    }
}

.triangleToLeftTop {
    -webkit-animation-name: triangleToLeftTop;
    animation-name: triangleToLeftTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes triangleToLeftBottom {
    from {
        border-bottom: 100vh solid #fff;
        border-right: 100vw solid transparent
    }
    to {
        border-bottom: 280px solid #fff;
        border-right: 80vw solid transparent
    }
}

@keyframes triangleToLeftBottom {
    from {
        border-bottom: 100vh solid #fff;
        border-right: 100vw solid transparent
    }
    to {
        border-bottom: 280px solid #fff;
        border-right: 80vw solid transparent
    }
}

@media screen and (max-width: 960px) {
    @-webkit-keyframes triangleToLeftBottom {
        from {
            border-bottom: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-bottom: 280px solid #fff;
            border-right: 80vw solid transparent
        }
    }
    @keyframes triangleToLeftBottom {
        from {
            border-bottom: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-bottom: 280px solid #fff;
            border-right: 80vw solid transparent
        }
    }
}

@media screen and (max-width: 600px) {
    @-webkit-keyframes triangleToLeftBottom {
        from {
            border-bottom: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-bottom: 130px solid #fff;
            border-right: 80vw solid transparent
        }
    }
    @keyframes triangleToLeftBottom {
        from {
            border-bottom: 100vh solid #fff;
            border-right: 100vw solid transparent
        }
        to {
            border-bottom: 130px solid #fff;
            border-right: 80vw solid transparent
        }
    }
}

.triangleToLeftBottom {
    -webkit-animation-name: triangleToLeftBottom;
    animation-name: triangleToLeftBottom;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes preloaderOpacity {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        display: none;
        z-index: -1
    }
}

@keyframes preloaderOpacity {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        display: none;
        z-index: -1
    }
}

.preloaderOpacity {
    -webkit-animation-name: preloaderOpacity;
    animation-name: preloaderOpacity
}

@-webkit-keyframes openLogo {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes openLogo {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.openLogo {
    -webkit-animation: openLogo 3s;
    animation: openLogo 3s
}

@-webkit-keyframes closeSVG {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes closeSVG {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.closeSVG {
    -webkit-animation-name: closeSVG;
    animation-name: closeSVG
}

.--nopacity {
    opacity: 0
}

.--animElement {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDownLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUpLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightLight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpLight {
    -webkit-animation-name: fadeInUpLight;
    animation-name: fadeInUpLight
}

.fadeInDownLight {
    -webkit-animation-name: fadeInDownLight;
    animation-name: fadeInDownLight
}

.fadeInLeftLight {
    -webkit-animation-name: fadeInLeftLight;
    animation-name: fadeInLeftLight
}

.fadeInRightLight {
    -webkit-animation-name: fadeInRightLight;
    animation-name: fadeInRightLight
}

/*# sourceMappingURL=main.css.map */
