
.card-start {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 80px 40px;
    border: 2px solid #e6e6e6;
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: 'Lato', serif;
    color: #333333;
}

.download-page {
    min-height: calc(100vh - 1.7rem);
    padding-left: 35px;
    padding-right: 35px;
}

.download-page h3 {
    margin-top: 0;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
}

.download-page .txt-desc {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    color: #757575;
    line-height: 120%;
}

.card-start img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.card-start b {
    font-weight: 900;
}

.download-page input[type=checkbox] {
    display: none;
}

.download-page input[type=checkbox] ~ label {
    font-size: 17px;
    color: #505050;
    font-weight: 400;
    padding-left: 30px;
    background: url(../img/checkbox.svg) no-repeat left center;
    margin-bottom: 20px;
    background-size: 25px;
}

.download-page input[type=checkbox]:checked ~ label {
    background-image: url(../img/checkbox-checked.svg);
}

.download-page img {
    max-width: 100%;
}

a {
    transition: all .3s;
}

.download-page .button-blue {
    display: flex;
    background: #4e81d9;
    color: #fff;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 16px;
    outline: none;
    border: 0;
}

.download-page .button-blue:hover {
    background: #2960bf;
    color: #fff;
}

.download-page input[type=checkbox]:not(:checked) ~ label ~ .button-blue {
    background: #4e81d9;
    opacity: .5;
    pointer-events: none;
}

.download-page a {
    color: #3f6ad6;
}

.download-page a:hover {
    text-decoration: none;
    color: #1342b9;
}

.card-start .agree-cont {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.card-start p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.card-start ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-start ul li {
    font-size: 16px;
    margin-bottom: 15px;
    list-style: none;
}

.card-start span.right {
    display: inline-block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url(../img/right.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: -2px;
    margin-right: 12px;
}

.card-start span.false {
    display: inline-block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    background: url(../img/false.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: -2px;
    margin-right: 12px;
}

.card-start .min-btn {
    width: 200px;
    margin: 35px auto 10px;
}

.card-start p small {
    line-height: 100%;
}


footer {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.doc-page {
    max-width: 1240px;
    padding: 40px 35px 60px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato", serif;
    color: #414141;
}

.doc-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.doc-page p,li {
    font-size: 16px;
    margin-bottom: 10px;
}

.doc-page ul {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
}

.doc-page .list-p {
    margin-top: 15px;
}

.doc-page li ul {
    margin-top: 10px;
}

.download-page .form-wrapp .info-p {
    background: url(../img/info-icon.png) no-repeat 10px center #e8efff;
    background-size: 20px;
    border-left: 4px solid #4876e9;
    padding: 14px 10px 14px 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 40px;
}

.download-page .form-wrapp {
    margin-top: 60px;
}


::-webkit-scrollbar{width:6px;height:3px}::-webkit-scrollbar-button:start{background-color:#4876e9;height:1px}
::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-track-piece{background-color:#4876e9}
::-webkit-scrollbar-thumb{height:3px;background-color:#fff;width:6px}::-webkit-scrollbar-corner{background-color:#4876e9}
::-webkit-resizer{background:#4876e9}

.download-page .form-wrapp input{
    display:block;background:#fff;padding:14px 25px;border-radius:5px;width:100%;font-size:22px;color:#2b2b2b;border: 1px solid #9799a9;
}
.download-page .select--block{
    position:relative;width:100%
}
.download-page .select--block .sub__menu_select{
    box-shadow: 0 4px 10px rgba(25, 33, 47, 0.5);padding:0;margin:0;list-style:none;position:absolute;bottom:0;z-index:1;max-height:100px;overflow:auto;left:0;width:100%;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);opacity:0;pointer-events:none;background:#fff;border-radius:0;padding-top:0;padding-bottom:0;z-index:15;border:none
}
.download-page .select--block .sub__menu_select li{
    cursor:pointer;padding:2px 20px 3px 15px;font-size:14px;color:#2f2e30;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out;margin-top: 0;margin-bottom: 0;
}
.download-page .select--block .sub__menu_select li:hover{
    background:#e8efff;color:#2f2e30
}
.download-page .select--block .sub__menu_select li.__tr_hide{
    display:none
}
.download-page .select--block input[type=text]{
    width:100%;height:100%;outline: none; 
}
.download-page .select--block input[type=text]:focus~.sub__menu_select{
    opacity:1;pointer-events:auto
}
.download-page .select--block:active .sub__menu_select{
    opacity:1;pointer-events:auto
}
.download-page .group-input.select{
    margin-bottom:30px
}
.download-page .group-input.select input{
    font-size:16px;padding:11px 10px;border: 1px solid #9799a9;border-radius: 5px;
}
.download-page .group-input.select input::-webkit-input-placeholder{
    color:#646464;font-size:16px
}
.download-page .group-input.select input::-moz-placeholder{
    color:#646464;font-size:16px
}
.download-page .group-input.select input:-ms-input-placeholder{
    color:#646464;font-size:16px
}
.download-page .group-input.select input::-ms-input-placeholder{
    color:#646464;font-size:16px
}
.download-page .group-input.select input::placeholder{
    color:#646464;font-size:16px
}
.download-page .inp-btn .btn-main{
    margin-left:auto;margin-right:auto
}
.download-page .errorTextForm{
    color:#cc2d2d;font-size:13px;line-height:10px;position:absolute;padding-top:4px;top:100%;font-weight:300;text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff
}
.download-page .selects-wrapper{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0 10px;flex-wrap:wrap;margin-bottom:17px
}
.download-page .selects-wrapper .inp-wrap{
    display:-webkit-box;display:-ms-flexbox;display:flex;width: 30%;
}
.download-page .selects-wrapper .inp-wrap .group-input{
    width:100%
}
.download-page .selects-wrapper .inp-wrap .numb{
    font-size:16px;padding:14px 5px 0 0;font-weight:700;width: 22px;
}
.download-page .inp-btn{
    margin-bottom:40px;margin-top: -10px;
}
.download-page .inp-btn .button-blue {
    width: 350px;margin-left: auto;margin-right: auto;cursor:pointer
}
.download-page .placeholder{
    font-size:20px;padding-bottom:20px;color:#000}

.save {
    padding-bottom: 80px;
    margin-top: -60px;
}
.download-contain-wrapper {
    background-position: left top;
    background-size: 100% auto;
}
.save h2 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.save h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.save p, .save li {
    font-size: 17px;
}
.save-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
}
.save-info .save-item {
    width: 30%;
}
.save-info .save-item img {
    height: 80px;
}

.save-info .save-item p {
    margin-bottom: 10px;
}


@media (max-width: 1320px) {
    .save {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 0;
    }
}

@media (max-width: 1250px) {
    .header.maxWidth {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 990px) {
    .card-start {
        max-width: 550px;
        padding: 25px 50px 25px;
        border-radius: 25px;
        margin-top: 50px;
        margin-bottom: 70px;
    }
    
    .download-page h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .download-page .txt-desc {
        font-size: 15px;
    }

    .download-page input[type=checkbox] ~ label {
        font-size: 14.5px;
    }
    
    .download-page .button-blue {
        padding: 15px 20px;
    }
    
    .card-start .agree-cont {
        max-width: 240px;
    }
    
    .save-info .save-item {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .save {
        margin-top: 60px;
    }
    
    .save-info .save-item img {
        height: 60px;
    }
        
    .save-info .save-item h3 {
        font-size: 20px;
    }
    .save p, .save li {
        font-size: 15px;
    }
}

@media (max-width: 750px) {
    .card-start {
        margin-top: 110px;
    }

    .download-page .selects-wrapper .inp-wrap {
        width: 48%;
    }
}

@media (max-width: 540px) {
    .save {
        padding-left: 20px;
        padding-right: 20px;
    }
    .save h2 {
        font-size: 24px;
    }
    .save-info .save-item {
        width: 100%;
    }

    .save-info .save-item ul {
        margin-left: 20px;
    }
}

@media (max-width: 510px) {
    .doc-page p,li {
        font-size: 15px;
    }
    .doc-page {
        padding: 20px 20px 40px;
    }

    .download-page .inp-btn .button-blue {
        width: 100%;padding-left: 0;padding-right: 0;
    }
}

@media (max-width: 440px) {
    .download-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .card-start {
        margin-top: 90px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 340px) {
    .download-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-start {
        margin-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 410px) {
    .card-start p, ul {
        font-size: 14px;
    }
}