*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    font-family: inherit;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    h3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    h4 {
        font-size: calc(1.275rem + 0.3vw);
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

p {
    margin: 0;
}

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

hr {
    box-sizing: content-box;
    overflow: visible;
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

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

a {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #414141;
    text-decoration: none;
}

a:focus,
button:focus {
    outline: none;
}

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[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 {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    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-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

input::-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:-ms-input-placeholder {
    text-indent: 0px;
    -ms-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    -webkit-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:focus::-moz-placeholder {
    text-indent: 500px;
    -moz-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:focus:-moz-placeholder {
    text-indent: 500px;
    -moz-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

input:focus:-ms-input-placeholder {
    text-indent: 500px;
    -ms-transition: text-indent 0.6s ease;
    transition: text-indent 0.6s ease;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=file].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

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

@font-face {
    font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

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

:root {
    --accent: #CC6200;
    --accenttwo: #F4952C;
    --black: #414141;
    --grey: #E6E1D8;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    font-size: 16px;
    line-height: 155%;
    min-width: 320px;
    background-color: #F2F1EC;
}

.body__wrapper {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .body__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.body__left {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.body__right {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    background-image: url("../images/intro.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 990.98px) {
    .body__right {
        background-image: none;
    }
}

.body__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.body__block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 769px;
    height: 963px;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px 0 150px;
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .container {
        padding: 0 10px;
    }
}

label.error {
    display: none !important;
}

.form__input.error {
    border: 1px solid red !important;
    box-shadow: 0 0 1px red;
}

.form__policy-checkbox.error ~ .form__policy-checkbox-custom {
    border: 1px solid red !important;
    box-shadow: 0 0 1px red;
}

.button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.button:hover, .button:focus {
    outline: none;
}

.button:active {
    opacity: 0.7;
}

.button--fill {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 109%;
    color: #F8F8F8;
    background-color: var(--accent);
    border-radius: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

@media (max-width: 419.98px) {
    .button--fill {
        font-size: 12px;
        margin: 0 auto;
        width: 100%;
    }
}

.button--fill:hover {
    opacity: 0.8;
}

.button--phone {
    margin-top: 10px;
    font-size: 22px;
}

.button--phone:hover {
    opacity: 0.8;
}

.button--link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--gold);
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.button--link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gold);
    transition: 0.3s all ease-in-out;
}

.button--link:hover {
    color: var(--blue);
}

.button--link:hover::before {
    background-color: var(--blue);
}

.button--small {
    font-size: 16px;
    color: var(--dark-grey);
}

.button--small::before {
    bottom: 2px;
}

.button--round {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 50%;
    font-size: 20px;
    line-height: 150%;
}

@media (max-width: 990.98px) {
    .button--round {
        position: fixed;
        bottom: 0;
        border-radius: 5px;
        max-width: 100%;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .button--round br {
        display: none;
    }
}

.button--round:hover {
    opacity: 0.8;
    background-color: var(--accent);
}

.button--round::before, .button--round::after {
    content: "";
    position: absolute;
    border: 2px solid var(--accenttwo);
    left: -40px;
    opacity: 0;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border-radius: 50%;
    -webkit-animation: pulse 2.5s linear infinite;
    animation: pulse 2.5s linear infinite;
}

.button--round::after {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.header,
.footer {
    position: relative;
    padding: 15px 0;
    transition: all 0.8s ease-in-out;
    background-color: var(--grey);
}

@media (max-width: 419.98px) {
    .header,
  .footer {
        padding: 15px 0;
    }
}

.header__content,
.footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 550.98px) {
    .header__content,
  .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header.fixed {
    position: fixed;
    width: 100%;
    background-color: var(--grey);
    z-index: 777;
    padding: 10px 0;
    transition: all 0.8s ease-in-out;
    color: var(--black);
}

.header.fixed .container {
    padding: 0;
}

@media (max-width: 1330.98px) {
    .header.fixed .container {
        padding: 0 50px;
    }
}

.header.fixed .contacts {
    -ms-flex-order: -1;
    order: -1;
}

.header.fixed .logo {
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .header.fixed {
        display: none;
    }
}

@media (max-width: 766.98px) {
    .footer {
        padding-bottom: 75px;
    }
}

@media (max-width: 474.98px) {
    .footer {
        padding-bottom: 40px;
        padding-top: 30px;
    }
}

.intro {
    padding: 80px 0 30px;
    position: relative;
}

@media (max-width: 991.98px) {
    .intro {
        padding: 40px 0;
    }
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .intro {
        padding-bottom: 0;
    }
}

.intro__content {
    max-width: 1122px;
}

.intro__subtitle {
    margin-bottom: 10px;
    font-size: 28px;
    color: var(--accenttwo);
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 599.98px) {
    .intro__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 479.98px) {
    .intro__subtitle {
        font-size: 17px;
    }
}

.intro__title {
    margin-bottom: 20px;
    color: var(--black);
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 599.98px) {
    .intro__title {
        font-size: 33px;
    }
}

@media (max-width: 479.98px) {
    .intro__title {
        font-size: 23px;
        line-height: 136%;
        margin-bottom: 20px;
    }
}

.intro__desc {
    margin-bottom: 30px;
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .intro__desc br {
        display: none;
    }
}

.intro__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .intro__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 599.98px) {
    .intro__list {
        margin-bottom: 30px;
    }
}

.intro__list li {
    position: relative;
    margin-right: 30px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 13px 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 5px;
    opacity: 0.7;
    letter-spacing: 0.4px;
}

@media (max-width: 991.98px) {
    .intro__list li {
        margin-bottom: 10px;
        lex: 0 0 100%;
        width: 320px;
    }
}

@media (max-width: 360.98px) {
    .intro__list li {
        font-size: 13px;
        width: 300px;
    }
}

.intro__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 479.98px) {
    .intro__button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.intro__button span {
    max-width: 160px;
    margin-left: 15px;
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 419.98px) {
    .intro__button span {
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
    }

    .intro__button span br {
        display: none;
    }
}

@media (max-width: 599.98px) {
    .order {
        -ms-flex-order: -1;
        order: -1;
    }
}

.features {
    padding: 30px 0;
    background-color: #F2F1EC;
    border-bottom: 1px solid rgba(214, 211, 211, 0.2392156863);
}

@media (max-width: 419.98px) {
    .features {
        padding: 15px 0;
    }
}

.features__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 599.98px) {
    .features__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.features__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 143%;
}

@media (max-width: 419.98px) {
    .features__title {
        font-size: 19px;
    }
}

.features__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media (max-width: 419.98px) {
    .features__text {
        font-size: 15px;
    }
}

.features__block {
    margin-top: 30px;
    margin-bottom: 10px;
}

.features__block .features__item {
    margin-bottom: 8px;
    margin-right: 25px;
    opacity: 0.8;
}

.features__stitle {
    padding-top: 25px;
    border-top: 1px solid rgba(214, 211, 211, 0.2392156863);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.steps {
    padding: 40px 0;
}

@media (min-width: 319.98px) and (max-width: 990.98px) {
    .steps {
        padding: 20px 0;
    }
}

.steps__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 699.98px) {
    .steps__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }
}

.steps__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 30px 20px 10px;
    background-color: var(--grey);
    border-radius: 5px;
}

.steps__item:nth-child(1) .steps__img {
    margin-top: 5px;
}

@media (max-width: 579.98px) {
    .steps__item {
        padding-left: 0;
    }
}

.steps__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 143%;
}

.steps__img {
    width: 200px;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.forms {
    position: relative;
    padding: 30px 0 30px;
}

.forms__content {
    position: relative;
}

.forms__title {
    margin-bottom: 5px;
}

.forms__form {
    margin-top: 30px;
}

.forms__subtitle {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.4px;
}

@media (max-width: 991.98px) {
    .forms__subtitle {
        font-size: 13px;
    }
}

.form {
    position: relative;
}

.form__labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 599.98px) {
    .form__labels {
        width: 100%;
    }
}

.form__inner {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .form__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.form__input {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 20px;
    padding: 16px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
}

@media (max-width: 991.98px) {
    .form__input {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 766.98px) {
    .form__input {
        width: 100%;
    }
}

.form__input::-webkit-input-placeholder {
    color: #3D3B3B;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}

.form__input:-ms-input-placeholder {
    color: #3D3B3B;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}

.form__input::-ms-input-placeholder {
    color: #3D3B3B;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}

.form__input::placeholder {
    color: #3D3B3B;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.7;
}

.form__input:hover, .form__input:focus {
    outline: none;
}

.form__button {
    min-width: 200px;
    margin-right: 25px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .form__button {
        margin-bottom: 10px;
        width: 50%;
    }
}

@media (max-width: 766.98px) {
    .form__button {
        width: 100%;
        margin-right: 0;
    }
}

.form--modal .form__inner {
    margin: 10px 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form--modal .form__input {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
}

.form--modal .button {
    margin-bottom: 10px;
    width: 100%;
}

.form--modal .policy-checkbox {
    margin-bottom: 50px;
}

.policy-checkbox {
    display: -ms-flexbox;
    display: flex;
}

.policy-checkbox__label {
    position: relative;
    margin-left: -5px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 15px;
    color: #BDBCBC;
    transition: 0.3s all ease-in-out;
}

.policy-checkbox__label a {
    color: var(--accenttwo);
    transition: 0.3s all ease-in-out;
}

.policy-checkbox__checkbox {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 5px;
    cursor: pointer;
    height: 29px;
    width: 29px;
    transition: 0.3s all ease-in-out;
    border-radius: 5px;
    background-color: #fff;
}

.policy-checkbox__checkbox-hidden:checked + .policy-checkbox__checkbox:after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 13L1 7.54545' stroke='%2310AE62' stroke-width='1.23077' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: "";
    height: 29px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 29px;
}

.policy-checkbox__checkbox.error-checkbox {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_826_1160)'%3E%3Cpath d='M20.05 15.303C19.6837 16.4103 18.9973 17.384 18.0775 18.1012C17.1578 18.8183 16.046 19.2466 14.8829 19.332C13.7197 19.4173 12.5574 19.1558 11.5428 18.5805C10.5283 18.0053 9.70709 17.1421 9.18311 16.1001C8.65912 15.0582 8.45587 13.8843 8.59906 12.7268C8.74224 11.5693 9.22543 10.4803 9.98753 9.59746C10.7496 8.7146 11.7564 8.07755 12.8805 7.76686C14.0047 7.45617 15.1957 7.4858 16.303 7.85199' stroke='%23FF0000' stroke-width='1.106'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_826_1160' x='2.10343' y='2.57678' width='24.3696' height='24.696' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.474'/%3E%3CfeGaussianBlur stdDeviation='2.949'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_826_1160'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_826_1160' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.nav__list a {
    display: block;
    margin-right: 29px;
    padding: 10px 0;
    font-size: 15px;
    transition: 0.3s all ease-in-out;
}

.nav__list a.active {
    color: var(--blue);
    pointer-events: none;
}

.nav.show_mobile_menu a {
    font-size: 24px;
    padding: 25px 0;
}

#burger-menu {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

@media (max-width: 479.98px) {
    #burger-menu {
        -ms-flex-order: 1;
        order: 1;
    }
}

#burger-menu.active .box_item1 {
    -webkit-transform: translateX(0) translateY(8px) rotate(45deg);
    transform: translateX(0) translateY(8px) rotate(45deg);
}

#burger-menu.active .box_item2 {
    opacity: 0;
}

#burger-menu.active .box_item3 {
    -webkit-transform: translateX(0) translateY(-8px) rotate(-45deg);
    transform: translateX(0) translateY(-8px) rotate(-45deg);
}

#burger-menu .box {
    width: 30px;
    height: 4px;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin: 2px 0;
    transition: all 0.3s ease;
    background-color: var(--black);
}

@media (max-width: 991.98px) {
    #burger-menu {
        display: -ms-flexbox;
        display: flex;
        z-index: 999999;
    }
}

.show_mobile_menu {
    opacity: 1 !important;
    left: 0 !important;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 550px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991.98px) {
    .md-modal {
        width: 90%;
    }
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(43, 43, 43, 0.8);
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #242424;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 35px 15px 0;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 0 40px 40px;
    margin: 0;
    font-weight: 400;
    font-size: 1.15em;
    background-color: #f7f7f7;
}

@media (max-width: 499.98px) {
    .md-content > div {
        padding: 0 20px 40px;
    }
}

.md-content > div .form__security {
    margin-top: 0;
    text-align: left;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 130%;
    color: var(--dark-grey);
    font-size: 16px;
}

.md-content .md-close {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 0.8em;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}

.md-content .md-close:hover {
    opacity: 0.7;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    margin-right: 15px;
    width: 43px;
    height: 43px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
}

.logo span {
    max-width: 175px;
    color: var(--black);
    font-size: 14px;
    line-height: 130%;
}

address {
    max-width: 200px;
    color: var(--black);
    font-size: 14px;
    line-height: 130%;
    font-style: normal;
}

@media (min-width: 319.98px) and (max-width: 549.98px) {
    .contacts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.contacts p {
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

.telephone {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 152%;
    transition: 0.3s all ease-in-out;
}

@media (max-width: 550.98px) {
    .telephone {
        font-size: 25px;
    }
}

.telephone:hover {
    color: var(--accent);
}

.title {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
}

.politika {
    color: var(--black);
    position: relative;
    padding-bottom: 30px;
}

.politika h1 {
    margin-bottom: 45px;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.politika h2 {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    opacity: 0.8;
    margin-bottom: 20px;
}

.politika p {
    margin-bottom: 10px;
    font-size: 15px;
}

.rounds {
    margin-top: 85px;
    margin-left: 50px;
    position: sticky;
    top: 85px;
}

.rounds__round {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    color: var(--black);
    font-weight: 500;
    background-color: var(--grey);
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 990.98px) {
    .rounds__round {
        border-radius: 5px;
        max-width: 100%;
        width: 95%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 10px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .rounds__round br {
        display: none;
    }
}

.rounds__round--orange {
    background-color: var(--accenttwo);
    color: #fff;
}

@media (max-width: 990.98px) {
    .rounds__round--orange {
        background-color: var(--grey);
        color: var(--black);
    }
}

.map__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}

.map iframe {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}