@charset "utf-8";
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.privacy-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    font-size: 15px;
    padding: 0 30px 30px 30px;
    margin-top: 25px;
  }
  
  .privacy-title {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    max-width: 610px;
    padding-bottom: 10px;
  }
  
  .privacy-subtitle {
    font-weight: bold;
    font-size: 16px;
    margin-block-end: 6px;
  }
  
  .privacy-text {
    text-align: justify;
  }
  
  .privacy-text > p,
  p ~ ul {
    margin-block-start: 0px;
  }
  
  p:has(+ ul) {
    margin-block-end: 0px;
  }

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans";
    src: url(../fonts/NotoSans-BoldItalic.woff2) format("woff2"), url(../fonts/NotoSans-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans";
    src: url(../fonts/NotoSans-Bold.woff2) format("woff2"), url(../fonts/NotoSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans";
    src: url(../fonts/NotoSans.woff2) format("woff2"), url(../fonts/NotoSans.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Noto Sans";
    src: url(../fonts/NotoSans-Italic.woff2) format("woff2"), url(../fonts/NotoSans-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

html {
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    color: #333;
    background-color: #fff
}

.fonts-loaded {
    font-family: "Noto Sans", sans-serif
}

.svg-defs {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon_about {
    width: 70px;
    height: 60px
}

.icon_services {
    width: 75px;
    height: 60px
}

.icon_solutions {
    width: 81px;
    height: 61px
}

.icon_team {
    width: 67px;
    height: 60px
}

.icon_projects {
    width: 71px;
    height: 63px
}

.button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 100%;
    padding: 15px;
    border: 2px solid;
    border-radius: 9999px;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ff4628;
    background: #fff;
    transition: .2s;
    cursor: pointer
}

.button__text {
    display: inline-block;
    padding-left: .097em;
    letter-spacing: .097em
}

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

.button_full {
    width: 100%
}

.text-input {
    box-sizing: border-box;
    background: 0;
    border: 0;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: inherit
}

.text-input:focus {
    outline: 0;
    box-shadow: 0 1px 0 #ccc
}

textarea.text-input {
    min-height: 135px;
    padding-top: 10px;
    padding-bottom: 10px
}

.field {
    position: relative;
    display: block
}

.field__label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: .2s
}

.field__input {
    width: 100%;
    height: 46px
}

.field_focus .field__label, .field_filled .field__label {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 12px;
    color: #999
}

.field_error .field__input {
    color: #ff4628;
    border-bottom-color: #ff4628;
    box-shadow: 0 1px #ff4628
}

.logo {
    display: block;
    height: 60px;
    min-width: 200px;
    background: url(../img/logo.svg) no-repeat left center
}

.logo__big {
    display: block;
    font-size: 41px
}

.logo__small {
    display: block;
    font-size: 19px;
    letter-spacing: .097em;
    padding-left: .097em;
    color: #f84d27
}

.contacts-tel {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .097em;
    text-decoration: none;
    color: inherit
}

.contacts-tel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    opacity: .5;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: #fe4d3d;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.contacts-tel:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.contacts-mail {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fe4d3d;
    font-size: 14px
}

.contacts-mail:hover {
    text-decoration: underline
}

.main-title {
    margin: 0;
    position: relative;
    font-size: 20px;
    line-height: 1.4
}

.fonts-loaded .main-title {
    font-family: "Proxima Nova", "Noto Sans", sans-serif
}

.main-title__part {
    display: block
}

.cta__text {
    margin-bottom: 18px;
    display: none;
    font-size: 14px;
    line-height: 1.43;
    color: #666
}

.modal {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .4s ease-in-out
}

.modal__tools {
    position: relative;
    z-index: 1
}

.modal__close {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 55px;
    width: 1em;
    height: 1em;
    border: 0;
    background: 0;
    cursor: pointer
}

.modal__close::before, .modal__close::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 1em;
    background: currentColor;
    transition: .2s
}

.modal__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__close:hover {
    color: #ff4628
}

.modal__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px
}

.modal_open {
    opacity: 1;
    visibility: visible
}

.modal_open .modal__inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

html {
    height: 100%
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

body > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px
}

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

.head-section {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.head-section > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.waves {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    opacity: .6;
    pointer-events: none
}

.waves::before, .waves::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: no-repeat 50% 100%;
    -webkit-animation: waves 7s linear infinite;
    animation: waves 7s linear infinite
}

@-webkit-keyframes waves {
    0%, 50%, to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    25% {
        -webkit-transform: translateX(-10px) translateY(5px);
        transform: translateX(-10px) translateY(5px)
    }
    75% {
        -webkit-transform: translateX(10px) translateY(-5px);
        transform: translateX(10px) translateY(-5px)
    }
}

@keyframes waves {
    0%, 50%, to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
    25% {
        -webkit-transform: translateX(-10px) translateY(5px);
        transform: translateX(-10px) translateY(5px)
    }
    75% {
        -webkit-transform: translateX(10px) translateY(-5px);
        transform: translateX(10px) translateY(-5px)
    }
}

.waves::after {
    margin-left: -999px;
    width: 1997px;
    height: 376px;
    background-image: url(../img/wave-front.svg);
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.waves::before {
    margin-left: -991px;
    width: 1981px;
    height: 298px;
    background-image: url(../img/wave-back.svg)
}

.header__logo {
    margin: 0;
    border-bottom: 1px solid #e2e2e2
}

.header__logo {
    padding-top: 22px;
    padding-bottom: 23px
}

.header__contacts {
    padding-top: 22px;
    padding-bottom: 20px;
    text-align: left
}

.parma-logo {
    display: none !important;
}

.header__main-title {
    margin-bottom: 23px
}

.header__cta {
    max-width: 260px
}

.menu {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 32px;
    position: relative;
    text-align: center
}

.menu-list {
    list-style-type: none;
    font-size: 0
}

.menu-list__item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 1rem
}

.menu-item {
    display: block;
    text-decoration: none;
    text-align: left
}

.menu-item__head {
    position: relative;
    -webkit-animation: showMenuItem .5s both;
    animation: showMenuItem .5s both
}

.menu-list__item:nth-child(1) .menu-item__head {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.menu-list__item:nth-child(2) .menu-item__head {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.menu-list__item:nth-child(3) .menu-item__head {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.menu-list__item:nth-child(4) .menu-item__head {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes showMenuItem {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes showMenuItem {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.menu-item__head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #fe4d3d;
    border-top: 0
}

.menu-item__icon {
    margin-bottom: 13px;
    position: relative;
    height: 77px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #999
}

.menu-item__icon .icon {
    position: absolute;
    left: 0;
    bottom: 0
}

.menu-item__title {
    margin: 0;
    padding-bottom: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .097em;
    padding-left: .097em;
    color: #333
}

.menu-item__title h2 {
    font-size: 1em
}

.menu-item__icon, .menu-item__title {
    transition: .2s
}

.menu-item__body {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 1.5;
    color: #fff;
    background-color: #fe4d3d
}

.menu-item__text {
    padding-top: 22px;
    padding-bottom: 25px
}

.menu-item__text strong {
    font-weight: 400
}

.menu-item:hover, .menu-item_active, .menu-item:hover .menu-item__icon, .menu-item:hover .menu-item__title, .menu-item_active .menu-item__icon, .menu-item_active .menu-item__title {
    color: #fe4d3d
}

.menu-item__body, .menu-item__head::after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: .4s ease-in-out
}

.menu-item_active .menu-item__body, .menu-item_active .menu-item__head::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.menu-item_active .menu-item__head::after {
    transition-delay: .2s
}

.map-section {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    min-height: 200px
}

.map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.footer {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.42;
    background: #d7d7d7
}

.footer__part {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: inherit
}

.footer__copy {
    display: none
}

.footer__address span {
    display: inline-block
}

.footer__address span::after {
    content: "\00A0"
}

.send-mail-form {
    max-width: 800px;
    padding-right: 18px
}

.send-mail-form__title {
    margin: 0 0 54px;
    padding: 0;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    line-height: 1
}

.fonts-loaded .send-mail-form__title, .fonts-loaded .send-mail-form__sub-title {
    font-family: "Proxima Nova", "Noto Sans", sans-serif;
    font-weight: 600
}

.send-mail-form__sub-title {
    margin: 0 0 4px;
    padding: 0;
    font-size: 80px
}

.send-mail-form .field {
    margin-bottom: 32px
}

.send-mail-form__button {
    position: relative;
    width: 260px
}

.send-mail-form__button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    opacity: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e2e2;
    border-top-color: #ff4628;
    border-radius: 50%;
    transition: .2s
}

.send-mail-form__body {
    transition: .4s
}

.send-mail-form__message {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    max-width: 60%;
    padding-bottom: 45px;
    line-height: 1.42;
    transition: .4s
}

.send-mail-form__message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 114px;
    height: 2px;
    background: #ff4628
}

.send-mail-form__req_start {
    position: relative
}

.send-mail-form__req_start::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.send-mail-form__req_start .send-mail-form__button {
    pointer-events: none
}

.send-mail-form__req_start .send-mail-form__button::before {
    left: 30px;
    opacity: 1;
    -webkit-animation: showFormSpinner .75s linear infinite;
    animation: showFormSpinner .75s linear infinite
}

@-webkit-keyframes showFormSpinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes showFormSpinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.send-mail-form__req_success .send-mail-form__message_success {
    opacity: 1;
    visibility: visible
}

.send-mail-form__req_error .send-mail-form__message_error, .send-mail-form__req_error-captcha .send-mail-form__message_error-captcha {
    opacity: 1;
    visibility: visible
}

.send-mail-form__req_success .send-mail-form__body, .send-mail-form__req_error .send-mail-form__body, .send-mail-form__req_error-captcha .send-mail-form__body {
    opacity: 0;
    visibility: hidden
}

label.cpt {
    background: url(/captcha.php?c=1) bottom right no-repeat;
    height: 60px
}

label.cpt input {
    height: 60px
}

@media (min-width: 680px) {
    .footer {
        padding-top: 0;
        padding-bottom: 0
    }

    .footer__part {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .footer__copy {
        float: left;
        display: block
    }

    .footer__address {
        float: right
    }
}

@media (min-width: 720px) {
    .cta__text {
        display: block
    }
}

@media (min-width: 920px) {
    .header__row_top {
        border-bottom: 1px solid #e2e2e2
    }

    .header__logo {
        float: left;
        border-bottom: 0
    }

    .header__contacts {
        margin-top: 14px;
        float: right;
        text-align: right
    }

    .header__logo, .header__contacts {
        padding-top: 30px;
        padding-bottom: 29px
    }

    .logo {
        width: 320px
    }

    .parma-logo {
        display: block;
        margin-top: 46px;
        margin-bottom: 27px;
        margin-left: 35px;
        float: right;
        width: 136px;
        height: 46px;
        background: url(../img/LogoPTG.svg) no-repeat;
        background-size: 100%
    }

    .header__row_middle {
        padding-top: 74px
    }

    .header__cta {
        margin-top: 10px
    }
}

@media (min-width: 960px) {
    .main-title {
        font-size: 36px;
        line-height: 1.2;
        padding-bottom: 30px
    }

    .main-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 114px;
        background: #ff4628
    }
}

@media (min-width: 1060px) {
    .header__main-title {
        margin-bottom: 0;
        float: left
    }

    .header__cta {
        float: right
    }
}

@media (max-width: 780px) {
    .waves::before, .waves::after {
        bottom: -40px
    }

    .waves::after {
        margin-left: -719px;
        width: 1438px;
        height: 267px;
        background-image: url(../img/wave-front-small.svg)
    }

    .waves::before {
        margin-left: -716px;
        width: 1431px;
        height: 212px;
        background-image: url(../img/wave-back-small.svg)
    }

    .header {
        position: relative
    }

    .menu {
        padding-top: 26px;
        padding-bottom: 0
    }

    .menu-list__item {
        width: 100%
    }

    .menu-item {
        border-top: 1px solid #e2e2e2
    }

    .menu-item__head {
        display: table;
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
        padding: 10px 0
    }

    .menu-item__head::after {
        left: auto;
        right: -12px
    }

    .menu-item__icon, .menu-item__title {
        display: table-cell;
        vertical-align: middle;
        padding: 0
    }

    .menu-item__icon {
        width: 87px
    }

    .menu-item__icon .icon {
        position: static
    }

    .menu-item__title {
        position: relative;
        padding: 0;
        padding-left: 16px
    }

    .menu-item__title::before {
        content: "";
        position: relative;
        top: 5px;
        float: right;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        border: 2px solid #999;
        border-width: 2px 2px 0 0;
        transition: .3s
    }

    .menu-item_active .menu-item__title::before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 1px
    }

    .menu-item__body {
        position: relative;
        margin-left: -30px;
        margin-right: -30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        height: 0;
        transition-property: height
    }

    .menu-item_active .menu-item__body {
        height: auto
    }
}

@media (max-width: 640px) {
    .modal__inner {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .modal__close {
        top: 10px;
        right: 17px;
        font-size: 28px
    }

    .send-mail-form__message {
        padding-bottom: 21px;
        font-size: 14px
    }

    .send-mail-form__title {
        margin-bottom: 31px;
        font-size: 30px
    }

    .send-mail-form__sub-title {
        font-size: 40px
    }

    .send-mail-form .field {
        margin-bottom: 20px
    }

    .send-mail-form .field__input {
        height: 32px;
        font-size: 13px
    }

    .send-mail-form .field__label {
        font-size: 12px
    }

    .send-mail-form .field_focus .field__label, .send-mail-form .field_filled .field__label {
        font-size: 10px
    }
}

@media (max-width: 480px) {
    .map-section {
        min-height: 320px
    }
}

.cookie_notice {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999999;
    background-color: #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    width: 600px;
    padding: 15px 25px;
    box-sizing: border-box;
    opacity: 95%;
}

.cookie_notice .notice-text {
    display: table-cell;
    padding-right: 10px;
    opacity: 100%;
}

.cookie_btn {
    color: #555555;
    border: 1px solid #999999;
    background-color: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 500;
    height: 100%;
    cursor: pointer;
}

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