@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
}

.container-xs {
    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0px auto;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 136px;
    background-color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
}
.header::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0px;
    width: 600px;
    height: 136px;
    background-color: #1d4691;
    transform: skew(-25deg);
    z-index: 1;
    border-left: 7px solid #d61f34;
}
.header .header__block {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding-right: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.header .header__block .header__nav ul {
    display: flex;
    align-items: center;
}
.header .header__block .header__nav ul li {
    display: inline-flex;
    padding: 0px 13px;
}
.header .header__block .header__nav ul li.active a {
    text-decoration: underline;
}
.header .header__block .header__nav ul li a {
    color: #1d4691;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header .header__block .header__hamb {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: none;
}
.header .header__block .header__lang {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.header .header__block .header__lang a {
    display: inline-flex;
    margin: 0px 10px;
    color: rgba(255, 255, 255, 0.3);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header .header__block .header__lang a.active {
    color: #fff;
}
.header .header__block .header__lang a:hover {
    color: rgba(255, 255, 255, 0.65);
}

.slider {
    width: 100%;
    height: 600px;
}
.slider .slide {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
}
.slider .slide .mask {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -120px;
    display: flex;
    z-index: 3;
}
.slider .slide .mask div {
    width: 200px;
    height: 100%;
    display: flex;
    transform: skew(-25deg);
    background-color: red;
    margin: 0px -0.1px;
}
.slider .slide .mask div:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.3);
}
.slider .slide .mask div:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.65);
}
.slider .slide .mask div:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.9);
}
.slider .slide .mask div:nth-child(4) {
    background-color: rgb(255, 255, 255);
}
.slider .slide .mask div:nth-child(5) {
    background-color: rgba(255, 255, 255, 0.9);
}
.slider .slide .mask div:nth-child(6) {
    background-color: rgba(255, 255, 255, 0.65);
}
.slider .slide .mask div:nth-child(7) {
    background-color: rgba(255, 255, 255, 0.3);
}
.slider .slide img.slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
}
.slider .slide::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(62, 90, 167, 0.4);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slider .slide .slide__box {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}
.slider .slide .slide__box .slide__block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.slider .slide .slide__box .slide__block .slide__left {
    width: 50%;
}
.slider .slide .slide__box .slide__block .slide__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.slider .slide .slide__box .slide__block .slide__right h3 {
    width: 100%;
    height: auto;
    text-align: left;
    color: #3c3c3c;
    font-size: 36.603px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 21px;
}
.slider .slide .slide__box .slide__block .slide__right .custom__button {
    width: 215px;
    height: 60px;
    transform: skew(-25deg);
    background-color: #d61f34;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.slider .slide .slide__box .slide__block .slide__right .custom__button span {
    transform: skew(25deg);
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
.slider .slide .slide__box .slide__block .slide__right p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
.slider .slide .slide__box .slide__block .slide__right .arrow__buttons {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider .slide .slide__box .slide__block .slide__right .arrow__button {
    width: 220px;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}
.slider
    .slide
    .slide__box
    .slide__block
    .slide__right
    .arrow__button.ab--left
    img {
    transform: rotate(180deg);
    margin-left: 0px;
    margin-right: 13px;
}
.slider .slide .slide__box .slide__block .slide__right .arrow__button span {
    color: #1d4691;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.slider .slide .slide__box .slide__block .slide__right .arrow__button img {
    min-width: 48px;
    height: 48px;
    object-fit: contain;
    margin-left: 13px;
}

.featured {
    width: 100%;
    height: auto;
}
.featured .featured__block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured .featured__block .featured__box {
    width: calc(50% - 10px);
    margin: 20px 0px;
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    overflow-x: hidden;
}
.featured .featured__block .featured__box img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.featured .featured__block .featured__box::after{
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: rgba(62, 90, 167, 0.4);
    z-index: 2;

}
.featured .featured__block .featured__box .fb__content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.featured .featured__block .featured__box .fb__content .fb__title {
    width: 70%;
    height: auto;
    padding: 20px 10px;
    transform: skew(-25deg);
    background-color: #fff;
    margin-left: -20px;
    padding-left: 40px;
}
.featured .featured__block .featured__box .fb__content .fb__title h4 {
    transform: skew(25deg);
    font-size: 22px;
    font-weight: 400;
    color: #000;
    padding-right: 50px;
}
.featured .featured__block .featured__box .fb__content .fb__title a {
    width: 160px;
    height: 45px;
    background-color: #d61f34;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
}
.featured .featured__block .featured__box .fb__content .fb__title a span {
    transform: skew(25deg);
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.tabs {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.tabs .tabs__list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs .tabs__list a {
    display: flex;
    width: calc(33.33% - 20px);
    transform: skew(-25deg);
    background-color: #1d4691;
    height: 55px;
    align-items: center;
    justify-content: center;
}
.tabs .tabs__list a span {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    transform: skew(25deg);
}

.portret {
    width: 100%;
    height: auto;
}
.portret .portret__block {
    width: 100%;
    height: auto;
}
.portret .portret__block h3 {
    font-size: 38px;
    font-weight: 500;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 20px;
}
.portret .portret__block p {
    font-size: 20px;
    font-weight: 400;
    color: #3c3c3c;
    padding: 10px 0px;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #1d4691;
    position: relative;
    margin-top: 50px;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}
.footer::after {
    content: "";
    width: 800px;
    height: 100%;
    transform: skew(-25deg);
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -100px;
    z-index: 1;
    border-right: 7px solid #d61f34;
}
.footer .footer__block {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-content: center;
    position: relative;
    z-index: 2;
}
.footer .footer__block .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    padding-right: 50px;
}
.footer .footer__block .footer__info img {
    height: 50px;
    object-fit: contain;
    display: inline-block;
    margin-bottom: 65px;
}
.footer .footer__block .footer__info a {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
    text-decoration: underline;
}
.footer .footer__block .footer__info em {
    font-style: normal;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
}
.footer .footer__block .footer__box {
    width: 30%;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
}
.footer .footer__block .footer__box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 10px;
}
.footer .footer__block .footer__box span {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    padding: 1px 0px;
}
.footer .footer__block .footer__box .socials {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.footer .footer__block .footer__box .socials li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer .footer__block .footer__box .newsletter {
    width: 100%;
    height: 40px;
    position: relative;
    margin: 20px 0px;
}
.footer .footer__block .footer__box .newsletter input {
    width: 100%;
    height: 40px;
    border: 0px;
    background-color: #fff;
    padding-left: 15px;
}
.footer .footer__block .footer__box .newsletter button {
    position: absolute;
    top: -5px;
    height: 50px;
    right: -20px;
    background-color: #d61f34;
    border: 0px;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transform: skew(-25deg);
}
.footer .footer__block .footer__box .newsletter button span {
    display: inline-block;
    transform: skew(25deg);
}
.footer .footer__block .footer__box .accept {
    width: 100%;
    height: auto;
    display: flex;
}
.footer .footer__block .footer__box .accept label {
    display: inline-flex;
}
.footer .footer__block .footer__box .accept label input {
    width: 12px;
    height: 12px;
}
.footer .footer__block .footer__box .accept label p{
    line-height: 10px;
}
.footer .footer__block .footer__box .accept label a {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
}
.breadcrumb ul li {
    display: inline-flex;
    position: relative;
    padding: 0px 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
}
.breadcrumb ul li a {
    color: #3c3c3c;
}
.breadcrumb ul li::after {
    position: absolute;
    content: "/";
    top: 0px;
    right: 0px;
}
.breadcrumb ul li:last-child::after {
    display: none;
}

.contact__page {
    width: 100%;
    height: auto;
}
.contact__page .cp__block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.contact__page .cp__block .cp__item {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.contact__page .cp__block .cp__item .cpi__box {
    width: 100%;
    height: auto;
    display: flex;
}
.contact__page .cp__block .cp__item:first-child {
    background-color: rgba(29, 70, 145, 0.1);
}
.contact__page .cp__block .cp__item .cpi__content {
    width: 70%;
    height: auto;
}
.contact__page .cp__block .cp__item .cpi__content h4 {
    font-size: 33px;
    font-weight: 600;
    color: #3c3c3c;
    padding-bottom: 10px;
}
.contact__page .cp__block .cp__item .cpi__content ul {
    padding: 10px 0px;
}
.contact__page .cp__block .cp__item .cpi__content ul li {
    list-style: none;
    padding: 3px 0px;
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
}
.contact__page .cp__block .cp__item .cpi__image {
    width: 30%;
    height: auto;
}
.contact__page .cp__block .cp__item .cpi__image img {
    width: 100%;
    object-fit: contain;
}
.contact__page .cp__short {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background-color: rgba(29, 70, 145, 0.1);
}
.contact__page .cp__short h3 {
    font-size: 33px;
    font-weight: 600;
    color: #3c3c3c;
}
.contact__page .cp__short p {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    padding-top: 10px;
}
.contact__page .cp__form {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.contact__page .cp__form form {
    width: 100%;
    height: auto;
}
.contact__page .cp__form form h3 {
    font-size: 33px;
    font-weight: 600;
    color: #3c3c3c;
    padding-bottom: 10px;
}
.contact__page .cp__form form input,
.contact__page .cp__form form textarea {
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    border: 0px;
    padding: 20px;
    background-color: rgba(29, 70, 145, 0.1);
    font-size: 18px;
    font-weight: 300;
}
.contact__page .cp__form form textarea {
    height: 120px;
}
.contact__page .cp__form form .form__button {
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact__page .cp__form form .form__button label {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
}
.contact__page .cp__form form .form__button label a{
    margin-left:5px;
    color:#1d4691;
    font-weight: 500;
}
.contact__page .cp__form form .form__button label a:hover{
    text-decoration: underline;
}
.contact__page .cp__form form .form__button label input {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 10px;
}
.contact__page .cp__form form .form__button button {
    width: 100px;
    height: 50px;
    transform: skew(-25deg);
    border: 0px;
    background-color: #1d4691;
    cursor: pointer;
}
.contact__page .cp__form form .form__button button span {
    display: inline-block;
    transform: skew(25deg);
    color: #fff;
    font-size: 16px;
}

.about__page {
    width: 100%;
    height: auto;
}
.about__page .ap__image {
    width: 100%;
    height: auto;
}
.about__page .ap__image img {
    width: 100%;
    object-fit: contain;
}
.about__page .about__block {
    width: 100%;
    height: auto;
    display: flex;
}
.about__page .about__block .ab__content {
    width: calc(100% - 260px);
    height: auto;
}
.about__page .about__block .ab__content h4 {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #3c3c3c;
}
.about__page .about__block .ab__content p {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    padding-bottom: 20px;
}
.about__page .about__block .ab__tabs {
    width: 260px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 20px;
}
.about__page .about__block .ab__tabs a {
    width: 200px;
    height: 40px;
    transform: skew(-25deg);
    background-color: #1d4691;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__page .about__block .ab__tabs a span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transform: skew(25deg);
}

.services {
    width: 100%;
    height: auto;
    padding-bottom: 250px;
}
.services .services__list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.services .services__list .services__item {
    width: calc(33.33% - 10px);
    height: auto;
}
.services .services__list .services__item .si__image {
    width: 100%;
    height: 200px;
}
.services .services__list .services__item .si__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .services__list .services__item .si__content {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 20px;
    background-color: rgba(29, 70, 145, 0.1);
}
.services .services__list .services__item .si__content h4 {
    font-size: 26px;
    font-weight: 500;
    color: #3c3c3c;
}
.services .services__list .services__item .si__content p {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
}
.services .services__list .services__item .si__content em {
    width: 130px;
    height: 40px;
    font-style: normal;
    position: absolute;
    right: 40px;
    bottom: -20px;
    transform: skew(-25deg);
    background-color: #d61f34;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.services .services__list .services__item .si__content em span {
    transform: skew(25deg);
    color: #fff;
    font-size: 16px;
}

.lists {
    width: 100%;
    height: auto;
}
.lists .lists__block {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.lists .lists__block .lb__buttons {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 25px 0px;
    justify-content: space-between;
}
.lists .lists__block .lb__buttons a {
    display: flex;
    width: calc(33.33% - 20px);
    transform: skew(-25deg);
    background-color: #1d4691;
    height: 55px;
    align-items: center;
    justify-content: center;
}
.lists .lists__block .lb__buttons a span {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    transform: skew(25deg);
}
.lists .lists__block .lb__before {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}
.lists .lists__block .lb__before a {
    width: 330px;
    min-width: 330px;
    height: 50px;
    border: 0px;
    padding: 0px 10px;
    background-color: #1d4691;
    color: #fff;
    transform: skew(-25deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.lists .lists__block .lb__before a > span {
    color: #fff;
    transform: skew(25deg) !important;
}
.lists .lists__block h4 {
    font-size: 33px;
    font-weight: 600;
    color: #3c3c3c;
}
.lists .lists__block .lists__items {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
.lists .lists__block .lists__items.no .lists__item .li__inside .li__content {
    display: none;
}
.lists .lists__block .lists__items .lists__item {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
.lists
    .lists__block
    .lists__items
    .lists__item.active
    .li__inside
    .li__content {
    display: block;
}
.lists .lists__block .lists__items .lists__item .li__inside .li__top {
    cursor: pointer;
    padding: 15px 0px;
    background-color: rgba(29, 70, 145, 0.1);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.lists .lists__block .lists__items .lists__item .li__inside .li__top .lit {
    width: 100%;
    height: auto;
    position: relative;
}
.lists .lists__block .lists__items .lists__item .li__inside .li__top h5 {
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
    padding-left: 15px;
    position: relative;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__top
    h5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3c3c3c;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    button {
    /* position: absolute;
    top: -20px;
    right: 0px; */
    background-color: #d61f34;
    cursor: pointer;
    /* border: 10px solid #fff; */
    border: 0px;
    transform: skew(-25deg);
    min-width: 160px;
    padding: 0px 20px;
    height: 50px;
    margin-left: 10px;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    button.blue {
    background-color: #1d4691;
}
.lists .lists__block .lists__items .lists__item .li__inside .li__content p {
    margin-bottom: 20px;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    button
    span {
    transform: skew(25deg);
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .img__button {
    /* position: absolute;
    top: -20px;
    right: 0px; */
    background-color: #fff;
    transform: skew(-25deg);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}
.lists
    .lists__block
    .lists__items
    .lists__item.active
    .li__inside
    .li__content
    .img__button {
    transform: rotate(180deg) skew(-25deg);
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .img__button
    img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transform: skew(25deg);
}
.lists .lists__block .lists__items .lists__item .li__inside .li__content {
    padding: 10px 0px;
    display: block;
    background-color: rgba(29, 70, 145, 0.1);
}
.lists .lists__block .lists__items .lists__item .li__inside .li__content p {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3c;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .li__double {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .li__double
    .lid__left {
    width: 65%;
    height: auto;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .li__double
    .lid__right {
    width: 35%;
    height: auto;
    padding-left: 20px;
}
.lists
    .lists__block
    .lists__items
    .lists__item
    .li__inside
    .li__content
    .li__double
    .lid__right
    p {
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
}
.lists
    .lists__block
    .lists__items
    .lists__item:nth-child(odd)
    .li__inside
    .li__top {
    background-color: rgba(29, 70, 145, 0.1);
}
.lists .lists__projects {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}
.lists .lists__projects .lp__img {
    margin-right: 20px;
}
.lists .lists__projects .lp__content {
    padding-left: 20px;
}
.lists .lists__projects .lp__content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 20px;
}
.lists .lists__projects .lp__content ul li {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    padding: 2px 0px;
}

.fc-day-header {
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
    padding: 10px 0px !important;
}

.fc tbody .fc-row .fc-content-skeleton tbody tr td {
    height: 50px;
    padding: 0px 10px;
}

tr:first-child > td > .fc-day-grid-event {
    border: 0px;
    padding: 2px;
    display: inline-block;
    cursor: pointer;
}

.fc-day-grid-event .fc-content {
    border: 0px !important;
    background-color: rgba(214, 31, 52, 0.1);
    border-radius: 2px;
    color: #d61f34;
    padding: 5px 10px;
}

.fc-button-group,
.fc button {
    display: block !important;
}

.calendar {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.calendar h3 {
    font-size: 33px;
    font-weight: 600;
    color: #3c3c3c;
}
.calendar .calendar__block {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}
.modal.active {
    display: flex;
}
.modal .modal__box {
    width: 625px;
    height: 435px;
    border-radius: 30px;
    padding: 40px;
    background-color: rgba(62, 90, 167, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal .modal__box h3 {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
}
.modal .modal__box span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.modal .modal__box p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 30px 0px;
}
.modal .modal__box .modal__buttons {
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.modal .modal__box .modal__buttons a {
    display: inline-flex;
    padding: 15px 35px;
    background: #d61f34;
    transform: skew(-25deg);
    margin-right: 20px;
}
.modal .modal__box .modal__buttons a span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transform: skew(25deg);
}
.modal .modal__box .modal__buttons a.blue {
    background-color: #1d4691;
}

.success__page {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.success__page img {
    margin-bottom: 30px;
}
.success__page h3 {
    font-size: 30px;
    font-weight: 300;
    color: #3c3c3c;
}
.success__page p {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #3c3c3c;
}

.only-mobile {
    display: none !important;
}

@media screen and (max-width: 1560px) {
    .footer::after {
        width: 600px;
    }
}
@media screen and (max-width: 1440px) {
    .header::after {
        width: 400px;
    }
}
@media screen and (max-width: 1360px) {
    .footer::after {
        width: 450px;
    }
}
@media screen and (max-width: 1280px) {
    .header::after {
        width: 300px;
    }

    .slider {
        height: auto;
    }
    .slider .slide {
        min-height: unset;
        height: auto;
    }
    .slider .slide .slide__box {
        min-height: unset;
        height: auto;
        padding: 50px 20px;
    }
    .slider .slide .mask div {
        width: 120px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0px 10px;
    }
}
@media screen and (max-width: 1080px) {
    .container-xs {
        padding: 0px 10px;
    }

    .footer {
        border-top: 7px solid #d61f34;
    }
    .footer::after {
        display: none;
    }
    .footer .footer__block .footer__info img {
        filter: brightness(0) invert(1);
    }
    .footer .footer__block .footer__info span {
        color: #fff;
    }
    .footer .footer__block .footer__info a {
        color: #fff;
    }
    .footer .footer__block .footer__info em {
        color: #fff;
    }
}
@media screen and (max-width: 880px) {
    .only-mobile {
        display: flex !important;
    }
    .only-desktop {
        display: none;
    }

    .close__nav {
        width: 100%;
        height: 60px;
        background-color: #e9edf4;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px 20px;
    }
    .close__nav img {
        margin-left: 20px;
    }
    .close__nav span {
        font-size: 12px;
        font-weight: 300;
        color: #3c3c3c;
    }

    .extra__langs {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .extra__langs a {
        width: 100%;
        height: auto;
        padding: 10px 40px;
        font-size: 14px;
        font-weight: 300;
        color: #3c3c3c;
    }

    .header {
        height: 80px;
    }
    .header.active .header__block .header__nav {
        display: block;
    }
    .header::after {
        height: 80px;
    }
    .header .header__block {
        padding: 0px 20px;
    }
    .header .header__block .header__nav {
        position: fixed;
        top: 80px;
        left: 0px;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: #fff;
        display: none;
    }
    .header .header__block .header__nav ul {
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .header .header__block .header__nav ul li {
        width: 100%;
        height: auto;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #d7d7d7;
    }
    .header .header__block .header__nav ul li.active {
        background-color: #1d4691;
        border: 0px;
    }
    .header .header__block .header__nav ul li.active a {
        color: #fff;
        text-decoration: none;
    }
    .header .header__block .header__nav ul li a {
        font-size: 18px;
        font-weight: 300;
        color: #3c3c3c;
    }
    .header .header__block .header__nav ul li:last-child {
        border: 0px;
    }
    .header .header__block .header__lang {
        display: none;
    }
    .header .header__block .header__hamb {
        display: block;
        right: 20px;
    }

    .slider {
        height: 400px;
    }
    .slider .slide::after {
        height: 250px;
    }
    .slider .slide img.slide__img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .slider .slide .mask {
        height: 250px;
    }
    .slider .slide .mask div {
        width: 80px;
    }
    .slider .slide .slide__box .slide__block {
        height: 400px;
        padding-bottom: 80px;
    }
    .slider .slide .slide__box .slide__block .slide__left {
        display: none;
    }
    .slider .slide .slide__box .slide__block .slide__right {
        width: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        padding-bottom: 0px;
        flex-direction: row;
        padding: 0px;
        justify-content: space-between;
        padding-right: 30px;
    }
    .slider .slide .slide__box .slide__block .slide__right h3 {
        display: inline-block;
        width: auto;
    }
    .slider .slide .slide__box .slide__block .slide__right p {
        display: none;
    }
    .slider .slide .slide__box .slide__block .slide__right .custom__button {
        margin-top: -5px;
        margin-left: 30px;
    }
    .slider .slide .slide__box .slide__block .slide__right .arrow__button {
        display: none !important;
    }

    .featured .featured__block .featured__box .fb__content .fb__title {
        padding-left: 20px;
    }

    .footer .footer__block {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__info,
    .footer .footer__block .footer__box {
        width: 100%;
        height: auto;
        padding: 0px;
        margin-bottom: 20px;
    }
    .footer .footer__block .footer__box .newsletter {
        padding-right: 40px;
    }
    .footer .footer__block .footer__box .newsletter button {
        right: 20px;
    }

    .about__page .about__block {
        flex-wrap: wrap;
    }
    .about__page .about__block .ab__content {
        width: 100%;
        height: auto;
        padding: 0px;
        order: 2;
    }
    .about__page .about__block .ab__tabs {
        width: 100%;
        padding: 0px 20px;
        order: 1;
        padding-top: 50px;
    }
    .about__page .about__block .ab__tabs a {
        width: 100%;
    }

    .services {
        padding-bottom: 20px;
    }
    .services .services__list {
        flex-wrap: wrap;
    }
    .services .services__list .services__item {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
    .services .services__list .services__item .si__content {
        height: auto;
        padding: 20px 0px;
        padding-bottom: 35px;
        background-color: #fff;
        position: relative;
    }
    .services .services__list .services__item .si__content a {
        z-index: 2;
    }
    .services .services__list .services__item .si__content::after {
        width: 100%;
        height: 20px;
        background-color: #1d4691;
        content: "";
        position: absolute;
        left: 0px;
        bottom: -10px;
        z-index: 1;
    }

    .lists .lists__block .lists__items .lists__item .li__inside .li__top .lit {
        padding-right: 200px;
    }
    .slider .slide .slide__box .slide__block .slide__right .arrow__buttons {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .featured .featured__block {
        flex-wrap: wrap;
    }
    .featured .featured__block .featured__box {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    /* .tabs {
        display: none;
    }

    .portret {
        display: none;
    } */

    .tabs .tabs__list {
        flex-wrap: wrap;
        padding: 0px 10px;
    }
    .tabs .tabs__list a {
        width: 100%;
        margin: 10px 0px;
    }
    .lists .lists__block .lb__buttons {
        flex-wrap: wrap;
        padding: 0px 10px;
    }
    .lists .lists__block .lb__buttons a {
        width: 100%;
        margin: 10px 0px;
    }
    .lists .lists__projects {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .lists .lists__projects .lp__content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 620px) {
    .slider {
        height: 320px;
    }
    .slider .slide .slide__box {
        padding: 0px;
    }
    .slider .slide .slide__box .slide__block {
        height: 320px;
        padding-bottom: 0px;
    }
    .slider .slide .slide__box .slide__block .slide__right h3 {
        font-size: 22px;
    }
    .slider .slide .slide__box .slide__block .slide__right .custom__button {
        min-width: 120px;
        height: 40px;
    }
    .slider
        .slide
        .slide__box
        .slide__block
        .slide__right
        .custom__button
        span {
        font-size: 14px;
    }
    .slider .slide .mask div {
        width: 50px;
    }
    .slider .slide .mask div:nth-child(3),
    .slider .slide .mask div:nth-child(4) {
        display: none;
    }

    .lists .lists__block h4 {
        font-size: 22px;
    }
    .lists .lists__block .lists__items {
        padding-top: 0px;
    }
    .lists .lists__block .lists__items.np .lists__item {
        margin-bottom: 10px;
    }
    .lists .lists__block .lists__items .lists__item {
        margin-bottom: 50px;
    }
    .lists .lists__block .lists__items .lists__item .li__inside .li__top .lit {
        padding-right: 0px;
        position: relative;
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__top
        .lit
        button {
        width: 140px;
        min-width: 140px;
        height: 40px;
        border: 0px;
        padding: 0px 10px;
        top: -50px;
        /* bottom: 50px; */
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__top
        .lit
        button
        span {
        font-size: 14px;
    }

    .contact__page .cp__block .cp__item {
        background-color: #fff !important;
    }
    .contact__page .cp__block .cp__item .cpi__content h4 {
        font-size: 26px;
    }
    .contact__page .cp__block .cp__item .cpi__box {
        flex-direction: column;
    }
    .contact__page .cp__block .cp__item .cpi__box .cpi__image {
        width: 100%;
        height: 220px;
    }
    .contact__page .cp__block .cp__item .cpi__box .cpi__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about__page .ap__image {
        /* height: 300px; */
    }
    .about__page .ap__image img {
        /* height: 300px; */
        object-fit: cover;
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__content
        .li__double {
        flex-wrap: wrap;
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__content
        .li__double
        .lid__left {
        width: 100%;
        margin-bottom: 15px;
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__content
        .li__double
        .lid__left
        iframe {
        max-height: 250px !important;
    }
    .lists
        .lists__block
        .lists__items
        .lists__item
        .li__inside
        .li__content
        .li__double
        .lid__right {
        width: 100%;
        padding: 0px;
    }
    .contact__page .cp__form form .form__button {
        flex-wrap: wrap;
    }
    .contact__page .cp__form form .form__button button {
        width: calc(100% - 20px);
        margin: 0px 10px;
        margin-top: 20px;
    }
    .lists .lists__block .lb__before {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lists .lists__block .lb__before a {
        width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .breadcrumb {
        display: none;
    }

    .header::after {
        width: 200px;
    }
    .header .header__block .header__logo img {
        max-width: 180px;
    }

    .slider .slide .slide__box .slide__block .slide__right h3 {
        font-size: 18px;
    }
    .slider .slide .slide__box .slide__block .slide__right .custom__button {
        max-width: 120px !important;
        height: 40px;
    }
    .slider
        .slide
        .slide__box
        .slide__block
        .slide__right
        .custom__button
        span {
        font-size: 13px;
    }

    .featured .featured__block .featured__box .fb__content .fb__title h4 {
        font-size: 18px;
    }
    .featured .featured__block .featured__box .fb__content .fb__title a {
        width: 120px;
        height: 40px;
        right: -80px;
    }
    .featured .featured__block .featured__box .fb__content .fb__title a span {
        font-size: 14px;
    }

    .services .services__list .services__item .si__content h4 {
        font-size: 20px;
    }
    .services .services__list .services__item .si__content p {
        font-size: 14px;
    }

    .modal .modal__box .modal__buttons {
        flex-wrap: wrap;
    }
    .modal .modal__box .modal__buttons a {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }
}

/*# sourceMappingURL=style.css.map */
