@font-face {
    font-family: 'Stolzl';
    src: url('/template/city-new/fonts/Stolzl-Light.eot');
    src: local('Stolzl Light'), local('Stolzl-Light'),
    url('/template/city-new/fonts/Stolzl-Light.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Light.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Light.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/template/city-new/fonts/Stolzl-Thin.eot');
    src: local('Stolzl Thin'), local('Stolzl-Thin'),
    url('/template/city-new/fonts/Stolzl-Thin.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Thin.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Thin.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl Book';
    src: url('/template/city-new/fonts/Stolzl-Book.eot');
    src: local('Stolzl Book'), local('Stolzl-Book'),
    url('/template/city-new/fonts/Stolzl-Book.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Book.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Book.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/template/city-new/fonts/Stolzl-Regular.eot');
    src: local('Stolzl Regular'), local('Stolzl-Regular'),
    url('/template/city-new/fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Regular.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Regular.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/template/city-new/fonts/Stolzl-Bold.eot');
    src: local('Stolzl Bold'), local('Stolzl-Bold'),
    url('/template/city-new/fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Bold.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Bold.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/template/city-new/fonts/Stolzl-Medium.eot');
    src: local('Stolzl Medium'), local('Stolzl-Medium'),
    url('/template/city-new/fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),
    url('/template/city-new/fonts/Stolzl-Medium.woff2') format('woff2'),
    url('/template/city-new/fonts/Stolzl-Medium.woff') format('woff'),
    url('/template/city-new/fonts/Stolzl-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}




.top-header {
    width: 100%;
}

.text-left {
    width: 50%;
    float: left;
}

.image-r {
    width: 50%;
    float: left;
}

nav {

}

.mobile-menu {
    display: none;
}

.header-info {
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100px;
}

.header-info div {
    text-align: right;
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #7C7575;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo > img {
    height: 41px;
}

.functions {
    flex-wrap: wrap;
}

.function h2 {
    text-align: left;
}

.functions-block {
    width: 100%;
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    margin-bottom: 20px;
}

.functions-item {
    display: inline-block;
    float: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 28px 24px 24px 24px;
    box-shadow: 0px 4px 24px 0px rgba(149, 145, 145, 0.18);
    width: calc(33.3% - 45px);
    margin-right: 60px;
    margin-bottom: 60px;
    background: rgb(255 255 255 / 20%);
    border-radius: 24px;
    border: 1px solid #fff;
    color: #fff;
}

.functions-item-new {
    display: flex;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px 24px 24px 24px;
    box-shadow: 0px 4px 24px 0px rgba(149, 145, 145, 0.18);
    width: calc(33.3% - 45px);
    margin-right: 60px;
    margin-bottom: 60px;
    height: 150px;
    background: rgb(255 255 255 / 20%);
    border-radius: 24px;
    border: 1px solid #fff;
    color: #fff;
}

.functions-item.functions-item-new div {
    margin-bottom: 0px;
}

.functions-item:nth-child(3n) {
    margin-right: 0px;
}

.functions-item div {
    display: flex;
    white-space: normal;
    align-items: flex-start;
    margin-bottom: 18px;
}

.functions-item h4 {
   /* padding-left: 10px;*/
}

.functions-item p {
    max-width: 408px;
    color: #fff;
}

.slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.slider-item {
    display: inline-block;
    margin-right: 10px;
}

.slide-item {
    padding-right: 16px;

}

.slide-text {
    width: 100%;
}

.slide {
    display: flex !important;
    width: 100%;
}

.slide-image {
    max-width: 100%;
    border-radius: 40px;
}

.module {
    margin-bottom: 60px;
}

.module h2 {
    margin-bottom: 0 !important;
}

.module > div {
    margin-bottom: 40px;
}

.modules {
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.modules > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modules div div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    list-style: none;
    /* flex: 1 0 40%; */
    width: 420px;
    border-radius: 24px;
    box-shadow: 0px 2px 14px 0px rgba(141, 130, 130, 0.2);
}

.modules div div h4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: rgb(73, 73, 73);
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.modules div div h4 p {
    padding-top: 10px;
    color: rgb(163, 161, 161);
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 0px;
}

.mod1 {
    float: left;
    display: block;
    width: 5%;
}

.mod2 {
    float: left;
    display: inline-block;
    width: 90%;
    padding: 0 10px;
}

.features {
    padding: 10px 20px 0px 22px;
    margin: 0;
    padding-left: 0px;
    border-radius: 16px;
    width: auto;
}

.address {
    font-weight: 500;
    color: #4C4C4C;
}

.features li {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.features li p {
    color: #494949;
    margin-bottom: 40px;
    padding-left: 10px
}

.features-block {
    border-radius: 40px;
    box-shadow: 0px 4px 33px 0px rgba(107, 95, 95, 0.13);

    padding: 24px;
}

.features-img {
    width: 646px;
    height: 484px;
}

.features-system {
    margin-bottom: 80px;
}

.colored-text {
    color: #FF731C;
}

.logo-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.nav-item a {
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #A6A6A6;
    text-decoration: none;
}

.active a {
    color: #2261B7 !important;
}

.active .line {
    height: 3px;
    background-color: #FF731C;
}

.email-link {
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #7C7575;
    margin-left: 30px;
    text-decoration: none;
}

.tel-link {
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #FF731C;
    text-decoration: none;
}

p {
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #A6A6A6;
}

.button {
    border-radius: 30px;
    background-color: #FF731C;
    padding: 16px 40px;
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    max-width: 188px;
    margin-top: 64px;
}

.banner {
    width: 100%;
    padding: 65px 0;
    align-items: center;
    justify-content: space-between;
}

.banner-left {
    justify-content: center;
    height: 500px;
}

.main {
    margin: 0 auto;
}

.img-banner {
    display: table-cell;
    vertical-align: middle;
}

.top-banner {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
}

.banner p {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    width: 90vh;
    height: 17.4vh;
}
.bg-company .container.d-flex {
    padding: 60px 0;
    gap: 40px;
}
.container-fluid.bg-company {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
}
.company-description
{
    font-family: 'Stolzl';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    width: 100%;
}

h2 {
    color: #2261B7 !important;
    line-height: 52px;
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-bottom: 60px !important;
}

.slide-title {
    font-family: 'Stolzl';
    font-size: 28px;
    line-height: 38px;
    color: #FF731C;
    font-weight: 400;
    margin-bottom: 22px;
    padding-left: 16px;
}

h4 {
    font-family: 'Stolzl';
    font-size: 24px;
    line-height: 36px;
    color: #494949;
    font-weight: 400;
}


#news.news {
    padding: 60px 0;
}

.news > h2 {
    margin-bottom: 30px !important;
}

.news-block {
    display: flex;
    margin-top: 30px;
    justify-content: flex-start;
}

.news-item {
    background: #fff;
    width: calc(25% - 24px);
    border-radius: 16px;
    box-shadow: 0px 3px 15px 0px rgba(105, 96, 96, 0.17);
    padding: 24px;
    margin-right: 24px;
    background: rgb(255 255 255 / 20%);
    border-radius: 24px;
    border: 1px solid #fff;
    color: #fff;
}
p.card-text {
    color: rgb(73, 73, 73);
}
.news-img {
    border-radius: 24px;
    width: 100%;
}

.news-text {
    margin: 8px 0 12px 0;
}

.type-button {
    display: flex;
    border-radius: 20px;
    border-color: transparent;
    background-color: rgb(163, 161, 161);
    padding: 8px 30px 8px 30px;
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 12px;
    max-width: 179px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.type {
    border-radius: 20px;
    border: 2px solid rgb(255, 115, 28);
    background-color: transparent;
    padding: 6px 24px;
    max-width: 188px;
    white-space: nowrap;
    margin: 0 16px 0 0;
    display: block;
}

.type p {
    color: rgb(73, 73, 73);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: left;
}

.date-block {
    align-items: baseline;
}

.date {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #494949;
}

.card-title {
    font-family: 'Stolzl';
    font-size: 20px !important;
    line-height: 30px !important;
    color: #494949;
    font-weight: 400 !important;
}

.card-text {
    font-size: 16px;
    line-height: 24px;
    white-space: wrap;
}

.more-block {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
}

.more-button {
    width: 199px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 80px 6px 80px;
    border-radius: 20px;
    background: rgb(255, 115, 28);
}

.instructions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 0;
}

.instructions-block {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 0px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 40px;
}

.instructions-card {
    width: calc(25% - 24px);
    margin: 12px 24px 12px 0;
    float: left;
    display: flex;

    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    border-radius: 16px !important;
    box-shadow: 0px 3px 15px 0px rgba(105, 96, 96, 0.17);
    background: rgb(255, 255, 255);
}

.instructions-block.d-flex.your-class {
    display: inline-block !important;
}

.instruction-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
}

.instruction-title h5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: rgb(73, 73, 73);
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 12px;
}

.instructions-card p.p11 {

}

.instructions-card p.date {
    margin: 0px;
}

.instructions-card p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: rgb(163, 161, 161);
    font-family: 'Stolzl';
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 350px;

}

.instructions-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    max-width: 354px;
}

.instructions-bottom div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 0px;
    width: 100%;
    max-width: 354px;
}

.instructions-bottom p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    color: rgb(73, 73, 73);
    font-family: 'Stolzl';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}
.top-banner-two .text-left {
    width: 60%;
}
.top-banner-two .image-r {
    width: 40%;
}
.top-banner-two .img-banner {
    float: right;
    height: 350px;
}

.developers-card-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-banner-two .banner-left {
    justify-content: center;
    height: 400px;
}
.top-banner-two.top-banner {
    margin-bottom: 10px;
}
.button-download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 40px 6px 40px;
    border-radius: 8px;
    background: rgb(255, 115, 28);
    color: rgb(235, 235, 235);
    font-family: 'Stolzl';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}

.instructions-desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: rgb(163, 161, 161);
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.calc-form {
    margin-top: 80px;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 0;
    border-radius: 16px;
}

.calc-form > div {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.calc-form > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}

.calc-form-text {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;

}

.calc-form-text > h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 30px !important;
    margin-top: 30px;
}

.calc-form-text > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    color: rgb(0 0 0);
    font-family: 'Stolzl';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}

.calc-form-inputs {
    display: inline-block;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

.calc-form-inputs input {
    display: inline-block;
    margin: 10px;
    float: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 10px 24px;
    box-sizing: border-box;
    border: 0px solid rgb(255, 115, 28);
    border-radius: 8px;
    color: rgb(163, 161, 161);
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    width: calc(33% - 20px);
}
h4 {
    font-weight: 400!important;
}
#button-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 70px;
    background: rgb(255, 115, 28);
    font-size: 16px;
    color: white;
    width: 100%;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 120px 40px 120px;
    background: #DFDFDF;
    width: 100%;
}

footer > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    margin-top: 5px;
}

.logo p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: #4C4C4C;
    font-family: 'Stolzl';
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: left;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

header .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 0;
    gap: 50px;
}

.header-text {
    font-family: 'Stolzl';
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    margin: 40px 0 0px 0;
}

.menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 673px;
}

.menu li {
    white-space: nowrap;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu li a {
    color: #4C4C4C;
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
}

.menu-footer li a {
    color: #4C4C4C;
    font-size: 24px;
}

footer > div > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    text-align: right;
    padding: 0px;
}
.d-flex.flex-column.banner-left p {
    font-size: 28px;
    font-family: 'Stolzl';
    line-height: 40px;
    font-weight: 400;
    color: #A6A6A6;
}
.img-banner {
    float: right;
    height: 500px;
     width: auto;
}
footer > div > div > a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}

.footer-email {
    color: #494949;
}

.footer-tel {
    color: rgb(235, 235, 235);
}

.module > div {
    display: flex;
    justify-content: space-between;
}

.slider-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px;
    width: 84px;
}

.slider-button {
    box-sizing: border-box;
    border: 2px solid rgb(255, 115, 28);
    border-radius: 12px;
    width: 34px;
    height: 32.21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.tab {
    display: none;
}

.active-tab {
    display: block;
}

.active-trigger {
    background-color: #FF731C;
}
.captcha-form .captcha__image-reload {
    width: auto !important;
    margin-top: 0px !important;
    margin-right: 20px;
}

.captcha-form .captcha__refresh{
    display: none;
}
@media screen and (max-width: 1700px) {
    .modules {
        flex-direction: column;
    }
}

@media screen and (max-width: 1300px) {
    .modules {
        flex-direction: row;
    }

    .slide {
        flex-direction: column;
        align-items: center;
    }

    .slide-image {
        margin-bottom: 24px;
    }

    .features-block {
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .instructions-card p.p11 {

    }
}

h2 {
    margin-bottom: 30px !important;
}

@media screen and (max-width: 1200px) {
    .instructions-card p.p11 {
        min-height: auto;
    }
    .footter-menu
{
    display: none!important;
    flex-direction: column;
}

    .instruction-title h5 {
        min-height: 0px;
    }
    .services-block-row {
        flex-direction: column;}
    .main {
        margin-bottom: -20px!important;
    }
    .services-block-row-el {
        width: 100%;
        display: block;
    }
    .container-fluid.bg-services {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
        padding-top: 20px!important;
        padding-bottom: 10px!important;
    }
    #news.news {
        margin-bottom: 0px!important;
    }    form.calc-form {
             margin-bottom: 20px!important;
         }
    .container-fluid.bg-header {
        background-position: unset!important;
        padding-bottom: 20px!important;
    }
    .company-description {
        width: 100%;
    }
    img.services-img {
        width: 100%;
    }
    .bg-company .container.d-flex {
        padding: 40px 0;
        gap: 40px;
        flex-direction: column;
    }

    .products-image img {
        display: none;
    }

    .top-banner {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .function h2 {
        text-align: center;
    }

    .empty {
        width: auto !important;
        display: inline-block;
        margin: 0px !important;
        float: left;
    }

    .captcha__image-reload {
        width: auto !important;
        margin-top: 10px !important;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {

    }

    .main {
        padding: 0;
        margin: 0;
    }

    #menuToggle {
        display: block;
        position: absolute;
        padding: 9px;
        z-index: 1;
        width: 100%;
        -webkit-user-select: none;
        user-select: none;
        background-color: rgb(255 255 255 / 40%);
    }

    #menuToggle a {
        text-decoration: none;
        color: #232323;

        transition: color 0.3s ease;
    }

    #menuToggle a:hover {
        color: tomato;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;

        cursor: pointer;

        opacity: 0;
        z-index: 2;

        -webkit-touch-callout: none;
    }

    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;

        background: #979797;
        border-radius: 3px;

        z-index: 1;

        transform-origin: 4px 0px;

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    .menu-contact {
        float: right;
        margin-right: 10px;
        font-size: 10px;
        z-index: 1000;
    }

    .header-info1 {
        text-align: right;
        line-height: 20px;
    }

    a.tel-link {
        color: #fff !important;
    }

    .menu-contact a {
        font-size: 16px;
        line-height: 1.2;

    }

    #menu {
        position: absolute;
        width: 100%;
        margin: -100px 0 0 -9px;
        text-align: center;
        padding: 50px;
        padding-top: 125px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 20px 0;
        font-size: 22px;
        border-bottom: 1px solid #dbdbdb;
    }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    .developers-card {
        width: calc(100% - 24px) !important;


    }
    .functions-item h4 {
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .functions-item div {
        display: flex;
        white-space: normal;
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .bg-functions .background h2 {
        color: #fff !important;
        padding-top: 30px;
        margin-bottom: 20px !important;
    }
    .mod1 {
        width: 10%;
    }
    .products-card {
        width: 100% !important;
    }

    .workers-card {
        width: calc(100% - 24px) !important;
    }

    .workers-card {
        flex-direction: column !important;
    }
}

.module-block .image {
    width: 100%;
    background: url(https://city.mozard.ru/template/city/image/module1.png);
    border-radius: 50px;
}

.box-content {
    max-width: 1600px;
    margin: 0 auto;
}

.box-one {
    width: 0%;
    float: left;
}

.box-two {
    width: 100%;
    float: left;
    position: relative;
}

.box-two .sl {
    margin-bottom: 10px;
    position: absolute;
    display: block;
    z-index: 100000;
    right: 15px;
}

.modules div div {
    display: inline-block;
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
}

@media screen and (max-width: 1600px) {

    form.calc-form {
        margin-bottom: 50px;
    }

    .functions-item {
        width: calc(33.3% - 45px);
    }

    .module-block .image {
        display: none;
    }

    .slider {
        width: 100%;
    }

    .modules div {
        display: inline-block;
    }

    .modules div div {
        display: inline-block;
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-bottom: 15px;
        float: left;
    }

    .modules.d-flex {
        display: inline-block !important;
    }

    .slide-item {
        padding-right: 16px;
        margin-bottom: 10px;
    }

    .features-img {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .products-block.d-flex {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }
    .container-fluid.bg-header {
        margin-bottom: 0px!important;
    }
    .functions-item
{
    width: calc(100% - 15px);
    height: auto;
    margin: 7px;
}

    .features-img {
        display: none;
    }

    form.calc-form {
        margin: 15px;
        margin-bottom: 50px;
    }

    .d-flex.flex-column {

    }
}

@media screen and (min-width: 1900px) {
    .img-banner {
        float: right;

        height: 500px;
    }
}

.instructions-block.d-flex {
    flex-wrap: wrap;
}
.features-block-two .features li p {
    color: #494949;
    margin-bottom: 18px;
    padding-left: 10px;
    font-size: 16px;
}

.features-block-two .features-img {
    width: 646px;
    height: 584px;
}
@media screen and (max-width: 1200px) {
    .top-banner-two .text-left {
        width: 100%;
    }
    .top-banner-two .banner-left
    {
        height: auto !important;
    }
    header.top-header .desktop-menu {
        display: none!important;}
    .workers-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .workers-info
{
    text-align: center;}

    .background h2 {
        color: #fff;
        margin: auto;
        margin-bottom: auto !important;
        font-size: calc(16px + 4vw) !important;
    }

    .module .background {
        text-align: center;
        height: 130px;
        background-position: center 20%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }

    .features-system .background {
        text-align: center;
        height: 130px;
        background-position: center 20%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }

    .features-system .background {
        height: 130px;
        background-position: center 20%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }

    .products .background {
        height: 130px;
        background-position: center 20%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }

    .developers .background {
        height: 130px;
        background-position: center 20%;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
    }

    .calc-form-inputs input {
        width: 100%;
    }

    .main {
        padding: 0 0px;
    }

    footer {
        padding: 0px 50px;
    }

    .features-block {
        border-radius: 0px;
        box-shadow: unset;
        height: auto;
        padding: unset;
    }

    .features {
        width: auto;
    }

    .text-left {
        width: 100%;
        background: url(https://city.mozard.ru/template/city/image/banner.png) no-repeat;
        float: left;

    }

    .image-r {
        width: 50%;
        display: none;
        float: left;
    }

    .text-left-2 {
        color: #555;
        padding: 25px;
        list-style: none;
        border-radius: 24px;
        box-shadow: 0px 2px 14px 0px rgba(141, 130, 130, 0.2);
    }

    .banner-left {

        height: auto;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    footer .d-flex.flex-column {
        display: none !important;
    }

    footer {
        padding: 0px 10px;
    }

    .logo p {
        font-size: calc(1px + 4vw);
        margin-bottom: 0;
    }

    .menu-footer {
        justify-content: end;
    }

    .menu-footer li a {
        color: rgb(235, 235, 235);
        font-size: calc(8px + 1vw);
        padding: 3px;
        font-weight: 100 !important;
    }

    .d-flex.news {
        display: inline-block !important;
    }

    button.type-button.js-tab-trigger {
        max-width: none;
        float: left;
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .modules > div {
        display: inline-block;
        width: 100%;
    }

    section h2 {
        font-size: calc(18px + 3vw) !important;
        margin-bottom: 18px !important;
    }

    section#instructions {
        margin-left: 15px;
        margin-right: 15px;
    }

    section#news {
        margin-left: 15px;
        margin-right: 15px;
    }

    p {
        font-size: 16px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    .calc-form-inputs input {
        display: inline-block;
        margin: 10px 0;
    }

    .module > div {
        margin-bottom: 10px;
    }

    .news {
        margin-bottom: 10px;
    }

    #news.news {
        margin-bottom: 60px;
    }

    input#captcha {
        width: 100% !important;
    }

    .instructions-card {
        width: calc(100% - 20px);
    }

    .news-item {
        width: 100%;
    }

    .news-item {
        margin-bottom: 15px;
        height: auto;
    }

    .news-block {
        display: block;
        margin-top: 5px;
    }

    .features-system {
        margin-bottom: 0px;
    }

    .news > h2 {
        margin-bottom: 20px !important;
    }

    .box-one {
        display: none;
    }

    .box-two {
        width: 100%;
    }

    .modules div div {
        display: inline-block;
    }

    .menu li {
        height: 1vh;
    }

    .slide-title {
        font-size: 18px;
    }

    .type-button {
        font-size: 15px;
    }

    .text-left-2 p {

    }

    p {
        font-weight: 400;
    }

    .features p {
        font-weight: 400;
    }

    .module {
        margin-bottom: 0px;
    }

    .instructions-desc {
        font-weight: 100;
    }

    .calc-form-inputs input {
        font-weight: 100;
    }

    .calc-form-inputs input#button-submit {
        font-weight: 400;
    }

    .calc-form-text > p {
        margin-bottom: 20px;
    }

    .calc-form-text > h2 {
        margin-bottom: 20px !important;
    }

    .instructions-block {
        margin-bottom: 10px;
    }

    .functions-block {
        margin-bottom: 20px;
    }

    .modules div div h4 p {
        font-weight: 500;
    }

    .mod2 {
        display: flex;
    }

    .features {
        padding-bottom: 0px;
        margin-left: 15px;
    }
}


.captcha__refresh {
    margin-left: 0.5rem;
}

.captcha__refresh::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/%3E%3C/svg%3E");
}

.captcha {
    float: left;
    width: 100%;
    margin-bottom: 15px !important;
    margin: 0 auto;
}

button.captcha__refresh {
    margin-top: -100px;
    background: none;
    position: relative;
    top: 5px;
}

.captcha__image-reload {
    width: auto;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

input#captcha {
    width: calc(50% - 0px);
    margin-right: 0px;
}

.invalid-feedback {
    padding: 25px;
}

button {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.empty {
    width: calc(33% - 20px);
    display: inline-block;
    margin: 10px;
    float: left;
}

input#button-submit {
    margin: 0px;
}

.captcha__image-reload {
    width: calc(50% - 20px);
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}


.overlay {
    display: none;
    position: fixed;
    z-index: 999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}

.popup {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 30px;
}

.close {
    display: block;
    width: 24px;
    text-align: center;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: red;
    border: 3px solid red;
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 20px;
}

.open_popup {
    text-decoration: underline;
    color: #00aeef;
    cursor: pointer;
}

.open_popup:hover {
    text-decoration: none;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}

div.ex2 {
    display: block;
    width: 24px;
    text-align: center;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 30px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 20px;
}

.info {
    max-width: 800px;
    margin: 0 auto;
    overflow: auto;
    height: 100%;
    text-align: center;
    margin-top: 40px;
}

div.ex2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c";
    font-weight: 100;
    font-size: 60px;
    color: #9E9E9E;
    text-align: center;
}

div.ex2:after {
    content: '\d7';
}

.info {
    -ms-overflow-style: none;
/ / Internet Explorer 10 + scrollbar-width: none;
/ / Firefox
}

.info::-webkit-scrollbar {
    display: none;
/ / Safari and Chrome
}

.ok {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    color: #FF731C;
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 60px;
}

.card-text {
    text-align: left;
}

.news-img-index {
    border-radius: 16px 16px 0 0;
    height: 150px;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    border-radius: 24px;
}

.container-fluid.bg-news {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
}

.container-fluid.bg-header {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.container-fluid.bg-workers {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
}

.container-fluid.bg-instructions {
    background: #EEEDED;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important;
    }
}


.developers-num {
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgb(255, 115, 28);
}

.developers-card {
    width: calc(25% - 24px);
    margin: 12px 24px 12px 0;
    float: left;
    display: inline-block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.developers-block.d-flex {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 60px;
}

.developers-title h5 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: rgb(73, 73, 73);
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.developers-description {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    color: rgb(163, 161, 161);
    font-family: 'Stolzl';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    max-width: 350px;

}

#contacts.calc-form-text > h2 {
    color: #fff !important;
}

#news h2 {
    color: #fff !important;
}


.workers-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    list-style: none;
    flex: 1 0 40%;
    margin: 0px;
    width: calc(25% - 24px);
    background: rgb(255 255 255 / 20%);
    border-radius: 24px;
    border: 1px solid #fff;
}

.workers-block.d-flex {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 60px;
}

.workers-info {
    padding: 0 20px;
    color: #fff;
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}


.workers-description {
    font-size: 16px;
    margin-top: 20px;
    line-height: 150%;
}

.workers-position {
    margin-top: 20px;
}


.products-card {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    gap: 20px;
    list-style: none;
    border-radius: 24px;
    box-shadow: 0px 2px 14px 0px rgba(141, 130, 130, 0.2);
}

.products-image {
    display: flex;
    height: 100%;
}

.products-block.d-flex {
    flex-wrap: wrap;
    gap: 30px;
}

.products-button {
    border-radius: 8px;
    background-color: #FF731C;
    padding: 16px 40px;
    font-family: 'Stolzl';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    display: inline-table;
    margin-top: 20px;
}
.products-card.products-card-one {
    margin-bottom: 30px;
}
.products-title {

}

.products-description {

}

.products-image img {
}

header.top-header .desktop-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    list-style: none;
    margin: 0px;
    background: rgb(255 255 255 / 78%);
    border-radius: 24px;
    border: 1px solid #fff;
}

.menu_head {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.btn-juliet {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

#prev {
    left: -50px;
}

#next {
    right: -50px;
}

.sliders {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 40px;
}

section#slider {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.sliders-title {
    font-size: 32px;
}

.sliders-title {
    font-size: 32px;
    display: inline-block;
    border-bottom: 3px solid #FFA500;
}

.sliders-text {
    font-size: 26px;
}



.container-fluid.bg-functions {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
}

.bg-functions h2 {
    color: #fff!important;
    padding-top: 30px;
}

.features-system h2 {
    margin-top: 40px;
}


section#product {
    margin-bottom: 60px;
}
.developers h2 {
    margin-top: 60px;
    margin-bottom: 30px !important;
}


.header-logo-mobile img {
    height: 25px;
    margin-left: 30px;
    margin-top: 5px;
}

.header-logo-mobile {
    margin-left: 10px;
}
.header-logo-mobile p.colored-text.logo-text {
    margin-bottom: 0;
}
.header-logo-bg {
    position: absolute;
    display: flex
;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-logo-bg a {
    text-decoration: none;
}

.workers h2 {
    color: #fff !important;
    padding-top: 30px;
    margin-bottom: 30px !important;
}

.workers-image img {
    height: 200px;
    border-radius: 20px;
}

.footter-menu {
    display: flex;
    flex-direction: column;
}

.container-fluid.bg-services {
    background: url(/template/city-new/image/background.png);
    background-size: cover;
    background-position: center;
    margin-top: -60px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.services-block {
    background: rgba(255, 255, 255, 0.1);
    border: 0.7875px solid #FFFFFF;
    color: #000;
    border-radius: 24px;
    gap: 20px;
    padding: 40px;
}
.services-block-title {
    width: 100%;
}
.services-block-title h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #494949!important;
}
.contact-block-row-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-block-row-text {
    line-height: 40px;
}
.contact-block {
    background: rgba(255, 255, 255, 0.1);
    border: 0.7875px solid #FFFFFF;
    color: #000;
    border-radius: 24px;
    gap: 20px;
    padding: 40px;
}
.contact-block-row {
    background: rgba(255, 255, 255, 0.53);
    border: 0.7875px solid #FFFFFF;
    color: #000;
    border-radius: 24px;
    gap: 20px;
    padding: 40px;
}
.contact-block-title {
    width: 100%;
}
.contact-block-title h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #494949!important;
}
.services-block-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
}

.services-block-row .features li p {
    color: #000;
    margin-bottom: 40px;
    padding-left: 10px;
}

.bg-services .container {
    margin-bottom: 40px;
}

.bg-services .button {
    border-radius: 10px;}

















/* Важная часть */
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
pointer-events: none;
transition: 0.5s all;
}

.popup__bg.active {
opacity: 1;
pointer-events: all;
transition: 0.5s all;
}

.popups {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #E6EBF0;
    width: 400px;
    padding: 25px;
    transition: 0.5s all;
}

.popups.active {
transform: translate(-50%, -50%) scale(1);
transition: 0.5s all;
}
/* Конец важной части */
/* Далее код для стилизации формы */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popups label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popups .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #848484;
    margin-bottom: 5px;
}

.popups input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: center;
}

.popups input:focus {

}
.popups-descr {
    padding: 20px;
}
.popups input:focus + .label__text {
    color: #2982ff;
}
.popups-button {
    text-align: center;
}
.popups textarea {
    resize: none;
    text-align: center;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 10px;
}

.popups textarea:focus {
}

.popups textarea:focus + .label__text {
}

.popups button {
    background-color: #FF731C;
    padding: 16px 40px;
    font-family: 'Stolzl';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    max-width: 188px;
    border-radius: 10px;
}

.popups button:hover {
    background: #fff;
    color:#2982ff;
    transition: 0.5s all;
}
.popups-title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    color: #4C4C4C;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.popups-descr {
    text-align: center;
}

.contacts-block {
    color: #494949;
    margin-bottom: 18px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    font-family: 'Stolzl';
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.contacts-block div {
    display: inline-block;
    color: #ff731c;
}

.features-block-section{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.banner-left-product-2 p{
    font-size: 20px!important;
}