/* MAIN */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
@font-face{font-family:"Fontello";src:url("/config/tpl/fonts/fontello.eot?v=1");src:url("/config/tpl/fonts/fontello.eot?#iefix&v=1") format("embedded-opentype"),url("/config/tpl/fonts/fontello.woff2?v=1") format("woff2"),url("/config/tpl/fonts/fontello.woff?v=1") format("woff"),url("/config/tpl/fonts/fontello.ttf?v=1") format("truetype"),url("/config/tpl/fonts/fontello.svg?v=1#fontelloregular") format("svg");font-weight:normal;font-style:normal}

html {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}
html, body {
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
}
.no-js {
    position: relative;
    overflow: hidden;
    background: #FF0000;
    padding: 14px 2.5%;
    width: 95%;
    text-align: center;
    color: #FFFFFF;
}
.main-site {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 320px;
    z-index: 1;
}
.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
@media only screen and (min-width:960px) and (max-width:1279px) {
    .wrapper {
        width: 900px;
    }
}
@media only screen and (min-width:640px) and (max-width:959px) {
    .wrapper {
        width: 80%;
    }
}
@media only screen and (max-width:639px) {
    .wrapper {
        width: 90%;
    }
}
.wrap-pages {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.wrap-works {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;    
}
@media only screen and (max-width:959px) {
    .wrap-works {
        flex-direction: column;
    }
}
@media only screen and (min-width:960px) {
    .wrap-works {
        margin-top: 60px;
    }
}
/* text */
h1, h3, h5 {
    font-family: "Roboto", sans-serif;
}
h2, h4, h6 {
    font-family: "Roboto Condensed", sans-serif;
}
h1  {
    font-size: 28px;
    margin: 14px 0;
}
h2 {
    font-size: 24px;
    margin: 12px 0;
}
h3  {
    font-size: 20px;
    margin: 10px 0;
}
h4 {
    font-size: 20px;
    margin: 10px 0;
}
h5 {
    font-size: 18px;
    margin: 9px 0;
}
h6 {
    font-size: 18px;
    margin: 9px 0;
}
p {
    text-align: justify;
    margin: 8px 0;
}
p.txt-right {
    text-align: right;
}
p.txt-center {
    text-align: center;
}
p.attantion {
    color: #FF0000;
    text-align: left;
}
p.footnote {
    font-family: "Roboto Condensed", sans-serif;
    color: #7F7F7F;
    font-size: 14px;
    line-height: 1.25;
}
a {
    color: #EAAF2D;
}
a:hover {
    color: #7F7F7F;
}
a.menu-link {
    position: absolute;
    top: -120px;
    margin: 0;
    display: block;
}
sup, sub {
    font-size: 10px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    counter-reset: li 0;
}
ul li, ol li {
    margin: 3px 0 4px 0;
    padding: 0;
    text-align: justify;
}
ul li::before {
    content: "•";
    margin: 0 7px 0 0;
    font-weight: bold;
}
ol li::before {
    content: counter(li) ".";
    counter-increment: li;
    margin: 0 14px 0 0;
}
ul ul li::before,
ol ul li::before {
    content: "~";
    margin: 0 7px 0 14px;
}
ol.multi-num li::before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}
input, select, textarea {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid #000000;
    border-radius: 8px;
}
input:hover, select:hover, textarea:hover {
    border: 1px solid #FF0000;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #000000;
    outline: none;
}
input, textarea {
    width: calc(100% - 18px);
}
select {
    width: calc(100% - 2px);
}
textarea {
    height: 100px;
}
input.vis-hidden {
    visibility: hidden;
    width: 20px;
    padding: 3px 1px 4px 1px;
}
button.send {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 14px;
    cursor: pointer;
    border-radius: 7px;
    background: #7F7F7F;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 3px 0;
}
button.send:hover {
    background: #FF0000;
}
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.333;
    font-size: 16px;
}
table tr, table td {
    vertical-align: top;
}
hr {
    border: 0 none;
    height: 1px;
    background: #000000;
}
hr.gr-line {
    border: 0 none;
    height: 2px;
    background: #EAAF2D;
    background-image: -webkit-linear-gradient(left,#FFFFFF,#EAAF2D,#FFFFFF);
    background-image: -moz-linear-gradient(left,#FFFFFF,#EAAF2D,#FFFFFF);
    background-image: -ms-linear-gradient(left,#FFFFFF,#EAAF2D,#FFFFFF);
    background-image: -o-linear-gradient(left,#FFFFFF,#EAAF2D,#FFFFFF);
    margin: 12px auto;
}
.ico-fa::before,
.ico-fa::after {
    display: inline-block;
    font: normal normal normal 14px/1 Fontello;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HEADER */
.main-header {
    display: block;
    position: fixed;
    width: 100%;
    min-width: 320px;
    padding: 0;
    z-index: 1000;
    background: #535353;
}
.main-header .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
}
.site-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
}
.site-logo a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 20px 0 10px 0;
}
.svg-logo {
    position: relative;
    z-index: -1
}
.header-nav {
    z-index: 1000;
}
.site-nav {
    position: relative;
    width: calc(100% - 240px);
    margin: 0;
    padding: 8px;
    align-items: center;
    display: flex;
}
ul.main-menu {
    display: block;
    list-style: none;
    margin: 14px 0 0 60px; 
}
ul.main-menu li {
    display: inline-block;
    line-height: 1;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
}
ul.main-menu li::before {
    content: none;
    margin: 0;
}
ul.main-menu li a {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
    padding: 8px 16px;
    display: block;
}
ul.main-menu li a:hover {
    text-decoration: none;
}
.mobi-open,
.mobi-close {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px 0 0 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    overflow: hidden;
}
.mobi-open::before,
.mobi-close::before {
    display: block;
    color: #EAAF2D;
    padding: 0 0 0 5px;
    line-height: 1;
}
.mobi-open::before {
    content: "\f008";
    font-size: 40px;
}
.mobi-close::before {
    content: "\e817";
    font-size: 54px;
}
@media only screen and (max-width:959px) {
    .main-header .wrapper {
        justify-content: space-between;
    }
    .mobi-open,
    .mobi-close {
        display: flex;
    }
    .site-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 240px;
        background: #535353;
    }
    ul.main-menu {
        margin: 64px 0 0 0; 
    }
    ul.main-menu li {
        display: block;
    }
    ul.main-menu li a {
        padding: 8px 8px 8px 32px;
    }
}
/* CONTENT */
.block-main {
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 110px 0 0 0;
    min-height: calc(100vh - 90px);
}
@media only screen and (max-width:959px) {
    .block-main {
        margin-top: 100px;
        padding: 10px 0 0 0;
        min-height: calc(100vh - 10px);
    }
    .main-header{
        top:0;
    }
}
.blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.block33 {
    width: 33%;
}
.block66 {
    width: 66%;
}
.block50 {
    width: 55%;
}
@media only screen and (max-width:959px) {
    .blocks {
        flex-direction: column;
    }
    .block33,
    .block66,
    .block50 {
        width: 100%;
    }
}
/* index page */
.bg-fixed {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    background-attachment: fixed;
    overflow: hidden;
}
.bg-fixed.block-bg-1 {
  background-image: url("/uploads/background/main_bg_111.jpg");
  /*image-rendering: auto;*/
}
@media only screen and (max-width:580px) {
    .bg-fixed.block-bg-1 {
        background-position-y: 15px;
        background-repeat: repeat-y;
    }
}
.block-bg-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.block-bg-1 h1 {
    text-align: center;
    text-shadow: 2px 2px 2px #000000, 4px 4px 4px #000000, -2px -2px 2px #000000;
    color: #FFFFFF;
    text-transform: uppercase;
}
.block-bg-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 64px 0;
}
.bg-scroll {
    position: relative;
    min-height: 50%;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.bg-scroll.block-color-1 {
    background-color: #FFFFFF;
    padding: 4em 0;
}
.bg-scroll.block-color-2 {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 4em 0;
}
/* works album */
.main-album {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*background: rgba(250, 250, 250);*/
    margin: -20px;
}
.main-album a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    width: 373px;
    margin: 20px;
    color: #000000;
    text-decoration: none;
}
.main-album figure {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.main-album img {
    height: 80%;
    width: 100%;
    object-fit: cover;
}
.main-album figcuption {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    height: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.img-item {
    position: relative;
}
.img-item::before {
    display: block;
    content: "";
    width: 100%;
}
.img-item {
    padding-top: 28.2%;
}
.img-item>figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (min-width:960px) and (max-width:1279px) {
    .main-album a {
        width: 430px;
    }
    .img-item {
        padding-top: 42.9%;
    }
}
@media only screen and (min-width:640px) and (max-width:959px) {
    .main-album a {
        width: calc(50% - 40px);
    }
    .img-item {
        padding-top: 42.4%;
    }
}
@media only screen and (max-width:639px) {
    .main-album {
        margin: -20px 0;
    }
    .main-album a {
        width: 100%;
        margin: 20px 0;
    }
    .img-item {
        padding-top: 92.8%;
    }
}
/* gallery */
.albums {
    margin: 8px 0;
    width: 57.5%;
}
.gallery {
    margin: 14px 0;
}
.album-works {
    width: 100%;
}
.carousel__viewport {
    width: 100%;
    height: 100%;
}
.carousel__track {
    height: 100%;
}
.gallery .item {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
}
#carousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #7F7F7F;
}
#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 2px;
    width: 96px;
    height: auto;
}
#thumbCarousel .carousel__slide img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
}
#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}
.content-works {
    width: 40%;
}
.album-pages {
    width: 100%;
}
.album-pages .item {
    width: 360px;
    height: 240px;
    margin: 0 1px;
}
@media only screen and (max-width:959px) {
    .albums {
        margin: 0;
        width: 100%;
    }
    .content-works {
        width: 100%;
    }
    #thumbCarousel .carousel__slide {
        width: 64px;
    }
    #thumbCarousel .carousel__slide img {
        width: 64px;
        height: 48px;
    }
    .album-pages .item {
        width: 240px;
        height: 180px;
    }
}
.album-pages .item img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.album-works {
    position: relative;
    padding-top: 75%;
}
.album-works::before {
    display: block;
    content: "";
    width: 100%;
}
.album-works>.carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.album-works .item {
    width: 100%;
    margin: 0;
    height: 100%;
}
.album-works .item img {
    height: 100%;
}
/* paginator */
.paginator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 16px 0;
}
.paginator a,
.paginator span {
    display: block;
    width: 28px;
    padding: 3px 0;
    text-align: center;
    margin: 0 1px;
}
.paginator span {
    background: #EAAF2D;
    color: #FFFFFF;
}
.paginator a {
    background: #7F7F7F;
    color: #FFFFFF;
    text-decoration: none;
}
.paginator a:hover {
    background: #000000;
    color: #EAAF2D;
}
/* contact */
.tel-work a {
    color: #000000;
    text-decoration: none;
}
.tel-work a:hover {
    color: #EAAF2D;
    text-decoration: underline;
}
.icon-phone::before {
    margin: 0 8px 0 0;
    content: "\e815";
}
.icon-work::before {
    margin: 0 8px 0 16px;
    content: "\e808";
}
.icon-adress::before {
    margin: 0 8px 0 0;
    content: "\e81b";
    font-size: 18px;
}
.block-color-2 iframe {
    display: block;
    height: 50vh;
    margin: 16px 0 0 0;
}
.send-error {
    background: #FF0000;
    padding: 16px;
    color: #FFFFFF;
    text-align: center;
}
p.button-txt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}
input.prov1 {
    width: 80px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    border: 0 none;
    background: none;
    margin: 3px 0;
}
input.prov2 {
    width: 60px;
    margin: 3px 6px;
}
/* FOOTER */
.main-footer {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
}
.main-footer .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 28px 0;
}
.main-footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.main-footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 28px 0;
}
.main-footer ul li {
    margin: 0 7px 0 0;
}
.main-footer ul li:first-child::before {
    content: none;
    margin: 0;
}
.copy-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
