html,
body {
    height: 100%;
    background-color: #F6F6F6;
    /*background-size: 100%;*/


}

@font-face {
    font-family: 'gilroy';
    src: url('/fonts/Gilroy-Light 300.otf');
}

@font-face {
    font-family: 'gilroy';
    src: url('/fonts/Gilroy-Light 300.otf');
}

@font-face {
    font-family: 'EuropeExt';
    src: url('/fonts/europeext.otf');
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

    background-size: cover;
    background-repeat: no-repeat;

}

.main-head {
    margin-top: -150px;
    padding-top: 200px;
    min-height: 800px;
    background-image: url('/images/bg/index.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.main-head .main-info {
    color: white;
}

.main-head .main-info h1 {
    font-family: EuropeExt;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 0.11em;
    text-align: left;
    padding-bottom: 50px;
    color: white;
}

.main-head .main-info p {
    color: #F3F3F3;
    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-main {
    display: inline-block;
    padding: 16px 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 7px;
    background: #F49829;
    color: white;
}

.button-main:hover {
    background: white;
    color: #F49829;
    text-decoration: none;
    border: 2px solid #F49829;

}

.button-main-inversion {
    display: inline-block;
    padding: 16px 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 7px;
    background: white;
    color: #F49829;
    border: 2px solid #F49829;
}

.button-main-inversion:hover {
    display: inline-block;
    padding: 16px 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 7px;
    background: #F49829;
    color: white;
    border: 2px solid #F49829;
    text-decoration: none;
}

.main-head .additional-info {
    border-radius: 7px;
    background: rgba(246, 246, 246, 0.25);
    backdrop-filter: blur(6.5px);
    padding: 0 21px 45px 21px;
}

.main-head .additional-info p {
    padding-top: 44px;
    color: #000;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.main-bottom {
    min-height: 800px;
    background-repeat: no-repeat;
    background-image: url("/images/indexbg2.png");
    background-position: right top;
    padding-top: 170px;
    padding-bottom: 100px;
}

.main-bottom-item {
    margin-top: 100px;
    display: flex;
    padding: 37px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 7px;
    border: 1px solid #000;
}

.main-bottom-item-right {
    padding-right: 100px;
}

.main-bottom-item img {
    height: 108px;
    display: inline-block;
    float: left;
    padding-right: 36px;

}

.main-bottom-item p {
    display: inline-block;
    color: #000;

    font-family: Gilroy;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

.main-bottom-item p span {
    padding-top: 10px;
}

.footer {
    background-color: #F6F6F6;
    padding: 20px 0;
    margin-top: 50px;
}

.footer p {
    color: #272727;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 11px;
}

.footer p a {
    color: #272727;

}

p.text-light {
    color: #646464;
}

.footer p a.text-light {
    color: #646464;
}

.portfolio-image {
    border-radius: 7px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.portfolio-big-image {
    height: 265px;
}

.portfolio-small-image {
    height: 200px;

}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

H1 {
    color: #272727;
    font-family: EuropeExt;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.6px;
}

@media (max-width: 600px) {
    H1 {
        word-break: break-all;
    }
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.header-rus {
    margin-bottom: 50px;
}

.navbar-brand {
    padding: 0;
}

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

.wrap > .container > div.content {
    padding: 20px;
}

.site-font {
    font-family: 'Lobster', cursive;

}

.nav > li {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.navbar-nav > li > a {
    padding-top: 25px;
    color: #272727;
}

.main-text {
    padding: 10px 15px;
    margin-left: 30px;
}

.jumbotron {
    padding-bottom: 0 !important;
}

.img-crop {
    margin: 5px;
    border: 10px solid #D6D4D4;
    float: left;
}

.brd-right {
    border-right: solid #D8D8D8 5px;
}


.navbar-brand > img {
    display: inherit !important;
}

.navbar-brand {
    float: none !important;
}

.carousel-caption {

}

.carousel-caption a {
    color: white;
    text-decoration: none;
    font-size: 1.8em;
    /*background-color: rgba(100, 100, 100, 0.7);*/
    /*border-radius: 2px;*/
    /*padding: 17px 24px;*/
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.more-link {
    color: green;
}

.btn-more {
    margin-top: 15px;
}

.navbar-header {
    padding-top: 24px;
}

#main-categoris-div {
    padding: 40px;
}

.main-category-button {
    background-color: #FDFDFD;
    padding: 10px;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    margin: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 1px 1px #ccc;
    border-radius: 2px;
}

.main-category-button:hover {
    box-shadow: 0 0 5px 3px #ccc;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    border-color: #bbb;
    background-color: #FFF;
}

div.rus-slider-item {
    max-height: 350px;
    border-color: #949494;
    border-width: 5px;
    width: 100%;
}

.carousel {
    box-shadow: 1px 20px 40px 0px #D8D8D8;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
}

.carousel-control {
    font-size: 160px;
}

.navbar-categories.nav {
    text-align: center;

}

.navbar-categories.nav > li {
    display: inline-block;
    text-align: center;
}

.navbar-categories.nav > li > a {
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.menu-wrapper {
    min-height: 340px;
    background: #faf7f0;
    display: block;
    padding: 0 20px 25px 20px;

    box-shadow: 1px 20px 40px 0 #D8D8D8;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #c5c5c5;

}

blockquote {
    background: #ffffff;
    border-left: 5px solid #3d290e;
    border-radius: 5px;
    border-right: dotted 1px #cccccc;
    border-bottom: dotted 1px #cccccc;
    border-top: dotted 1px #cccccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #393939;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.rus-gallery-image-href {
    height: 100%;
    display: inline-block;
}

.rus-gallery-image {
    height: 170px;
    width: auto;
    padding: 10px;
    margin: 10px;
    border: solid #a19999 1px;
    border-radius: 3px;
    background-color: whitesmoke;
    box-shadow: inset 0 0 5px 1px #ddd;
}

.trade-top-image-div {
    border: 1px solid gainsboro;
    border-bottom: none;
    height: 220px;
    background-position: center center;
    background-size: 100%;
    margin: -10px -15px 20px -20px;
}

.category-nav-element.col-sm-3.dropdown {
    padding: 0;
}

.category-nav-element.col-sm-3.dropdown {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 75px;
}

.nav-container.container {
    padding: 0 15px;

}

.contact-div p {
    font-size: 1.2em;
}

.top-rus {
    padding: 20px 0;
}

.rus-deviz {
    color: #0a0a0a;
    font-size: 1.3em;
    text-decoration: none;
}

.rus-phone {
    color: #000000;
    font-size: 1.3em;
    text-decoration: none;
}

.rus-phone:hover {
    color: #503708;
    font-size: 1.3em;
    text-decoration: none;
}

.navbar {
    /*border: none !important;*/
    margin-bottom: 0;
}

.navbar-rus .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FFF;
}

.navbar-rus .navbar-toggle {
    border-color: #000;
}

.navbar-rus .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

a.navbar-toggle {
    border: none;
    margin: 0 15px;
}

.category-img {
    text-align: center;
    margin: 20px 0;
}

.rus-slider-item > img {
    width: 100%;
}

.carousel-inner > .item > img {
    height: 300px;
    object-fit: cover;
}

.carousel-inner .carousel-caption {
    top: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    bottom: initial;
    background-color: rgba(0, 0, 0, 0.4);
    right: initial;
    left: initial;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
}

/* цвет фона и рамки навигационного меню */
.navbar-default {
    background-color: rgba(1, 1, 1, 0);
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #272727;
    border-color: transparent;
}

/* цвет текста, содержащий название сайта или бренда */
.navbar-default .navbar-brand {
    color: #141414;
}

/* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #000;
}

/* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
.navbar-default .navbar-nav > .dropdown > a .caret {
    display: none;
}

/* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    display: none;
}

/* Цвет стрелочки (треугольничка), открывшегося пункта меню */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    display: none;
}

/* CSS стили для мобильных устройств */
/* Цвет рамки у кнопки, которая открывает меню */
.navbar-default .navbar-toggle {
    border-color: #503708;
}

.navbar-default ul > :last-child {
    border-right: none;

}

/* Цвет полосочек в кнопочке, которая открывает меню */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

/* Цвет пунктов меню в раскрывающихся списках */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

/* Цвет и фон пункта меню в раскрывающихся списках, при поднесении к нему курсора мышки или при нахождении его в фокусе */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff5bf;
}

.page-item .page-item-header {
    color: #272727;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.page-item .button-main-inversion {
    position: absolute;
    bottom: 70px;
}

.page-item {
    border-radius: 7px;
    background-color: white;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
}

.page-item-big {
    height: 500px;
}

.page-item-small {
    height: 440px;

}

.page-item img {
    max-width: 100%;
}

.category-item {
    height: 400px;
    border-radius: 7px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    color: #000;
}

.category-item-header {
    /* подзаголовок */
    font-family: Gilroy;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.category-image {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 7px 7px 0 0;
}

.category-inner {
    padding: 30px;
}

.category-item .button-main {
    position: absolute;
    bottom: 55px;
}

.contact-block {
    padding-top: 50px
}

.contact-bottom {
    margin-top: 50px;
}

.contact-header {
    color: #000;

    /* контекстный текст */
    font-family: Gilroy;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-value {
    color: #000;
    font-family: Gilroy;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-additional {
    color: #000;

    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 50px;
}

.contacts-press .item-1 {
    color: #9D9D9D;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contacts-press .item-2 {
    color: #000;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contacts-press .item-3 {
    color: #000;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts-press .item-4 {
    color: #000;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.press-image {
    display: inline-block;
    float: left;
}