@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap&subset=cyrillic');

body {
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;

}

a {
    color: #303e71;
    text-decoration: none;
    background-color: transparent;
}

h2 {
    color:#000000;
}

h3 {
    font-size: 1rem;
    /* color: #303e71; */
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-lang li {
    margin: 0 5px;
}

.top {
    font-size: 12px;
}

.navbar a {
    color: #ffffff;
}

.langs .active {
    display: none;
}


.bg-trf-dark {
    background-color: #526980!important
}
.bg-trf-dark-05 {
    background-color: #526980!important
}
.bg-trf-lightdark {
    background-color: #cbd6de!important
}
.bg-trf-darker {
    background-color: #000000!important
}
.bg-trf-light {
    background-color: #cbd6de!important
}
.bg-trf-lighter {
    background-color: #e4e6e8!important
}
.text-trf-dark {
    color: #303e71!important
}
.text-trf-light {
    color: #c9ced2!important
}



.h100 {
    height: 100%
}

.valign {
    top:50%;
    position: absolute;
    transform: translate(0,-50%);
}

.navbar  {
    font-size: 14px;
    font-weight: 600;
}
.navbar .nav-item  {
    margin: 0 10px;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
}

.navbar-dark .navbar-nav .nav-item:before  {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -5px;
    width: calc(100% + 10px);
    height: 3px;
    z-index: 0;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: transform .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: transform .3s cubic-bezier(.77,0,.175,1);
    transition: transform .3s cubic-bezier(.77,0,.175,1);
}

.navbar-dark .navbar-nav .nav-item:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.navbar-dark .navbar-nav .nav-item.active:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -5px;
    width: calc(100% + 10px);
    height: 3px;
    z-index: 0;
    background-color: #ffffff;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: transform .3s cubic-bezier(.77,0,.175,1);
    transition: transform .3s cubic-bezier(.77,0,.175,1);
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #303e71;
}

.btn-primary {
    color: #fff;
    background-color: #303f71;
    border-color: #303f71;
}

ul.nav a {
    color: #a28256;
    text-decoration: none;
    background-color: transparent;
}
ul.nav a:hover {
    color: #ffffff;
}

.navbar-brand {
    width: 110px;
    padding: 0;
}

.navbar-brand img {
    width: 100%;
}



.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.header {
    padding: 5vh 0;
}

#checkout .card h3 {
    padding: 1rem 0;
}

.header h1  {
    font-weight: 400;
    font-size: 2rem;
    color:#000000;
}
.hero .caption h1  {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 8rem;
    color:#ffffff;
}
.hero .caption h2  {
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    font-size: 1.5rem;
    color: #ffffff;
}

.card {
    border: 0;
    border-radius: 0.4rem;
    box-shadow: 0px 0px 40px #cccccc82;
}

#aboutus_home .card  {
    height: 100%;
}
#aboutus_home .card img {
    margin: 0 auto;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(4rem + 2px);
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.hr {
    height: 4px;
    width: 50px;
    background: #303e71;
    margin: 30px auto;
}


.facts {
    border: 1px solid #9a7d53!important;
}
.facts ul {
    margin:0;
    padding: 0;
}
.facts ul li {
    margin:0 0 5px 0;
    padding: 0;
    list-style-type: none;
}

.sctoll-down {
    position: absolute;
    bottom: 30px;
    left:50%;
    font-family: 'Playfair Display', serif;
    font-size: 0.8rem;
    margin-top: 9px;
    transform: translate(-50%,0);
    color:#ffffff;
    text-align: center;
    width: 150px;
    cursor: pointer;
}

.sctoll-down img {
    width: 18px;
    margin-top: 5px;
}
.border-0 {
    border: 0!important;
}


#aboutus .prevImg {
    background: #303e71;
}

#aboutus .prevImg img {
    opacity: 0;
    transition: 1s;
}

#aboutus .col-md-8  img {
    max-width: 15%;
    padding: 0 2% 2%;
}


#aboutus .col-md-8 h3 {
    margin-top: 30px;
    text-align: center;
    border-bottom: solid 1px #666666;
    padding-bottom: 5px;
}

.footer .social  {
    margin-top: 30px;
}
.footer .social a  {
    text-decoration: none;
    /* margin-top: 120px; */
    font-size: 26px;
    border: 0;
}


.navbar-toggler {
    border: 0;
    margin-top: 0px;
    transition: 0.3s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    margin-bottom: 4px;
    background: #ffffff;
    transition: 0.5s;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    -webkit-transform-origin: 70% 0;
    -moz-transform-origin: 70% 0;
    -o-transform-origin: 70% 0;
    -ms-transform-origin: 70% 0;
    transform-origin: 70% 0;
    -webkit-transform: rotate(45deg) translate(5px,8px);
    -moz-transform: rotate(45deg) translate(5px,8px);
    -o-transform: rotate(45deg) translate(5px,8px);
    -ms-transform: rotate(45deg) translate(5px,8px);
    transform:rotate(45deg) translate(5px,8px);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
}
.navbar-toggler[aria-expanded="true"] :nth-child(3) {
    -webkit-transform-origin: 80% 0;
    -moz-transform-origin: 80% 0;
    -o-transform-origin: 80% 0;
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0;
    -webkit-transform: rotate(-45deg) translate(5px,-10px);
    -moz-transform: rotate(-45deg) translate(5px,-10px);
    -o-transform: rotate(-45deg) translate(5px,-10px);
    -ms-transform: rotate(-45deg) translate(5px,-10px);
    transform: rotate(-45deg) translate(5px,-10px);
}


@media (min-width: 1200px){

}

@media (max-width: 992px) {

}

/*Profile start*/

.profileGrid {
    display: grid;
    grid-template-columns: 0.6fr 2fr;
    gap: 20px;
}

.profileGrid .asd, .profileGrid .rightPart {
    height: 100%;
}

.profileGrid aside ul {
    list-style: none;
    padding: 0;
}

.profileGrid aside ul li a {
    transition: .3s;
}

.profileGrid aside ul li.active {
    border-left: 3px solid #28a745;
}

.profileGrid aside ul li.active a {
    color: #000;
    font-weight: 700;
}

.profileGrid aside ul li:hover {
    border-left: 3px solid #28a745;
}

.profileGrid aside ul li:hover a {
    color: #000;
    font-weight: 700;
}

.profileGrid aside ul li a {
    color: #000;
}

.upload-box {
    width: 100%;
    padding: 20px;
    border: 2px dashed #ccc;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}
.upload-box.dragover {
    border-color: #28a745;
    background: #f0f8ff;
}
.upload-box p {
    margin: 10px 0;
}

/*Profile end*/

@media (max-width: 767px) {
    .logo {
        width: 100%;
        max-width: 230px;
    }

    h2 {
        color: #000000;
        font-size: 1.5rem;
    }

    .valign {
        top: 50%;
        position: static;
        transform: translate(0,0);
    }

    .navbar-brand {
        width: 80px;
        padding: 0;
    }

    .header h1, .hero .caption h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2rem;
    }

    .nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .hero {
        background: url(/img/hero.jpg);
        background-size: cover;
        background-position: center;
        height: auto!important;
        min-height: 500px;
        margin-bottom: 0;
        padding-bottom: 80px;
        position: relative;
    }

    ul.nav a {
        line-height: 1.2;
    }

    ul.nav.mt-xs-0 {
        margin-top: 0;
    }

    .navbar .nav-item {
        margin: 0 15px;
        position: relative;
        text-align: center;
        max-width: 50%;
        margin: 10px auto;
    }
    #aboutus .col-md-8  img {
        max-width: 24%;
        padding: 2%;
    }
}


/*Basket lime*/
.bottomLine {
    background: #526980;
    padding: 30px 10px;
    color: white;
    position: sticky;
    width: 100%;
    z-index: 100;
    margin-top: 20px;
    bottom: 0;
}
