@charset "UTF-8";
.btn, body, html, input {
    font-family: Avenir
}

.logo__link--logo--dark, .scrolled .logo__link--logo--normal {
    display: none
}

.aboutUs__button, .language .language--link:first-of-type:after {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%)
}

.aboutUs__button, .introduction__extra, .introduction__grid, .offer__extra--title, .section__title {
    text-transform: uppercase
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 200;
    src: url(../_fonts/avenir/AvenirNextCyrUltraLight.ttf) format("truetype")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 300;
    src: url(../_fonts/avenir/AvenirNextCyrThin.ttf) format("truetype")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 400;
    src: url(../_fonts/avenir/AvenirNextCyrLight.ttf) format("truetype")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    src: url(../_fonts/avenir/AvenirNextCyrMedium.ttf) format("truetype")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 700;
    src: url(../_fonts/avenir/AvenirNextCyrDemi.ttf) format("truetype")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: 800;
    src: url(../_fonts/avenir/AvenirNextCyrBold.ttf) format("truetype")
}

body {
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-size: 60px
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 800
}

::selection {
  background: #f1810f;
  color: #fff; }

.btn {
    border: none;
    background: 0 0;
    position: relative
}

.responsive {
    max-width: 100%;
    height: auto
}

.logo__link {
    max-width: 80%
}

.scrolled .logo__link {
    max-width: 50%
}

.scrolled .logo__link--logo--dark {
    display: block
}

.nav__contact--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu__phone {
    margin-right: 12px
}

.language--link {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    position: relative
}

.scrolled .language--link {
    color: #000
}

.language .language--link:first-of-type {
    margin-right: 10px
}

.language .language--link:first-of-type:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    right: -7px;
    top: -2px;
    transform: translate(50%, 50%)
}

.scrolled .language--link:first-of-type:after {
    background: #000
}

.language--linkActive {
    font-weight: 500
}

.active .mmenu__link, .scrolled .active .mmenu__link {
    color: #f1810f
}

.mmenu__link:before {
    content: "//";
    color: #fff;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    font-weight: 200;
    font-size: 15px
}

.aboutUs__link:before, .introduction .slick-dots li button:before, .introduction__grid:after, .offer__extra--hover:after, .offer__extra--title:before {
    content: ""
}

.scrolled .mmenu__link:before {
    color: #000
}

#my-menu .mmenu__item:last-child .mmenu__link:before {
    display: none
}

.nav__contact--link {
    font-size: 26px;
    font-weight: 500;
    color: #fff
}

.scrolled .nav__contact--link {
    color: #000
}

.icon-phone-call {
    font-size: 42px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1440px) {
    .mm-listitem > a, .mm-listitem > span, .scrolled .mm-listitem > a, .scrolled .mm-listitem > span {
        font-size: 14px
    }

    .language--link {
        font-size: 12px
    }

    .language .language--link:first-of-type:after {
        top: -5px
    }

    .nav__contact--link {
        font-size: 18px
    }

    .icon-phone-call {
        font-size: 26px
    }

    .logo__link {
        max-width: 65%
    }
}

@media screen and (max-width: 1200px) {
    .mm-listitem > a, .mm-listitem > span, .scrolled .mm-listitem > a, .scrolled .mm-listitem > span {
        padding: 20px 24px
    }
}

@media screen and (max-width: 1007px) {
    header, header.scrolled {
        -ms-grid-columns: 155px 55px auto 65px;
        grid-template-columns: 155px 55px auto 65px
    }

    .mmenu__link:before {
        display: none
    }
}

@media screen and (max-width: 440px) {
    header, header.scrolled {
        -ms-grid-columns: 100px 55px auto 65px;
        grid-template-columns: 100px 55px auto 65px
    }

    .nav__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 500px) {
    .nav__contact--number {
        display: none
    }
    .icon-phone-call {
        color: #f1810f;
    }

    .scrolled .icon-phone-call {
        color: #000;
    }
}

.introduction {
    height: 80vh;
    background: url(../_images/introduction_bg1.jpg) center;
    background-size: cover;
    position: relative
}

.introduction__grid {
    height: 80vh;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: min-content min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    color: #fff;
    position: relative
}

.introduction__slick {
    max-width: 90vw;
    text-align: center;
    color: #fff
}

.introduction__grid:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../_images/introduction_bg2.png) center;
    background-size: cover;
    pointer-events: none;
}

.introduction__title--thin {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 10px
}

.introduction__title--bold {
    font-size: 170px;
    font-weight: 800
}

.introduction__extra {
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 4px;
    bottom: 36px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.introduction .slick-dots {
    width: 20vw;
    left: 5%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 36px;
    z-index: 10
}

.introduction .slick-dots li {
    margin: 0;
    width: 100%;
    height: 3px
}

.introduction .slick-dots button {
    background: #363636;
    width: 90%;
    height: 3px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.introduction .slick-active button {
    background: #f1810f
}

.introduction__scroll {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 65px;
    right: 5%;
    -webkit-transform: rotate(270deg) translate(50%, 50%);
    -ms-transform: rotate(270deg) translate(50%, 50%);
    transform: rotate(270deg) translate(50%, 50%)
}

.introduction__scroll--text {
    position: relative
}

.introduction__pagingInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 5%;
    bottom: 55px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff
}

.number__big {
    font-size: 72px;
    font-weight: 800
}

.number__small {
    font-size: 36px;
    font-weight: 300
}

.scroll__icon {
    position: absolute;
    -webkit-transform: rotate(90deg) translate(50%, 0);
    -ms-transform: rotate(90deg) translate(50%, 0);
    transform: rotate(90deg) translate(50%, 0);
    width: 40%;
    right: 90px;
    bottom: 5px
}

@media screen and (max-width: 1660px) {
    .introduction__title--bold {
        font-size: 140px
    }
}

@media screen and (max-width: 1440px) {
    .introduction__title--bold {
        font-size: 100px
    }

    .introduction__title--thin {
        font-size: 24px
    }

    .number__big {
        font-size: 44px
    }

    .number__small {
        font-size: 24px
    }

    .introduction__extra {
        font-size: 22px
    }

    .introduction__scroll {
        font-size: 12px
    }

    .scroll__icon {
        right: 80px;
        bottom: 4px
    }
}

@media screen and (max-width: 1007px) {
    .introduction__title--bold {
        font-size: 75px
    }

    .introduction__title--thin {
        font-size: 18px
    }

    .number__big {
        font-size: 28px
    }

    .introduction__extra, .number__small {
        font-size: 18px
    }

    .introduction__scroll {
        font-size: 10px
    }

    .scroll__icon {
        right: 68px;
        bottom: 4px
    }
}

@media screen and (max-width: 700px) {
    .introduction {
        height: auto
    }

    .introduction__grid {
        height: auto;
        padding-top: 180px;
        padding-bottom: 150px
    }
}

@media screen and (max-width: 550px) {
    .introduction__title--bold {
        font-size: 45px
    }

    .introduction__title--thin {
        font-size: 16px
    }

    .number__big {
        font-size: 22px
    }

    .number__small {
        font-size: 14px
    }

    .introduction__extra {
        font-size: 18px
    }
}

.aboutUs__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative
}

.section__title {
    color: #2a2b31
}

.section__title--thin {
    letter-spacing: 6px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px
}

.section__title--bold {
    font-size: 65px;
    font-weight: 800;
    letter-spacing: 3px
}

.aboutUs__left {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative
}

.aboutUs__left--wrapper {
    position: relative;
    margin-left: 5%;
    padding: 75px 0 75px 5%
}

.aboutUs__title {
    position: absolute;
    background: #fff;
    padding-bottom: 36px;
    padding-right: 36px;
    top: 20px;
    left: 5%
}

.aboutUs__text {
    width: 115%;
    border: 1px solid #e1e1e1;
    padding: 75px 50% 135px 45px
}

.aboutUs__text--standard {
    color: #2a2b31;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 22px
}

.aboutUs__right {
    background: url(../_images/about_bg.jpg) center no-repeat;
    background-size: cover
}

.aboutUs__button {
    position: absolute;
    font-weight: 500;
    font-size: 20px;
    background: #f1810f;
    transform: translate(50%, 50%);
    letter-spacing: 2px;
    right: 47%;
    bottom: 50%;
    white-space: nowrap
}

.aboutUs__link {
    display: block;
    padding: 36px 60px;
    color: #fff;
    position: relative
}

.aboutUs__link:before {
    position: absolute;
    width: 5px;
    height: 0;
    background: #363636;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.aboutUs__link:hover:before {
    height: 100%
}

@media screen and (max-width: 1440px) {
    .section__title--thin {
        font-size: 14px;
        margin-bottom: 10px
    }

    .section__title--bold {
        font-size: 48px
    }

    .aboutUs__text {
        padding-right: 40%
    }

    .aboutUs__button {
        font-size: 16px
    }

    .aboutUs__link {
        padding: 30px 40px
    }
}

@media screen and (max-width: 1007px) {
    .aboutUs__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }

    .aboutUs__title {
        left: 4%
    }

    .aboutUs__left {
        padding-top: 55px;
        padding-bottom: 36px
    }

    .aboutUs__left--wrapper {
        margin-left: 0;
        padding: 75px 5%
    }

    .aboutUs__text {
        width: auto;
        padding: 75px 5% 55px
    }

    .aboutUs__right {
        display: none
    }

    .aboutUs__button {
        right: 50%;
        bottom: 115px
    }
}

@media screen and (max-width: 550px) {
    .section__title--thin {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 10px
    }

    .section__title--bold {
        font-size: 36px
    }

    .aboutUs__title {
        top: 38px
    }

    .aboutUs__left {
        padding-top: 10px
    }
}

@media screen and (max-width: 450px) {
    .section__title--bold {
        font-size: 28px
    }

    .section__title--thin {
        margin-bottom: 4px;
        line-height: 16px
    }
}

.offer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.offer__left {
    padding: 120px 10%;
    text-align: center;
    background: url(../_images/offer_bg.jpg) center;
    background-size: cover
}

.offer__title {
    margin-bottom: 100px;
    color: #fff
}

.offer__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 55px;
    color: #fff
}

.offer__details--title {
    margin-top: 12px;
    margin-bottom: 36px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px
}

.offer__details--text {
    font-weight: 300;
    font-size: 16px
}

.offer__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offer__extra {
    height: 100%;
    color: #fff
}

.offer__extra--hover {
    padding-left: 25%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative
}

.offer__extra--hover:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 0%;
    background: #f1810f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact__button:before, .opinions__slick .slick-dots button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.offer__extra--hover:hover:after {
    height: 100%
}

.offer__extra--hover:hover {
    background: rgba(0, 0, 0, .5)
}

.offer__extra--up {
    background: url(../_images/offer_extra_up.jpg) center;
    background-size: cover
}

.offer__extra--down {
    background: url(../_images/offer_extra_down.jpg) center;
    background-size: cover
}

.offer__extra--title {
    font-weight: 800;
    font-size: 48px;
    line-height: 55px;
    position: relative;
    letter-spacing: 3px
}

.offer__extra--title:before {
    position: absolute;
    height: 1px;
    width: 50px;
    background: #f1810f;
    left: -75px;
    top: 25%
}

.offer__icon {
    font-size: 112px;
    color: #f1810f;
    z-index: 1
}

@media screen and (max-width: 1440px) {
    .offer__title {
        margin-bottom: 65px
    }

    .offer__icon {
        font-size: 80px
    }

    .offer__details--text, .offer__details--title {
        font-size: 14px
    }

    .offer__details {
        grid-column-gap: 30px
    }

    .offer__extra--title {
        font-size: 36px;
        line-height: 42px
    }

    .offer__extra--title:before {
        width: 36px;
        left: -50px
    }
}

@media screen and (max-width: 1200px) {
    .offer__extra--hover {
        padding-left: 13%
    }
}

@media screen and (max-width: 1007px) {
    .offer__extra--title {
        font-size: 30px
    }

    .offer__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .offer__right {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 250px;
        grid-template-rows: 250px
    }

    .offer__extra--title:before {
        width: 24px;
        left: -36px
    }
}

@media screen and (max-width: 700px) {
    .offer__right {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 200px 200px;
        grid-template-rows: 200px 200px
    }
}

@media screen and (max-width: 890px) {
    .offer__extra--title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 450px) {
    .offer__left {
        padding: 50px 5%
    }

    .offer__details {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center
    }

    .offer__details--title {
        margin-bottom: 18px
    }

    .offer__details--single {
        max-width: 200px;
        margin-bottom: 36px
    }

    .offer__extra--hover {
        padding-left: 10%
    }

    .offer__extra--title {
        font-size: 20px;
        line-height: 28px
    }

    .offer__extra--title:before {
        width: 18px;
        left: -24px
    }
}

.opinions {
    background: url(../_images/opinions_bg.jpg) center;
    background-size: cover;
    color: #fff
}

.opinions__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative
}

.opinions__wrapper:after, .opinions__wrapper:before {
    display: block;
    right: 0;
    content: ""
}

.opinions__right {
    padding: 170px 5%
}

.opinions__wrapper {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 150px 10% 100px
}

.opinions__wrapper:after {
    top: 0;
    position: absolute;
    width: calc(100% - 640px);
    border-top: 1px solid #e1e1e1
}

.opinions__wrapper:before {
    bottom: -1px;
    position: absolute;
    width: 100%;
    height: calc(100% - 110px);
    border-left: 1px solid #e1e1e1
}

.opinions__left {
    background: url(../_images/opinions_car.png) center left no-repeat;
    background-size: 80%;
    margin-left: 10%
}

.opinions__title {
    position: absolute;
    background: 0 0;
    top: -66px;
    left: -5px;
    color: #fff
}

.opinion__slide--symbol {
    font-size: 26px
}

.opinion__slide--text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px
}

.opinions__slick {
    margin-top: 24px
}

.opinions__slick .slick-dots {
    width: 24vw;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -100px;
    z-index: 10
}

.opinions__slick .slick-dots li {
    margin: 0;
    width: 100%;
    height: 3px
}

.opinions__slick .slick-dots li button:before {
    content: ""
}

.opinions__slick .slick-dots button {
    background: #959595;
    width: 90%;
    height: 3px;
    padding: 0;
    transition: all .2s ease-in-out
}

.opinions__slick .slick-active button {
    background: #fff
}

.opinions__pagingInfo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -100px;
    left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.opinions__pagingInfo .number__big {
    font-size: 48px
}

.opinions__pagingInfo .number__small {
    font-size: 36px
}

.opinions__slick .slick-next {
    right: -15%
}

.opinions__slick .slick-prev {
    left: -15%
}

.opinions__slick .slick-next:before {
    content: "»"
}

.opinions__slick .slick-prev:before {
    content: "«"
}

.opinions__slick .slick-next, .opinions__slick .slick-prev {
    width: 36px;
    height: 36px;
    background: #f1810f
}

.opinions__slick .slick-next:before, .opinions__slick .slick-prev:before {
    font-size: 15px
}

@media screen and (max-width: 1440px) {
    .opinions__wrapper {
        padding-top: 100px
    }

    .opinions__wrapper:before {
        height: calc(100% - 80px)
    }

    .opinions__wrapper:after {
        width: calc(100% - 482px)
    }

    .opinions__title {
        top: -52px
    }

    .opinion__slide--symbol {
        font-size: 22px
    }

    .opinion__slide--text {
        font-size: 16px
    }

    .opinions__pagingInfo .number__big {
        font-size: 36px
    }

    .opinions__pagingInfo .number__small {
        font-size: 24px
    }
}
@media screen and (max-width: 1080px) {
    .opinions__pagingInfo {
        bottom: -80px;
    }
}

@media screen and (max-width: 1007px) {
    .opinions__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr
    }

    .opinions__left {
        display: none
    }

    .opinions__wrapper {
        max-width: 90vw
    }

    .opinions__right {
        padding: 95px 5% 55px
    }
}

.contact__grid, .formContact__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width: 550px) {
    .opinions__wrapper:after {
        width: calc(100% - 298px)
    }

    .opinions__wrapper:before {
        height: calc(100% - 50px)
    }

    .opinions__title {
        top: -40px
    }

    .opinions__wrapper {
        padding-top: 55px
    }
}

@media screen and (max-width: 450px) {
    .opinions__slick .slick-next, .opinions__slick .slick-prev {
        width: 24px;
        height: 24px
    }

    .opinions__slick .slick-next:before, .opinions__slick .slick-prev:before {
        font-size: 10px
    }
}

.contact__grid {
    display: -ms-grid;
    display: grid
}

.contact__left {
    padding: 75px 0 75px 10%
}

.contact__right {
    background: url(../_images/contact_bg.png) center;
    background-size: cover;
    z-index: -1
}

.contact__left--wrapper {
    background: #fafafa;
    width: 110%;
    padding: 7%;
    position: relative
}

.contact__title {
    margin-bottom: 7%
}

.contact__details--text {
    font-weight: 300;
    font-size: 18px;
    color: #2a2b31;
    letter-spacing: 1px;
    position: relative;
    width: 70%
}

.contact__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 36px;
    color: #f1810f;
    margin-right: 24px
}

.certificate__single, .contact__button {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase
}

.formContact__grid {
    display: -ms-grid;
    display: grid
}

.contact__details--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative
}

.contact__details--line .contact__details--text:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: -24px;
    left: -12px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 22px
}

.contact_telephones {
    position: relative;
    width: 70%;
}

.contact__details--text {
    line-height: 22px;
}

.contact_telephones .contact__details--text {
    white-space: nowrap;
    line-height: 22px;
}

.nowrap {
    white-space: nowrap;
}

.contact_telephones:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: -24px;
    left: -12px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 22px;
    pointer-events: none;

}

.certificate__single:before, .contact__button:before {
    top: 0;
    left: 0;
    content: ""
}

.contact__buttons {
    position: absolute;
    right: -10%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact__button {
    padding: 28px 0;
    width: 330px;
    font-size: 20px;
    background: #f1810f;
    text-align: center;
    position: relative
}

.contact__button:before {
    position: absolute;
    width: 5px;
    height: 0;
    background: #363636;
    transition: all .2s ease-in-out
}

.contact__button:hover:before {
    height: 100%
}

.contact__button--grey {
    background: #a1a1a1
}

.contact__link--arrow {
    font-size: 22px
}

.contact__button--grey .contact__link--arrow {
    margin-right: 36px
}

.contact__button--orange .contact__link--arrow {
    margin-left: 36px
}

@media screen and (max-width: 1800px) {
    .contact__left--wrapper {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 1150px) {
    .contact__buttons {
        right: 0
    }

    .contact__left--wrapper {
        width: 140%
    }
}

@media screen and (max-width: 1440px) {
    .contact__details--text {
        font-size: 16px
    }

    .contact__icon {
        font-size: 32px
    }

    .contact__button {
        padding: 24px 0;
        font-size: 16px;
        width: 280px
    }
}

@media screen and (max-width: 860px) {
    .contact__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .contact__right {
        display: none
    }

    .contact__left {
        padding: 55px 5%
    }

    .contact__left--wrapper {
        width: auto;
        padding-bottom: 4%
    }

    .contact__buttons {
        position: relative;
        margin-top: 36px;
        display: -ms-grid;
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact__button--orange {
        justify-self: flex-end
    }
}

@media screen and (max-width: 550px) {
    .contact_telephones .contact__details--text:first-child {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 380px) {
    .contact__button {
        width: 100%
    }
}

.certificate__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

.certificate__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f1810f;
    padding: 24px 5%;
    border-right: 1px solid #a1a1a1;
    font-size: 24px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.certificate__single:before {
    position: absolute;
    width: 8px;
    height: 0;
    background: #363636;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.certificate__single:hover:before {
    height: 100%
}

.certificate__grid .certificate__single:last-child {
    border-right: none
}

.certificate__img {
    max-height: 100px
}

@media screen and (max-width: 1440px) {
    .certificate__single {
        font-size: 20px
    }

    .certificate__img {
        max-height: 80px
    }
}

@media screen and (max-width: 1280px) {
    .certificate__single {
        font-size: 16px;
        padding: 16px 3%;
        line-height: 24px
    }

    .certificate__img {
        max-height: 60px
    }
}

@media screen and (max-width: 740px) {
    .certificate__grid {
        -ms-grid-columns: none;
        grid-template-columns: none
    }

    .certificate__single {
        border-right: none;
        border-bottom: 1px solid #a1a1a1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 10%;
        padding-right: 10%
    }

    .certificate__grid .certificate__single:last-child {
        border-bottom: none
    }
}

@media screen and (max-width: 440px) {
    .certificate__single {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
        letter-spacing: 1px
    }
}

.formContact__right {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
    height: 632px
}

.formContact__right--wrapper {
    position: absolute;
    background: #fafafa;
    padding: 7% 14% 7% 7%;
    left: -20%;
    width: 110%
}

.formContact__title {
    margin-bottom: 36px
}

.form__input--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 22px
}

.form__input--textarea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3
}

.form__input--textarea .form-control {
    resize: none;
    height: 75px
}

.form__input {
    display: -ms-grid;
    display: grid;
    margin-bottom: 18px
}

.form-control {
    padding: 8px 12px;
    background: 0 0;
    border: 1px solid #e1e1e1
}

.contact__form--label {
    color: #2a2b31;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    margin-left: 24px
}

.contact__form--label:before {
    position: absolute;
    content: "";
    background: #f1810f;
    top: 3px;
    left: -32px;
    width: 16px;
    height: 3px;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.form__label--1 {
    color: #666;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 70%;
    grid-template-columns: 25px 70%;
    grid-column-gap: 16px;
    cursor: pointer;
}

input.check {
    position: absolute;
    opacity: 0; }

input.check:checked + label svg path {
    stroke-dashoffset: 0; }

input.check:focus + label {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

.custom__label {
    display: block !important;
    border: 1px solid #f1810f;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;}

.custom__label:active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 30px; }

.custom__label svg {
    pointer-events: none; }

.custom__label svg path {
    fill: none;
    stroke: #f1810f;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    -webkit-transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
    -o-transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91); }

.text-info-form {
    color: #2a2b31;
    font-size: 10px;
    line-height: 15px
}

.form__textMore {
    color: #f1810f;
    font-weight: 700
}

.contact__submit {
    position: absolute;
    padding: 28px 75px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    background: #f1810f;
    letter-spacing: 2px;
    color: #fff;
    right: -5%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.contact__submit:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 0;
    background: #363636;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact__submit:hover:before, .map {
    height: 100%
}

.text-info-form {
    font-weight: 400
}

.form__textMore--text {
    display: none
}

.map {
    z-index: 0
}

@media screen and (max-width: 1440px) {
    .contact__submit {
        font-size: 16px;
        padding: 24px 56px
    }

    .formContact__right {
        height: 580px
    }
}

@media screen and (max-width: 1007px) {
    .formContact__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: min-content min-content;
        grid-template-rows: -webkit-min-content -webkit-min-content;
        grid-template-rows: min-content min-content
    }

    .map {
        height: 300px
    }

    .formContact__right {
        height: auto;
        padding-top: 0;
        padding-bottom: 0
    }

    .formContact__right--wrapper {
        position: static;
        padding: 7% 5%;
        width: auto
    }

    .contact__submit {
        position: relative;
        margin-top: 24px;
        margin-left: auto;
        right: auto
    }
}

@media screen and (max-width: 1007px) {
    .contact__submit {
        padding: 14px 30px
    }
}

#modal__regulamin, .modal__wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    float: left
}

@media screen and (max-width: 600px) {
    .form__input--wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .form__input--textarea {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .form .form__label--1 {
        -ms-grid-columns: 25px auto;
        grid-template-columns: 25px auto
    }
}

@media screen and (max-width: 680px){
    .map {
        pointer-events: none;
    }
    .leaflet-popup {
        pointer-events: auto;
    }
}

#modal__regulamin {
    z-index: 40
}

.modal__wrapper {
    left: 0;
    bottom: 0;
    z-index: 30;
    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
}

.modal__wrapper--text {
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 70%;
    margin: 0 auto;
    padding: 120px 5%;
    background: #fff
}

.modal__wrapper--scroll {
    position: relative;
    height: 35vh;
    margin-bottom: 36px;
    overflow-y: scroll
}

.regulamin__list--header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center
}

.footer, .footer__menu .mmenu__link {
    letter-spacing: 1px;
    font-weight: 600
}

.regulamin__list {
    list-style: decimal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    padding: 24px
}

.regulamin__list--point {
    margin-bottom: 8px
}

.mfp-close {
    position: static;
    width: auto !important;
    height: auto !important;
    font-size: 16px !important;
    padding: 2px 36px !important;
    border: 1px solid #000 !important;
    margin: 0 auto !important
}

@media screen and (max-width: 1440px) {
    .modal__wrapper--text {
        padding: 36px 2%
    }
}

@media screen and (max-width: 1100px) {
    .modal__wrapper--text {
        width: 90%
    }
}

@media screen and (max-width: 650px) {
    .modal__wrapper--text {
        width: 98%
    }

    .modal__wrapper--scroll {
        height: 50vh
    }
}

.footer {
    padding: 60px 5%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 100px;
    grid-template-columns: 100px auto 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    z-index: 501
}

.up-to {
    color: #000;
    font-size: 12px;
    white-space: nowrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.up__arrow {
    height: 8px;
    color: #000
}

.footer__menu--list .mmenu__item {
    float: left
}

.footer__menu--list .mmenu__link {
    padding: 0 20px
}

.footer__menu {
    -ms-grid-column-align: center;
    justify-self: center
}

.footer__goinweb {
    text-align: right
}

.footer__goinweb--img {
    height: 13px
}

.up__arrow {
    padding-right: 8px;
    width: 24px
}

.footer__menu .mmenu__link {
    color: #000;
    font-size: 16px;
    position: relative
}

.footer .mmenu__item:last-child .mmenu__link:before {
    display: none
}

@media screen and (max-width: 1440px) {
    .footer__menu .mmenu__link {
        font-size: 14px
    }

    .up-to {
        font-size: 10px
    }
}

@media screen and (max-width: 1007px) {
    .footer__menu--list {
        display: none
    }
}