

/* Start:/local/templates/main/lightbox2-2.11.3/css/lightbox.css?17338914983580*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/main/lightbox2-2.11.3/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/main/lightbox2-2.11.3/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/main/lightbox2-2.11.3/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/main/lightbox2-2.11.3/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/.default/style.css?1733891498131*/
@media (min-width: 992px) {
    #main-menu-collapse .navbar-nav {
        align-items: center;
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/main/styles.css?1733891498137*/
::placeholder {
    font-size: .8em;
    color: #767f8c;
    font-style: italic;
    padding-left: 5px;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17338914987105*/
@font-face {
    font-family: "Playfair Display";
    src: url("/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf") format("opentype");
}

html {
    height: 100vh;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-size: 18px;
    background: #767f8c;
}

body {
    /*background: url('/local/templates/main/images/expertsib-1680x1096.jpg') 50% 50% no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
}

/*
.side-lines
 */
.side-lines {
    position: relative;
}

.side-lines:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 6px solid white;
    background: white;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-lines.dark-lines:before {
    border-color: #8c6a58;
    background: #8c6a58;
}

.side-lines.vertical-lines:before {
    height: 100%;
    left: 50%;
    top: 0;
    width: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.side-lines .side-lines-content {
    z-index: 1;
    background: #8c6a58;
}

.side-lines.dark-lines .side-lines-content {
    background: white;
    background: #f8f9fa;
}

.section-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 2.222rem;
    font-style: italic;
    /*font-weight: bold;*/
    color: white;
}

.section-title.dark {
    color: #8c6a58
}

/*
#LOGO-CONTAINER
 */
#logo-container {
    font-family: 'Montserrat', sans-serif;

    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url('/local/templates/main/images/bg-header.jpg') no-repeat 0 50%;
    background-size: cover;
    background-attachment: fixed;
}

#logo-container .header-title {
    background: #8c6a58;
    color: white;
    width: 100%;
    text-align: center;
}

#logo-container .header-title .container-fluid {
    display: flex;
    justify-content: center;
}

#logo-container .header-title-main {
    font-family: 'Playfair Display', serif;

    position: relative;
    font-size: 2.625rem;
    line-height: 2rem;
    font-weight: bold;
    font-style: italic;
}

#logo-container .header-title-additional {
    font-size: 1.1rem;
    margin-top: 1rem;
}

/*
#MAIN-MENU
 */

#main-menu {
    background: #6d889b;
    background: #767f8c;
}

/*
#HEADER
 */

/*
#WORKAREA
 */
#workarea {
    overflow: hidden;
}

@media (max-width: 767px) {
    #workarea h1, h2 {
        font-size: 1.5rem;
    }
}

#workarea .title {
    display: flex;
    justify-content: center;
}

.greeting-img {
    background: url(/local/templates/main/images/bg-greeting.jpg) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    min-height: calc(100vw - 30px);
}

@media (min-width: 768px) {
    .greeting-img {
        -webkit-background-size: cover;
        background-size: cover;
        min-height: auto;
    }
}

.social-container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    border-top: 1px solid rgba(118, 127, 140, .15);
}

.social-container a {
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 18px;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-container a:hover {
    opacity: .9
}

.social-container .fa-facebook {
    background-color: #4867aa;
}

.social-container .fa-vk {
    background-color: #5181b8;
}

.social-container .fa-instagram {
    background-color: #d93462;
}

.social-container .fa-youtube-play {
    background-color: #ff002f;
}

.social-container .fa-globe {
    background-color: #360525;
}


@media (min-width: 576px) {
    .social-container a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
}

/*
#FOOTER
 */
#footer {
    color: white;
    background: #453034;
    background: #6d889b;
    background: #767f8c;
}

#footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(235, 235, 235, .11);
}

#footer .footer-about {
    width: 100%;
}

#footer .footer-contacts {
    width: 100%;
}

#footer .footer-left-container,
#footer .footer-right-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#footer .footer-links {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
}

#footer .footer-links > a {
    color: #ebebeb;
}

@media (min-width: 576px) {
    #footer .footer-left-container {
        display: flex;
    }

    #footer .footer-about,
    #footer .footer-contacts {
        width: auto;
    }

    #footer .footer-about {
        flex: 2;
    }

    #footer .footer-contacts {
        flex: 1;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #footer .footer-left-container,
    #footer .footer-right-container {
        display: block;
        width: 50%;
    }

    #footer .footer-about {
        width: 100%;
    }

    #footer .footer-contacts {
        width: 100%;
    }
}

@media (min-width: 1200px) {
}

/*MODAL*/
.modal-body ol {
    counter-reset: item;
    padding-left: 0
}

.modal-body ol > li {
    display: block;
    padding-bottom: 1rem
}

.modal-body ol > li:before {
    font-weight: bold
}

.modal-body ol ol li:before {
    font-weight: normal
}

.modal-body ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.modal-body ul > li {
    list-style-type: disc
}

.modal-body a {
    color: #080d0d;
    text-decoration: underline;
}

.modal-body a:hover {
    text-decoration: none;
}

/*
#quote-lovel-drahman
 */
#quote-lovel-drahman {
    position: relative;
    background: url('/local/templates/main/images/bg-lovel-drahman.jpg') no-repeat 0 50%;
    background-size: cover;
    /*background-attachment: fixed;*/
    overflow: hidden;

}

#quote-lovel-drahman .quote-container {
    background: #8c6a58;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.555rem;
    font-style: italic;
}

#quote-lovel-drahman .quote-container p {
    margin: 1rem auto;
}

@media (min-width: 576px) {
    #quote-lovel-drahman .quote-container {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (min-width: 768px) {
    #quote-lovel-drahman .quote-container {
        margin-left: 55%;
        margin-right: 5%;
    }
}

@media (min-width: 992px) {
    #quote-lovel-drahman .quote-container {
        margin-left: 65%;
        margin-right: 5%;
    }
}

@media (min-width: 1200px) {
}
/* End */
/* /local/templates/main/lightbox2-2.11.3/css/lightbox.css?17338914983580 */
/* /local/templates/main/components/bitrix/menu/.default/style.css?1733891498131 */
/* /local/templates/main/styles.css?1733891498137 */
/* /local/templates/main/template_styles.css?17338914987105 */
