.btn,
.header__menu a,
a {
    text-decoration: none
}

.fixed-nav,
.mobile-menu__item,
.partners__menu,
.services__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.cases__item:before,
.fixed-nav__line:before,
.team__nav:before {
    content: ""
}

.fixed-nav,
.mobile-menu__item,
.page-template-template-contacts .maps__details,
.page-template-template-contacts .maps__details--style .form .cols,
.partners__menu,
.services__menu,
.team__item,
.team__list {
    -webkit-box-direction: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    overflow: auto!important
}

a,
h2,
p {
    font-family: Gilroy;
    margin: 0
}

@media (max-width:992px) {
    body.home {
        overflow: auto!important
    }
}

.cases__item,
.page-template-template-contacts .maps,
.team__item--img,
.team__list {
    overflow: hidden
}

p {
    font-weight: 500
}

.btn,
.fixed-nav__item {
    font-weight: 800;
    cursor: pointer
}

.btn {
    border: 1px solid #0500FF;
    width: 205px;
    font-size: 1.2vw;
    line-height: 1.4;
    color: #0500FF;
    text-align: center;
    padding: 12px 0;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    background: 0 0
}

@media (min-width:1441px) {
    .btn {
        width: 15vw
    }
}

.btn:hover {
    color: #FF000D;
    border-color: #FF000D
}

.btn:active {
    color: #fff;
    border-color: #FF000D;
    background: #FF000D
}

.btn__txt {
    display: none
}

.btn__txt.opened {
    max-width: 90px
}

.btn__txt.opened img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:992px) {
    .btn {
        font-size: 20px;
        width: 320px;
        padding: 17px 0
    }
    .btn__txt.opened span {
        min-width: 100px
    }
}

@media (max-width:767px) {
    .btn {
        font-size: 16px;
        padding: 12px 0
    }
    .btn__txt.opened span {
        min-width: auto
    }
}

.btn__txt img {
    position: relative
}

@media (max-width:550px) {
    .home_news-all .btn {
        max-width: 100%;
        width: 100%;
    }
}


@media (max-width:992px) {
    .btn__txt {
        color: #0500FF;
        font-weight: 800;
        margin: 10px auto auto;
        font-size: 20px;
        max-width: 170px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }
    .btn__txt img {
        flex: 0 0 auto;
        margin: 0 0 0 10px;
    }
}

.fixed-nav,
.main-digital {
    -webkit-box-align: center
}

@media (max-width:767px) {
    .btn__txt {
        font-size: 16px;
        max-width: 130px;
        top: 0;
        line-height: 1
    }
    .btn__txt img {
        height: 8px;
        width: 10px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.container {
    max-width: 90%;
    margin: auto;
    width: 100%
}

.fixed-nav {
    width: 20px;
    position: fixed;
    right: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8
}

@media (min-width:1200px) {
    .fixed-nav {
        height: 65%
    }
}

@media (max-width:992px) {
    .container {
        max-width: 640px
    }
    .fixed-nav {
        display: none
    }
}

.fixed-nav__line {
    height: 22px;
    min-height: 5vh;
    width: 1px;
    background: #141414;
    margin: 20px 0;
    position: relative
}

.fixed-nav__line:nth-of-type(2) {
    margin-top: 10px
}

.fixed-nav__line:nth-of-type(8) {
    margin-bottom: 10px
}

.fixed-nav__line:before {
    width: 100%;
    height: 0;
    background: #FF000D;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.fixed-nav__line.active:before {
    height: 100%
}

.fixed-nav__item {
    color: #141414;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-family: Gilroy;
    font-size: 1.1vw;
    line-height: 1;
    position: relative;
    right: -2px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:1650px) {
    .fixed-nav__item {
        padding: 15px 0
    }
}

.fixed-nav__item.active {
    color: #FF000D
}

.fixed-nav__dots {
    width: 8px;
    height: 8px;
    min-height: 8px;
    min-width: 8px;
    background: #141414
}

.fixed-nav__dots.active {
    background: #FF000D
}

.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background: #0500FF;
    z-index: 99999;
    width: 100%;
    height: 100%
}

.header__menu a,
.mobile-menu__item a {
    font-weight: 800;
    -webkit-transition: .5s
}

.header__menu .lang-item a {
    text-transform: uppercase;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    right: 0
}

.mobile-menu__exit {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 5;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer
}

.mobile-menu__item {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu__item .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.mobile-menu__item .menu-item {
    margin-top: 32px;
}

@media (min-width:769px) {
    .mobile-menu__exit {
        right: 72px;
        top: 32px;
        width: 48px;
        height: 48px
    }
    .mobile-menu__item {
        margin-top: 320px
    }
}

.mobile-menu__item a {
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    margin-top: 32px;
    transition: .5s;
    outline: 0
}

.mobile-menu__item a:hover {
    color: #FF000D
}

@media (min-width:769px) {
    .mobile-menu__item a {
        font-size: 52px
    }
}

.header {
    padding: 48px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}
@media (max-width: 992px){
    .header .container{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
.header__mobile {
    display: none
}

@media (max-width:992px) {
    .header {
        padding: 32px 0
    }
    .header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 64px;
        height: 16px
    }
}

@media (max-width:992px) and (max-width:767px) {
    .header__mobile {
        width: 32px;
        height: 8px
    }
}

@media (max-width:992px) {
    .header__mobile div {
        background: #000;
        width: 100%;
        height: 4px
    }
    .header__mobile div:not(:last-child) {
        margin-bottom: 8px
    }
}

@media (max-width:992px) and (max-width:767px) {
    .header__mobile div {
        height: 2px
    }
    .header__mobile div:not(:last-child) {
        margin-bottom: 4px
    }
}

.header .container {
    max-width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px){
    .header .container{
        max-width: 100% !important;
        padding: 0 64px;
    }
}

@media (max-width:550px){
    .header .container{
        padding: 0 20px;
    }
}

@media (min-width:992px) {
    .header__logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .container {
        max-width: 320px
    }

    .sasquatch .container{
        max-width: 100%;
        padding: 0 64px;
    }
    .header {
        padding: 16px 0
    }
    .header .container {
        max-width: calc(100% - 40px)
    }
    .header__logo img {
        width: 140px
    }
}

.header__menu a {
    font-size: 1.2vw;
    color: #141414;
    transition: .5s;
    white-space: nowrap;
}

.header__menu a:hover {
    color: #FF000D
}

.header__menu a:last-child {
    margin-left: 5vw
}

@media (max-width:992px) {
    .header .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__menu {
        display: none
    }
    .home .footer {
        background-color: #0500FF
    }
    .home .footer__copy p {
        color: rgba(255, 255, 255, .6)
    }
    .page-template-template-cases .footer svg path {
        fill: #000
    }
}

.page-template-template-cases .header__menu a:nth-child(1) {
    color: #FF000D
}

.post-template-default .header__menu a:hover {
    color: #233B96
}

.footer__copy p,
.footer__social a {
    color: rgba(0, 0, 0, .6);
    font-weight: 500
}

.footer {
    padding: 25px 0
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__copy p {
    font-size: .89vw
}

@media (max-width:992px) {
    .footer__copy p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        padding: 0 64px;
    }
    .footer__copy p {
        font-size: 12px
    }
    .footer__social {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 16px
    }
}

@media (max-width: 550px){
    .footer .container, .sasquatch .container{
        padding: 0 20px;
    }

    .sasquatch{
        padding: 48px 0 23px 0;
    }

    .home .footer__social{
        padding-top: 0;
    }
}

.footer__social a {
    font-size: .89vw;
    line-height: 14px;
    display: inline-block
}

.partners__menu a,
.services__menu a,
.services__mobile a:not(.btn),
.team__item--text h2 {
    font-weight: 800;
    line-height: 1.4
}

.footer__social a:hover {
    color: #000
}

.footer__social a:hover svg path {
    fill: #fff;
    fill-opacity: 1
}

.footer__social a svg {
    display: none
}

@media (max-width:992px) {
    .footer__social a span {
        display: none
    }
    .footer__social a svg {
        display: block
    }
}

.main-digital,
.main-digital .container {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__social a:not(:last-child) {
    margin-right: 32px
}

.main-digital {
    height: 100vh;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:992px) {
    .footer__social a:not(: last-child) {
        margin-right: 40px
    }
    .main-digital {
        padding-bottom: 95px;
        padding-top: 95px;
        height: auto
    }
}

@media (max-width:767px) {
    .footer__social a:not(: last-child) {
        margin-right: 32px
    }
    .main-digital {
        padding-bottom: 32px;
        padding-top: 64px;
    }
}

.main-digital .container {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services,
.services .cols:first-child {
    display: -webkit-box;
    display: -ms-flexbox
}

.main-digital .container>img {
    width: 40%
}

@media (max-width:992px) {
    .main-digital .container {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
    .main-digital .container>img {
        width: 512px;
        margin: auto
    }
}

@media (max-width:767px) {
    .main-digital .container>img {
        width: 300px
    }
}

.main-digital__text {
    padding-left: 5%;
    padding-right: 0;
    width: 45%
}
.main-digital__text .h2,
.main-digital__text h2 {
    font-size: 3.5vw;
    line-height: 1.4;
    color: #141414;
	font-family: Gilroy;
    margin: 0;
}

@media (max-width:992px) {
    .main-digital__text {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
	.main-digital__text .h2,
    .main-digital__text h2 {
        font-size: 52px
    }
}

@media (max-width:767px) {
    .main-digital__text h2, .main-digital__text .h2  {
        font-size: 28px
    }
}

.main-digital__text p {
    margin-top: 30px;
    color: #141414;
    font-size: 1.77vw;
    line-height: 1.4
}

.main-digital__text a {
    margin-top: 48px
}

.services {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

@media (max-width:992px) {
    .main-digital__text p {
        font-size: 28px
    }
    .services {
        height: auto;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        background: #0500FF
    }
}

.services__mobile {
    display: none
}

@media (max-width:767px) {
    .main-digital__text p {
        font-size: 16px
    }
    .main-digital__text a {
        margin-top: 32px
    }
    .services__mobile {
        padding: 48px 0
    }
}

@media (max-width:992px) {
    .services__mobile {
        padding: 68px 0;
        display: block;
        margin: auto
    }
}

.services__mobile p {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    display: none
}

@media (max-width:992px) {
    .services__mobile p {
        font-size: 16px;
        margin-top: 16px
    }
}

.services__mobile h2 {
    font-size: 52px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

@media (max-width:767px) {
    .services__mobile h2 {
        font-size: 42px;
        margin-bottom: 16px
    }
}

.services__mobile a:not(.btn) {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block
}

@media (max-width:767px) {
    .services__mobile a:not(.btn) {
        font-size: 28px;
        margin-bottom: 16px
    }
}

.services__mobile a:not(.btn).active {
    color: #FF000D
}

.services__mobile a:not(.btn).active+p {
    display: inline-block!important;
    width: 100%
}

.services__mobile a:not(.btn).active+p+a {
    display: block!important
}

.services__mobile .btn {
    color: #fff;
    border-color: #fff;
    margin-top: 40px;
    margin-bottom: 50px;
    display: none
}

@media (max-width:992px) {
    .services__mobile .btn {
        display: block!important
    }
    .services .cols {
        display: none!important
    }
}

.services .cols:first-child {
    width: 30%;
    background: #0500FF;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services .cols:nth-child(2) {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20% 0 10%
}

.services__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.services__menu a {
    font-size: 1.58vw;
    color: #FFF;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.services__menu a.active {
    color: #FF000D
}

.services__text {
    width: 100%
}

.services__text p {
    font-size: 1.177vw;
    color: #141414;
    line-height: 1.4
}

.services__text a {
    margin-top: 45px
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.partners__mobile {
    display: none;
    font-size: 52px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 32px
}

@media (max-width:992px) {
    .partners {
        height: auto
    }
    .partners__mobile {
        display: inline-block;
        width: 100%
    }
}

.partners .cols:first-child {
    width: 30%;
    background: #0500FF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:992px) {
    .partners .cols:first-child {
        display: none
    }
}

.partners .cols:last-child {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15% 0 10%
}

@media (max-width:992px) {
    .partners .cols:last-child {
        max-width: 640px;
        width: 100%;
        margin: auto;
        padding: 0;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

@media (max-width:767px) {
    .partners__mobile {
        font-size: 40px
    }
    .partners .cols:last-child {
        max-width: 320px
    }
    .partners__img {
        text-align: center
    }
}

.partners__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.partners__menu a {
    font-size: 1.58vw;
    color: #FFF;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.partners__menu a.active {
    color: #FF000D
}

.partners__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.partners__img img {
    width: 22%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:992px) {
    .partners__img img {
        width: 124px
    }
}

@media (max-width:767px) {
    .partners__img img {
        width: 75px;
        margin-bottom: 16px
    }
    .partners__img img:nth-child(5),
    .partners__img img:nth-child(8) {
        display: none
    }
}

.sasquatch,
.sasquatch .container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.sasquatch {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.sasquatch .container {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sasquatch__text {
    max-width: 65%
}

.sasquatch__text h2 {
    color: #141414;
    font-size: 3.53vw;
    line-height: 1.4;
    margin-bottom: 48px
}

@media (max-width:992px) {
    .sasquatch {
        background: #0500FF;
        height: auto;
        padding: 64px 0;
        margin-top: 100px;
        margin-bottom: -1px;
    }
    .sasquatch__text {
        max-width: 100%;
        padding-right: 68px
    }
    .sasquatch__text h2 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .sasquatch {
        margin-top: 48px
    }
    .sasquatch__text {
        padding-right: 0
    }
    .sasquatch__text h2 {
        font-size: 28px
    }
}

.sasquatch__text p {
    color: #141414;
    font-size: 1.177vw;
    line-height: 1.4;
    margin-bottom: 15px
}

@media (max-width:992px) {
    .sasquatch__text p {
        color: #fff;
        font-size: 20px
    }
}

@media (max-width:767px) {
    .sasquatch__text p {
        font-size: 16px
    }
}

.sasquatch__text a {
    margin-top: 48px
}

@media (max-width:992px) {
    .sasquatch__text a {
        color: #fff;
        border-color: #fff;
        margin-top: 32px
    }
}

@media (max-width: 550px){
    .sasquatch .sasquatch__text a {
        max-width: 100%;
        width: 100%;
    }

    .home .footer {
        padding: 16px 0;
    }
}

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.team__mobile {
    display: none;
    font-size: 52px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 32px
}

@media (max-width:992px) {
    .team__mobile {
        display: inline-block;
        width: 100%
    }
    .team {
        height: auto;
        padding: 64px 0
    }
}

.team__list,
.team__nav {
    display: -webkit-box;
    display: -ms-flexbox
}

.team .btn {
    margin: 40px auto 0
}

.team .container {
    max-width: 72%
}

.team__nav {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 45px;
    width: calc(100% + 8px);
    left: -4px
}

@media (max-width:992px) {
    .team .btn {
        margin-top: 32px
    }
    .team .container {
        max-width: 640px
    }
    .team__nav {
        display: none
    }
}

.team__nav:before {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.team__nav--dots {
    width: 8px;
    height: 8px;
    position: relative;
    z-index: 1
}

.team__nav--dots span {
    width: 100%;
    height: 100%;
    background: #141414;
    position: relative;
    z-index: 2;
    display: block
}

.team__nav--dots:after,
.team__nav--dots:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    top: 0;
    background: #fff;
    display: block
}

.team__nav--dots:after {
    left: auto;
    right: -8px
}

.team__nav--dots.active span {
    background: #FF000D
}

.team__list {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media (max-width:992px) {
    .team__list {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    min-width: 28%;
    margin-right: 8%
}

@media (max-width:992px) {
    .team__item {
        min-width: auto;
        width: 300px;
        margin-right: 0;
        margin-bottom: 64px
    }
}

@media (max-width:767px) {
    .team__mobile {
        font-size: 40px
    }
    .team {
        padding: 48px 0
    }
    .team .container {
        max-width: 320px
    }
    .team__item {
        width: 152px;
        margin-bottom: 16px
    }
}

.team__item--img {
    width: 100%;
    height: 288px;
    position: relative
}

@media (max-width:767px) {
    .team__item--img {
        height: 160px
    }
}

.team__item--img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.team__item--img img:first-child {
    z-index: 2
}

.team__item--img img:last-child {
    z-index: 1
}

.team__item--img:hover img:last-child {
    z-index: 3
}

.team__item--text {
    padding-top: 25px;
    text-align: center
}

.team__item--text h2 {
    color: #141414;
    font-size: 1.177vw
}

@media (min-width:993px) {
    .team__item--text h2 br {
        display: none
    }
}

@media (max-width:992px) {
    .team__item--text {
        padding-top: 32px
    }
    .team__item--text h2 {
        font-size: 20px;
        margin-bottom: 5px
    }
}

@media (max-width:767px) {
    .team__item--text {
        padding-top: 16px;
        padding-left: 10px;
        padding-right: 10px
    }
    .team__item--text h2 {
        font-size: 16px
    }
}

.team__item--text span {
    font-weight: 500;
    font-family: Gilroy;
    color: #141414;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 1.177vw
}

@media (max-width:992px) {
    .team__item--text span {
        margin-bottom: 0;
        font-size: 20px
    }
    .team__item--text p {
        display: none
    }
}

@media (max-width:767px) {
    .team__item--text span {
        font-size: 16px
    }
}

.team__item--text p {
    color: #141414;
    font-size: 1.177vw;
    line-height: 1.4
}

.cases {
    margin-top: 185px;
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .cases {
        min-height: calc(100vh - 300px)
    }
}

@media (max-width:992px) {
    .cases {
        padding-bottom: 120px
    }
}

@media (max-width:767px) {
    .cases {
        margin-top: 96px;
        padding-bottom: 24px
    }
}

.cases__show {
    display: none
}

@media (max-width:992px) {
    .cases__show {
        display: block;
        max-width: 320px;
        margin: 32px auto auto;
        font-family: Gilroy
    }
    .cases .container {
        position: relative
    }
}

.cases__mobile {
 
}

@media (max-width:992px) {
    .cases__mobile, .cases__mobile.h2 {
        display: inline-block;
        width: 100%;
        letter-spacing: .02em;
        line-height: 1.4;
        color: #141414;
        font-size: 52px;
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .cases__show {
        margin-top: 0
    }
    .cases__mobile, .cases__mobile.h2 {
        font-size: 40px;
        margin-bottom: 16px
    }
}

.cases__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cases__tab a {
    font-size: 1.177vw;
    line-height: 1.4;
    color: #141414;
    font-weight: 800
}

@media (max-width:992px) {
    .cases__tab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        max-width: 320px;
        background: #0500FF;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: auto;
        padding: 16px 0;
        display: none;
        left: 0;
        top: 158px;
        right: 0;
        position: absolute;
        z-index: 8
    }
    .cases__tab.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .cases__tab a {
        width: 100%;
        color: #fff;
        font-size: 20px!important;
        margin: 16px 0!important
    }
}

.cases__tab a.active {
    color: #FF000D
}

@media (max-width:767px) {
    .cases__tab {
        top: 126px
    }
    .cases__tab a {
        font-size: 16px!important;
        margin: 8px 0
    }
    .cases__tab a.active {
        display: none
    }
}

.cases__tab a:not(:last-child) {
    margin-right: 64px
}

.cases__tab--mobile {
    display: none;
    max-width: 320px;
    margin: auto;
    border: 1px solid #0500FF;
    color: #0500FF;
    padding: 16px 0;
    text-align: center;
    font-family: Gilroy;
    position: relative;
    font-weight: 600
}

.cases__tab--mobile span {
    font-size: 20px
}

.cases__tab--mobile img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px
}

.cases__tab--mobile.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:992px) {
    .cases__tab--mobile {
        display: block
    }
}

.cases__list {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.cases__list.hide {
    display: none
}

.cases__item {
    height: 384px;
    position: relative;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 68px;
    text-align: center
}

@media (max-width:992px) {
    .cases__list {
        margin-top: 32px
    }
    .cases__item {
        width: 50%;
        height: 320px;
        padding: 0 16px;
        display: none
    }
    .cases__item:nth-child(1),
    .cases__item:nth-child(2),
    .cases__item:nth-child(3),
    .cases__item:nth-child(4),
    .cases__item:nth-child(5),
    .cases__item:nth-child(6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:992px) and (max-width:767px) {
    .cases__item:nth-child(5),
    .cases__item:nth-child(6) {
        display: none
    }
}

@media (max-width:767px) {
    .cases__tab--mobile span {
        font-size: 16px!important
    }
    .cases__item {
        width: 100%;
        margin-bottom: 32px
    }
}

.cases__item:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(5, 0, 255, .6);
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.cases__item h2,
.cases__item p {
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.4
}

.cases__item:hover:before {
    background: rgba(255, 0, 13, .6)
}

.cases__item h2 {
    font-size: 1.58vw;
    margin-bottom: 48px
}

@media (max-width:992px) {
    .cases__item h2 {
        font-size: 28px;
        margin-bottom: 32px
    }
}

.cases__item p {
    font-size: 1.177vw
}

.cases__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

body.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

body.single>* {
    width: 100%
}

@media (min-width:769px) {
    .page-template-template-contacts .footer {
        display: none
    }
}

.page-template-template-contacts .header__menu a:nth-child(2) {
    color: #FF000D!important
}

.page-template-template-contacts .header__menu a:hover {
    color: #FF000D
}

.page-template-template-contacts .maps .wpgmp_map_container {
    width: 100%;
    height: 100vh;
    position: relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width:992px) {
    .cases__item p {
        font-size: 20px
    }
    .page-template-template-contacts .maps {
        margin-top: 128px
    }
    .page-template-template-contacts .maps .wpgmp_map_container {
        display: none
    }
}

.page-template-template-contacts .maps .wpgmp_map_container .wpgmp_map {
    height: 100%!important
}

.page-template-template-contacts .maps .wpgmp_map_container .gm-style .gm-style-iw-t::after,
.page-template-template-contacts .maps .wpgmp_map_container .gm-style-iw.gm-style-iw-c {
    display: none!important
}

.page-template-template-contacts .maps__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    position: absolute;
    top: 204px;
    left: 0
}

@media (max-width:1441px) {
    .page-template-template-contacts .maps__details {
        top: 144px
    }
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details {
        position: static;
        width: 100%
    }
}

.page-template-template-contacts .maps__details .succesfullform {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    display: block;
    background: inherit;
    padding: 144px 69px;
    visibility: hidden;
    opacity: 0
}

.page-template-template-contacts .maps__details .succesfullform__mobile {
    display: none!important;
    z-index: 9999
}

.page-template-template-contacts .maps__details .succesfullform__mobile.active {
    visibility: visible;
    opacity: 1;
    display: block!important;
    height: 100%!important;
    top: 0!important;
    padding-top: 128px
}

@media (max-width:767px) {
    .cases__item h2 {
        margin-bottom: 48px
    }
    .cases__item p {
        font-size: 16px
    }
    .page-template-template-contacts .maps {
        margin-top: 80px
    }
    .page-template-template-contacts .maps__details .succesfullform__mobile.active {
        padding: 48px 20px!important
    }
}

.page-template-template-contacts .maps__details .succesfullform.active {
    visibility: visible;
    opacity: 1
}

.page-template-template-contacts .maps__details .succesfullform h2 {
    color: #FFF;
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 48px;
    display: inline-block!important;
    width: 100%
}

@media (max-width:1441px) {
    .page-template-template-contacts .maps__details .succesfullform h2 {
        font-size: 3.53vw
    }
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details .succesfullform h2 {
        font-size: 52px;
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details .succesfullform h2 {
        font-size: 28px;
        margin-bottom: 16px;
        max-width: 200px
    }
}

.page-template-template-contacts .maps__details .succesfullform p {
    font-size: 24px;
    color: #FFF;
    font-weight: 800
}

@media (max-width:1441px) {
    .page-template-template-contacts .maps__details .succesfullform p {
        font-size: 1.65vw
    }
}

.page-template-template-contacts .maps__details--item {
    display: none!important;
    padding: 64px
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details .succesfullform p {
        font-size: 28px
    }
    .page-template-template-contacts .maps__details--item {
        padding-top: 32px;
        position: relative
    }
    .page-template-template-contacts .maps__details--tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details .succesfullform p {
        font-size: 16px
    }
    .page-template-template-contacts .maps__details--item {
        padding: 16px 20px 20px
    }
}

.page-template-template-contacts .maps__details--tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-template-template-contacts .maps__details--tabs span {
    width: 204px;
    text-align: center;
padding: 14px 0;
    font-size: 16px;
    font-family: Gilroy;
    color: #FFF;
    font-weight: 600;
    cursor: pointer
}

@media (max-width:1441px) {
    .page-template-template-contacts .maps__details--tabs span {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--tabs span {
        width: 100%;
        text-align: left;
        font-size: 52px;
        letter-spacing: .02em;
        text-transform: uppercase;
        padding: 32px 0 32px 64px
    }
}

.libresse-result__b,
.libresse__btn {
    text-align: center
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--tabs span {
        font-size: 28px;
        padding: 20px 10px 16px 20px
    }
}

.page-template-template-contacts .maps__details--tabs span.black {
    background: #141414
}

.page-template-template-contacts .maps__details--tabs span.red {
    background: #FF000D
}

.page-template-template-contacts .maps__details--tabs span.blue {
    background: #0500FF
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--tabs span.actives+.maps__details--item {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-top: 0
    }
    .page-template-template-contacts .maps__details--tabs span.actives+.maps__details--item.mobb {
        min-height: 210px
    }
    .page-template-template-contacts .maps__details--tabs span.actives+.maps__details--item.mobb .form {
        display: none
    }
}

.page-template-template-contacts .maps__details--content {
    min-height: 576px;
    width: 680px;
    padding: 44px 64px;
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--content {
        width: 100%;
        padding: 32px 32px 32px 64px;
        display: none
    }
}

.page-template-template-contacts .maps__details--content>div {
    display: none
}

.page-template-template-contacts .maps__details--content>div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.page-template-template-contacts .maps__details--content.black {
    background: #141414
}

.page-template-template-contacts .maps__details--content.red {
    background: #FF000D
}

.page-template-template-contacts .maps__details--content.red .btn:hover {
    color: #0500FF!important;
    border-color: #0500FF!important
}

.page-template-template-contacts .maps__details--content.red .btn:active {
    color: #fff!important;
    border-color: #0500FF!important;
    background: #0500FF!important
}

.page-template-template-contacts .maps__details--content.blue {
    background: #0500FF
}

.page-template-template-contacts .maps__details--content.blue .btn:hover {
    color: #FF000D!important;
    border-color: #FF000D!important
}

.page-template-template-contacts .maps__details--content.blue .btn:active {
    color: #fff!important;
    border-color: #FF000D!important;
    background: #FF000D!important
}

.page-template-template-contacts .maps__details--style h2, .page-template-template-contacts .maps__details--style .h2  {
    color: #FFF;
    font-size: 48px;
    line-height: 1.4;
	font-family: Gilroy;
margin-top: 0px;
margin-bottom: 0;
 
}

.page-template-template-contacts .maps__details--style p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 48px;
    font-weight: 800
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style h2, .page-template-template-contacts .maps__details--style .h2 {
        display: none
    }
    .page-template-template-contacts .maps__details--style p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style p {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 18px
    }
}

.page-template-template-contacts .maps__details--style p.address {
    margin-top: 45px;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 69px;
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style p.address {
        font-size: 28px
    }
    .page-template-template-contacts .maps__details--style a.tel {
        width: 100%
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style p.address {
        font-size: 16px;
        margin-top: 50px
    }
}

.page-template-template-contacts .maps__details--style a {
    font-family: Gilroy;
    font-size: 24px;
    line-height: 1.4;
    color: #0500FF;
    font-weight: 600;
  margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.page-template-template-contacts .maps__details--style a.email {
    color: #fff;
}


@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style a {
        font-size: 16px
    }
    .page-template-template-contacts .maps__details--style a.tel {
        color: #fff;
        margin-top: 20px;
        margin-bottom: 25px
    }
}

.page-template-template-contacts .maps__details--style a.phone {
    color: #fff!important;
    font-weight: 800
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style a.phone {
        margin-top: 50px
    }
    .page-template-template-contacts .maps__details--style a.phone:not(:last-child) {
        margin-right: 40px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style a.phone:not(: last-child) {
        margin-top: 16px;
        margin-bottom: 0
    }
    .page-template-template-contacts .maps__details--style a.phone {
        width: 100%;
        color: #0500FF!important
    }
}

.page-template-template-contacts .maps__details--style a:hover {
    color: #FF000D
}

.page-template-template-contacts .maps__details--style .social {
margin-top: 49px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 25px;
}

.page-template-template-contacts .maps__details--style .social a {
    margin-right: 40px
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .social {
        margin-top: 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 20px
    }
    .page-template-template-contacts .maps__details--style .social a {
        margin-bottom: 16px
    }
}

.page-template-template-contacts .maps__details--style .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        width: 100%;
        padding-bottom: 32px
    }
}

.page-template-template-contacts .maps__details--style .form .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .btn {
        width: 320px!important;
        font-size: 20px!important
    }
    .page-template-template-contacts .maps__details--style .form .cols .input-label {
        padding-top: 10px!important
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .btn {
        width: 100%!important;
        font-size: 16px!important
    }
    .page-template-template-contacts .maps__details--style .form .cols .input-label {
        padding-top: 0!important
    }
    .page-template-template-contacts .maps__details--style .form .cols:last-child {
        width: 100%
    }
}

.page-template-template-contacts .maps__details--style .form .cols:first-child {
    padding-right: 15px
}

.page-template-template-contacts .maps__details--style .form .cols:first-child>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols:first-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-right: 0
    }
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div:nth-child(4) input {
        width: 512px;
        height: 128px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div:nth-child(4) input {
        width: 100%
    }
}

.page-template-template-contacts .maps__details--style .form .cols:first-child span {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-family: Gilroy;
    min-height: 50px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    min-width: 95px!important
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols:first-child span {
        font-size: 20px;
        padding-left: 0;
        padding-top: 5px;
        margin-right: 0;
        text-transform: none;
        width: 156px
    }
}

.page-template-template-contacts .maps__details--style .form .cols textarea {
    border-radius: 0!important
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .cols:first-child span {
        padding-left: 16px;
        width: 100%;
        min-height: auto;
        padding-bottom: 5px
    }
    .page-template-template-contacts .maps__details--style .form .cols:first-child span.input-label {
        padding-top: 9px!important;
        padding-bottom: 5px!important;
        font-size: 16px!important
    }
    .page-template-template-contacts .maps__details--style .form .cols textarea {
        outline: 0!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.page-template-template-contacts .maps__details--style .form .cols input {
    width: 228px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: Gilroy;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 0!important;
    -webkit-appearance: none;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 33px
}

.error,
.libresse {
    display: -webkit-box;
    display: -ms-flexbox
}

.page-template-template-contacts .maps__details--style .form .cols input:placeholder {
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols input {
        width: 320px;
        padding: 13px 15px;
        min-width: 320px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .cols input {
        min-width: auto;
        width: 100%;
        padding: 10px 15px 4px
    }
}

.page-template-template-contacts .maps__details--style .form .cols input:nth-child(4) {
    width: 422px;
    height: 128px
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols input:nth-child(4) {
        width: 512px;
        height: 128px
    }
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .cols input:nth-child(4) {
        width: 100%
    }
}

.page-template-template-contacts .maps__details--style .form .cols .btn {
    font-family: Gilroy;
    margin-top: 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    width: 204px
}

.page-template-template-contacts .maps__details--style.black {
    background: #141414
}

.page-template-template-contacts .maps__details--style.red {
    background: #FF000D
}

.page-template-template-contacts .maps__details--style.red .btn:hover {
    color: #0500FF!important;
    border-color: #0500FF!important
}

.page-template-template-contacts .maps__details--style.red .btn:active {
    color: #fff!important;
    border-color: #0500FF!important;
    background: #0500FF!important
}

.page-template-template-contacts .maps__details--style.blue {
    background: #0500FF
}

.page-template-template-contacts .maps__details--style.blue .btn:hover {
    color: #FF000D!important;
    border-color: #FF000D!important
}

.page-template-template-contacts .maps__details--style.blue .btn:active {
    color: #fff!important;
    border-color: #FF000D!important;
    background: #FF000D!important
}

.page-template-template-contacts .header {
    z-index: 999
}

.page-template-template-contacts .footer {
    background: #FF000D
}

.page-template-template-contacts .footer a,
.page-template-template-contacts .footer p {
    color: rgba(255, 255, 255, .6);
    -webkit-transition: .5s;
    transition: .5s
}

.page-template-template-contacts .footer a:not(p):hover,
.page-template-template-contacts .footer p:not(p):hover {
    color: #000
}

.page-template-template-contacts .footer a:not(p):hover svg path,
.page-template-template-contacts .footer p:not(p):hover svg path {
    fill: #141414
}

@media (max-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols .btn {
        margin-top: 20px;
        margin-left: 128px
    }
    .page-template-template-contacts .footer {
        background: #fff
    }
    .page-template-template-contacts .footer a,
    .page-template-template-contacts .footer p {
        color: rgba(0, 0, 0, .6)
    }
    .page-template-template-contacts .footer a svg path,
    .page-template-template-contacts .footer p svg path {
        fill: rgba(0, 0, 0, .6)
    }
}

.page-template-template-contacts .footer a:hover {
    color: #fff
}

@media (min-width:992px) {
    .page-template-template-contacts .maps__details--style .form .cols input {
        max-width: 228px
    }
    .page-template-template-contacts .footer.black {
        background: #141414
    }
    .page-template-template-contacts .footer.red {
        background: #FF000D
    }
    .page-template-template-contacts .footer.blue {
        background: #0500FF
    }
    .libresse-targer__content {
        min-height: 350px
    }
}

.libresse {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: #e44498
}

@media (max-width:767px) {
    .page-template-template-contacts .maps__details--style .form .cols .btn {
        width: 100%;
        margin-left: 0
    }
    .libresse {
        padding-top: 90px
    }
}

.libresse__btn {
    color: inherit;
    border-color: inherit;
    max-width: 320px;
    display: block;
    margin: 40px auto
}

.libresse__btn:hover {
    border-color: #0500FF;
    color: #0500FF
}

.libresse__btn:active {
    border-color: #0500FF;
    color: inherit;
    background: #0500FF
}

.libresse-info,
.page-template-template-libresse footer,
.single footer {
    background: #F0A4C9
}

@media (max-width:992px) {
    .libresse {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        height: auto
    }
    .libresse__btn {
        margin-top: 64px
    }
}

.libresse__image {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:992px) {
    .libresse__image {
        width: 100%;
        height: 544px
    }
}

.libresse__text {
    width: 60%;
    padding: 0 15% 0 68px
}

.libresse__text h2, .libresse__text .h2 
 {
    font-family: Gilroy;
    font-size: 3.53vw;
    color: inherit;
    letter-spacing: .02em;
	    margin: 0;
}

@media (max-width:992px) {
    .libresse__text {
        width: 100%;
        padding: 32px 68px 68px
    }
    .libresse__text h2, .libresse__text .h2 {
        font-size: 52px
    }
}

@media (max-width:767px) {
    .libresse__btn {
        margin-top: 32px
    }
    .libresse__image {
        height: 320px
    }
    .libresse__text {
        padding: 32px 20px
    }
    .libresse__text h2, .libresse__text .h2 {
        font-size: 28px
    }
}

.libresse__text p {
    font-size: 1.58vw;
    color: inherit;
    margin: 20px 0;
    line-height: 1.4
}

@media (max-width:992px) {
    .libresse__text p {
        margin: 25px 0;
        font-size: 28px
    }
    .libresse__text img {
        display: none
    }
}

@media (max-width:767px) {
    .libresse__text p {
        font-size: 16px
    }
}

.libresse__text img {
    margin-top: 10px;
    max-width: 136px
}

.libresse__tags {
    margin-top: 50px
}

@media (max-width:992px) {
    .libresse__tags {
        display: none
    }
}

.libresse__tags a {
    font-size: 1.177vw;
    color: inherit;
    opacity: .6;
    margin-right: 28px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500
}

.libresse__tags a:hover {
    opacity: 1
}

.page-template-template-libresse header a,
.single header a {
    color: inherit
}

.page-template-template-libresse .header__menu a:nth-child(1),
.single .header__menu a:nth-child(1) {
    color: #233B96
}

.page-template-template-libresse footer a,
.single footer a {
    opacity: .54
}

.page-template-template-libresse footer a,
.page-template-template-libresse footer p,
.single footer a,
.single footer p {
    color: inherit
}

.page-template-template-libresse footer a:not(p):hover,
.page-template-template-libresse footer p:not(p):hover,
.single footer a:not(p):hover,
.single footer p:not(p):hover {
    color: #fff
}

.page-template-template-libresse footer a:hover,
.single footer a:hover {
    opacity: 1;
    color: inherit
}

.error404 footer {
    display: none
}

.error {
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error .container,
.libresse-info {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:992px) {
    .error {
        height: auto;
        margin-top: 128px
    }
}

.error .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:992px) {
    .error .container {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
    .error .container>div {
        width: 100%!important
    }
    .error .container>div img {
        width: 512px
    }
    .error .container>div h2 {
        font-size: 52px
    }
}

@media (max-width:992px) and (max-width:767px) {
    .error {
        margin-top: 64px
    }
    .error .container>div img {
        width: 320px;
        margin-bottom: 40px
    }
    .error .container>div h2 {
        font-size: 28px;
        margin-bottom: 32px!important
    }
}

.error__text h2,
.libresse-info__text h2 {
    font-weight: 800;
    font-size: 3.53vw;
    letter-spacing: .02em;
    line-height: 1.4
}

.error__img {
    width: 40%
}

.error__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.error__text {
    width: 55%
}

.error__text h2 {
    color: #141414;
    margin-bottom: 48px
}

.libresse-info {
    padding: 164px 0;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.libresse-targer,
.libresse-targer__tabs {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:1441px) {
    .libresse-info {
        padding: 100px 0
    }
}

.libresse-info__text {
    width: 80%
}

.libresse-info__text h2 {
    color: inherit;
    margin-bottom: 50px
}

@media (max-width:992px) {
    .error__img {
        text-align: center
    }
    .libresse-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding: 64px 64px 96px
    }
    .libresse-info__text {
        width: 100%
    }
    .libresse-info__text h2 {
        font-size: 28px
    }
}

.libresse-info__text p {
    font-size: 1.58vw;
    line-height: 1.4;
    color: inherit
}

@media (max-width:992px) {
    .libresse-info__text p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .libresse-info {
        padding: 32px 20px
    }
    .libresse-info__text p {
        font-size: 16px
    }
}

.libresse-targer {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #e44498
}

@media (max-width:992px) {
    .libresse-targer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        height: auto
    }
    .libresse-targer__image {
        display: none
    }
}

.libresse-targer__image {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.libresse-targer__text {
    width: 60%;
    padding: 164px 15% 100px 5%
}

@media (max-width:1441px) {
    .libresse-targer__text {
        padding: 100px 15% 50px 5%
    }
}

.libresse-targer__text h2 {
    font-family: Gilroy;
    font-size: 3.53vw;
    color: inherit;
    letter-spacing: .02em
}

@media (max-width:992px) {
    .libresse-targer__text {
        padding: 68px 64px 84px;
        width: 100%
    }
    .libresse-targer__text h2 {
        font-size: 52px
    }
}

@media (max-width:767px) {
    .libresse-targer__text {
        padding: 32px 20px
    }
    .libresse-targer__text h2 {
        font-size: 40px
    }
}

.libresse-targer__content>div {
    display: none
}

.libresse-targer__content>div.active {
    display: block
}

.libresse-targer__content>div * {
    font-family: Gilroy;
    color: inherit;
    font-size: 1.177vw;
    line-height: 1.4
}

@media (max-width:992px) {
    .libresse-targer__content>div * {
        font-size: 20px
    }
}

.libresse-targer__content>div p {
    margin-bottom: 25px
}

.libresse-targer__content>div ul {
    padding: 0 0 0 15px;
    list-style: decimal
}

.libresse-targer__content>div ul li {
    margin-bottom: 5px;
    font-weight: 500
}

.libresse-targer__tabs {
    display: flex;
    margin-top: 75px;
    margin-bottom: 75px
}

@media (max-width:1441px) {
    .libresse-targer__tabs {
        margin-top: 50px;
        margin-bottom: 50px
    }

}

@media (max-width:767px) {
    .libresse-targer__content>div * {
        font-size: 16px
    }
    .libresse-targer__tabs {
        margin-bottom: 32px;
        margin-top: 32px
    }
}

.libresse-targer__tabs div {
    color: inherit;
    font-weight: 800;
    font-size: 1.177vw;
    line-height: 1.4;
    font-family: Gilroy;
    cursor: pointer
}

.libresse-targer__tabs div:not(:last-child) {
    margin-right: 64px
}

.libresse-targer__tabs div.active {
    color: #233B96
}

.libresse-targer__tabs div.active .hide_tablet {
    color: inherit
}

.libresse-auditory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #F0A4C9
}

@media (max-width:992px) {
    .libresse-targer__tabs div {
        font-size: 36px
    }
    .libresse-auditory {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        height: auto
    }
}

.libresse-auditory__image {
    width: 55%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:992px) {
    .libresse-auditory__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: 544px
    }
}

.libresse-auditory__text {
    width: 45%;
    padding: 164px 5% 315px 10%
}

@media (max-width:1369px) {
    .libresse-auditory__text {
        padding: 100px 5% 100px 10%
    }
}

@media (max-width:992px) {
    .libresse-auditory__text {
        width: 100%;
        padding: 68px 64px 84px
    }
}

@media (max-width:767px) {
    .libresse-targer__tabs div {
        font-size: 28px
    }
    .libresse-auditory__image {
        height: 320px
    }
    .libresse-auditory__text {
        padding: 32px 20px 42px !important;
    }
    /* .libresse-callback__text{
        order: 3;
    }
    .libresse-callback{
        padding-top: 0 !important;
    } */
}

.libresse-auditory__text h2 {
    font-family: Gilroy;
    font-size: 3.53vw;
    color: inherit;
    letter-spacing: .02em;
    margin-bottom: 94px
}

@media (max-width:1441px) {
    .libresse-auditory__text h2 {
        margin-bottom: 48px
    }
}

@media (max-width:992px) {
    .libresse-auditory__text h2 {
        font-size: 52px;
        margin-bottom: 64px
    }
}

@media (max-width:767px) {
    .libresse-auditory__text h2 {
        font-size: 40px;
        margin-bottom: 32px
    }
}

.libresse-auditory__text p {
    font-size: 1.177vw;
    line-height: 1.4;
    color: inherit
}

@media (max-width:992px) {
    .libresse-auditory__text p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .libresse-auditory__text p {
        font-size: 16px
    }
}

.libresse-auditory__text p strong {
    display: inline-block;
    width: 100%;
    font-size: 1.58vw;
    font-weight: 800
}

@media (max-width:992px) {
    .libresse-auditory__text p strong {
        display: inline;
        font-size: 20px
    }
}

.libresse-callback,
.libresse-idea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #e44498
}

@media (max-width:992px) {
    .libresse-callback,
    .libresse-idea {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap!important;
        flex-flow: wrap!important;
        height: auto!important
    }
    .libresse-callback__image,
    .libresse-idea__image {
        display: none!important
    }
}

.libresse-callback__image,
.libresse-idea__image {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.libresse-callback__text,
.libresse-idea__text {
    width: 60%;
    padding: 164px 10% 164px 5%
}

@media (max-width:1441px) {
    .libresse-callback__text,
    .libresse-idea__text {
        padding: 100px 10% 100px 5%
    }
}

@media (max-width:992px) {
    .libresse-callback__text,
    .libresse-idea__text {
        padding: 68px 64px 84px;
        width: 100%!important
    }
}

@media (max-width:767px) {
    .libresse-auditory__text p strong {
        font-size: 16px
    }
    .libresse-callback__text,
    .libresse-idea__text {
        padding: 32px 20px
    }
}

.libresse-callback__text h2,
.libresse-idea__text h2 {
    font-family: Gilroy;
    font-size: 3.53vw;
    color: inherit;
    letter-spacing: .02em;
    margin-bottom: 95px
}

@media (max-width:1441px) {
    .libresse-callback__text h2,
    .libresse-idea__text h2 {
        margin-bottom: 48px
    }
}

@media (max-width:992px) {
    .libresse-callback__text h2,
    .libresse-idea__text h2 {
        font-size: 52px;
        margin-bottom: 64px!important
    }
}

@media (max-width:767px) {
    .libresse-callback__text h2,
    .libresse-idea__text h2 {
        font-size: 40px;
        margin-bottom: 32px!important
    }
}

.libresse-callback__text p,
.libresse-idea__text p {
    font-family: Gilroy;
    color: inherit;
    font-size: 1.177vw;
    margin-bottom: 25px;
    line-height: 1.4
}

@media (max-width:992px) {
    .libresse-callback__text p,
    .libresse-idea__text p {
        font-size: 20px!important
    }
}

@media (max-width:767px) {
    .libresse-callback__text p,
    .libresse-idea__text p {
        font-size: 16px!important
    }
}

.libresse-idea__text h2.hide_tablet {
    display: none
}

@media (max-width:992px) {
    .libresse-idea__text p {
        font-size: 20px!important
    }
    .hide_tablet {
        display: none
    }
    .libresse-idea__text h2.hide_tablet {
        display: block!important
    }
    .libresse-idea__text h2 {
        display: none
    }
}

.libresse-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #F0A4C9
}

@media (max-width:992px) {
    .libresse-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: wrap!important;
        flex-flow: wrap!important;
        height: auto!important
    }
}

.libresse-content__image {
    width: 55%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    max-height: 1088px
}

@media (max-width:992px) {
    .libresse-content__image {
        width: 100%;
        height: 544px
    }
}

@media (max-width:767px) {
    .libresse-idea__text p {
        font-size: 16px!important
    }
    .libresse-callback__text {
        padding-top: 0px!important
    }
    .libresse-callback__text p {
        font-size: 16px!important
    }
    .libresse-content__image {
        height: 320px
    }
}

.libresse-content__text {
    width: 45%;
    padding: 164px 5% 116px 10%
}

.libresse-content__text h2 {
    font-family: Gilroy;
    font-size: 3.53vw;
    color: inherit;
    letter-spacing: .02em;
    margin-bottom: 94px
}

@media (max-width:1441px) {
    .libresse-content__image {
        max-height: 767px
    }
    .libresse-content__text {
        padding: 100px 5% 100px 10%
    }
    .libresse-content__text h2 {
        margin-bottom: 48px
    }
    .libresse-auditory__text{
        padding: 104px 5% 100px 10%;
    }
}

@media (max-width:992px) {
    .libresse-content__text {
        width: 100%;
        padding: 68px 64px 84px
    }
    .libresse-content__text h2 {
        font-size: 52px;
        margin-bottom: 64px
    }
}

@media (max-width:767px) {
    .libresse-content__text {
        padding: 32px 20px 0
    }
    .libresse-content__text h2 {
        font-size: 40px;
        margin-bottom: 32px
    }
}

.libresse-content__text p {
    font-size: 1.177vw;
    line-height: 1.4;
    color: inherit;
    margin-bottom: 35px
}

@media (max-width:1441px) {
    .libresse-content__text p {
        margin-bottom: 15px
    }
}

@media (max-width:992px) {
    .libresse-content__text p {
        font-size: 20px;
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .libresse-content__text p {
        font-size: 16px
    }
    .libresse-content__text p u {
        text-decoration: none
    }
}

.libresse-content__text p strong {
    display: inline-block;
    width: 100%;
    font-size: 1.58vw;
    font-weight: 800
}

@media (max-width:992px) {
    .libresse-content__text p strong {
        font-size: 20px
    }
}

.libresse-content__text p a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline
}

.libresse-content__list {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.libresse-content__list img {
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.libresse-content__nav {
    position: absolute;
    top: 0;
    left: 24px;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

@media (min-width:1441px) {
    .libresse-content__nav {
        width: 26px
    }
}

.libresse-content__nav--mobile {
    display: none
}

@media (max-width:992px) {
    .libresse-content__nav {
        display: none
    }
    .libresse-content__nav--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
        width: 100%
    }
    .libresse-content__nav--mobile div {
        width: 16px;
        height: 16px;
        background: #fff
    }
    .libresse-content__nav--mobile div:not(:last-child) {
        margin-right: 32px
    }
}

@media (max-width:992px) and (max-width:767px) {
    .libresse-content__nav--mobile div {
        width: 8px;
        height: 8px
    }
    .libresse-content__nav--mobile div:not(:last-child) {
        margin-right: 16px
    }
}

@media (max-width:992px) {
    .libresse-content__nav--mobile div.active {
        background: #233B96
    }
}

.libresse-content__nav.right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 24px
}

.libresse-prodaction {
    background: #F0A4C9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 136px 0
}

@media (max-width:1441px) {
    .libresse-prodaction {
        padding: 96px 0
    }
}

.libresse-prodaction__text {
    width: 80%
}

.libresse-prodaction__text p {
    font-size: 1.58vw;
    line-height: 1.4;
    color: inherit;
    margin-bottom: 25px;
    font-weight: 800
}

@media (max-width:992px) {
    .libresse-prodaction {
        -ms-flex-flow: wrap!important;
        flex-flow: wrap!important;
        height: auto!important;
        padding-top: 128px
    }
    .libresse-prodaction__text {
        width: 100%
    }
    .libresse-prodaction__text p {
        font-size: 28px;
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (max-width:767px) {
    .libresse-prodaction {
        padding-top: 40px
    }
    .libresse-prodaction__text p {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
        margin-bottom: 30px
    }
}

.libresse-prodaction__text iframe {
    margin: 70px auto 0;
    display: block;
    width: 57%;
    height: 345px
}

@media (max-width:1441px) {
    .libresse-prodaction__text iframe {
        margin: 50px auto 0
    }
}

@media (max-width:992px) {
    .libresse-prodaction__text iframe {
        width: 100%;
        height: 430px
    }
}

@media (max-width:767px) {
    .libresse-prodaction__text iframe {
        height: 200px
    }
}

.libresse-result {
    background: #F0A4C9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.libresse-result__btn {
    font-size: 2.65vw;
    color: inherit;
    display: inline-block;
    margin-top: 60px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 800
}

@media (max-width:1440px) {
    .libresse-result__btn {
        font-size: 1.66vw;
        margin-top: 40px
    }
}

.libresse-result__btn:hover {
    color: #233B96
}

.libresse-result__btn:active {
    color: inherit
}

.libresse-result__text {
    width: 80%;
    padding: 164px 5% 68px
}

@media (max-width:1441px) {
    .libresse-result__text {
        padding: 100px 5% 48px!important
    }
}

@media (max-width:992px) {
    .libresse-result {
        -ms-flex-flow: wrap!important;
        flex-flow: wrap!important;
        height: auto!important
    }
    .libresse-result__btn {
        font-size: 28px;
        margin-top: 32px
    }
    .libresse-result__text {
        width: 100%;
        padding: 68px 64px 48px!important
    }
}

.libresse-result__text h2 {
    font-weight: 800;
    font-size: 3.4vw;
    color: inherit;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 68px
}

@media (max-width:1441px) {
    .libresse-result__text h2 {
        margin-bottom: 50px
    }
}

@media (max-width:992px) {
    .libresse-result__text h2 {
        font-size: 52px;
        margin-bottom: 64px
    }
}

@media (max-width:767px) {
    .libresse-result__text {
        padding: 42px 20px 32px!important
    }
    .libresse-result__text h2 {
        font-size: 40px;
        margin-bottom: 32px
    }
    .libresse-result__item {
        margin-bottom: 20px!important
    }
}

.libresse-result__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.libresse-result__item {
    width: 20%
}

.libresse-result__item:nth-child(odd) p {
    padding-right: 30px
}

.libresse-result__item:nth-child(1),
.libresse-result__item:nth-child(2),
.libresse-result__item:nth-child(3),
.libresse-result__item:nth-child(4),
.libresse-result__item:nth-child(5) {
    margin-bottom: 68px
}

@media (max-width:767px) {
    .libresse-result__item:nth-child(1),
    .libresse-result__item:nth-child(2),
    .libresse-result__item:nth-child(3),
    .libresse-result__item:nth-child(4),
    .libresse-result__item:nth-child(5) {
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .libresse-result__item {
        width: 50%;
        margin-bottom: 32px!important
    }
    .libresse-result__item:nth-child(4) {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10
    }
    .libresse-result__item:nth-child(6) {
        -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
        order: -9
    }
    .libresse-result__item:nth-child(1) {
        -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
        order: -8
    }
    .libresse-result__item:nth-child(5) {
        -webkit-box-ordinal-group: -6;
        -ms-flex-order: -7;
        order: -7
    }
    .libresse-result__item:nth-child(2) {
        -webkit-box-ordinal-group: -5;
        -ms-flex-order: -6;
        order: -6
    }
    .libresse-result__item:nth-child(7) {
        -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
        order: -4
    }
    .libresse-result__item:nth-child(8) {
        -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
        order: -5
    }
    .libresse-result__item:nth-child(10) {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3
    }
    .libresse-result__item:nth-child(9) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
    .libresse-result__item:nth-child(3) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .libresse-result__item h2 {
        font-size: 52px
    }
}

.libresse-result__item h2 {
    color: inherit;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width:1441px) {
    .libresse-result__item h2 {
        margin-bottom: 18px
    }
}

@media (max-width:767px) {
    .libresse-result__item h2 {
        font-size: 40px
    }
}

.libresse-result__item p {
    font-size: 1.177vw;
    line-height: 1.4;
    color: inherit;
    padding-right: 35px
}

.Macintosh.page-template-template-contacts .maps__details--style .form .cols input,
.iPhone.page-template-template-contacts .maps__details--style .form .cols input {
    line-height: 30px!important;
    padding-top: 3px!important
}

.input-wrapper__placeholder {
    padding-top: 0;
    top: 7px!important
}



.cases__mobile.h2 {
    display: inline-block;
    width: 100%;
    letter-spacing: .02em;
    line-height: 1.4;
    color: #141414;
    font-size: 52px;
    margin-bottom: 32px;
    font-family: Gilroy;
    margin: 0 0 30px 0;
    text-align: center;
}
.page-template-template-cases .cases__mobile {
    text-transform: uppercase;
}

.social-media span {
    display: block;
    font-size: 0;
    width: 18px;
    height: 18px;

}

.facebook-media.social-media span{
    background: url(images/facebook.svg);	
	background-repeat: no-repeat;
    background-position: center;
}

.instagram-media.social-media span{
    background: url(images/instagram.svg);	
	background-repeat: no-repeat;
    background-position: center;
	    width: 19px;
    height: 19px;
}


.youtube-media.social-media span{
    background: url(images/youtube.svg);
	background-repeat: no-repeat;
    background-position: center;
	    width: 22px;
    height: 15px;	
}


.behance-media.social-media span{
    background: url(images/be.svg);	
	background-repeat: no-repeat;
    background-position: center;
		    width: 22px;
    height: 15px;
}

.linkedin-media.social-media span{
    background: url(images/linkedin.svg);
background-repeat: no-repeat;
    background-position: center;	
			    width: 17px;
    height: 17px;
}

.dribble-media.social-media span{
    background: url(images/drible.svg);	
	background-repeat: no-repeat;
    background-position: center;
}
.soundcloud-media.social-media span{
    background: url(images/soundcloud.svg);	
	background-repeat: no-repeat;
    background-position: center;
				    width: 22px;
    height: 22px;
}



.social.contact-page .social-media span {
    display: block;
    font-size: 0;
    width: 36px;
    height: 36px;
    pointer-events: none;
}


.social.contact-page .facebook-media.social-media span{
    background: url(images/facebook-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}

.social.contact-page .instagram-media.social-media span{
    background: url(images/instagram-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}


.social.contact-page .youtube-media.social-media span{
    background: url(images/youtube-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}


.social.contact-page .behance-media.social-media span{
    background: url(images/be-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}

.social.contact-page .linkedin-media.social-media span{
    background: url(images/linkedin-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}

.social.contact-page .dribble-media.social-media span{
    background: url(images/drible-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}
.social.contact-page .soundcloud-media.social-media span{
    background: url(images/soundcloud-c.svg);	
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}

.social.contact-page .soundcloud-media.social-media{
	margin-right: 0;
}



.header__menu .lang-item a {
    color: #0500FF !important;
	margin-left: 0;
}

.header__menu .lang-item a:hover {
color: #FF000D !important;	
	margin-left: 0;
}



body.page-template-template-cases .header__menu a:hover{
color: #FF000D !important;	
}





@media (max-width:992px) {
    .libresse-result__item p {
        font-size: 20px;
        padding-right: 64px
    }
    .input-wrapper__placeholder {
        top: 7px!important
    }
	
	
	
	.home .facebook-media.social-media span{
    background: url(images/facebook-m.svg);	
	background-repeat: no-repeat;
    background-position: center;
	width: 40px;
    height: 40px;
}

.home .instagram-media.social-media span{
    background: url(images/instagram-m.svg);	
	background-repeat: no-repeat;
    background-position: center;
width: 40px;
    height: 40px;
}


.home .youtube-media.social-media span{
    background: url(images/youtube-m.svg);
	background-repeat: no-repeat;
    background-position: center;
width: 40px;
    height: 40px;	
}


.home .behance-media.social-media span{
    background: url(images/be-m.svg);	
	background-repeat: no-repeat;
    background-position: center;
width: 40px;
    height: 40px;
}

.home .linkedin-media.social-media span{
    background: url(images/linkedin-m.svg);
background-repeat: no-repeat;
    background-position: center;	
width: 40px;
    height: 40px;
}

.home .dribble-media.social-media span{
    background: url(images/drible-m.svg);	
	background-repeat: no-repeat;
    background-position: center;
	width: 40px;
    height: 40px;
}
.home .soundcloud-media.social-media span{
    background: url(images/soundcloud-m.svg);	
	background-repeat: no-repeat;
    background-position: center;
width: 40px;
    height: 40px;
}


.footer .container {
    flex-wrap: wrap;
}
/* .footer__copy {
    order: 20;
	    width: 100%;
} */
.footer__social{
    /* order: 10;
    width: 100%; */
    padding-bottom: 20px;
	justify-content: space-between;
}
.footer__social a span {
    display: block;
}
 .social.contact-page .social-media span {
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}
.page-template-template-contacts .maps__details--style .social {
    width: 100%;
}

header .header__menu li{
display: none;	
}
header .header__menu li.lang-item {
 display: block;	
}

.header__logo {
    order: 10;
}
.header__mobile {
    order: 30;
}

header .header__menu {
    order: 20;
		 margin: 0;
	    margin-left: auto;
    margin-right: 20px;
	 display: block;	

    padding: 0;
    list-style: none;
}
.header__menu .lang-item a {
 
    font-size: 20px;
}



}
@media (max-width:768px) {
	.page-template-template-contacts .maps__details--style p.address {
    margin-top: 70px;
}
.page-template-template-contacts .maps__details--style .social {
    margin-top: 36px;
    padding-bottom: 0px;
}

.page-template-template-contacts .footer__social {
    display: none;
}
.page-template-template-contacts .maps__details--style .social a {
    margin-right: 55px;
    margin-left: 3px;
}	
.page-template-template-contacts .maps__details--tabs span.actives + .maps__details--item {
    margin-top: -2px;
}	
.footer__social {
    padding-top: 62px;
}
.footer__social a:not(:last-child) {
    margin-right: 15px;
}

}


@media (max-width:767px) {
    .libresse-result__item p {
        font-size: 16px;
        padding-right: 10px
    }
    .input-wrapper_red.input-error .input-wrapper__message,
    .page-template-template-contacts .maps__details--style .form .cols:first-child span,
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div:nth-child(4) .input-wrapper__placeholder {
        width: calc(100% + 2px)!important;
        left: -1px!important
    }
    .input-wrapper__placeholder {
        padding-top: 8px!important
    }
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div:last-child {
        margin-top: 5px!important
    }
    .page-template-template-contacts .maps__details--style .form .cols:first-child>div:last-child .input-wrapper__placeholder {
        padding-top: 15px!important;
        height: 45px!important
    }
	
	
	.page-template-template-contacts .maps__details--style .social.contact-page {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: row;
    margin-bottom: 20px;
	
}

 	.page-template-template-contacts section.maps .maps__details--style a.phone {
    width: 100%;
    color: #fff!important;
}
.page-template-template-contacts .maps__details--style .social a {
    margin-bottom: 36px;
}

}

@media(max-width: 690px){
.page-template-template-contacts .maps__details--style .social.contact-page {
    flex-wrap: wrap;
}
}

@media(max-width: 610px){
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 140px;
}
}


@media(max-width: 590px){
.page-template-template-contacts .maps__details--style .social a {
    margin-right: 36px;
}
.page-template-template-contacts .maps__details--style .social.contact-page {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    margin-bottom: 20px;
    justify-content: flex-start;
}	
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 199px;
}
}


@media(max-width: 530px){
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 130px;
}	
}

@media(max-width: 500px){
	
	.social.contact-page .social-media span {
    display: block;
    font-size: 0;
    width: 32px;
    height: 32px;
    padding: 0;
}

.footer__social {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}	
.footer__social a:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
}
.footer__social .facebook-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}

.instagram-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}


.youtube-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}


.behance-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}

.linkedin-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}

.dribble-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}
.soundcloud-media.social-media span{
width: 32px;
    height: 32px;
	background-size: 100%;
}

.page-template-template-contacts .maps__details--style p.address {
    font-size: 16px;
    margin-top: 55px;
    margin-bottom: 28px;
}
.page-template-template-contacts .maps__details--style a.tel {
    margin-bottom: 43px;
}

.page-template-template-contacts .maps__details--style .social a {
    margin-bottom: 30px;
	margin-right: 33px;
}

.page-template-template-contacts .footer__social {
    display: none;
}
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 160px;
}

}

@media(max-width: 450px){
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 100px;
}

}



@media(max-width: 390px){
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 60px;
}

}
@media(max-width: 360px){
.page-template-template-contacts .maps__details--style .social a.behance-media {
    margin-right: 30px;
}
}

.fixed-nav{
    height: 100%;
    justify-content: start;
    padding: 144px 0 0 0;
}

.page-template-template-about .header .container {
    padding: 0;
}

@media (max-width: 992px){
    .home .facebook-media.social-media span {
        width: 40px;
        height: 40px;
    }

    .home .home_news-container{
        max-width: 640px;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px){
    .page-template-template-about .header .container {
        max-width: 100% !important;
        padding: 0 64px;
    }
}

@media (max-width: 767px){
    .home .container, .partners .cols:last-child, .home .footer .container, .home .sasquatch .container, .home .home_news-container{
        max-width: 100%;
        width: 100%;
        padding: 0 64px;
    }

    .home .team__list{
        justify-content: space-around;
    }
}

@media (max-width: 550px){
    .page-template-template-about .header .container {
        padding: 0 20px;
    }

    .home .home_news-container, .home .container, .partners .cols:last-child{
        max-width: 320px;
        padding: 0;
    }

    .home .footer .container, .home .sasquatch .container {
        max-width: 320px;
        width: 100%;
        padding: 0;
    }
}

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