/*////////////////////////////////////////////////////////////////////////////////////////////////////

ShareBootstrap - Minimal portfolio Template v1.0.0 (https://sharebootstrap.com)
Copyright 2019 Sharebootstrap.com
Licensed under  CC BY 3.0 

////////////////////////////////////////////////////////////////////////////////////////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////
Change your color here 
////////////////////////////////////////////////////////////////////////////////////////////////////*/

:root {
    --primary-color: #694bea;
    --secondary-color: #f8cf46;
}

::-moz-selection {
    color: #fff;
    background: var(--primary-color)
}

::selection {
    color: #fff;
    background: var(--primary-color)
}

::-moz-selection {
    color: var;
    background: var(--primary-color)
}

body {
    padding-top: 120px;
    font-family: 'Open Sans', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.64;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

a:hover {
    text-decoration:underline;
    color: var(--primary-color);
}

a.link {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.link::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.link:hover {
    color: #000
}

a.link:hover::before {
    background: #000
}

#pjAcceptCookieBar a,
#pjAcceptCookieBar a:active,
#pjAcceptCookieBar a:focus {
  font-size: 14px;
  text-decoration: underline;
  color: #1583e9;
  font-weight: 400;
}

#pjAcceptCookieBar a:hover
{
  text-decoration: none;
  color: #62a4e1;
}

.space-md {
    padding-top: 90px;
    padding-bottom: 90px
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#preloader.hide {
    visibility: hidden;
    opacity: 0
}

#loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(1);
        border: 5px solid #222
    }
    50% {
        -webkit-transform: scale(0);
        border: 30px solid #222
    }
    100% {
        -webkit-transform: scale(1);
        border: 10px solid #222
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 5px solid #222
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        border: 30px solid #222
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 10px solid #222
    }
}


/*/////////////////////
  Container tweak
///////////////////////*/

.container {
    max-width: 1440px
}


/*/////////////////////
Navigation
///////////////////////*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight:normal;
    letter-spacing: .04rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 700;
    text-transform: none;
}


/*/////////////////////
Header intro 
///////////////////////*/

.headline {
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}

.headline-content {
    display: block;
    position: relative;
}

.headline-content .headline-title {
    font-weight: 900
}

@media (min-width: 577px) and (max-width: 780px) { 
    .headline-content .headline-title {
        font-size: 36px;
    }
 }
@media (max-width: 576px) { 
    .headline-content .headline-title {
        font-size: 36px;
    }
 }

.headline-subtitle {
    font-size: 24px
}


/* Portfolio */

#portfolio-filters {
    margin-bottom: 50px
}


/* portfolio filter */

#filters li {
    display: inline-block;
    margin-right: 100px
}

#filters li:last-child {
    margin-right: 0
}

#filters li a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#filters li a::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#filters li a:hover,
#filters li a.active {
    color: #000
}

#filters li a:hover::after,
#filters li a.active::after {
    width: 100%
}


/* Portfolio items */

.entry {
    overflow: hidden
}

.entry-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.entry:hover .entry-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.work-entry-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* background: rgba(50, 109, 221, 0.9); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.entry:hover .work-entry-hover {
    opacity: 1;
    visibility: visible
}

.work-entry-content {
    position: absolute;
    bottom: 50px;
    left: 50px
}

.work-entry-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    position: relative;
    top: 15px;
    -webkit-transition: all .5s cubic-bezier(0.4, .2, 0, 1) .2s;
    transition: all .5s cubic-bezier(0.4, .2, 0, 1) .2s
}

.work-entry-cat {
    font-size: 14px;
    opacity: 0;
    position: relative;
    top: 15px;
    -webkit-transition: all .5s cubic-bezier(0.4, .2, 0, 1) .3s;
    transition: all .5s cubic-bezier(0.4, .2, 0, 1) .3s;
    color: #fff;
}

.entry:hover .work-entry-title,
.entry:hover .work-entry-cat {
    opacity: 1;
    top: 0
}

.project-intro li {
    font-size: 18px;
    color: #000000;
    padding: 12px 0 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* max-width: 200px */
}

.project-intro li.title {
    font-weight: 700;
    padding: 0px 0 22px;
}


/* Footer */

.footer {
    margin-top: 115px;
}

.footer .footer-title {
    margin-bottom: 100px
}

.footer ul {
    margin-top: 30px
}

.footer ul li {
    margin-bottom: 10px
}

.copy {
    font-weight: 600;
    color: #000;
}


/* Conatact */

.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.875rem .85rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0;
}


/* ДЛЯ ВЫДЕЛЕНИЯ КОНТЕНТНЫХ БЛОКОВ */

.color0block {
    /* этот для аналогичных блоков, но без выделения цветом */
    width: 100%;
}

.color1block {
    width: 100%;
    background-color: #d5edff;
}

.color2block {
    width: 100%;
    background-color: #eeeeee;
}

/* ОТСТУПЫ И ВИД КАРТИНОК */

.otstup5px {
    width: 100%;
    height: 5px;
}
.otstup10px {
    width: 100%;
    height: 10px;
}
.otstup15px {
    width: 100%;
    height: 15px;
}
.otstup20px {
    width: 100%;
    height: 20px;
}
.otstup25px {
    width: 100%;
    height: 25px;
}
.otstup30px {
    width: 100%;
    height: 30px;
}
.otstup35px {
    width: 100%;
    height: 35px;
}
.otstup40px {
    width: 100%;
    height: 40px;
}
.otstup45px {
    width: 100%;
    height: 45px;
}
.otstup50px {
    width: 100%;
    height: 50px;
}

.otstup60px {
    width: 100%;
    height: 60px;
}

.otstup70px {
    width: 100%;
    height: 70px;
}

.otstup80px {
    width: 100%;
    height: 80px;
}

.otstup90px {
    width: 100%;
    height: 90px;
}

.otstup100px {
    width: 100%;
    height: 100px;
}

.bottommargin5px {
    margin-bottom: 5px;
}

.bottommargin7px {
    margin-bottom: 7px;
}

.bottommargin10px {
    margin-bottom: 10px;
}

.bottommargin15px {
    margin-bottom: 15px;
}

.bottommargin20px {
    margin-bottom: 20px;
}

.bottommargin25px {
    margin-bottom: 25px;
}

.bottommargin30px {
    margin-bottom: 30px;
}
.bottommargin35px {
    margin-bottom: 35px;
}
.bottommargin40px {
    margin-bottom: 40px;
}
.bottommargin45px {
    margin-bottom: 45px;
}
.bottommargin50px {
    margin-bottom: 50px;
}

.bottommargin60px {
    margin-bottom: 60px;
}

.bottommargin70px {
    margin-bottom: 70px;
}

.bottommargin80px {
    margin-bottom: 80px;
}

.bottommargin90px {
    margin-bottom: 90px;
}

.bottommargin100px {
    margin-bottom: 100px;
}


.topmargin5px {
    margin-top: 5px;
}

.topmargin7px {
    margin-top: 7px;
}

.topmargin10px {
    margin-top: 10px;
}

.topmargin15px {
    margin-top: 15px;
}

.topmargin20px {
    margin-top: 20px;
}

.topmargin25px {
    margin-top: 25px;
}

.topmargin30px {
    margin-top: 30px;
}

.topmargin35px {
    margin-top: 35px;
}

.topmargin40px {
    margin-top: 40px;
}

.topmargin45px {
    margin-top: 45px;
}

.topmargin50px {
    margin-top: 50px;
}

.topmargin60px {
    margin-top: 60px;
}

.topmargin70px {
    margin-top: 70px;
}

.topmargin80px {
    margin-top: 80px;
}

.topmargin90px {
    margin-top: 90px;
}

.topmargin100px {
    margin-top: 100px;
}


.endborder10pxdiv {
    margin-top: 10px;
    border-bottom: 1px solid #dedede;    /* ЭТО ЦВЕТ ЛИНИИ-РАЗДЕЛИТЕЛЯ */
}

.borderbottom {
    border-bottom: 1px solid #888888;
}


img.podsvetka:hover {
    filter: alpha(Opacity=75) !important; /* Полупрозрачность для IE */
    opacity: 0.75 !important; /* Полупрозрачность для других браузеров */
}


.leftimg1 {
    float: left; /* Выравнивание по левому краю */
    margin: 0px 7px 7px 0px; /* Отступы вокруг картинки по часовой стрелке с позиции 12 часов */
}
.leftimg2 {
    float: left; /* Выравнивание по левому краю */
    margin: 10px 7px 2px 0px; /* Отступы вокруг картинки по часовой стрелке с позиции 12 часов */
}
.leftimg3 {
    float: none;
    margin: 5px 7px 2px 0px; /* Отступы вокруг картинки по часовой стрелке с позиции 12 часов */
}
.rightimg1 {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 0px 0px 7px 7px; /* Отступы вокруг картинки по часовой стрелке с позиции 12 часов */
}
.imgborder0 {
	border-width: 0px;
}
.imgborder1 {
	border-width: 1px;
    border-color: #888888;
    border-style: solid;
}
.tableborder1px_d8d8d8 {
				border: 1px solid #D8D8D8;
}

/* КОНЕЦ ОТСТУПЫ И ВИД КАРТИНОК */




/* ЭТО ВНЕШНИЙ ВИД ССЫЛОК НА МОДАЛЬНОМ ОКНЕ */
.modallink01 {
	color: #337ab7;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
    cursor:pointer;
}
.modallink01:hover {
	color: #337ab7;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
    cursor:pointer;
}
.modallink01 a:active {
	color: #337ab7;
	font-family: Arial;
	font-size: 12pt;
    text-decoration: underline;
    cursor:pointer;
}
.modallink01 a:visited {
	color: #337ab7;
	font-family: Arial;
	font-size: 12pt;
    text-decoration: underline;
    cursor:pointer;
}
.modallink01 a:link {
	color: #337ab7;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
    cursor:pointer;
}
.modallink01 a:hover {
	color: #41a7ff;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
    cursor:pointer;
}



#smfooter .row, .row-fluid {
    margin-bottom: 0px !important;
}


