.file-input:focus,
a {
    outline: 0;
}

a,
abbr,
acronym,
address,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
li,
menu,
nav,
ol,
p,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
th,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.d-block,
figcaption,
figure,
footer,
header,
menu,
nav,
picture,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

.slick-slider {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.slick-list.draggable {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 14px;
}

h2 {
    margin-bottom: 25px;
}

h3,
h4 {
    font-size: 2rem;
    margin-bottom: 12px;
}

p {
    color: #14151b;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

button {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

.footer .container {
    margin: 0 auto;
    max-width: 1307px;
    width: 100%;
    padding: 0 15px;
}

a,
span,
strong {
    display: inline-block;
}

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

.d-flex {
    display: flex;
}

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

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

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

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

.flex-nowrap {
    flex-wrap: nowrap;
}

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

textarea {
    resize: none;
}

.container {
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}


/* form */

.user-data {
    margin-bottom: 22px;
    position: relative;
}

.form-content {
    margin-bottom: 20px;
}

.form-content h3 {
    font-size: 2.6rem;
    color: #1C1E55;
}

.form-content p {
    color: #1C1E55;
    max-width: 456px;
    font-family: 'HelveticaNowDisplay';
    font-size: 1.6rem;
}

.user-data label {
    display: block;
    font-size: 1.4rem;
    font-family: 'HelveticaNowDisplay-bold';
    color: #1C1E55;
    margin-bottom: 7px;
}

.budget_Project {
    display: block;
    font-size: 1.4rem;
    font-family: 'HelveticaNowDisplay-bold';
    color: #1C1E55;
    margin-bottom: 7px;
}
select {
    height: 59px;
    padding: 0 !important;
    padding-left: 15px !important;
}
.user-data input,
select {
    display: block;
    width: 97%;
    font-size: 1.6rem;
    background-color: #E8E8EE;
    padding: 18px 20px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-family: 'HelveticaNowDisplay-medium';
}

.user-data textarea {
    min-height: 104px;
    padding: 10px;
    width: 100%;
    background-color: #E8E8EE;
    border: none;
    border: 2px solid transparent;
    font-family: 'HelveticaNowDisplay-medium';
}

#technologies_btn:hover {
    background-color: transparent;
    border: 2px solid #1c1e55;
    color: #e41a27;
}

.form-btn {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    font-family: 'HelveticaNowDisplay-bold';
    padding: 12px 20px;
    background-color: #F60000;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.5s all;
}

#technologies_btn:hover svg {
    width: 38px;
}

#technologies_btn:hover svg path {
    fill: #F60000;
}

.user-form .tooltip-box {
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px;
}

.user-form .form-list {
    position: relative;
}

.user-form .form-list .tooltip-box {
    top: 80%;
}
.error-msg {
    color: #e01321;
font-size: 1.4rem;
padding: 13px 12px;

}

/* form close*/

@media all and (min-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .d-sm-flex,
    .title-wrap {
        display: flex;
    }
    .fz-48 {
        font-size: 3.2rem;
    }
    .fz-36 {
        font-size: 2.6rem;
    }
    .footer .container {
        padding: 0 3%;
    }
    .justify-content-spacebetween {
        justify-content: space-between;
    }
    /* form */
    .user-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .form-btn {
        padding: 17px 20px;
        font-size: 1.8rem;
    }
    .form-content h3 {
        font-size: 3rem;
    }
    .form-content p {
        font-size: 1.8rem;
    }
    /* form close */
}

@media all and (min-width: 992px) {
    .fz-48 {
        font-size: 3.6rem;
    }
    .fz-30 {
        font-size: 2.2rem;
    }
    .fz-36 {
        font-size: 2.8rem;
    }
    p {
        line-height: 1.2;
    }
    .d-md-flex {
        display: flex;
    }
}

@media all and (min-width: 1024px) {
    .fz-48 {
        font-size: 4.2rem;
    }
    .fz-30 {
        font-size: 2.6rem;
    }
}

@media all and (min-width: 1025px) {
    .d-lg-flex {
        display: flex;
    }
    .justify-content-md-center {
        justify-content: center;
    }
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0 15px;
    }
    .fz-48 {
        font-size: 4.4rem;
        line-height: 1.01;
        letter-spacing: -1.3px;
    }
    .fz-36 {
        font-size: 3rem;
        line-height: 1.01;
    }
    .fz-30 {
        font-size: 2.4rem;
    }
    .entry-header {
        margin-top: 200px;
    }
}

@media all and (min-width: 1280px) {
    .footer .container {
        padding: 0 45px;
    }
}

@media all and (min-width: 1366px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
    .footer .container {
        padding: 0 15px;
    }
    .fz-48 {
        font-size: 4.8rem;
        line-height: 48px;
    }
    .fz-36 {
        font-size: 3.6rem;
    }
    .fz-30 {
        font-size: 3rem;
    }
    .form_block {
        width: 598px !important;
        height: 619px;
        background-color: #fff;
        clip-path: path("M598 603C598 611.837 590.837 619 582 619H16C7.16344 619 0 611.837 0 603V16C0 7.16345 7.16342 0 16 0H524.579C528.195 0 531.704 1.22491 534.535 3.47498L591.956 49.1191C595.775 52.1544 598 56.766 598 61.644V603Z");
        border-radius: 16px;
        padding: 50px 40px 0 !important;
    }
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1270px;
    }
    .form-content h3 {
        font-size: 4rem;
    }
}

@media all and (min-width:1510px) {
    .container {
        max-width: 1366px;
    }
}

@media all and (min-width: 1920px) {
    .container {
        max-width: 1550px;
    }
}