.no_content {
    color: #009cde;
}

.category__list li.active {
    background: #009cde;
}

.category__list li.active a {
    color: #fff;
}

.play {
    position: relative;
}

.play:before {
    content: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%3E%3Cpath%20d='M50.0026%2091.6663C73.0145%2091.6663%2091.6693%2073.0115%2091.6693%2049.9997C91.6693%2026.9878%2073.0145%208.33301%2050.0026%208.33301C26.9907%208.33301%208.33594%2026.9878%208.33594%2049.9997C8.33594%2073.0115%2026.9907%2091.6663%2050.0026%2091.6663Z'%20fill='%23009CDE'/%3E%3Cpath%20d='M39.5859%2037.3551C39.5859%2035.3664%2039.5859%2034.3721%2040.0015%2033.817C40.3637%2033.3332%2040.9181%2033.0305%2041.5208%2032.9875C42.2125%2032.9381%2043.049%2033.4758%2044.7218%2034.5512L64.3909%2047.1956C65.8425%2048.1288%2066.5683%2048.5954%2066.819%2049.1887C67.0381%2049.7071%2067.0381%2050.292%2066.819%2050.8104C66.5683%2051.4037%2065.8425%2051.8703%2064.3909%2052.8035L44.7218%2065.4479C43.049%2066.5233%2042.2125%2067.061%2041.5208%2067.0116C40.9181%2066.9686%2040.3637%2066.6659%2040.0015%2066.1822C39.5859%2065.627%2039.5859%2064.6327%2039.5859%2062.644V37.3551Z'%20fill='white'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100px;
    height: 100px;
    transition: 0.4s;
}

.play:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 20px;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border-radius: 50px;
    font-size: 16px;
    color: #009cde;
    overflow: hidden;
    background: linear-gradient(45deg, #00285c8f, transparent);
    width: max-content;
}

.about__content ul li::before {
    background-color: #009cde;
}

.single-catalog #t-header,
#t-footer {
    display: none;
}

.term_ico {
    height: 30px;
    width: 30px;
    overflow: hidden;
}

.term_ico_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category__list li span {
    padding: 8px 20px;
    color: #009cde;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

.category__list li:hover span {
    color: #fff;
}

.category__list li.active a span {
    color: #fff;
}

@media (max-width: 991.98px) {
    .category__list li span {
        font-size: 13px;
    }
}

.specs__title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    color: #003264;
}

.mapTitles .cityItem[data-city-id="31"] {
    bottom: 11%;
    right: 28.7%;
}

@media (max-width: 1365.98px) {
    .mapTitles .cityItem[data-city-id="31"] {
        bottom: 10.4%;
        right: 26.3%;
    }
}

@media (max-width: 767.98px) {
    .mapTitles .cityItem[data-city-id="31"] {
        bottom: 14.4%;
        right: 30.3%;
    }
}

.customize-support .header {
    top: 32px;
}

@media (max-width: 782px) {
    .customize-support .header {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .customize-support .header {
        top: 0;
    }
}

section.career {
    position: relative;
    min-height: 300px;
    color: #fff;
    z-index: 99;
}

.link-blue {
    color: #009cde !important;
}

.top_title {
    margin-bottom: 20px;
}

.application__item img {
    border-radius: 8px;
    overflow: hidden;
}

.postid-348 .specs-table.constructive table tbody tr td:nth-of-type(2) {
    text-align: center;
}

.constructive__text.n_m {
  margin-bottom: 0;
}

.align_items_start {
	align-items: start;
}