.tehnology-block .custom-title {
    text-align: left;
}

.tehnology-description {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 135.5%;
}

.tehnology-title span {
    padding: 5px 22px;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    border-radius: 12px;
    margin-right: 20px;
}

.tehnology-title {
    color: var(--main-color);
    font-size: 26px;
    line-height: 135.5%;
    margin-top: 60px;
    margin-bottom: 30px;
}

.tehnology-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 157.5%;
}

.tehnology-text .number {
    color: var(--main-color);
    margin-right: 10px;
}

.tehnology-text a {
    color: var(--main-color);
    transition: .3s;
}

.tehnology-text a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.tehnology-vinos {
    margin-top: 20px;
    color: #434343;
    font-size: 14px;
    font-style: italic;
    line-height: 157.5%;
}

.tehnology-mini-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 157.5%;
}

.tehnology-block ul {
    color: #434343;
    font-size: 18px;
    line-height: 157.5%;
}

.tehnology-end-text {
    color: #434343;
    font-size: 18px;
    line-height: 157.5%;
    margin-bottom: 60px;
}

.tehnology-block .col-md-12 {
    border-radius: 20px;
    background: #F4F7F9;
    padding: 30px;
    transition: .3s;
}

.col-md-12:hover {
    background: rgba(25, 88, 224, 0.10);
}

.name-document {
    display: inline-block;
}

.name-document svg {
    margin-bottom: 4px;
}

.download-document {
    float: right;
    transition: .3s;
}

.download-document:hover {
    color: var(--main-color);
}

.download-document svg path {
    transition: .3s;
}

.download-document:hover svg path {
    stroke: var(--main-color);
}

.contact-person {
    margin-top: 60px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    background: var(--main-color);
    border-radius: 20px;
    padding: 30px;
}

.desc {
    font-size: 26px;
    font-weight: 700;
    line-height: 127%;
}

.name {
    font-size: 26px;
    line-height: 157.5%;
}

.address,
.phone {
    font-size: 18px;
    line-height: 157.5%;
}

@media (max-width: 382px) {

    .tehnology-block .custom-title {
        font-size: 40px;
    }

}

