

/*STYLES*/

.blocks {
    margin-bottom: 16px;
}

.blocks__item {
    width: 760px;
    height: 433px;
    background-color: #555555;
    padding-right: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}



.blocks h2 {
    text-align: center;
    margin-top: 39px;
    margin-bottom: 60px;
}

.paragraf h2 {
    margin-top: 11px;
    margin-bottom: 21px;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.71;
    letter-spacing: -0.5px;
    color: #444444;
}

.paragraf p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 27px;
}

.paragraf__list {
    margin-left: 0;
    margin-bottom: 37px;
}

.paragraf__list ul {
    padding-left: 17px;
}

.images {
    margin-top: 60px;
}

.images img {
    padding-bottom: 10px;
    padding-right: 10px;
}

.images__img2 {
    margin-right: -11px;
}

.formcontacts {
    background-color: #F6F4FC;
    margin-top: 40px;
}

.formcontacts__box {
    padding-left: 0;
}

.formcontacts h2 {
    margin-top: 40px;
    margin-bottom: 39px;
    text-align: center;
    font-size: 29px;
    font-weight: normal;
}

.uk-width-1-1.form {
    padding-bottom: 17px;
}

.formcontacts input {
    width: 489px;
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    padding-left: 11px;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #d4e5f3;
}

.formcontacts input[type=submit] {
    cursor: pointer;
    width: 500px;
    margin-top: 11px;
    background-color: #7f5587;
    color: #ffffff;
    text-transform: uppercase;
}

.formcontacts input::placeholder {
    color: #8f9ab1;
}

.formcontacts label {
    color: #444444;
    font-size: 14px;
}

.formcontacts textarea {
    margin-bottom: 11px;
    padding-left: 11px;
    width: 489px;
    height: 86px;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #d4e5f3;
}

.advantages {
    margin-top: 45px;
    background-color: #f6f4fc;
}

.advantages h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 39px;
    font-size: 29px;
    font-weight: normal;
}

.blocks__item__img {
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: -2.2px 24.9px 81.5px 2.5px rgba(126, 86, 134, 0.27);
    margin-right: auto;
    margin-left: auto;
}

.blocks__item__img img {
    margin-top: 41px;
    margin-left: 47px;
}

.advantages__button a.button {
    cursor: pointer;
    text-decoration: none;
    display: block;
    line-height: 47px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 39px;
    height: 47px;
    width: 500px;
    margin-top: 93px;
    background-color: #7f5587;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.blocks__item__title {
    max-width: 270px;
    margin-top: 71px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #444444;
    font-weight: bold;
}

.warning {
    border: 1px solid red;
}

input.warning {
    border: 1px solid red;
}

.blocks{
    display: none;
}
.prose{
    font-size: 0.95rem!important;
    line-height: 1.1!important;
}
@media screen and (max-width: 992px) {
    .prose{
        font-size: 0.75rem!important;
        line-height: 1.3142857!important;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .blocks__item {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .blocks__item__title {
        min-width: 100%;
        margin-bottom: 30px;
    }
    .advantages__button a.button {
        margin-top: 25px;
    }
    .advantages {
        width: 100%;
    }

    .formcontacts input {
        width: 93%;
        margin-left: 20px;
        margin-right: 25px;
    }

    .formcontacts textarea {
        width: 93%;
        margin-left: 25px;
        margin-right: 25px;
    }

    .formcontacts label {
        margin-left: 25px;
    }

    .formcontacts input[type=submit] {
        width: 95%;
        margin-left: 25px;
        margin-right: 25px;
    }
}















