@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");

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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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 {
    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
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
    color: #3d3e4d
}

.btn {
    transition: all 0.25s ease-in
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none
}

.section {
    padding: 40px 15px
}

.section--lg {
    padding: 60px 0;
    background-color: #f8f8f8
}

.section__title {
    text-align: center;
    margin-bottom: 15px
}

.section__title--left {
    margin-left: 0;
    margin-right: auto;
    text-align: left
}

.section__title--first {
    text-align: left;
    position: relative;
    margin-top: 20px
}

.section--first {
    padding-top: 0
}

a {
    color: #3d3e4d
}

a:hover {
    text-decoration: none !important;
    color: #3d3e4d
}

header {
    padding: 20px 0;
    background-color: #f8f8f8
}

.container {
    max-width: 1270px;
    width: 97%;
    margin: 0 auto;
    padding: 0
}

.container--hidden {
    overflow: hidden
}

.logo {
    width: 180px
}

.logo img {
    width: 100%
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav__contacts-link {
    text-decoration: none;
    color: #3d3e4d;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.25s ease-in
}

.nav__contacts-link:hover,
.nav__contacts-link:focus,
.nav__contacts-link:active {
    color: #cc3b1f
}

.nav__contacts span {
    font-size: 13.5px;
    text-align: center;
    line-height: 1;
    display: block
}

.navbar {
    padding: 8px 0
}

.menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 30px
}

.menu__item {
    margin-right: 30px
}

.menu__item:last-child() {
    margin-right: 0
}

.menu__link {
    text-transform: uppercase;
    padding: 10px 5px;
    line-height: 1;
    font-size: 1rem;
    border-bottom: 3px solid transparent;
    transition: all 0.25s ease-in
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
    border-bottom: 3px solid #cc3b1f
}

.poster {
    position: relative
}

.poster__img {
    width: 100%;
    height: 550px;
    background-image: url(../img/m2.jpg);
    /* background-image: url(../img/12341.jpg); */
    background-position: center;
    background-size: cover;
}

.poster__text {
    /* max-width: 50%; */
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%)
}

.poster__title {
    max-width: 55%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px
}

.poster__subtitle {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300
}

.poster__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3d3e4d;
    background: linear-gradient(90deg, rgba(61, 62, 77, 0.7) 0%, rgba(61, 62, 77, 0.5) 45%, rgba(61, 62, 77, 0.5) 75%, rgba(255, 255, 255, 0) 100%)
}
.contacts-section {
    padding: 40px 0;
    background-color: #f1f1f1;
}
.contacts-section .item .title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.contacts-section .item .title svg {
    width: 16px;
    margin-right: 5px;
}
.contacts-section .item .company {
    margin-bottom: 20px;
}
.contacts-section .item .company .name {
    font-weight: 600;
}
.contacts-section .item .company p {
    margin-bottom: 5px;
}
.contacts-section .item .company p a {
    color: #cc3b1f;
    text-decoration: none;

}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-content img {
    width: 200px;
    margin-left: auto;
    display: flex;
}
.footer-content .brand {
    font-size: 20px;
}

#flower-mask {
    width: 514px;
    height: 514px
}

#mask-flower-path {
    transition: transform 0.4s cubic-bezier(0.15, 0.45, 0.46, 0.47);
    transform-origin: center center
}

.slider__img-wrap {
    overflow: hidden;
    max-height: 70%;
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.slider__img {
    height: 100%;
    transform: scale(0.7)
}

.slider__content {
    padding: 35px 0;
    display: flex;
    flex-direction: column
}

.slider__title {
    font-size: 1.6rem;
    position: relative
}

.slider__title:before {
    content: "";
    width: 30%;
    height: 4px;
    background-color: #cc3b1f;
    position: absolute;
    border-radius: 3px;
    bottom: -30%;
    left: 0;
    z-index: -1
}

.slider__title--right {
    text-align: right
}

.slider__title--right:before {
    left: auto;
    right: 0
}

.slider__description {
    list-style: none;
    font-size: 1.1rem;
    margin-top: 165px;
    font-weight: 300;
    overflow: hidden
}

.slider__description-wrap {
    position: relative
}

.slider__description-wrap--right:before {
    left: auto;
    right: -5%
}

.slider__description li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px
}

.slider__description li::before {
    content: "";
    display: block;
    background-image: url(../img/right-chevron.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(0, -50%)
}

.slider__description span {
    margin-bottom: 10px;
    display: block
}

.slider__pag-wrap {
    position: absolute;
    width: 50%;
    top: 25%;
    right: 0
}

.slider__pag-wrap--left {
    right: auto;
    left: 0
}

.slider__pagination {
    padding: 40px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.slider__pagination:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #cc3b1f
}

.slider__main .slider__img {
    transform: unset
}

.slider__main .slider__img-wrap {
    position: relative;
    max-height: unset;
    height: unset
}

.slider__main .slider__pag-wrap {
    position: absolute;
    width: 100%;
    top: 25%;
    right: 0
}

.slider__main .slider__pag-wrap--left {
    right: auto;
    left: 0
}

.slider__main .slider__content {
    height: 100%;
    padding: 0
}

.swiper-container .swiper-wrapper {
    position: relative
}

.swiper-container .swiper-slide {
    background-color: #fff;
    width: 100%;
    z-index: 10
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 30px;
    height: 30px;
    border: 2px solid #cc3b1f;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.25s ease-in
}

.swiper-pagination-bullet:hover {
    background-color: #cc3b1f
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
    outline: none
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cc3b1f
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: 50%
}

.swiper-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}

.review-swiper-container .swiper-pagination-bullet {
    width: 15px;
    height: 15px
}

.review-swiper-container .swiper-pagination-bullets {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
    text-align: center;
    gap: 10px
}

.review__img-wrap {
    max-width: 150px;
    margin: 0 auto;
    position: absolute;
    top: -17%;
    left: 50%;
    transform: translate(-50%, 0%)
}

.review__img {
    width: 100%;
    border-radius: 50%
}

.review__text {
    margin-top: 30px
}

.review__author {
    text-align: center
}

.review__place {
    text-align: center;
    font-weight: 100
}

.review__content {
    margin-top: 15px
}

.review-swiper-container {
    margin-top: 150px
}

.review-swiper-container .swiper-slide {
    width: auto;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    padding: 80px 40px 40px 40px;
    background-color: #fff;
    position: relative;
    border-top: 3px solid #cc3b1f
}

.info {
    display: flex;
    justify-content: space-around;
    margin-top: 30px
}

.info__img-wrap {
    width: 85px;
    height: 85px;
    text-align: center;
    margin-bottom: 15px
}

.info__img {
    height: 100%
}

.info__item {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.info__title {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}

.info__content {
    text-align: center;
    font-weight: 300
}

.brand {
    color: #cc3b1f;
    font-weight: bold
}

footer {
    background-color: #3d3e4d;
    padding: 30px 0
}

footer p {
    color: #9b9b9b;
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    line-height: 2
}

footer a {
    color: #9b9b9b;
    transition: all 0.25s ease-in
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #fff
}

.cta {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.cta__img {
    width: 150px;
    margin-right: 20px
}

.cta__text {
    flex-basis: 50%
}

.cta--center .cta__text {
    text-align: center
}

.btn {
    border: 3px solid #cc3b1f;
    background-color: #cc3b1f;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 60px;
    transition: all 0.25s ease-in
}

.btn--vacancy {
    margin: 50px auto 0
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #cc3b1f;
    background-color: transparent
}

.page-title {
    color: #cc3b1f;
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: uppercase
}

.page-text {
    width: 65%;
    font-weight: 300;
    font-size: 1.2rem
}

.vacancies {
    min-height: 50vh
}

.vacancies__filter {
    display: flex;
    justify-content: flex-start
}

.vacancies__select {
    margin-right: 40px;
    flex-basis: 35%
}

.vacancies__list {
    margin-top: 40px
}

.vacancies__item {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 25px;
    transition: all 0.25s ease-in
}

.vacancies__item:hover,
.vacancies__item:focus,
.vacancies__item:active {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-color: transparent
}

.vacancies__title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: 15px;
    line-height: 1.3
}

.vacancies__salary {
    font-weight: 700;
    font-size: 1.6rem;
    text-align: right;
    color: #cc3b1f
}

.vacancies__info {
    margin-top: 12px;
    display: flex;
    flex-direction: column
}

.vacancies__info span {
    display: inline-block
}

.vacancies__info i {
    margin-right: 10px
}

.vacancies__badge {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #3d3e4d;
    border-radius: 5px;
    color: #fff;
    padding: 6px;
    margin: 12px 30px 12px 0
}

.vacancies__message {
    display: block;
    text-align: center;
    font-weight: 300
}

.vacancy__title {
    font-weight: 700
}

.vacancy__description {
    padding: 15px 0
}

.vacancy__input-group {
    margin-bottom: 25px
}

.vacancy__input {
    outline: none;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 2px solid #dddddd;
    transition: all 0.25s ease-in
}

.vacancy__input:hover,
.vacancy__input:focus,
.vacancy__input:active {
    border-color: #cc3b1f
}

.vacancy__form-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 700
}

.vacancy__attach {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto
}

.vacancy__attach img {
    width: 50px;
    margin-bottom: 10px
}

.form-group-select {
    position: relative
}

.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    outline: none;
    border-color: #dddddd;
    border-radius: 5px;
    width: 100%
}

.form-group-select select::-ms-expand {
    display: none
}

.form-group-select:after {
    content: "";
    border-top: 0.4em solid #999;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
    pointer-events: none
}

.row {
    margin: 0
}

.calculator__step {
    margin: 80px auto;
    max-width: 90%;
    transition: all 0.25s ease-in
}

.calculator__income {
    font-size: 1.7rem;
    font-weight: 300;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    text-align: center;
    padding: 20px
}

.calculator h2 {
    font-weight: 500;
    text-align: center;
    margin: 30px 0 40px 0;
    position: relative
}

.calculator h2:after {
    content: "";
    width: 20%;
    height: 2px;
    position: absolute;
    background-color: #cc3b1f;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 0)
}

.calculator h2.lg {
    margin: 30px 0 100px 0
}

.calculator__info p {
    font-weight: 300;
    font-size: 1.2rem;
    width: 80%
}

.calculator__range {
    width: 100%;
    outline: none;
    -webkit-appearance: none
}

.calculator__range:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #cc3b1f
}

.calculator__range::-webkit-slider-runnable-track {
    z-index: 1
}

.calculator__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #cc3b1f;
    width: 30px;
    height: 30px;
    border-color: #cc3b1f;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10
}

.calculator__range-wrap {
    display: flex;
    justify-content: space-between;
    position: relative
}

.calculator__range-labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative
}

.calculator__range-labels span {
    font-size: 1.5rem
}

.calculator__range-label {
    font-weight: 700;
    font-size: 1.7rem;
    position: absolute;
    display: block;
    white-space: nowrap;
    top: -150%
}

.calculator__range-points {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    position: absolute
}

.calculator__range-points span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cc3b1f;
    border-radius: 50%
}

.table th,
.table td {
    padding: 0
}

.table thead th {
    padding: 12px;
    font-size: 1.3rem
}

.table a {
    padding: 12px;
    display: block;
    width: 100%
}

.pagination .page-item .page-link {
    color: #cc3b1f;
    box-shadow: none;
    min-width: 45px;
    text-align: center;
    margin-bottom: 10px;
}

.pagination .page-item.active .page-link {
    border-color: #cc3b1f;
    background-color: #cc3b1f;
    color: #fff
}

#error,
#contact-result {
    display: block;
    text-align: center;
    color: #cc3b1f;
    font-weight: 700;
    margin-top: 10px
}

.note {
    font-size: 0.8rem;
    color: #afafaf
}

.display-none {
    display: none
}

@media (max-width: 1200px) {
    .container {
        max-width: 1000px
    }

    .menu__item {
        margin-right: 10px
    }

    .menu__link {
        font-size: 0.8rem
    }

    .vacancies__salary {
        font-size: 1.3rem;
        text-align: right
    }

    .slider__title {
        font-size: 23px
    }

    .review__img-wrap {
        top: -14%
    }

    .review__text {
        margin-top: 20px
    }

    .slider__main .slider__pag-wrap {
        top: 25%
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 850px
    }

    .section {
        padding: 30px 15px
    }

    .section--lg {
        padding: 40px 0
    }

    .section__title {
        font-size: 1.8rem
    }

    .menu {
        margin: 0;
        margin-top: 15px;
        align-items: center
    }

    .menu__item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .nav__contacts {
        text-align: center;
        margin-top: 25px
    }

    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px
    }

    .poster__title {
        font-size: 1.6rem
    }

    .poster__subtitle {
        font-size: 1.1rem
    }

    .slider__title {
        font-size: 1.3rem
    }

    .slider__description {
        font-size: 0.9rem
    }

    .slider__pag-wrap {
        top: 17%
    }

    .slider__img-wrap {
        height: 350px
    }

    .slider__description {
        max-height: 260px
    }

    .info__content {
        font-size: 0.9rem
    }

    .page-text {
        width: 80%
    }

    .calculator h2 {
        font-size: 1.7rem
    }

    .calculator__range-label {
        font-size: 1.4rem
    }

    .calculator__range-labels {
        font-size: 1.2rem
    }

    .calculator__step {
        margin: 65px auto
    }

    .calculator__income {
        font-size: 1.6rem
    }

    .review__img-wrap {
        top: -11%
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 650px
    }

    .section {
        padding: 30px 15px 60px
    }

    .section--lg {
        padding: 30px 0
    }

    .section__title {
        font-size: 1.5rem;
        max-width: 100%;
        text-align: center
    }

    .poster__title {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .poster__subtitle {
        font-size: 0.9rem
    }

    .swiper-container {
        overflow: visible
    }

    .slider__pag-wrap {
        width: 100%;
        top: auto;
        bottom: -10%
    }

    .slider__content {
        padding: 20px
    }

    .slider__img {
        height: 80%
    }

    .slider__img-wrap--right {
        margin-bottom: 25px
    }

    .slider__description {
        margin-top: 15px
    }

    .slider__description-wrap:before {
        display: none
    }

    .slider__main .slider__img {
        height: 100%
    }

    .slider__main .pagination-main {
        top: auto;
        bottom: 0px
    }

    .info__content {
        font-size: 0.8rem
    }

    .info__title {
        font-size: 1rem;
        margin-bottom: 5px
    }

    .cta p {
        font-size: 0.9rem
    }

    .cta__img {
        width: 100px
    }

    .btn {
        font-size: 0.9rem
    }

    footer p {
        font-size: 0.8rem
    }

    .page-text {
        width: 100%
    }

    .vacancies__filter {
        flex-direction: column
    }

    .vacancies__select {
        margin: 0
    }

    .vacancies__select:nth-child(2) {
        margin-top: 15px
    }

    .form-group-select:after {
        right: 3%
    }

    .calculator__info p {
        width: 100%
    }

    .calculator h2 {
        font-size: 1.4rem
    }

    .calculator__range-label {
        font-size: 1.1rem
    }

    .calculator__range-labels span {
        font-size: 1.1rem
    }

    .calculator__income {
        font-size: 1.4rem
    }

    .table thead th {
        font-size: 1.1rem
    }

    .review__img-wrap {
        top: -15%
    }

    .review__text {
        margin-top: 25px
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 400px
    }

    .poster {
        overflow: hidden;
        justify-content: flex-end
    }

    .poster__img {
        width: 100%;
        background-position: center;
    }

    .poster__title {
        font-size: 2.1rem
    }

    .poster__subtitle {
        display: none
    }

    .section--first {
        padding: 0;
        margin-bottom: 20px
    }

    .section--first .container {
        max-width: 100%;
        width: 100%
    }

    .section__title {
        font-size: 1.3rem;
        margin-top: 20px
    }

    .section--vacancy {
        padding: 20px 15px
    }

    .info {
        flex-direction: column
    }

    .slider__title {
        font-size: 1.1rem
    }

    .slider__img-wrap {
        height: 200px
    }

    .slider__pag-wrap {
        width: 90%;
        right: auto;
        margin: 0 auto;
        position: inherit
    }

    .slider__pagination {
        padding: 0
    }

    .slider__main .slider__content {
        padding-top: 20px
    }

    .slider-flower__pic {
        max-height: 300px
    }

    .cta {
        max-width: 80%;
        margin: 0 auto;
        flex-direction: column
    }

    .cta__img {
        margin-bottom: 20px
    }

    .cta--center .cta__text {
        flex-basis: 80%
    }

    .cta__text {
        text-align: center
    }

    .cta__text p {
        line-height: 1.2
    }

    .info__item {
        margin-bottom: 15px
    }

    .info__content {
        max-width: 80%
    }

    .btn {
        font-size: 0.8rem;
        padding: 5px 25px
    }

    .page-title {
        font-size: 2rem
    }

    .page-text {
        font-size: 1rem
    }

    .vacancies__title {
        font-size: 1.2rem
    }

    .vacancies__info {
        font-size: 0.9rem
    }

    .vacancies__item {
        padding: 15px
    }

    .vacancies__badge{
        width: auto !important;
        font-size: 0.8rem;
        margin: 5px 5px 0;
    }

    .vacancy__form-title {
        font-size: 1.7rem
    }

    .vacancy__attach {
        width: 100%
    }

    .vacancy__attach img {
        width: 40px
    }

    .calculator__info p {
        width: 100%
    }

    .calculator h2 {
        font-size: 1.2rem
    }

    .calculator__income {
        font-size: 1.2rem
    }

    .table th {
        font-size: 0.9rem
    }

    .table thead th {
        font-size: 0.9rem
    }

    .review__img-wrap {
        top: -10%
    }

    .review__text {
        margin-top: 30px
    }
}

.pb-80 {
    padding-bottom: 80px
}

.btnvisible {
    margin-bottom: 20px
}

.handposter {
    margin-top: 60px;
    background: #f8f8f8;
    padding: 30px 30px
}

.handposter img {
    max-width: 100%
}

.handposter p {
    margin-top: 60px;
    font-size: 1.4rem
}

.min-bottom-padding {
    padding-bottom: 0px
}



@media (max-width: 1366px) {
    .handposter {
        margin-top: 30px;
        padding: 20px
    }

    .min-height {
        padding-top: 0;
        min-height: 371px
    }
}

@media (max-width: 1024px) and (min-height: 1000px) {
    .handposter {
        margin-top: 60px;
        padding: 60px 30px
    }

    .min-bottom-padding {
        padding-bottom: 40px
    }

    .handposter p {
        margin-top: 10px
    }

    .min-height {
        padding-top: 40px;
        min-height: 708px
    }
}

@media (max-width: 768px) {
    .handposter {
        margin-top: 30px;
        padding: 30px
    }

    .handposter p {
        font-size: 1.2rem
    }

    .min-height {
        min-height: 10px
    }
}

@media (max-width: 576px) {
    .handposter {
        padding: 15px
    }

    .handposter img {
        display: block;
        height: 120px;
        margin: 0 auto
    }

    .handposter p {
        font-size: 1rem;
        margin-top: 20px
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-content img {
        width: 100%;
        margin: 20px 0 0;
    }
    .footer-content .section__title {
        text-align: left;
    }

}

/*# sourceMappingURL=styles.min.css.map */