@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap'); 

html {
    height: 100%;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.fs-1 {
    font-size: 2rem!important;
}
.fs-2 {
    font-size: 1.8rem!important;
}
.fs-3 {
    font-size: 1.6rem!important;
}
.fs-4 {
    font-size: 1.4rem!important;
}
.fs-5 {
    font-size: 1.2rem!important;
}
.fs-6 {
    font-size: 0.9rem!important;
}
.px-md-6 {
    padding-right: 80px;
    padding-left: 80px;
} 
p{
    font-size: 14px;
    margin-bottom: 0.5rem;
}
body {
    font-family: "Inter Tight", sans-serif; 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 140%;
    letter-spacing: 0%; 
    background-color: #ffffff;
    color: #000000;
    height: 100%;
}
header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #002C7E;
}
.logo { 
    background: url('../images/logo.svg') no-repeat center; 
    background-size: contain;
    width: 140px;
    height: 45px;
}
.slogan {
    color: #ffffff;
    font-size: 17px;
} 
.slogan p {
    margin: 0;
}
.slogan p:nth-child(2) {
    color: #ccd5e5;
}
.navbar {
    font-size: 17px;
}
header .nav-link {
    height: 60px;  
    display: flex;
    color: #FFFFFF;
    align-items: center;
    border-bottom: 4px solid transparent;
    font-size: 14px;
} 
header .nav-link:hover, header .nav-link:active, .nav-link.active, header .nav-link:focus{
    height: 60px; 
    background: #FFFFFF;
    color: #002C7E;
    border-bottom: 4px solid #CC9827;
}
header .nav-item {
    display: flex;
    align-items: center;
}
footer {
    border-top: 1px solid #DDDDDD;
    height: 139px; 
}
main {
    min-height: calc(100vh - 259px);
}
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;  
}
.icon-32 { 
    width: 32px;
    height: 32px;  
}
.icon-24 { 
    width: 24px;
    height: 24px;  
}
.icon-copy { 
    background: url('../images/copy.svg') no-repeat center; 
}
.icon-card { 
    background: url('../images/card.svg') no-repeat center; 
}
.icon-open { 
    background: url('../images/open.svg') no-repeat center; 
}
.icon-upload { 
    background: url('../images/upload.svg') no-repeat center; 
}
.icon-arrow-right-up { 
    background: url('../images/arrow-right-up.svg') no-repeat center; 
}
.icon-rupor { 
    background: url('../images/rupor.svg') no-repeat center; 
}
.icon-users { 
    background: url('../images/users.svg') no-repeat center; 
}
.icon-user-check { 
    background: url('../images/user-check.svg') no-repeat center; 
}
.btn:hover .icon-user-check { 
    background: url('../images/user-check-white.svg') no-repeat center; 
}
.icon-arrow-right-blue { 
    background: url('../images/arrow-right-blue.svg') no-repeat center; 
}
.icon-arrow-right { 
    background: url('../images/arrow-right.svg') no-repeat center; 
}
.btn:hover .icon-arrow-right { 
    background: url('../images/arrow-right-white.svg') no-repeat center; 
}
.icon-timer { 
    background: url('../images/timer.svg') no-repeat center; 
}
.icon-play { 
    background: url('../images/play.svg') no-repeat center; 
}
.btn:hover .icon-timer, .btn:active .icon-timer, .btn:focus .icon-timer { 
    background: url('../images/timer-white.svg') no-repeat center; 
}
.btn-transparent {
    background-color: #CC9827;
    border: 2px solid #CC9827;
    color: #FFFFFF;
    transition: 0.3s;
}
.btn-transparent:hover {
    background-color: transparent;
    border: 1px solid #CC9827;
    color: #000000;
}
.btn-grey {
    background-color: #CCC;
    border: 2px solid #CCC;
    color: #FFFFFF;
    transition: 0.3s;
}
.btn-grey:hover {
    background-color: transparent;
    border: 2px solid #CCC!important;
    color: #000000;
}
.link-black {
    color: #00000099;
    text-decoration: none;
}
.link-black:hover { 
    text-decoration: underline;
}
.link-full-black {
    color: #000000;
    text-decoration: none;
}
.link-full-black:hover { 
    border-bottom: 2px solid #000000;
}
.link-blue {
    color: #002C7E;
    text-decoration: none;
}
.link-blue:hover { 
    text-decoration: underline;
}
.handle { 
    cursor: move; 
    width: 40px; 
    text-align: center; 
}
.text-pre-line { 
    white-space: pre-line; 
}
.text-blue {
    color: #004CD8;
}
.icon-vk { 
    fill: black;   
    border-radius: 50%;
    transition: 0.3s;
}
.icon-vk:hover {
    background-color: #004CD8;  
    fill: #fff;
}
.icon-instagram { 
    fill: black;   
    border-radius: 50%;
    transition: 0.3s;
}
.icon-instagram:hover {
    background-color: #004CD8;  
    fill: #fff;
}
.icon-x { 
    fill: black;   
    border-radius: 50%;
    transition: 0.3s;
}
.icon-x:hover {
    background-color: #004CD8;  
    fill: #fff;
}
.icon-sp-x { 
    fill: #000;   
    color: #000; 
    transition: 0.3s;
    width: 44px;
    height: 44px;
    padding: 10px;
}
.icon-sp-x:hover {
    background-color: #004CD8;  
    fill: #fff;
    color: #fff;
}
.icon-sp-tg { 
    fill: #000;   
    color: #000; 
    transition: 0.3s;
    width: 44px;
    height: 44px;
    padding: 10px;
}
.icon-sp-tg:hover {
    background-color: #004CD8;  
    fill: #fff;
    color: #fff;
}
.icon-sp-yt { 
    fill: #000;   
    color: #000; 
    transition: 0.3s;
    width: 44px;
    height: 44px;
    padding: 10px;
}
.icon-sp-yt:hover {
    background-color: #004CD8;  
    fill: #fff;
    color: #fff;
}
.icon-sp-dis { 
    fill: #000;   
    color: #000; 
    transition: 0.3s;
    width: 44px;
    height: 44px;
    padding: 10px;
}
.icon-sp-dis:hover {
    background-color: #004CD8;  
    fill: #fff;
    color: #fff;
}
.icon-facebook { 
    fill: black;   
    border-radius: 50%;
    transition: 0.3s;
}
.icon-facebook:hover {
    background-color: #004CD8;  
    fill: #fff;
    color: #fff;
}
.icon-radius {
    border-radius: 50%;
    overflow: hidden;
}
.btn-primary { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-width: 2px; 
    border: 2px solid #CC9827;
    color: #CC9827;
    padding: 10px 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CC9827!important;
    border-width: 2px; 
    border: 2px solid #CC9827!important;
    color: #fff;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #CC9827;
    border-color: #CC9827;
    color: #fff;
}
.btn-white { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-width: 2px; 
    border: 2px solid #f2f2f2;
    color: #666666;
    padding: 15px 20px;
}
.btn-white:hover { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-width: 2px; 
    border: 2px solid #f2f2f2f2;
    color: #666666;
}
.btn-pink { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdfcf9;
    border-width: 2px; 
    border: 2px solid #fdfcf9;
    color: #CC9827;
    padding: 15px 20px;
}
.btn-pink:hover { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdfcf9;
    border-width: 2px; 
    border: 2px solid #CC9827!important;
    color: #CC9827;
}
.btn-blue { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-width: 2px; 
    border: 2px solid #002C7E;
    color: #002C7E;
    padding: 15px 20px;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus { 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002C7E!important;
    border-width: 2px; 
    border: 2px solid #002C7E!important;
    color: #FFF;
}
.footer__contacts a:link, .footer__contacts a:visited, .footer__contacts a:active { 
    font-weight: 500; 
    font-size: 16px; 
    line-height: 160%;
    letter-spacing: 0%;
    color: #000000;
    text-decoration: none;
    border: 2px solid transparent; 
    transition: border-color 0.3s ease; 
}
.footer__contacts a:hover {
    border-bottom: 1px solid #000000; 
}
.footer__link a:link, .footer__link a:visited, .footer__link a:active {  
    font-weight: 400; 
    font-size: 14px; 
    line-height: 160%;
    letter-spacing: 0%;
    text-decoration: none;  
    border-bottom: 1px solid #00476b;
    color: #00699E;
    transition: .3s;
}
.footer__link a:hover { 
    border-bottom: 1px solid #00476b;
    color: #00476b;
}
.news-date { 
    font-weight: 500; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: 0%;
    color: #00000099; 
}
.page-link {
    color: #000000CC; 
    border: none;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 0;
}
.active>.page-link, .page-link.active {
    font-weight: 500;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #002C7E; 
    color: #002C7E;
}
.breadcrumb {  
    font-size: 14px;  
}
.breadcrumb-item a:link, .breadcrumb-item a:visited, .breadcrumb-item a:active { 
    font-weight: 500; 
    font-size: 14px; 
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000CC; 
    text-decoration: none;
}
.breadcrumb-item a:hover {
    border-bottom: 1px solid #000000CC;
}
hr {
    border: none;
    border-top: 1px solid #d9d9d9;
    margin: 20px 0;
}
.bg-beige {
    background-color: #fcfaf4;
}
.bg-blue {
    background: #004CD80D; 
} 
td.color-blue {
    color: #002C7E;
}
.color-blue {
    color: #002C7E;
}
.color-gold {
    color: #CC9827;
}
.color-grey {
    color: #666666;
}
.border-grey {
    border: 1px solid #f2f2f2;
}
.underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #002C7E26;
} 
.ms--12 {
    margin-left: -12px;
}
.tags { 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000CC; 
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-slider {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
  aspect-ratio: 16 / 9;
}

.swiper-thumbs {
  margin-top: 10px;
}

.swiper-image {
  height: 80%;
  width: 100%;
}

.swiper-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
} 
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #D63484;
  padding: 2px;
}
.swiper-thumbs .swiper-slide-thumb-active img{
  border-radius: 7px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}
.task {   
    font-weight: 400; 
    font-size: 18px; 
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000CC; 
    gap: 10px;  
    padding: 20px; 
    border: 1px solid #0000001A
}
.task p {
    margin: 0 20px ;
    padding: 0;
}
.task p:before {
    content: "•"; 
    color: #CC9827; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em;
}
.form-control {
    font-size: 14px;
}
.form input, .form textarea, .form select {  
    border: 1px solid #DEDEDE; 
    border-radius: 0;
    color: #00000099;
    padding: 15px 20px;
    /* resize: none; */
}
 
.form input:focus, .form textarea:focus { 
    border-color: #DEDEDE; 
    box-shadow: none;
}
.form-noboarder {
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
}
.form-noboarder input, .form-noboarder textarea, .form-noboarder .input { 
    border-top: none;
    border-left: none;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    color: #00000099;
    padding: 15px 20px;
    resize: none;
}
 
.form-noboarder input:focus, .form-noboarder textarea:focus { 
    border-color: #DEDEDE; 
    box-shadow: none;
}
.accordion-item {
    border: none;
}
.accordion-button {
    color: #000000;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000000;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    font-size: 16px;
    line-height: 1.8;
}
.new-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.new-checkbox .plus, .new-checkbox .minus {
    width: 21px;
    height: 21px;
    border: 1px solid #CC9827;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 
.new-checkbox .plus svg, .new-checkbox .minus svg {
    fill: #CC9827;
    width: 14px; 
} 
.new-checkbox .plus:hover, .new-checkbox .minus:hover, .new-checkbox .active {
    background-color: #CC9827;
    fill: #fff;
} 
.new-checkbox .plus:hover svg, .new-checkbox .minus:hover svg, .new-checkbox .active svg { 
    fill: #fff;
} 
.table>:not(caption)>*>* {
    background-color: transparent;;
}
.table td {
    padding: 13px 30px;
}
.btn {
    font-size: 16px;
    border-radius: 0; 
}
.btn:hover {
    border: 2px solid #CC9827; 
}
.select .btn {
    background-color: #CC98270D;
    font-family: Inter Tight;
    font-weight: 400; 
    font-size: 18px; 
    line-height: 150%;
    letter-spacing: 0%;
    color: #CC9827;
    border: none;
    height: 60px;
    transform: .3s;
}
.select .btn.active {
    background-color: #CC9827;
    color: #FFFFFF;
}
.partner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    height: 100%;
    padding: 1.5rem;
}
.partner p {
    color: #313131;
}
.video-player {
    position: relative; 
} 
.video-player img {
    width: 100%;
}
.video-player .overlay {
    background-color: #000000;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-player .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none; 
}
.video-player .play:hover {
    text-decoration: underline; 
}

.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    height: 100%;
    padding: 1.5rem;
}
.product-image {
    width: 260px;
    height: 303px;
    overflow: hidden;
}
.product-image img { 
    width: 100%; 
    height: 100%;;
    display: block;
    object-fit: cover;
    object-position: center;
} 
.tokens img {
    width: 152px;
    height: 152px;
    margin-left: 20px;
}
.validation .error {
    border-bottom-color: red!important;
}
 
.alert.show { 
    right: 20px;
    transition: 1s;
}
.alert { 
    right: -100%;
    transition: 1s;
    position: fixed; 
    top: 20px;
    z-index: 9999;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}
.alert-success {  
    background-color: #28a745;
    border-color: #28a745; 
}
.alert ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}
.alert li {
    margin-bottom: 5px;
}
.confirmation-message {
    box-shadow: 0px 0px 49.7px 0px #00000014; 
    background-color: #fff;
    color:#000;
    padding: 20px;
    border-radius: 10px;
    text-align: center; 
    max-width: 500px;
    margin: 50px auto;
}

.team {
    height: 370px;
    overflow: hidden;
}
.team  p {
    opacity: 0.8;
}
.navbar-toggler {
    border-color: #FFFFFF;
    color: #FFFFFF;
} 
.news-list .news:nth-child(even) {
    background-color: #f7f7f7; 
}
 
@media screen and (max-width: 1361px){ 
    .slogan {
        display: none;
    }
}
@media screen and (max-width: 992px){ 
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    .px-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    header {
        height: 70px; 
    } 
    .logo { 
        width: 140px;
        height: 50px;
    }
    .table td {
        padding: 8px 10px;
    }
    .breadcrumb-item a:link, .breadcrumb-item a:visited, .breadcrumb-item a:active, .breadcrumb-item.active { 
        font-size: 16px; 
    }
    .navbar-collapse {
        background: #002C7E;
        border: 1px solid #002C7E;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        padding-top: 30px;
        /* width: 220px; */
        z-index: 999;
    }
    header .nav-link { 
        justify-content: center;
    }
    header .nav-link {
        color: #fff;
        padding: 15px;
        height: 40px; 
    } 
    header .nav-link:active, header .nav-link:hover, header .nav-link:focus, header .nav-link.active {
        background: #FFFFFF;
        color: #002C7E;
        border-bottom: 4px solid #CC9827;
        padding: 15px;
        height: 40px; 
    } 
    .tokens img {
        width: 152px;
        height: 152px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px){ 
    .footer ul li {
        text-align: center;
        margin-bottom: 10px;
    }
    .team {
        height: auto; 
    }
}