

/* Start:/ru/software/form/style.css?17863655564410*/
* { padding: 0; margin: 0; }
html, body {
    min-height: 100vh !important;
    height: 100%;
}

#software .software__content {
    margin: 40px 0;
    background-color: white;
    padding: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

#software .software__top {
}

#software .software__title {
    font-size: 2.5rem;
}

#software .software__about {
}

#software .software__price {
    margin: 20px 0 20px 0;
    font-size: 18px;
    display: block;
}

#software .services-wrapper {
    margin: 20px 0;
    background-color: lightgray;
}

#software .services-content {
    padding: 20px;
}

#software .services-wrapper label {
    margin: 0;
}

#software .block {
    display: block;
}

#software .block-wrapper-full {
}

#software select, #software input[type=text] {
    box-sizing: border-box;
    border-style: solid;
    font-family: inherit;
    font-size: 100%;
    margin: 0 0 5px 0;
    line-height: inherit;
    width: 100%;
    border-radius: .25rem;
    border-width: 1px;
    border-color: rgba(163, 163, 163, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: .75rem;
    color: rgba(0, 0, 0, 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

#software .people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
@media screen and (max-width: 760px){
    #software .software__title {
        font-size: 2rem;
    }
    #software .people {
        display: grid;
        grid-template-columns:1fr;
        grid-gap: 10px;
    }
}

#software .file-wrapper label {
    margin: 5px 0;
}

#software input[type=file] {
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    box-sizing: border-box;
    border-style: solid;
    font-family: inherit;
    margin: 0;
    padding: 0;
    margin-bottom: .5rem;
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, 1);
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
}
#software input[type=file]::file-selector-button{
    outline: none;
    color: white;
    background: black;
    text-decoration: none;
    padding: 10px;
    border-radius:  0.25rem 0 0  0.25rem  ;
}

#software .send {
    tab-size: 4;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgba(229, 229, 229, 1);
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    line-height: inherit;
    color: inherit;
    margin-right: .5rem;
    display: inline-block;
    border-radius: .25rem;
    background-color: rgba(52, 211, 153, 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

#software .clear {
    tab-size: 4;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgba(229, 229, 229, 1);
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    text-transform: none;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
    line-height: inherit;
    color: inherit;
    margin-right: .5rem;
    display: inline-block;
    border-radius: .25rem;
    background-color: rgb(246, 31, 82);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

#software small {
    color: red;
}

#software__modal {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
}

#software__modal .card {
    width: 400px;
    padding: 50px;
}
#software__modal .card__title {
    margin: 0 0 20px 0;
    text-align: center;
}

#software__modal button {
    background-color: #06add0;
    color: white;
    border-radius: 0.25rem;
    border: unset;
    width: auto;
    padding: 10px;
}
/* End */
/* /ru/software/form/style.css?17863655564410 */
