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

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

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #02556F;
}

::-webkit-scrollbar-thumb:hover {}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    background: #FAFAF6;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'MontserratMedium';
    font-weight: 500;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

img {
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    position: relative;
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.j-between {
    justify-content: space-between;
}

.j-center {
    justify-content: center;
}

.j-end {
    justify-content: flex-end;
}

.a-center {
    align-items: center;
}

.a-start {
    align-items: flex-start;
}

.dir-column {
    flex-direction: column;
}

header {
    padding: 21px 129px 22px 86px;
    background: #02556F;
}

.logo {
    text-decoration: none;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 126.9%;
    color: #fff;
    padding: 0 0 0 49px;
    background: url('../images/logo.svg') no-repeat;
    max-width: 277px;
    margin-right: 224px;
}

.contact_info {
    flex: 1;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 20px 0 0;
}

nav ul li a {
    padding: 6px;
    display: block;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 126.9%;
    color: #ED9620;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

.region {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
}

.region svg {
    margin-right: 8px;
}

.region span {
    border-bottom: 1px dashed;
}

.phone {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 126.9%;
    color: #fff;
    text-decoration: none;
    text-align: right;
}

.phone:hover {
    color: #ED9620;
}

.b-intro {
    padding: 99px 0 88px 0;
    background: #F2F6F9 url('../images/bg-main.webp') no-repeat right bottom;
}

.b-intro.b-intro--contacts {
    padding: 99px 0 88px 0;
    background: #fca501 url('../images/bg-contacts.webp') no-repeat calc(50% + 160px) center;
}

.banner-info {
    max-width: 535px;
}

.banner-info h1 {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 42px;
    line-height: 119.4%;
    margin: 0;
    color: #003A4D;
}

.banner-info ul {
    padding: 24px 0 0 0;
    margin: 0;
}

.banner-info ul li {
    padding: 0 0 0 25px;
    margin: 11px 0 0 7px;
    position: relative;
    font-family: 'MontserratMedium';
    font-weight: 500;
    font-size: 14px;
    line-height: 130.9%;
    color: #003A4C;
}

.banner-info ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ED9620;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.btn {
    width: 278px;
    height: 60px;
    background: #ED9620;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 130.9%;
    color: #fff;
    margin: 41px 0 0 0;
    border: 1px solid #ED9620;
    transition: .2s;
}

.btn:hover {
    border: 1px solid #ED9620;
    background: #fff;
    color: #ED9620;
}

.title {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 36px;
    line-height: 119.4%;
    color: #003A4D;
    margin: 0;
}

.b-services {
    padding: 92px 0 0 0;
}

.services-item {
    margin: 48px 0 0 0;
    background: #fff;
    box-shadow: 0px 25px 35px rgba(64, 76, 183, 0.05);
    border-radius: 15px;
    padding: 0 0 51px 58px;
    display: flex;
    align-items: flex-end;
    width: calc(50% - 20px);
    min-height: 276px;
    text-decoration: none;
}

.services-item:first-child {
    background: #fff url('../images/service-1.webp') no-repeat right bottom;
}

.services-item:nth-child(2) {
    background: #fff url('../images/service-2.webp') no-repeat right bottom;
}

.services-item p {
    font-family: 'MontserratSemiBold';
    font-weight: 600;
    font-size: 24px;
    line-height: 119.4%;
    color: #003A4D;
    margin: 0;
    max-width: 296px;
}

.preim__list {
    padding: 60px 0 0 0;
}

.preim-item {
    margin: 63px 0 0 0;
    width: calc(100%/3 - 32px);
    display: flex;
}

.preim-item figure {
    margin: 0 50px 0 0;
    width: 76px;
    height: 76px;
    background: rgba(2, 85, 111, 0.16);
    border-radius: 50%;
}

.preim-item figure img {
    margin: 6px 0 0 31px;
}

.preim-item span {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 152.9%;
    color: #013140;
}

.preim-item p {
    font-family: 'MontserratMedium';
    font-weight: 500;
    font-size: 14px;
    line-height: 152.9%;
    margin: 12px 0 0 0;
    color: #013140;
}

.b-vakans {
    padding: 123px 0 139px 0;
}

.vakans-item {
    margin: 48px 0 0 0;
    background: #fff;
    box-shadow: 0px 25px 35px rgba(64, 76, 183, 0.05);
    border-radius: 15px;
    padding: 43px 45px 43px 58px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(50% - 20px);
    min-height: 276px;
}

.vakans-item:last-child {
    background: #ED9620;
    align-items: center;
    justify-content: center;
}

.vakans-item p {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 24px;
    line-height: 119.4%;
    color: #ED9620;
    margin: 25px 0 0 0;
}

.vakans-item a.name {
    font-family: 'MontserratSemiBold';
    font-weight: 600;
    font-size: 24px;
    line-height: 119.4%;
    text-decoration: underline;
    color: #003A4D;
}

.vakans-item a.detail {
    width: 182px;
    height: 60px;
    background: #003A4D;
    border-radius: 15px;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 130.9%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.all-vakans {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 24px;
    line-height: 119.4%;
    text-decoration: underline;
    color: #fff;
}

footer {
    padding: 21px 129px 22px 86px;
    background: #fff;
}

footer .logo,
footer .region,
footer .phone {
    color: #02556F;
}

.regions {
    display: none;
}

.regions {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003a4d3d;
}

.regions ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
}

.regions li a {
    color: #003a4d;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.regions li a:hover {
    color: #ed9620;
}

.regions-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.vakans-banner {
    background: #FCA501 url('../images/bg-vakans.webp') no-repeat right bottom;
    padding: 134px 0 94px 0;
}

.vakans-banner h1 {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 42px;
    line-height: 119.4%;
    color: #003A4D;
    margin: 0;
}

.vakans-banner p {
    font-family: 'MontserratRegular';
    font-weight: 400;
    font-size: 16px;
    line-height: 147.9%;
    color: #003A4D;
    margin: 43px 0 0 0;
    max-width: 500px;
}

.content {
    margin: 96px 0 0 0;
    background: #fff;
    box-shadow: 0px 25px 35px rgba(64, 76, 183, 0.05);
    border-radius: 15px;
    padding: 68px 69px 66px 60px;
}

.content .name {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 24px;
    line-height: 119.4%;
    color: #003A4D;
}

.content .pay {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 24px;
    line-height: 119.4%;
    color: #ED9620;
}

.content h3 {
    font-family: 'MontserratSemiBold';
    font-weight: 600;
    font-size: 20px;
    line-height: 119.4%;
    color: #003A4D;
    margin: 55px 0 0 0;
    display: inline-block;
}

.content p {
    margin: 37px 0 0 0;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 145.4%;
    color: #003A4D;
    padding: 0 6px;
}

.content ul {
    padding: 28px 0 8px 0;
    margin: 0;
}

.content ul li {
    font-family: 'MontserratRegular';
    font-weight: 400;
    font-size: 16px;
    line-height: 208.4%;
    color: #000;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}

.content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ED9620;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.content .action {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 16px;
    line-height: 167.9%;
    color: #fff;
    background: #003A4D;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 32px 0 21px 0;
    max-width: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-feedback {
    margin: 102px 0 114px 0;
}

.b-feedback form {
    background: linear-gradient(94.89deg, #003A4C 8.56%, #02556F 62.82%);
    border-radius: 15px;
    padding: 62px 114px 56px 102px;
}

.b-feedback p {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 24px;
    line-height: 119.4%;
    color: #fff;
    margin: 0;
}

.b-feedback input {
    margin: 36px 21px 0 0;
    width: 346px;
    height: 66px;
    background: #fff;
    border-radius: 15px;
    font-family: 'MontserratMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 167.9%;
    color: #003A4D;
    padding: 0 0 0 50px;
    outline: none;
    border: none;
}

.b-feedback input::-webkit-input-placeholder {
    font-family: 'MontserratMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 167.9%;
    color: #003A4D;
}

.b-feedback input:-moz-placeholder {
    font-family: 'MontserratMedium';
    font-weight: 500;
    font-size: 16px;
    line-height: 167.9%;
    color: #003A4D;
}

.b-feedback button {
    width: 346px;
    height: 66px;
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 18px;
    line-height: 167.9%;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #ED9620;
    border-radius: 15px;
    margin: 36px 0 0 0;
}

.b-feedback input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.b-feedback input[type="checkbox"]+label {
    margin: 21px 0 0 0;
    padding: 5px 0 0 50px;
    position: relative;
    font-family: 'MontserratRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 167.9%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.b-feedback input[type="checkbox"]+label a {
    font-family: 'MontserratRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 167.9%;
    text-decoration: underline;
    color: #fff;
}

.b-feedback input[type="checkbox"]+label a:hover {
    text-decoration: none;
}

.b-feedback input[type="checkbox"]+label::before {
    content: '';
    border: 1px solid #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
}

.b-feedback input[type="checkbox"]:checked+label::after {
    content: '';
    background: url('../images/check.svg') 0 0 no-repeat;
    position: absolute;
    width: 15px;
    height: 12px;
    top: 9px;
    left: 6px;
    z-index: 2;
}

.navbar-toggler {
    display: none;
}

.mobile__menu.active {
    right: 0;
}

.mobile__menu {
    background: linear-gradient(45deg, #0e0f69 0%, #2b38af 100%);
    top: 0px;
    right: -300px;
    transition: .4s;
    position: fixed;
    padding: 25px 0 0 0;
    width: 280px;
    height: 100%;
    z-index: 10;
    display: none;
}

.mobile__menu ul {
    flex-direction: column;
}

.mobile__menu ul li {
    width: 100%;
    margin: 0;
}

.mobile__menu ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
}

.mobile__menu .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
}

.mobile__menu .close::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    top: 15px;
    position: absolute;
    transform: scale(0.65) rotate(45deg);
}

.mobile__menu .close::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    top: 15px;
    position: absolute;
    transform: scale(0.65) rotate(-45deg);
}
.calc {
    border-radius: 30px;
    background: #ED9620;
    margin: 81px 0 0 0;
    padding: 89px 0 92px 0;
}

.calc-wrap {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
}

.calc-wrap p.title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: 'MontserratSemiBold';
    text-align: center;
}

.calc__body {
    padding: 0 0 52px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.calc__footer {
    padding: 30px 0 0 0;
}

.calc__footer span {
    margin-right: 114px;
    color: #fff;
    font-size: 32px;
    font-family: 'MontserratSemiBold';
    display: inline-block;
}

.calc__footer p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'MontserratMedium';
    font-weight: 500;
    line-height: 167.9%;
}

.weekly,
.month {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 0;
}

.calc__footer .itog-w {
    padding: 20px 0 0 0;
    color: #fff;
    font-size: 24px;
    font-family: 'MontserratBold';
    line-height: 167.9%;
}

.calc__footer .itog {
    margin: 9px 0 0 0;
    width: 100%;
    max-width: 391px;
    min-width: 391px;
    height: 66px;
    border-radius: 50px;
    background: linear-gradient(94.89deg, rgb(0, 58, 76) 8.56%, rgb(2, 85, 111) 62.82%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-family: 'MontserratBold';
    line-height: 167.9%;
}

.calc-choice {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 0;
}

.calc-choice p {
    color: #fff;
    font-family: 'MontserratMedium';
    font-weight: 500;
    line-height: 167.9%;
    margin: 0;
}

.select2 {
    width: 100% !important;
    max-width: 390px;
    height: 66px;
    border: none;
    border-radius: 50px;
    padding: 0;
    outline: none;
    color: #2D1D42;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    cursor: pointer;
    position: relative;
    margin: 20px 0 0 0;
    background: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D1D42;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    cursor: pointer;
    height: 100%;
    width: 100%;
    justify-content: center;
    padding: 0;
}

.select2-container .select2-selection--single {
    height: 66px;
    border-radius: 50px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 14px;
    height: 9px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 9px;
    overflow: hidden;
    display: flex;
    border: none;
    left: auto;
    margin: 0;
    top: auto;
    background: url('../images/arr-select.svg') no-repeat;
}

.select2-dropdown {
    border: none;
}

section.text {
    margin: 100px 0 0;
}

img.contacts-map {
    display: block;
    float: right;
    width: calc(50% - 20px);
    border-radius: 10px;
}

section.text h1 {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 42px;
    line-height: 119.4%;
    color: #003A4D;
    margin: 0;
}

section.text p {
    font-family: 'MontserratRegular';
    font-weight: 400;
    font-size: 16px;
    line-height: 147.9%;
    color: #003A4D;
    margin: 43px 0 0 0;
}

section.text img.a-right {
    float: right;
    max-width: 400px;
    margin: 43px 0px 0px 80px;
    border-radius: 8px;
}

.equipments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.equipment-item {
    background: #fff;
    box-shadow: 0 25px 35px rgba(64, 76, 183, 0.05);
    border-radius: 15px;
    padding: 43px 45px 43px 58px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.equipments .name {
    font-size: 18px;
    margin-bottom: auto;
}

.equipments .price {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.equipment-group {
    margin: 60px 0;
    scroll-margin-top: 80px;
}

.equipment-group h3 {
    font-size: 26px;
}

.equipment-item .img {
    margin: -43px -45px 43px -58px;
}

.equipment-item .img img {
    display: block;
    border-radius: 15px 15px 0 0;
    max-width: 100%;
}

@media (max-width: 768px) and (min-width: 0) {
    .mobile__menu {
        display: block;
    }

    header {
        padding: 19px 21px 24px 21px;
    }

    .logo {
        margin-right: 20px;
    }

    .contact_info {
        padding: 20px 0 0 0;
    }

    .b-intro {
        padding: 35px 0 34px 0;
        background: #F2F6F9 url(../images/bg-main-mob.webp) no-repeat center bottom;
    }

    .banner-info {
        padding: 0 7px;
    }

    .banner-info h1 {
        font-size: 26px;
    }

    .banner-info ul {
        padding: 6px 0 0 0;
    }

    .banner-info ul li {
        margin: 17px 0 0 0;
    }

    .btn {
        margin: 157px auto 0;
    }

    .b-services {
        padding: 37px 0 0 0;
    }

    .b-services .title {
        padding: 0 0 0 19px;
    }

    .services-item {
        margin: 11px 0 0 0;
        width: 100%;
        padding: 0px 0px 17px 26px;
    }

    .services-item p {
        font-size: 16px;
        line-height: 119.4%;
    }

    .services-item:first-child {
        min-height: 138px;
        background-size: 136px 129px;
    }

    .services-item:last-child {
        min-height: 138px;
        background-size: 220px 129px;
    }

    .services-item p {
        max-width: 164px;
    }

    .title {
        font-size: 26px;
    }

    .preim__list {
        padding: 27px 0 0 0;
    }

    .preim-item {
        width: 100%;
        margin: 31px 0 0 0;
    }

    .preim-item figure {
        margin: 0 24px 0 0;
    }

    .b-vakans {
        padding: 50px 0px 80px 0;
    }

    .vakans-item {
        margin: 20px 0 0 0;
        width: 100%;
        padding: 23px 0 27px 34px;
        min-height: auto;
    }

    .vakans-item p {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 119.4%;
    }

    .vakans-item a.name {
        font-size: 16px;
        line-height: 119.4%;
    }

    .vakans-item a.detail {
        width: 166px;
        height: 40px;
        font-size: 14px;
        line-height: 130.9%;
        margin: 40px 0 0 0;
        border-radius: 10px;
    }

    .vakans-item .a-center {
        align-items: flex-start;
        flex-direction: column;
    }

    .vakans-item:last-child {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .all-vakans {
        font-size: 16px;
    }

    .region {
        margin-top: 20px;
    }

    .phone {
    }

    footer {
        padding: 29px 0 39px 42px;
    }

    footer .region {
        margin-top: 20px;
    }

    footer .phone {
    }

    .content {
        margin: 26px 0px 0px;
        padding: 33px 16px 47px 29px;
    }

    .content .name {
        font-size: 20px;
        line-height: 119.4%;
    }

    .content .pay {
        font-size: 20px;
        line-height: 119.4%;
        padding: 19px 0 0 0;
    }

    .content h3 {
        margin: 28px 0 0 0;
        font-size: 20px;
        line-height: 119.4%;
    }

    .content ul {
        padding: 6px 0 0 0;
    }

    .content ul li {
        font-size: 14px;
        line-height: 160.4%;
        margin: 10px 0 0 0;
        padding: 0 0 0 30px;
    }

    .content ul li::before {
        top: 7px;
    }

    .content p {
        font-size: 14px;
    }

    .content .action {
        text-align: center;
    }

    .b-feedback {
        margin: 25px 0px 47px;
    }

    .b-feedback form {
        padding: 39px 25px 70px 25px;
    }

    .b-feedback input,
    .b-feedback button {
        width: 100%;
    }

    .b-feedback .fields {
        padding: 12px 0 0 0;
    }

    .b-feedback input {
        margin: 8px 0 0 0;
    }

    .b-feedback button {
        margin: 27px 0 0 0;
    }

    .b-feedback input[type="checkbox"]+label,
    .b-feedback input[type="checkbox"]+label a {
        font-size: 10px;
    }

    .b-feedback input[type="checkbox"]+label {
        margin: 31px 0px 0px;
        padding: 7px 0px 1px 33px;
    }

    .b-feedback input[type="checkbox"]+label::before {
        width: 20px;
        height: 20px;
    }

    .b-feedback input[type="checkbox"]:checked+label::after {
        top: 7px;
        left: 3px;
    }

    .vakans-banner {
        background: url(../images/bg-vakans-mob.webp) right bottom no-repeat rgb(252, 165, 1);
        padding: 29px 0px 34px;
    }

    .vakans-banner h1 {
        font-size: 26px;
        line-height: 119.4%;
    }

    .vakans-banner p {
        font-size: 13px;
        line-height: 147.9%;
        margin: 21px 0 0 0;
        max-width: 160px;
    }

    .navbar-toggler {
        margin: 0 0 0 15px;
        display: block;
        cursor: pointer;
        width: 28px;
        z-index: 1;
        height: 24px;
        position: relative;
        border: none;
        background: none;
    }

    .navbar-toggler::before {
        content: '';
        width: 28px;
        display: block;
        height: 2px;
        background: #fff;
        left: 0px;
        top: 0;
        position: absolute;
    }

    .navbar-toggler::after {
        content: '';
        width: 28px;
        display: block;
        height: 2px;
        background: #fff;
        left: 0px;
        bottom: 0;
        position: absolute;
    }

    .navbar-toggler span {
        width: 28px;
        display: block;
        height: 3px;
        background: #fff;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .calc {
        padding: 40px 20px 64px 20px;
    }

    .calc-wrap p.title {
        font-size: 20px;
    }

    .calc-choice {
        padding: 20px 0 12px 0;
        margin: 0;
        width: 100%;
    }

    .calc-choice p {
        font-size: 15px;
        margin: 0;
        text-align: center;
    }

    .jq-selectbox__select {
        margin: 14px 0 0 0;
    }

    .calc__body {
        padding: 0 0 11px 0;
    }

    .calc__footer {
        text-align: center;
    }

    .calc__footer .d-flex {
        justify-content: center;
        align-items: center;
    }

    .calc__footer .d-flex>* {
        width: 100%;
    }

    .calc__footer span {
        margin: 0;
        font-size: 20px;
    }

    .weekly {
        padding-bottom: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    }

    .month {
        padding: 25px 0 0 0;
    }
    .calc__footer .itog {
        min-width: 100%;
    }

    section.text {
        margin: 40px 0 0;
    }

    section.text h1 {
        font-size: 26px;
    }

    section.text img.a-right {
        float: none;
        margin: 30px 0 0;
        max-width: 100%;
    }

    img.contacts-map {
        float: none;
        width: 100%;
        margin: 40px 0;
    }

    .equipments {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .equipment-group h3 {
        font-size: 21px;
    }

    .equipment-item {
        padding: 20px 20px 25px 25px;
    }

    .equipment-item .img {
        margin: -20px -20px 20px -25px;
    }

    .equipments .name {
        font-size: 16px;
    }

    .equipments .price {
        font-size: 16px;
        margin-top: 15px;
    }
}