/* lg header styles */
.uc-header-lg .t-btn {
    height: 50px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px !important;
}
.uc-header-lg .t-sociallinks__item a {
    width: 40px !important;
    height: 40px !important;
}
.uc-header-lg .t-sociallinks__item img {
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 1505px) {
    .uc-header-lg .t228__imglogo {
        width: 150px !important;
        max-width: 150px !important;
        min-width: 150px !important;
        margin-right: 15px !important;
    }
    .uc-header-lg .t228__list_item {
        padding: 0 5px !important;
    }
    .uc-header-lg .t228__list_item a {
        font-size: 21px !important;
    }
    .uc-header-lg .t-sociallinks {
        padding-left: 10px !important;
    }
    .uc-header-lg .t-sociallinks .t-sociallinks__item {
        padding: 0 3px !important;
    }
    .uc-header-lg .t228__right_buttons {
        padding-left: 10px;
    }
}

@media (max-width: 1340px) {
    .uc-header-lg .t228__imglogo {
        width: 140px !important;
        max-width: 140px !important;
        min-width: 140px !important;
        margin-right: 15px !important;
    }
    .uc-header-lg .t228__list_item {
        padding: 0 5px !important;
    }
    .uc-header-lg .t228__list_item a {
        font-size: 17px !important;
    }
    .uc-header-lg .t-sociallinks {
        padding-left: 10px !important;
    }
    .uc-header-lg .t-sociallinks .t-sociallinks__item {
        padding: 0 3px !important;
    }
    .uc-header-lg .t228__right_buttons {
        padding-left: 10px;
    }
}
@media (max-width: 1200px) {
    .uc-header-lg .t228__imglogo {
        width: 130px !important;
        max-width: 130px !important;
        min-width: 130px !important;
        margin-right: 5px !important;
    }
    .uc-header-lg .t228__list_item {
        padding: 0 5px !important;
    }
    .uc-header-lg .t228__list_item a {
        font-size: 15px !important;
    }
    .uc-header-lg .t-sociallinks {
        padding-left: 0 !important;
    }
    .uc-header-lg .t-sociallinks .t-sociallinks__item {
        padding: 0 !important;
    }
    .uc-header-lg .t228__right_buttons {
        padding-left: 0;
    }
    .uc-header-lg .t-btn {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px !important;
    }
    .uc-header-lg .t-sociallinks__item a {
        width: 35px !important;
        height: 35px !important;
    }
    .uc-header-lg .t-sociallinks__item img {
        width: 35px !important;
        height: 35px !important;
    }
}

.uc-mobile-header .tmenu-mobile {
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
}

.uc-mobile-header .t-sociallinks__item a {
    width: 40px !important;
    height: 40px !important;
}
.uc-mobile-header .t-sociallinks__item a img {
    width: 40px !important;
    height: 40px !important;
}
.uc-mobile-header .t-btn {
    border-radius: 50px !important;
    font-size: 20px !important;
    height: 50px !important;
}

.uc-where-we-build .t-section__title {
    margin-bottom: 40px !important;
}
.uc-where-we-build .t-card__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.tmenu-mobile__container {
    padding: 0 20px !important;
}

/* Styles for main banner */
.uc-main-banner__lg .t-title strong {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 1px 5px;
	color: rgb(9, 60, 113);
	font-size: 58px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__lg .t-title strong:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.uc-main-banner__lg .t-title strong:nth-of-type(2) {
    border-top-right-radius: 15px;
}

.uc-main-banner__lg .t-title strong:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.uc-main-banner__lg .t-descr span {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 5px 5px;
	color: rgb(9, 60, 113);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 28px !important;
    line-height: 43.5px !important;
}

.uc-main-banner__lg .t-descr span:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.uc-main-banner__lg .t-descr span:nth-of-type(2) {
    border-top-right-radius: 10px;
}

.uc-main-banner__lg .t-descr span:nth-of-type(3) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__lg .t-descr span:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__md .t-title strong:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.uc-main-banner__md .t-title strong:nth-of-type(2) {
    border-top-right-radius: 15px;
}

.uc-main-banner__md .t-title strong:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.uc-main-banner__md .t-descr span {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 1.25px 5px;
	color: rgb(9, 60, 113);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__md .t-descr span:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.uc-main-banner__md .t-descr span:nth-of-type(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__md .t-descr span:nth-of-type(3) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__md .t-descr span:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__md .t-container {
    max-width: 100%;
}

.uc-main-banner__md .t-title strong {
    display: inline;
	padding: 5px 10px;
	color: rgb(9, 60, 113);
	background-color: rgba(255,255,255,0.8);
	font-size: 40px;
    line-height: 58px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__md .t-descr span {
    display: inline;
	padding: 5px 10px;
	line-height: 39px;
	color: rgb(9, 60, 113);
	background-color: rgba(255,255,255,0.8);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__sm .t-container {
    max-width: 100%;
}

.uc-main-banner__sm .t-title strong {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	color: rgb(9, 60, 113);
	font-size: 28px;
    line-height: 43.5px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__sm .t-descr div {
    line-height: 26.5px !important;
}

.uc-main-banner__sm .t-descr span {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	line-height: 26.5px;
	color: rgb(9, 60, 113);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__sm .t-title strong:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.uc-main-banner__sm .t-title strong:nth-of-type(2) {
    border-top-right-radius: 15px;
}

.uc-main-banner__sm .t-title strong:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.uc-main-banner__sm .t-descr span {
    display: inline;
	background-color: rgba(255,255,255,0.8);
	padding: 1.25px 5px;
	color: rgb(9, 60, 113);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone; 
}

.uc-main-banner__sm .t-descr span:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

.uc-main-banner__sm .t-descr span:nth-of-type(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__sm .t-descr span:nth-of-type(3) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.uc-main-banner__sm .t-descr span:nth-of-type(4) {
    border-top-right-radius: 10px;
}

.uc-main-banner__sm .t-descr span:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* styles for how we work */
@media (max-width: 980px) {
    .uc-how-work {
        /*padding-top: 90px !important;*/
        /*padding-bottom: 90px !important;*/
    }
    
    .uc-how-work .t-title strong {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .uc-how-work {
        /*padding-top: 60px !important;*/
        /*padding-bottom: 60px !important;*/
    }
    
    .uc-how-work .t-title strong {
        font-size: 28px;
    }
}

/* styles for consultation */
.uc-consultation .t588__buttons {
    margin-top: 40px !important;
}
@media (max-width: 980px) {
    .uc-consultation {
        /*padding-top: 90px !important;*/
        /*padding-bottom: 90px !important;*/
    }
    
    .uc-consultation .t-heading div {
        font-size: 36px !important;
    }
    
    .uc-consultation .t-btn {
        height: 80px;
        font-size: 24px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 480px) {
    .uc-consultation {
        /*padding-top: 60px !important;*/
        /*padding-bottom: 60px !important;*/
    }
    
    .uc-consultation .t-heading div {
        font-size: 28px !important;
    }
    
    .uc-consultation .t-btn {
        height: 70px;
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* styles for advantages */
@media (max-width: 980px) {
    .uc-advantages {
        /*padding-top: 90px !important;*/
        /*padding-bottom: 90px !important;*/
    }
    
    .uc-advantages .t-title strong {
        font-size: 36px;
    }
    
    .uc-advantages .t920__symbol {
        font-size: 150px;
        line-height: 100px;
    }
    
    .uc-advantages .t-name {
        font-size: 24px !important;
        padding-top: 30px;
    }
    
    .uc-advantages .t-descr {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .uc-advantages {
        /*padding-top: 60px !important;*/
        /*padding-bottom: 60px !important;*/
    }
    
    .uc-advantages .t-title strong {
        font-size: 28px;
    }
    
    .uc-advantages .t920__wrapper {
        padding-left: 60px;
    }
    
    .uc-advantages .t920__symbol {
        font-size: 120px;
        line-height: 80px;
    }
    
    .uc-advantages .t-name {
        font-size: 22px !important;
        padding-top: 20px;
    }
    
    .uc-advantages .t-descr {
        font-size: 18px !important;
    }
}
/* style for slider */
@media (max-width: 980px) {
    .uc-slider {
        /*padding-top: 90px !important;*/
        /*padding-bottom: 90px !important;*/
    }
    
    .uc-slider .t-heading div {
        font-size: 36px !important;
    }
}

@media (max-width: 480px) {
    .uc-slider {
        /*padding-top: 60px !important;*/
        /*padding-bottom: 60px !important;*/
    }
    
    .uc-slider .t-heading div {
        font-size: 28px !important;
    }
}

/* styles for our team block */
.uc-our-team .t-section__title {
    margin-bottom: 40px !important;
}
.uc-our-team .t532__cell .t532__bg {
    background-position: top center;
}
.uc-our-team .t532__cell {
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
}
.uc-our-team .t532__cell .t532__textwrapper {
    padding: 20px;
}
.uc-our-team .t532__cell .t532__textwrapper .t532__textwrapper__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}
.uc-our-team .t532__cell .t532__textwrapper .t-name {
    font-size: 24px;
    font-weight: 800;
    display: inline;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1px 5px;
    color: rgb(9, 60, 113) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 5px;
}
.uc-our-team .t532__cell .t532__textwrapper .t-descr {
    font-size: 18px;
    font-weight: 600;
    display: inline;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1px 5px;
    color: rgb(9, 60, 113)  !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 5px;
}
@media (max-width: 980px) {
    .uc-our-team {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    
    .uc-our-team .t-title strong {
        font-size: 36px;
    }
    .uc-our-team .t532__cell .t532__textwrapper {
        padding: 10px;
    }
    .uc-our-team ul.t532__container {
        max-width: 100%;
        padding: 0 20px !important;
        box-sizing: border-box;
        gap: 20px;
        justify-content: center;
    }
    .uc-our-team ul.t532__container:before {
        display: none;
    }
    .uc-our-team ul.t532__container li {
        width: calc(50% - 10px);
        padding: 0 !important;
        margin: 0 !important;
    }
    .uc-our-team .t532__cell .t532__textwrapper .t-name {
        font-size: 17px;
    }
    .uc-our-team .t532__cell .t532__textwrapper .t-descr {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .uc-our-team {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .uc-our-team .t-title strong {
        font-size: 28px;
    }
    .uc-our-team ul.t532__container li {
        width: 100%;
    }
}
/* styles for footer */
.uc-footer .t-sociallinks__item a {
    width: 40px !important;
    height: 40px !important;
}
.uc-footer .t-sociallinks__item a img {
    width: 40px !important;
    height: 40px !important;
}
@media (max-width: 980px) {
    .uc-footer {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}
@media (max-width: 480px) {
    .uc-footer {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .uc-footer .t-img {
        width: 200px !important;
    }
    .uc-footer .t-text a {
        font-size: 20px !important;
    }
    .uc-footer .t-text span {
        font-size: 20px !important;
    }

}

.uc-footer-contacts .t463__col {
    width: 20%;
}
.uc-footer-contacts .t463__col_center {
    width: 60%;
}
.uc-footer-contacts .t-sociallinks__item a {
    width: 40px !important;
    height: 40px !important;
}
.uc-footer-contacts .t-sociallinks__item img {
    width: 40px !important;
    height: 40px !important;
}

@media (max-width: 980px) {
    .uc-footer-contacts .t463__content {
        display: block;
    }
    .uc-footer-contacts .t463__col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .uc-footer-contacts .t463__col_center {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* popups */
@media (max-width: 480px) {
    .t-popup__container {
        border-radius: 0 !important;
    }
}
