/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

/*подключение шрифтов*/

.btn-my {
    color: #000;
}

.link-place:hover,
.link-place:active {
    opacity: 0.5;
}

.mail-boss:hover,
.mail-boss:active {
    opacity: 0.5;
}

.info-boss:hover,
.info-boss:active {
    opacity: 0.5;
}

.btn-my:hover,
.btn-my:active {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 4% !important;
}

.section-2 {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.title-section2 {
    color: #0351C1;
    text-align: center;
    font-size: clamp(13px, calc(13px + 45 * ((100vw - 320px) / 1120)), 58px) !important;
    line-height: 110% !important;
    margin: 0;
    padding-bottom: 3%;
}

.card-section-2 a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-section-2 a:hover,
.card-section-2 a:active {
    -webkit-transform: translate(-2%, -2%);
    -ms-transform: translate(-2%, -2%);
    transform: translate(-2%, -2%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    color: #333;
    text-decoration: underline !important;
    text-decoration-color: #333 !important;
}

.cards {
    background-color: rgba(3, 81, 193, 0.2);
    border-radius: 4%;
    width: 32%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card-img-top {
    border-radius: 4%;
    padding: 1.2% 1.2% 7.2% 1.2%;
    height: 72%;
}

.card-text {
    font-weight: 700;
    font-size: clamp(6px, calc(6px + 19 * ((100vw - 320px) / 1120)), 25px);
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    padding: 0;
    margin: 0;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cromatec {
    color: #0351C1 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cromatec:hover,
.cromatec:active {
    cursor: pointer;
    color: #0351c19e !important;
}

.title-section3 {
    color: #0351C1;
    text-align: start;
    font-size: clamp(13px, calc(13px + 45 * ((100vw - 320px) / 1120)), 58px) !important;
    line-height: 110% !important;
    margin: 0;
    padding-bottom: 3%;
    border-top: 1px solid #0351C1;
    padding-top: 5%;
}

.contact-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-box-left {
    width: 43%;
    padding-right: 2%;
}

.contact-box-left a:hover {
    -webkit-text-decoration: underline #666 !important;
    text-decoration: underline #666 !important;
}

.contact-box-left a:active {
    opacity: 0.7;
}

.contact-box-left-svg {
    width: 7%;
}

.all-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-bottom: 4.5%;
}

.section-3-text {
    line-height: 130%;
    color: #666;
    font-size: clamp(6px, calc(6px + 14 * ((100vw - 320px) / 1120)), 20px);
}

.location {
    width: 60%;
    padding-bottom: 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.details {
    width: 120%;
    padding-bottom: 2.5% !important;
}

.detail-list-svg {
    width: 5.82%;
}

iframe {
    width: 100%;
    height: 76%;
    border-radius: 4% !important;
}

.arrow-svg {
    width: 2vw;
}

.footer-right {
    padding-top: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-up {
    border: none;
    background-color: #0351C1;
    padding: 1% 2.5%;
    border-radius: 45%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-up:hover {
    -webkit-transform: translate(-5%, -5%) !important;
    -ms-transform: translate(-5%, -5%) !important;
    transform: translate(-5%, -5%) !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
}

.btn-up-text {
    width: 20%;
    padding-left: 2%;
    line-height: 100%;
    color: #0351C1;
    font-size: clamp(6px, calc(6px + 14 * ((100vw - 320px) / 1120)), 20px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer-end {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-svg {
    width: 1.2%;
}

.footer-end-text {
    padding-left: 0.2%;
    line-height: 35%;
    color: #0351C1;
    font-size: clamp(3px, calc(3px + 11 * ((100vw - 320px) / 1120)), 14px);
}