.gradient-block {
    padding: 40px 20px;

    background: rgb(86, 189, 237);
    background: linear-gradient(128deg, #56bded 19%, #70bf5c 63%);

}

.l-blocks-wrap .l-blicks-item {
    padding: 40px;
    width: 49%;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;

}

.l-blocks-wrap .l-blicks-item .title {
    font-size: 1.4rem;
    color: #373a43;
    font-family: "helveticaneuecyrmedium";

}

.radius-wrap .step-readius-item {
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 1000px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    padding-top: 15%;
}

.radius-wrap .steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
}

.radius-wrap .steps-item .step-readius-item {
    opacity: 0.5;
    transition: 0.5s;
}

.radius-wrap .steps-item.active .step-readius-item {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    -moz-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
}

.radius-wrap .steps-item::after {
    content: "";
    display: block;
    width: 60px;

    background: url(../image/icons/strelka.png) no-repeat center/contain;
}

.radius-wrap .steps-item:last-child::after {
    display: none;
}

.content-radius .content-steps {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #ccc;
    padding: 20px;
    transform: translateY(50%);
    margin-top: 20px;
    border-radius: 20px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.content-radius .content-steps.active {
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    -webkit-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    -moz-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
}

.preim-items-wrap .priem-block-item {
    width: 32%;
    padding: 40px 20px;

    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
    background: rgb(86, 189, 237);
    background: radial-gradient(circle, rgba(86, 189, 237, 1) 19%, rgba(56, 147, 205, 1) 63%);
    color: #fff;
    position: relative;
    margin-right: 2%;
}

.preim-items-wrap .priem-block-item:nth-child(3n+3) {
    margin-right: 0px;
}

.preim-items-wrap .priem-block-item .desc {
    padding-top: 20px;
    font-size: 20px;
    ;
}

.preim-items-wrap .priem-block-item::before {
    content: "+";
    width: 30px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
    height: 30px;
    border-radius: 1000px;
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}



.keys-block-item {
    position: relative;
    color: #000;

    border-radius: 20px;
    cursor: move;
    transition: 1s;
    border: 2px solid rgb(56, 147, 205);

}

.keys-block-item .lico-keys {
    /* background: radial-gradient(circle, rgb(132 191 137) 19%, rgb(112 191 92) 63%); */
    padding: 20px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    -moz-box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
    box-shadow: 0px 0px 8px 6px rgb(0 0 0 / 12%) inset;
}

.keys-block-item .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 40px;
}

.keys-block-item:hover {
    /* transform: rotateY(180deg);
    background: #fff; */
    -webkit-box-shadow: 0px 0px 13px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 13px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 13px 5px rgba(34, 60, 80, 0.2);
}

.keys-block-item .reverse {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(180deg);

    border-radius: 20px;
    padding: 20px;
}

.keys-block-item .desc {
    font-size: 1.2rem;
}

.keys-block-item .reverse .overflow-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
    color: #000;
    border-radius: 20px;

}

.keys-block-item .reverse .overflow-content::-webkit-scrollbar {
    width: 5px;
}

.keys-block-item .reverse .overflow-content::-webkit-scrollbar-track {
    background: #fff;
    width: 5px;
}

.keys-block-item .reverse .overflow-content::-webkit-scrollbar-thumb {
    background: #70bf5c;

}

/* .keys-block-item:hover .lico-keys {
    visibility: hidden;
    opacity: 0;
} */

.keys-block-item:hover .reverse {
    transition: 1s;
    position: absolute;
    visibility: visible;
    opacity: 1;
}

.owl-carousel.keys-items-wrap .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.l-blocks-wrap .l-blicks-item .content {
    padding-top: 20px;
}

.uslugi-wrap-lend .uslugi-item a.hover-image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.uslugi-wrap-lend .uslugi-item a.hover-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.uslugi-wrap-lend .uslugi-item a.hover-image:hover:before {
    opacity: 1;
}

.uslugi-wrap-lend .uslugi-item a.hover-image img {
    transition: 0.5s;
}

.uslugi-wrap-lend .uslugi-item a.hover-image:hover img {
    transform: scale(1.3);
}

.uslugi-wrap-lend .uslugi-item .title {
    padding-top: 20px;
}

.uslugi-wrap-lend .uslugi-item .title a {
    color: #6390C6;
    font-weight: bold;
    text-decoration: none;
}

.bg-image-form {
    position: relative;
}

.bg-image-form::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    height: 221px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%);
}

.bg-image-form {
    border-bottom: 3px solid #ccc;
}

.border-grey-form label {
    font-size: 20px;
}

/* .bg-image-form::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
} */

.bg-image-form {
    background: url(../image/fon/MPG-site_home_02.jpg) center / cover;
    position: relative;
    z-index: 2;
}

.sotrudniki-wrap .spec-item-list {
    width: 48%;
    border-bottom: 1px solid #3893cd;

}

.sotrudniki-wrap .spec-item-list .image-block {
    width: 50%;
    margin: auto;
}

.sotrudniki-wrap .spec-item-list .image-block img {
    width: 100%;
}

.sotrudniki-wrap .spec-item-list .title {

    font-size: 25px;
    color: #3893cd;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}


.sotrudniki-wrap .spec-item-list .desc-bloc {

    font-size: 18px;
}

.border-grey-form .input-block input[type=text],
.border-grey-form .input-block input[type=tel],
.border-grey-form .input-block input[type=email],
.border-grey-form .input-block input[type=password],
.border-grey-form .input-block button,
.border-grey-form .input-block textarea,
.border-grey-form .input-block select {
    border-radius: 1000px;
}

.process-block .process-wrap .process-block-item {
    width: 23.5%;
    position: relative;
}

.process-block .process-wrap .process-block-item .process-title {

    font-size: 25px;
    font-family: "helveticaneuecyrmedium";
    padding: 20px 30px;
    text-align: center;
    border-radius: 1000px;
    color: #fff;
    line-height: 30px;

}

.process-block .process-wrap .process-block-item .process-content {
    padding: 40px;
    font-size: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
    opacity: 1;
}

.process-block .process-wrap .process-block-item .process-content p {
    margin-bottom: 0;
}

.process-block .process-wrap .process-block-item .process-content .line {
    width: 3px;
    position: absolute;
    left: 0px;
    top: 35%;
    bottom: 0px;

    transform: scaleY(0);
    transform-origin: top;

}

.process-block .process-wrap .process-block-item.astart .process-content .line {
    transition: .5s;

    transform: scaleY(1);
}

.preim-items-wrap .h3 {
    font-size: 1.8rem;
}

.process-block .process-wrap .process-block-item.astart .process-content {
    opacity: 1;
    transition: opacity .5s;
}

.process-block .process-wrap .process-block-item .process-content .shar {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -8.5px;
    top: 35%;
    border-radius: 100px;
}

.preim-items-wrap .priem-block-item .h3 {
    font-family: "helveticaneuecyrmedium";
    line-height: 2rem;

}

.keys-items-wrap {
    position: relative;
}

.keys-items-wrap .owl-next,
.keys-items-wrap .owl-prev {
    position: absolute;
    top: 0%;
    display: block;
    width: 10px;
    height: 40px;
    outline: none;
}

.keys-items-wrap .owl-next {
    right: 0px;
}

.keys-items-wrap .owl-prev {
    right: 30px;
}

.keys-items-wrap.owl-carousel .owl-nav button.owl-next,
.keys-items-wrap.owl-carousel .owl-nav button.owl-prev {
    font-size: 4.5rem;
}

.keys-items-wrap.owl-carousel .owl-nav button.owl-next span,
.keys-items-wrap.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    margin-top: -8px;
    color: #6390C6;
}

.keys-items-wrap.owl-carousel .owl-nav [class*=owl-] {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.keys-items-wrap.owl-carousel .owl-nav [class*=owl-]:hover {
    background: none;
}

.border-blocks .border-block {
    text-align: left;
    background: rgb(86, 189, 237);
    background: linear-gradient(128deg, #56bded 19%, #70bf5c 63%);
    padding: 2px;
}

.border-blocks .border-block .wrap-gradient-border {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    height: 100%;
}

.l-blocks-wrap .l-blicks-item.border-block .content {
    font-size: 20px;
}

.border-blocks .border-block a.btn.bnt-blue {
    text-decoration: none;
    background: #4db1e4;
    color: #fff;
    font-weight: bold;
    border-radius: 1000px;
    transition: 0.5s;
}

.border-blocks .border-block a.btn.bnt-blue:hover {
    background: #373131;
}

.border-blocks .border-block .link {
    text-align: right;

}

.keys-block-item .list-keys-images-wrap .list-keys-images {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.keys-block-item .list-keys-images-wrap .list-keys-images:nth-child(3n+3) {
    margin-right: 0;
}

.keys-block-item .list-keys-images-wrap .list-keys-images img {
    width: 100%;
}

.keys-block-item .list-keys-images-wrap .list-keys-images .keys-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.keys-block-item .list-keys-images-wrap .list-keys-images .keys-image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.keys-block-item .list-keys-images-wrap .list-keys-images .keys-image:hover::before {
    opacity: 1;
}

.keys-block-item .list-keys-images-wrap .list-keys-images .keys-image img {
    transition: 0.5s;
}

.keys-block-item .list-keys-images-wrap .list-keys-images .keys-image:hover img {
    transform: scale(1.2);
}

.bg-image-form .h1 {
    text-align: center;
}

.about-style .blue-fon.newstyle-blue h1.text-blue {




    font-size: 2.5rem;
}

.about-style .flex-about {
    gap: 40px;
}

.about-style .flex-about .image {
    width: calc(65% - 40px);
}

.about-style .flex-about .image img {
    width: 100%;
    border-radius: 40px;
}

.about-style .flex-about .menu {
    width: 35%;
}

.about-style .flex-about .menu ul {
    list-style: none;
}

.about-style .flex-about .menu ul>li {
    margin-top: 20px;
}

.about-style .flex-about .menu ul>li>a {
    font-size: 1.4rem;
    color: #373a43;
    font-family: "helveticaneuecyrmedium";
}

.about-style .flex-about .menu ul>li>a:hover {
    text-decoration-color: #3893cd;
}

.about-style .flex-about .menu ul>li>a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/new-design/icon-galka.png) no-repeat left / contain, #3893cd;
    margin-right: 10px;
    border-radius: 100px;
    transform: translateY(7px);
    background-size: 12px;
    background-position-x: 10px;
}

.l-blocks-wrap .l-blicks-item.image-item {
    padding: 0;

}

.l-blocks-wrap .l-blicks-item.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.border-blocks .border-block .wrap-gradient-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.gradien-radius {
    padding: 40px;
    color: #fff;
    border-radius: 40px;
    background: -webkit-linear-gradient(45deg, rgb(86, 189, 237), rgb(56, 147, 205), rgb(56, 147, 205));
    background: -moz-linear-gradient(45deg, rgb(86, 189, 237), rgb(56, 147, 205), rgb(56, 147, 205));
    background: linear-gradient(45deg, rgb(86, 189, 237), rgb(56, 147, 205), rgb(56, 147, 205));
}

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    .radius-wrap .steps-item::after {
        display: none;
    }

    .radius-wrap .step-readius-item {

        padding-top: 30%;
    }

    .process-block .process-wrap .process-block-item {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .process-block .process-wrap .process-block-item .process-title {
        min-height: 100px;
    }

    .about-style .flex-about {
        gap: 40px;
    }

    .about-style .flex-about .image {
        width: 100%;
    }



    .about-style .flex-about .menu {
        width: 100%;
    }

    .about-style .flex-about .menu ul>li>a {
        font-size: 1rem;
    }

    .about-style .flex-about .menu ul>li {
        margin-top: 10px;
    }

    .header .logo-container {
        padding: 20px;
        padding-left: 10px;
    }
}

@media only screen and (max-width:500px),
only screen and (max-device-width: 500px) {
    .l-blocks-wrap .l-blicks-item {
        padding: 20px;
        width: 100%;
    }

    .sotrudniki-wrap .spec-item-list {
        width: 100%;
        margin-top: 40px;
    }

    .radius-wrap .steps-item {

        width: 50%;
        margin-bottom: 20px;
    }

    .preim-items-wrap .priem-block-item {
        width: 100%;

        margin-right: 0%;
    }

    .sotrudniki .item {
        width: 100%;
    }

    .process-block .process-wrap .process-block-item {
        width: 100%;
        margin-bottom: 20px;
    }
}