body{
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    
}
p {
    margin: 20px 0;
    font-size: 16px;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
section {
    margin: 60px;
}
.wp-pagenavi a, .wp-pagenavi span {
	    text-decoration: none;
    border: 1px solid #e5e5e5!important;
    padding: 5px!important;
    display: flex;
	color: #000;
    justify-content: center;
    min-width: 20px;
    margin: 5px!important;
}
.pagination {
	margin-top:20px;
}
.pagination > .wp-pagenavi {
	display:flex;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #05ACF2!important;
    color: #05ACF2!important;
}
.breadcrumbs {
    margin-top: 60px;
	color: #999;
}
.breadcrumbs > .container {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}
.breadcrumbs > .container a {
    color: #000;
    transition: .2s linear;
    white-space: nowrap;
    text-decoration: none;
}
.breadcrumbs > .container .breadcrumbs__separator {
    color: #05ACF2;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumbs > .container .breadcrumbs__current {
    color: #999;
}
.breadcrumbs > .container a:hover {
    color: #05ACF2;
}
.is-ajax-woocommerce-actions,
.is-ajax-search-post-details .is-ajax-term-label,
.is-ajax-term-label{
	display:none!important;
}
#mainSlider {
    margin: 0;
}
#mainSlider .mainSlider-content .item {
    background-image: url(/wp-content/uploads/2026/05/slidebg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    max-height: 650px;
}
#mainSlider .mainSlider-content .item .container {
    display: flex;
    justify-content: space-between;
    min-height: 600px;
}
#mainSlider .mainSlider-content .item__left-content {
    margin: auto 0;
}
.slick-prev {
    left: 40px!important;
    opacity: 1;
    background-image: url(https://uvit-tech.ru/wp-content/uploads/2026/05/left-arrow.png)!important;
    z-index: 1;
    width: 50px!important;
    height: 50px!important;
}
.slick-next {
    right: 40px!important;
    opacity: 1;
    background-image: url(https://uvit-tech.ru/wp-content/uploads/2026/05/right-arrow.png)!important;
    z-index: 1;
    width: 50px!important;
    height: 50px!important;
}
.slick-prev, .slick-next {
    top: 48%!important;
}
.slick-next:before,
.slick-prev:before {
  content: ""!important;
}
#mainSlider .mainSlider-content .item__right-content {
    display: flex;
}
#mainSlider .mainSlider-content .item__right-content > .item-img {
    margin: auto 0;
}
#mainSlider .mainSlider-content .item .item-title {
    color: #0599D7;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1em;
}
#mainSlider .mainSlider-content .item .item-description {
    margin: 20px 0;
    font-size: 18px;
}
#mainSlider .mainSlider-content .item .item-btn a {
    width: max-content;
    transition: .2s linear;
    color: #fff;
    background: #05ACF2;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #05ACF2;
    font-size: 16px;
    min-width: 160px;
}
#mainSlider .mainSlider-content .item .item-btn a:hover {
    border: 1px solid #05ACF2;
    color: #fff;
    background: none;
    color: #05ACF2;
}
section > .container h2 {
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
h2 {
	margin: 0;
    font-weight: 600;
    font-size: 22px;
}
h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.btn {
    display: flex;
}
.btn > a {
    transition: .2s linear;
    color: #fff;
    background: #05ACF2;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #05ACF2;
    font-size: 16px;
    min-width: 160px;
}
.btn > a:hover {
    background: none;
    border: 1px solid #05ACF2;
    color: #fff;
}
#header {
    width: 100%;
    position: relative;
    z-index: 3;
	background: #2A3141;
}
#header .top-header__content {
	padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#header .top-header__menu {
	background: #fff;
    position: absolute;
    bottom: -35px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.47);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 50px;
    border-radius: 15px;
}
#header .top-header__menu > ul {
	margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    height: 100%;
    align-items: center;
}
#header .top-header__content > .header__content-logo > a {
    display: flex;
}
#header .menu-main-menu-container > #menu-main-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}
#header .menu-main-menu-container > #menu-main-menu > li {
    margin-right: 40px;
}
#header .menu-main-menu-container > #menu-main-menu > li:last-child {
    margin-right: 0;
}
#header .menu-main-menu-container > #menu-main-menu > li > a {
        color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
#header .menu-main-menu-container > #menu-main-menu > li > a:hover {
    color: #05ACF2;
}
#header .top-header__content > .header__content-phone,
#header .top-header__content > .header__content-mail {
    display: flex;
    align-items: center;
}
#header .top-header__content > .header__content-phone > .content-phone__icon,
#header .top-header__content > .header__content-mail > .content-mail__icon  {
    margin-right: 10px;
    display: flex;
}
#header .top-header__content > .header__content-phone > .content-phone__icon svg path,
footer .footer__content-menu .bottom-content .footer__content-phone .content-phone__icon svg path,
#contacts .contacts-container .contacts-container__address >.items > .item > .item-icon svg path {
    fill: #05ACF2;
    stroke: #05ACF2;
}
#header .top-header__content > .header__content-phone > .content-phone__number > a,
#header .top-header__content > .header__content-mail > .content-mail__number > a,
footer .footer__content-menu .bottom-content .footer__content-phone .content-phone__number > a,
footer .footer__content-menu .bottom-content .footer__content-mail .content-mail__number > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#header .top-header__content > .header__content-phone > .content-phone__number > a:hover,
#header .top-header__content > .header__content-mail > .content-mail__number > a:hover,
footer .footer__content-menu .bottom-content .footer__content-phone .content-phone__number > a:hover,
footer .footer__content-menu .bottom-content .footer__content-mail .content-mail__number > a:hover {
    color: #05ACF2;
}
#header.fixed {
    top: 0;
    position: fixed;
    margin: 0;
    -webkit-animation: moveDown 1s;
    animation: moveDown 1s;
}
#header.fixed > .container > .top-header__menu{
    display: none;
}
#header > .container > .top-header__menu{
    display: block;
    -webkit-animation: moveUpp 1s;
    animation: moveUpp 1s;
    opacity: 1;
}

#header > .container > .top-header__menu > ul li > a {
    position: relative;
    padding: 10px 20px;
    color: #2A3141;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
#header > .container > .top-header__menu > ul li > a:hover {
    color: #05ACF2;
}
#header > .container > .top-header__menu > ul li > a:hover::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 2px;
    content: '';
    background: #05ACF2;
}
@-webkit-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-90px);
        transform: translateY(-90px);
    }
}
@-webkit-keyframes moveUpp
{
    0%
    {
        opacity: 0;
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}
footer {
    padding: 40px 0 0;
    background: #2A3141;
}
footer .footer-content {
    display: flex;
    /* align-items: center; */
}
footer .footer-content .footer-content__logo {
    margin-right: 80px;
}
footer .footer-content .footer-content__logo > .logo > a {
	display:flex;
}
footer .footer__content-menu .footer-menu #menu-main-menu {  
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
footer .footer__content-menu .footer-menu #menu-main-menu > li {  
    padding: 20px;
}
footer .footer__content-menu .footer-menu #menu-main-menu > li a {  
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer .footer__content-menu .footer-menu #menu-main-menu > li a:hover {  
    color: #05ACF2;
}
footer .footer__content-menu .bottom-content {
    display: flex;
    justify-content: space-between;
}
footer .footer__content-menu .bottom-content .footer__content-phone,
footer .footer__content-menu .bottom-content .footer__content-mail {
    display: flex;
    align-items: center;
    width: 25%;
}
footer .footer__content-menu .bottom-content .footer__content-phone .content-phone__icon,
footer .footer__content-menu .bottom-content .footer__content-mail .content-mail__icon {
    margin-right: 10px;
    display: flex;
}
footer .footer__content-menu > .line {
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    background: #05ACF2;
}
footer .footer__content-menu .bottom-content .footer__content-map {
    display: flex;
    align-items: center;
}
footer .footer__content-menu .bottom-content .footer__content-map .content-map__icon {
    margin-right: 10px;
}
footer .footer__content-menu .bottom-content .footer__content-map .content-map__text {
    font-size: 18px;
    color: #fff;
}
footer .copyright-container {
    margin-top: 40px;
    padding: 20px 0;
    background: #11151E;
}
footer .copyright-container .copyright-container__content .text {
    font-size: 18px;
    color: #fff;
}
section .title {
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #2A3141;
}
section .title h2 {
    line-height: 30px;
    text-transform: uppercase;
}
section .title.under-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 20px;
    border-bottom: 1px solid #2A3141;
}
section .title.under-line::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 130px;
    max-width: 100%;
    height: 4px;
    content: '';
    background: #05ACF2;
}
section .title.under-line .all-view > a {
    color: #05ACF2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
#news .news-content,
#projects .projects-content {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
#news .news-content > .item,
#projects .projects-content > .item {
    width: calc(33.33% - 10px);
    color: #000;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .2s linear;
    text-decoration: none;
    /* border-bottom: 3px solid #05ACF2; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    border-radius: 30px 0px 0px 0px;
    /* background: #f5f5f5; */
}
#news .news-content > .item > a::after,
#projects .projects-content > .item > a::after {
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: '';
    transition: .2s linear;
    background-image: linear-gradient(180deg, #00000000 72%, #2A3141 82%);
    opacity: 0.9;
    border-radius: 30px 0px 0px 0px;
}
#news .news-content > .item > a,
#projects .projects-content > .item > a {
    display: flex;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#news .news-content > .item > a .item-img,
#projects .projects-content > .item > a .item-img {
    display: flex;
}
#news .news-content > .item > a .item-img > img,
#projects .projects-content > .item > a .item-img > img {
    transition: .2s linear;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#news .news-content > .item .item-title,
#projects .projects-content > .item .item-title {
    padding: 10px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#news .news-content > .item .item-date,
#projects .projects-content > .item .item-date {
    padding: 4px 14px 4px 13px;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #2A3141;
    border-radius: 11px 0px 0px 0px;
    color: #fff;
}
#news .news-content > .item > a:hover .item-img > img,
#projects .projects-content > .item > a:hover .item-img > img {
    transform: scale(1.1);
}
.is-form-style .is-search-submit path {
    fill: #fff!important;
}
.is-form-style input.is-search-submit, .is-search-icon {
    background: #05ACF2!important;
    border: #05ACF2!important;
}
#popmake-5477 form input,
#popmake-5516 form input,
#contacts form input {
	color: #000;
	width: 100%;
    height: 50px;
    padding: 0 20px;
    transition: .2s linear;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background: #f2f2f2;
	outline: none;
}
#popmake-5477 form .wpcf7-submit,
#popmake-5516 form .wpcf7-submit,
#contacts form .wpcf7-submit {
	 margin-left: auto;
	width: max-content;
    transition: .2s linear;
    color: #fff;
    background: #05ACF2;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #05ACF2;
    font-size: 16px;
    min-width: 192px;
    cursor: pointer;
}
#popmake-5477 form .wpcf7-submit:hover,
#popmake-5516 form .wpcf7-submit:hover,
#contacts form .wpcf7-submit:hover {
	border: 1px solid #05ACF2;
    color: #fff;
    background: none;
    color: #05ACF2;
}
#popmake-5477 form .wpcf7-spinner,
#popmake-5516 form .wpcf7-spinner,
#contacts form .wpcf7-spinner{
	display:none;
}
#popmake-5477 form .flex,
#popmake-5516 form .flex,
#contacts form .flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#popmake-5477 form .flex > .item,
#popmake-5516 form .flex > .item,
#contacts form .flex > .item {
   width: calc(50% - 10px);
}
#popmake-5477 form label,
#popmake-5516 form label,
#contacts form label{
	 color: #000;
    font-weight: 300;
}
#popmake-5477 .wp-block-heading,
#popmake-5516 .wp-block-heading{
	color: #05ACF2;
    text-transform: uppercase;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color:red;
	color: #000;
    font-weight: 500;
}
.wpcf7 form.sent .wpcf7-response-output {
	 font-weight: 500;
}
#contacts {
	margin: 0 0 60px;
}
#contacts .contacts-container {
	margin: 40px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contacts .contacts-container .contacts-container__address {
	width: calc(40% - 10px);
}
#contacts .contacts-container .contacts-container__map {
   width: calc(60% - 10px);
}
#contacts .contacts-container .contacts-container__address > .items {
   margin-bottom: 20px;
}
#contacts .contacts-container .contacts-container__address > .items > .item {
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}
#contacts .contacts-container .contacts-container__address > .items > .item.title {
	margin-bottom: 20px;
	padding-bottom: 0;
    border: none;
}
#contacts .contacts-container .contacts-container__address > .items > .item > .item-dsc > a {
	color: #05ACF2;
    text-decoration: none;
    font-size: 16px;
}
#contacts .contacts-container .contacts-container__address > .items > .item > .item-icon {
	margin-right: 10px;
    display: flex;
}
#contacts .contact-form {
	border: 1px solid #cfcfcf;
    border-top: 3px solid #05ACF2;
}
#contacts .contact-form form {
	margin: 0 auto;
	padding: 40px;
    width: 700px;
   
}
#contacts form input {
	width: -webkit-fill-available;
}
#contacts form textarea {
	color: #000;
    width: -webkit-fill-available;
    padding: 20px;
    transition: .2s linear;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background: #f2f2f2;
    outline: none;
}
@media (max-width: 1400px) {
	body {
		display:none;
	}
}